summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* build-sys: add MANIFEST.in to properly include all filesZbigniew Jędrzejewski-Szmek2015-07-052-0/+5
* Use python-systemd as the nameZbigniew Jędrzejewski-Szmek2015-07-051-1/+1
* Update LICENSE file and classifiersZbigniew Jędrzejewski-Szmek2015-07-0515-41/+535
* build-sys: update setup.py to build everythingZbigniew Jędrzejewski-Szmek2015-07-0510-15/+176
* Merge development in systemd upstreamZbigniew Jędrzejewski-Szmek2015-07-0520-161/+3489
|\
| * remove gudev and gtk-docKay Sievers2015-07-051-2/+0
| * python-systemd: fix is_socket_inet to cope with portsSimon Farnsworth2015-07-052-2/+2
| * python-systemd: avoid hitting assert in __exit__Dave Reisner2015-07-051-1/+1
| * Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2015-07-054-4/+4
| * systemd-python: fix failing assertZbigniew Jędrzejewski-Szmek2015-07-051-1/+0
| * systemd-python: use .hex instead of .get_hex()Zbigniew Jędrzejewski-Szmek2015-07-051-3/+3
| * python: reindent _reader.cLennart Poettering2015-07-051-582/+577
| * macro: introduce nice macro for disabling -Wmissing-prototypes warnigsLennart Poettering2015-07-055-24/+23
| * util: use alloca0() intead of alloca() + memzero()Lennart Poettering2015-07-051-2/+1
| * use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2015-07-051-1/+2
| * systemd-python: fix listen_fds under Python 2Zbigniew Jędrzejewski-Szmek2015-07-051-1/+1
| * systemd-python: fix setting of exception codesZbigniew Jędrzejewski-Szmek2015-07-052-42/+35
| * trivial coding style clean upsThomas Hindoe Paaboel Andersen2015-07-052-92/+46
| * systemd-python: fix booted() and add two functions to docsZbigniew Jędrzejewski-Szmek2015-07-052-1/+3
| * systemd-python: convert keyword value to stringRichard Marko2015-07-051-0/+2
| * systemd-python: check for oom, give nicer error messagesZbigniew Jędrzejewski-Szmek2015-07-052-3/+7
| * systemd-python: fix initialization of _Reader objectsSteven Hiscocks2015-07-051-0/+9
| * systemd-python: fix gcc warningZbigniew Jędrzejewski-Szmek2015-07-051-2/+2
| * systemd-python: use modern CZbigniew Jędrzejewski-Szmek2015-07-051-39/+10
| * systemd-python: also update the documentationZbigniew Jędrzejewski-Szmek2015-07-051-1/+2
| * systemd-python: add support for sd_j_open_filesZbigniew Jędrzejewski-Szmek2015-07-055-38/+99
| * systemd-python: fix iterationZbigniew Jędrzejewski-Szmek2015-07-051-12/+12
| * systemd-python: wrap sd_notifyZbigniew Jędrzejewski-Szmek2015-07-052-4/+46
| * journal: add ability to filter by current userZbigniew Jędrzejewski-Szmek2015-07-051-0/+1
| * systemd-python: do not attempt to convert str to bytesZbigniew Jędrzejewski-Szmek2015-07-051-0/+4
| * systemd-python: allow threads around flushZbigniew Jędrzejewski-Szmek2015-07-051-0/+2
| * systemd-python: use consistent indentationZbigniew Jędrzejewski-Szmek2015-07-052-70/+70
| * systemd-python: wrap sd_login_monitorZbigniew Jędrzejewski-Szmek2015-07-057-52/+268
| * systemd-python: add wrappers for easy functions in sd-loginZbigniew Jędrzejewski-Szmek2015-07-056-13/+200
| * systemd-python: add __version__ stringsZbigniew Jędrzejewski-Szmek2015-07-056-9/+30
| * Spelling fixesVille Skyttä2015-07-051-1/+1
| * systemd-python: attach fields to JournalHandler, add SYSLOG_IDENTIFIERZbigniew Jędrzejewski-Szmek2015-07-051-9/+33
| * systemd-python: wrap sd_journal_add_conjunctionZbigniew Jędrzejewski-Szmek2015-07-051-1/+22
| * move _cleanup_ attribute in front of the typeHarald Hoyer2015-07-053-7/+7
| * sd-messages.h: add new bootchart message idZbigniew Jędrzejewski-Szmek2015-07-051-0/+1
| * Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek2015-07-051-0/+1
| * python-systemd: Reader return special fields and _Reader changesSteven Hiscocks2015-07-052-66/+70
| * systemd-python: export new sd_journal_{process,get_events,get_timeout}Zbigniew Jędrzejewski-Szmek2015-07-051-4/+103
| * systemd-python: fix formatting in docstringZbigniew Jędrzejewski-Szmek2015-07-051-5/+6
| * systemd-python: fix wait bugSteven Hiscocks2015-07-051-2/+1
| * Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2015-07-051-3/+3
| * systemd-python: allow retrieval of single fieldsZbigniew Jędrzejewski-Szmek2015-07-053-19/+103
| * systemd-python: split out realtime and monotonic into separate functionsZbigniew Jędrzejewski-Szmek2015-07-051-65/+99
| * systemd-python: implement _Reader.test_cursorZbigniew Jędrzejewski-Szmek2015-07-051-20/+46
| * systemd-python: cleanup up usec_t handlingZbigniew Jędrzejewski-Szmek2015-07-052-31/+28