summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: apt-get → aptZbigniew Jędrzejewski-Szmek2022-08-151-4/+4
* README: drop distro instructions for python2, drop epel/rhelZbigniew Jędrzejewski-Szmek2022-08-151-6/+11
* README: markup and line wrappingZbigniew Jędrzejewski-Szmek2022-08-151-23/+28
* README: fix installation urlsZbigniew Jędrzejewski-Szmek2022-08-151-2/+2
* Merge pull request #111 from keszybz/setuptools-compatZbigniew Jędrzejewski-Szmek2022-08-132-2/+5
|\
| * ci: add 3.11 to the test matrixZbigniew Jędrzejewski-Szmek2022-08-131-0/+1
| * make: fix compat with setuptools >= 61Zbigniew Jędrzejewski-Szmek2022-08-131-2/+4
|/
* 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
* setup.py: switch from distutils to setuptoolsTim Orling2022-08-131-1/+1
* Merge pull request #104 from systemd/ci-shenanigansZbigniew Jędrzejewski-Szmek2022-08-133-1/+129
|\
| * ci: introduce a simple install testFrantisek Sumsal2022-04-141-0/+77
| * ci: move the CI to GitHub ActionsFrantisek Sumsal2022-04-141-0/+51
| * Makefile: accept $SPHINXOPTS from the outsideFrantisek Sumsal2022-03-061-1/+1
* | Update news since 234Dan Bungert2022-08-131-4/+18
* | Set unit name in JournalHandler example, see #74Federico Ceratto2022-08-131-1/+1
* | Merge pull request #91 from chrismullins/journal-examplesZbigniew Jędrzejewski-Szmek2022-08-131-0/+70
|\ \
| * | Add link to journal fields docsChris Mullins2021-01-021-0/+2
| * | Add journalctl example for ring bufferChris Mullins2021-01-021-1/+1
| * | Add some examplesChris Mullins2021-01-021-0/+68
| |/
* | fix a mistype in README.mdArchitector #42022-06-231-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
* make: Move -std=99 to setup.pyDominik Prien2020-11-112-8/+6
* include endian.h for htobe16 definitionKhem Raj2020-11-111-0/+1
* Fix a typoHendrikto2020-11-111-1/+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-163-25/+26
* make: fix "make doc" invocationsZbigniew Jędrzejewski-Szmek2019-06-161-2/+2
* Document libsystemd compatiblityZbigniew Jędrzejewski-Szmek2019-06-161-0/+11
* Use #if instead of #ifdef for compatibility checksZbigniew Jędrzejewski-Szmek2019-06-162-33/+23
* make: use -std=c99Zbigniew Jędrzejewski-Szmek2019-06-161-1/+3
* id128: update constants for systmed-243Zbigniew Jędrzejewski-Szmek2019-06-163-0/+21
* 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