summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tests: add tests for all id128 funcs, including get_machine_app_specific()Zbigniew Jędrzejewski-Szmek2019-06-162-1/+48
* 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
* README: use some more <h2> tagsZbigniew Jędrzejewski-Szmek2019-06-161-1/+3
* 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-164-3/+145
* 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
* | add JournalHandler usage in READMEytyt-yt2019-06-161-0/+8
* | Adapt to systemd 230 tool renaming, bump versionMarcel Waldvogel2019-06-163-2/+7
|/
* README: also mention CentoOS and RHEL in instructionsZbigniew Jędrzejewski-Szmek2017-04-141-2/+2
* Prepare v234v234Zbigniew Jędrzejewski-Szmek2017-03-252-1/+18
* Update to constants from systemd-233Zbigniew Jędrzejewski-Szmek2017-03-255-40/+54
* 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
* Makefile: add convenience "shell" target to start python shellZbigniew Jędrzejewski-Szmek2017-03-191-1/+5
* Makefile: add "doc" target for convenienceZbigniew Jędrzejewski-Szmek2017-03-191-1/+3
* Makefile: remove unneeded -I/usr/include from flagsZbigniew Jędrzejewski-Szmek2017-03-191-1/+2
* Fix styling to match PEP8 in most places (#45)Wesley Bowman2017-03-142-7/+20
* Merge pull request #34 from keszybz/test-skippingZbigniew Jędrzejewski-Szmek2017-03-137-25/+77
|\
| * 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-123-4/+54
|/
* 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-119-28/+366
|\
| * Fix handling of addresses without port and add testsZbigniew Jędrzejewski-Szmek2016-12-152-47/+62
| * daemon: add wrapper for sd_is_socket_sockaddr and testsZbigniew Jędrzejewski-Szmek2016-12-152-5/+54
| * _daemon: allow specifying flowinfoZbigniew Jędrzejewski-Szmek2016-12-151-4/+15
| * util: add compatibility for old glibcZbigniew Jędrzejewski-Szmek2016-12-151-0/+4
| * daemon: add basic support for sd_is_socket_sockaddrZbigniew Jędrzejewski-Szmek2016-12-154-6/+254
| * _daemon,_reader: return ENOSYS instead of NotImplementedZbigniew Jędrzejewski-Szmek2016-12-152-5/+5
| * tests: skip journal.stream tests on ENOENT errorZbigniew Jędrzejewski-Szmek2016-12-152-12/+23
* | replace dict.iteritems() with dict.items() to support py3 (#39)Jeongsoo, Park2017-03-112-12/+50
* | test_daemon: xfail test_notify_with_socket if bind() fails (#42)Mike Gilbert2017-03-111-1/+4
* | Python 3.6 invalid escape sequence deprecation fixes (#43)Ville Skyttä2017-03-111-2/+2
* | Added section for installation on openSUSE & SLE (#35)Johannes Weberhofer2016-12-161-0/+4
|/
* setup.py: allow LIBSYSTEMD_VERSION to be overriddenZbigniew Jędrzejewski-Szmek2016-12-141-3/+8
* Makefile: use $(INCLUDE_DIR) also for compilationZbigniew Jędrzejewski-Szmek2016-12-131-0/+1
* build-sys: add sign and upload targetsZbigniew Jędrzejewski-Szmek2016-12-132-2/+7
* Include all fields from record (#30)Oleksii Shevchuk2016-10-271-1/+16
* Prepare v233v233Zbigniew Jędrzejewski-Szmek2016-10-172-1/+13
* id128: add SD_MESSAGE_TRUNCATED_CORE from upcoming systemd-232Zbigniew Jędrzejewski-Szmek2016-10-173-0/+3