summaryrefslogtreecommitdiff
path: root/systemd
Commit message (Expand)AuthorAgeFilesLines
* Fix test failureHEADmainEric T. Johnson2023-03-261-1/+1
* treewide: remove python 2 support and assume we have python 3.3+Joerg Behrmann2023-02-119-211/+10
* tests: check for errnos that sd_id128_get_machine actually returnsZbigniew Jędrzejewski-Szmek2022-08-172-5/+12
* tests: simplify importsZbigniew Jędrzejewski-Szmek2022-08-161-2/+2
* tests: python2-compat in another placeZbigniew Jędrzejewski-Szmek2022-08-161-1/+1
* journal: fix compatibility with python2Zbigniew Jędrzejewski-Szmek2022-08-162-5/+18
* Merge pull request #92 from chrismullins/support-realtime-cutoffZbigniew Jędrzejewski-Szmek2022-08-162-0/+52
|\
| * Pass NULL for unnecessary timestampsChris Mullins2021-01-031-4/+4
| * Add support for sd_journal_get_cutoff_realtime_usec wrapperChris Mullins2021-01-032-0/+52
* | Update constants for systemd 251Zbigniew Jędrzejewski-Szmek2022-08-152-0/+28
* | Adding timezone information to datetimes from systemd-journalSamuel BF2022-08-132-3/+15
* | reader: Fix use of potentially uninitialized valueAndrew Stone2022-08-131-1/+1
|/
* journal: remove ChainMapmasterGlandos2020-11-121-11/+3
* journal: add namespace supportAlexander Olekhnovich2020-11-122-19/+41
* journal: allow JournalHandler constructor to be called with args in a positio...Tamaki Nishino2020-11-122-0/+28
* test: make sure $NOTIFY_SOCKET is unset in testZbigniew Jędrzejewski-Szmek2020-11-121-0/+2
* reader: make PY_SSIZE_T_CLEANZbigniew Jędrzejewski-Szmek2020-11-121-2/+13
* journal: avoid warning about deprecated constantZbigniew Jędrzejewski-Szmek2020-11-121-1/+1
* Fix seek_realtime to work with timezone aware dateLéonard Gérard2020-11-121-1/+1
* include endian.h for htobe16 definitionKhem Raj2020-11-111-0/+1
* docs: mention .process() in docstring of .fileno()Zbigniew Jędrzejewski-Szmek2019-06-161-2/+5
* docs: use :manpage: role to provide links to systemd man pagesZbigniew Jędrzejewski-Szmek2019-06-162-25/+25
* Use #if instead of #ifdef for compatibility checksZbigniew Jędrzejewski-Szmek2019-06-162-33/+23
* id128: update constants for systmed-243Zbigniew Jędrzejewski-Szmek2019-06-162-0/+14
* tests: add tests for all id128 funcs, including get_machine_app_specific()Zbigniew Jędrzejewski-Szmek2019-06-161-0/+46
* id128: conditionalize get_machine_app_specific on libsystemd versionZbigniew Jędrzejewski-Szmek2019-06-161-6/+14
* id128: do not copy the id128 buffer bytesZbigniew Jędrzejewski-Szmek2019-06-161-8/+5
* Add id128.get_machine_app_specific functionTomasz Meresiński2019-06-161-0/+39
* Modernize C syntaxZbigniew Jędrzejewski-Szmek2019-06-165-41/+40
* _listen_fd_with_names documentation now modeled after is_socket_sockaddrMarcel Waldvogel2019-06-161-2/+5
* Added support for listen_fds_with_names()Marcel Waldvogel2019-06-163-3/+142
* tests: add the reproducer from #51Zbigniew Jędrzejewski-Szmek2019-06-161-0/+13
* Merge pull request #51 from feedstock/fix_notify_fs_leakZbigniew Jędrzejewski-Szmek2019-06-161-2/+2
|\
| * Fix malloc retval checkMarco Paolini2017-09-121-1/+1
| * Avoid ref leak in notifyMarco Paolini2017-09-121-1/+1
* | Adapt to systemd 230 tool renaming, bump versionMarcel Waldvogel2019-06-161-1/+1
|/
* Update to constants from systemd-233Zbigniew Jędrzejewski-Szmek2017-03-252-37/+41
* journal: fix repr of JournalHandler to match python3.6Zbigniew Jędrzejewski-Szmek2017-03-251-1/+1
* journal: do not convert extra args to string in JournalHandlerZbigniew Jędrzejewski-Szmek2017-03-192-6/+6
* test_journal: add tests for MESSAGE_ID passingZbigniew Jędrzejewski-Szmek2017-03-191-1/+52
* Remove mid from JournalHandlerWesley Bowman2017-03-191-2/+0
* journal: rename SENDER_FUNCTION to sender_functionZbigniew Jędrzejewski-Szmek2017-03-192-3/+6
* daemon: properly skip sd_is_socket_sockaddr calls if not availableZbigniew Jędrzejewski-Szmek2017-03-192-19/+38
* Fix styling to match PEP8 in most places (#45)Wesley Bowman2017-03-142-7/+20
* journal: improve docstring formatting a bitZbigniew Jędrzejewski-Szmek2017-03-121-4/+4
* Adjust import order, spacing, operators as recommended by pylintZbigniew Jędrzejewski-Szmek2017-03-124-19/+21
* tests: move login tests from doctest to separate fileZbigniew Jędrzejewski-Szmek2017-03-121-0/+48
* Prevent non-str values from being concatenated with + (#40)Jimmy Cao2017-03-121-3/+3
* Merge pull request #31 from keszybz/is_socket_sockaddrZbigniew Jędrzejewski-Szmek2017-03-118-27/+364
|\
| * Fix handling of addresses without port and add testsZbigniew Jędrzejewski-Szmek2016-12-152-47/+62