index
:
delta/python-packages/python-systemd.git
main
master
github.com: systemd/python-systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
systemd
Commit message (
Expand
)
Author
Age
Files
Lines
*
journal: remove ChainMap
master
Glandos
2020-11-12
1
-11
/
+3
*
journal: add namespace support
Alexander Olekhnovich
2020-11-12
2
-19
/
+41
*
journal: allow JournalHandler constructor to be called with args in a positio...
Tamaki Nishino
2020-11-12
2
-0
/
+28
*
test: make sure $NOTIFY_SOCKET is unset in test
Zbigniew Jędrzejewski-Szmek
2020-11-12
1
-0
/
+2
*
reader: make PY_SSIZE_T_CLEAN
Zbigniew Jędrzejewski-Szmek
2020-11-12
1
-2
/
+13
*
journal: avoid warning about deprecated constant
Zbigniew Jędrzejewski-Szmek
2020-11-12
1
-1
/
+1
*
Fix seek_realtime to work with timezone aware date
Léonard Gérard
2020-11-12
1
-1
/
+1
*
include endian.h for htobe16 definition
Khem Raj
2020-11-11
1
-0
/
+1
*
docs: mention .process() in docstring of .fileno()
Zbigniew Jędrzejewski-Szmek
2019-06-16
1
-2
/
+5
*
docs: use :manpage: role to provide links to systemd man pages
Zbigniew Jędrzejewski-Szmek
2019-06-16
2
-25
/
+25
*
Use #if instead of #ifdef for compatibility checks
Zbigniew Jędrzejewski-Szmek
2019-06-16
2
-33
/
+23
*
id128: update constants for systmed-243
Zbigniew Jędrzejewski-Szmek
2019-06-16
2
-0
/
+14
*
tests: add tests for all id128 funcs, including get_machine_app_specific()
Zbigniew Jędrzejewski-Szmek
2019-06-16
1
-0
/
+46
*
id128: conditionalize get_machine_app_specific on libsystemd version
Zbigniew Jędrzejewski-Szmek
2019-06-16
1
-6
/
+14
*
id128: do not copy the id128 buffer bytes
Zbigniew Jędrzejewski-Szmek
2019-06-16
1
-8
/
+5
*
Add id128.get_machine_app_specific function
Tomasz Meresiński
2019-06-16
1
-0
/
+39
*
Modernize C syntax
Zbigniew Jędrzejewski-Szmek
2019-06-16
5
-41
/
+40
*
_listen_fd_with_names documentation now modeled after is_socket_sockaddr
Marcel Waldvogel
2019-06-16
1
-2
/
+5
*
Added support for listen_fds_with_names()
Marcel Waldvogel
2019-06-16
3
-3
/
+142
*
tests: add the reproducer from #51
Zbigniew Jędrzejewski-Szmek
2019-06-16
1
-0
/
+13
*
Merge pull request #51 from feedstock/fix_notify_fs_leak
Zbigniew Jędrzejewski-Szmek
2019-06-16
1
-2
/
+2
|
\
|
*
Fix malloc retval check
Marco Paolini
2017-09-12
1
-1
/
+1
|
*
Avoid ref leak in notify
Marco Paolini
2017-09-12
1
-1
/
+1
*
|
Adapt to systemd 230 tool renaming, bump version
Marcel Waldvogel
2019-06-16
1
-1
/
+1
|
/
*
Update to constants from systemd-233
Zbigniew Jędrzejewski-Szmek
2017-03-25
2
-37
/
+41
*
journal: fix repr of JournalHandler to match python3.6
Zbigniew Jędrzejewski-Szmek
2017-03-25
1
-1
/
+1
*
journal: do not convert extra args to string in JournalHandler
Zbigniew Jędrzejewski-Szmek
2017-03-19
2
-6
/
+6
*
test_journal: add tests for MESSAGE_ID passing
Zbigniew Jędrzejewski-Szmek
2017-03-19
1
-1
/
+52
*
Remove mid from JournalHandler
Wesley Bowman
2017-03-19
1
-2
/
+0
*
journal: rename SENDER_FUNCTION to sender_function
Zbigniew Jędrzejewski-Szmek
2017-03-19
2
-3
/
+6
*
daemon: properly skip sd_is_socket_sockaddr calls if not available
Zbigniew Jędrzejewski-Szmek
2017-03-19
2
-19
/
+38
*
Fix styling to match PEP8 in most places (#45)
Wesley Bowman
2017-03-14
2
-7
/
+20
*
journal: improve docstring formatting a bit
Zbigniew Jędrzejewski-Szmek
2017-03-12
1
-4
/
+4
*
Adjust import order, spacing, operators as recommended by pylint
Zbigniew Jędrzejewski-Szmek
2017-03-12
4
-19
/
+21
*
tests: move login tests from doctest to separate file
Zbigniew Jędrzejewski-Szmek
2017-03-12
1
-0
/
+48
*
Prevent non-str values from being concatenated with + (#40)
Jimmy Cao
2017-03-12
1
-3
/
+3
*
Merge pull request #31 from keszybz/is_socket_sockaddr
Zbigniew Jędrzejewski-Szmek
2017-03-11
8
-27
/
+364
|
\
|
*
Fix handling of addresses without port and add tests
Zbigniew Jędrzejewski-Szmek
2016-12-15
2
-47
/
+62
|
*
daemon: add wrapper for sd_is_socket_sockaddr and tests
Zbigniew Jędrzejewski-Szmek
2016-12-15
2
-5
/
+54
|
*
_daemon: allow specifying flowinfo
Zbigniew Jędrzejewski-Szmek
2016-12-15
1
-4
/
+15
|
*
util: add compatibility for old glibc
Zbigniew Jędrzejewski-Szmek
2016-12-15
1
-0
/
+4
|
*
daemon: add basic support for sd_is_socket_sockaddr
Zbigniew Jędrzejewski-Szmek
2016-12-15
3
-5
/
+252
|
*
_daemon,_reader: return ENOSYS instead of NotImplemented
Zbigniew Jędrzejewski-Szmek
2016-12-15
2
-5
/
+5
|
*
tests: skip journal.stream tests on ENOENT error
Zbigniew Jędrzejewski-Szmek
2016-12-15
2
-12
/
+23
*
|
replace dict.iteritems() with dict.items() to support py3 (#39)
Jeongsoo, Park
2017-03-11
2
-12
/
+50
*
|
test_daemon: xfail test_notify_with_socket if bind() fails (#42)
Mike Gilbert
2017-03-11
1
-1
/
+4
*
|
Python 3.6 invalid escape sequence deprecation fixes (#43)
Ville Skyttä
2017-03-11
1
-2
/
+2
|
/
*
Include all fields from record (#30)
Oleksii Shevchuk
2016-10-27
1
-1
/
+16
*
id128: add SD_MESSAGE_TRUNCATED_CORE from upcoming systemd-232
Zbigniew Jędrzejewski-Szmek
2016-10-17
2
-0
/
+2
*
journal: allow stream() to be used without any arguments
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-3
/
+12
[next]