Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
uncleweb
/
python-systemd
Public
forked from
systemd/python-systemd
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 16, 2019
docs: mention .process() in docstring of .fileno()
Show description for a402d08
keszybz
committed
a402d08
View commit details
Copy full SHA for a402d08
Browse repository at this point
docs: use :manpage: role to provide links to systemd man pages
Show description for 42ec430
keszybz
committed
42ec430
View commit details
Copy full SHA for 42ec430
Browse repository at this point
make: fix "make doc" invocations
Show description for b88119d
keszybz
committed
b88119d
View commit details
Copy full SHA for b88119d
Browse repository at this point
Document libsystemd compatiblity
Show description for 1cb0b34
keszybz
committed
1cb0b34
View commit details
Copy full SHA for 1cb0b34
Browse repository at this point
Use #if instead of #ifdef for compatibility checks
Show description for 343f974
keszybz
committed
343f974
View commit details
Copy full SHA for 343f974
Browse repository at this point
make: use -std=c99
Show description for a17f3c0
keszybz
committed
a17f3c0
View commit details
Copy full SHA for a17f3c0
Browse repository at this point
id128: update constants for systmed-243
keszybz
committed
36c57e5
View commit details
Copy full SHA for 36c57e5
Browse repository at this point
tests: add tests for all id128 funcs, including get_machine_app_specific()
keszybz
committed
83b4939
View commit details
Copy full SHA for 83b4939
Browse repository at this point
id128: conditionalize get_machine_app_specific on libsystemd version
keszybz
committed
b54707a
View commit details
Copy full SHA for b54707a
Browse repository at this point
id128: do not copy the id128 buffer bytes
Show description for 56d6fc5
keszybz
committed
56d6fc5
View commit details
Copy full SHA for 56d6fc5
Browse repository at this point
Add id128.get_machine_app_specific function
Tomasz Meresiński
authored and
keszybz
committed
552ad76
View commit details
Copy full SHA for 552ad76
Browse repository at this point
README: use some more <h2> tags
keszybz
committed
0198c45
View commit details
Copy full SHA for 0198c45
Browse repository at this point
Modernize C syntax
keszybz
committed
c0e9a8b
View commit details
Copy full SHA for c0e9a8b
Browse repository at this point
_listen_fd_with_names documentation now modeled after is_socket_sockaddr
MarcelWaldvogel
authored and
keszybz
committed
5101a6a
View commit details
Copy full SHA for 5101a6a
Browse repository at this point
Added support for listen_fds_with_names()
MarcelWaldvogel
authored and
keszybz
committed
b1608da
View commit details
Copy full SHA for b1608da
Browse repository at this point
tests: add the reproducer from #51
Show description for a2471e2
keszybz
committed
a2471e2
View commit details
Copy full SHA for a2471e2
Browse repository at this point
Merge pull request #51 from feedstock/fix_notify_fs_leak
Show description for 7e32263
keszybz
authored
7e32263
View commit details
Copy full SHA for 7e32263
Browse repository at this point
add JournalHandler usage in README
ytyt-yt
authored and
keszybz
committed
20e0f72
View commit details
Copy full SHA for 20e0f72
Browse repository at this point
Adapt to systemd 230 tool renaming, bump version
MarcelWaldvogel
authored and
keszybz
committed
216f990
View commit details
Copy full SHA for 216f990
Browse repository at this point
Commits on Sep 12, 2017
Fix malloc retval check
mpaolini
committed
6ab8f8e
View commit details
Copy full SHA for 6ab8f8e
Browse repository at this point
Avoid ref leak in notify
mpaolini
committed
d93d41f
View commit details
Copy full SHA for d93d41f
Browse repository at this point
Commits on Apr 14, 2017
README: also mention CentoOS and RHEL in instructions
Show description for c06c5d4
keszybz
committed
c06c5d4
View commit details
Copy full SHA for c06c5d4
Browse repository at this point
Commits on Mar 26, 2017
Prepare v234
keszybz
committed
308ae44
View commit details
Copy full SHA for 308ae44
Browse repository at this point
Update to constants from systemd-233
Show description for a54a7a2
keszybz
committed
a54a7a2
View commit details
Copy full SHA for a54a7a2
Browse repository at this point
Commits on Mar 25, 2017
journal: fix repr of JournalHandler to match python3.6
Show description for a5dc4ab
keszybz
committed
a5dc4ab
View commit details
Copy full SHA for a5dc4ab
Browse repository at this point
Commits on Mar 19, 2017
journal: do not convert extra args to string in JournalHandler
Show description for 2169cde
keszybz
committed
2169cde
View commit details
Copy full SHA for 2169cde
Browse repository at this point
test_journal: add tests for MESSAGE_ID passing
Show description for aa5550a
keszybz
committed
aa5550a
View commit details
Copy full SHA for aa5550a
Browse repository at this point
Remove mid from JournalHandler
Show description for 0885748
wesleybowman
authored and
keszybz
committed
0885748
View commit details
Copy full SHA for 0885748
Browse repository at this point
journal: rename SENDER_FUNCTION to sender_function
Show description for 84371c2
keszybz
committed
84371c2
View commit details
Copy full SHA for 84371c2
Browse repository at this point
daemon: properly skip sd_is_socket_sockaddr calls if not available
Show description for 5498ad7
keszybz
committed
5498ad7
View commit details
Copy full SHA for 5498ad7
Browse repository at this point
Makefile: add convenience "shell" target to start python shell
keszybz
committed
fe9756d
View commit details
Copy full SHA for fe9756d
Browse repository at this point
Makefile: add "doc" target for convenience
keszybz
committed
3f9386a
View commit details
Copy full SHA for 3f9386a
Browse repository at this point
Makefile: remove unneeded -I/usr/include from flags
Show description for ae08cbf
keszybz
committed
ae08cbf
View commit details
Copy full SHA for ae08cbf
Browse repository at this point
Commits on Mar 14, 2017
Fix styling to match PEP8 in most places (#45)
Show description for 73807b4
wesleybowman
authored and
keszybz
committed
73807b4
View commit details
Copy full SHA for 73807b4
Browse repository at this point
Commits on Mar 13, 2017
Merge pull request #34 from keszybz/test-skipping
Show description for e121ae4
keszybz
authored
e121ae4
View commit details
Copy full SHA for e121ae4
Browse repository at this point
Previous
Next
You can’t perform that action at this time.