summaryrefslogtreecommitdiff
path: root/src/python-systemd
AgeCommit message (Expand)AuthorFilesLines
2015-04-12python-systemd: fix is_socket_inet to cope with portsSimon Farnsworth2-2/+2
2014-10-14python-systemd: avoid hitting assert in __exit__Dave Reisner1-1/+1
2014-07-31Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek4-4/+4
2014-04-05systemd-python: fix failing assertZbigniew Jędrzejewski-Szmek1-1/+0
2014-04-05systemd-python: use .hex instead of .get_hex()Zbigniew Jędrzejewski-Szmek1-3/+3
2014-02-20python: reindent _reader.cLennart Poettering1-582/+577
2014-02-20macro: introduce nice macro for disabling -Wmissing-prototypes warnigsLennart Poettering5-24/+23
2014-01-31util: use alloca0() intead of alloca() + memzero()Lennart Poettering1-2/+1
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH1-1/+2
2013-12-30systemd-python: fix listen_fds under Python 2Zbigniew Jędrzejewski-Szmek1-1/+1
2013-12-30systemd-python: fix setting of exception codesZbigniew Jędrzejewski-Szmek2-42/+35
2013-12-03trivial coding style clean upsThomas Hindoe Paaboel Andersen2-92/+46
2013-11-12systemd-python: fix booted() and add two functions to docsZbigniew Jędrzejewski-Szmek2-1/+3
2013-11-07systemd-python: convert keyword value to stringRichard Marko1-0/+2
2013-08-15systemd-python: check for oom, give nicer error messagesZbigniew Jędrzejewski-Szmek2-3/+7
2013-08-15systemd-python: fix initialization of _Reader objectsSteven Hiscocks1-0/+9
2013-07-26systemd-python: fix gcc warningZbigniew Jędrzejewski-Szmek1-2/+2
2013-07-26systemd-python: use modern CZbigniew Jędrzejewski-Szmek1-39/+10
2013-07-18systemd-python: also update the documentationZbigniew Jędrzejewski-Szmek1-1/+2
2013-07-17systemd-python: add support for sd_j_open_filesZbigniew Jędrzejewski-Szmek5-38/+99
2013-07-17systemd-python: fix iterationZbigniew Jędrzejewski-Szmek1-12/+12
2013-07-05systemd-python: wrap sd_notifyZbigniew Jędrzejewski-Szmek2-4/+46
2013-06-10journal: add ability to filter by current userZbigniew Jędrzejewski-Szmek1-0/+1
2013-05-16systemd-python: do not attempt to convert str to bytesZbigniew Jędrzejewski-Szmek1-0/+4
2013-05-09systemd-python: allow threads around flushZbigniew Jędrzejewski-Szmek1-0/+2
2013-05-09systemd-python: use consistent indentationZbigniew Jędrzejewski-Szmek2-70/+70
2013-05-09systemd-python: wrap sd_login_monitorZbigniew Jędrzejewski-Szmek7-52/+268
2013-05-08systemd-python: add wrappers for easy functions in sd-loginZbigniew Jędrzejewski-Szmek6-13/+200
2013-05-08systemd-python: add __version__ stringsZbigniew Jędrzejewski-Szmek6-9/+30
2013-05-03Spelling fixesVille Skyttä1-1/+1
2013-04-25systemd-python: attach fields to JournalHandler, add SYSLOG_IDENTIFIERZbigniew Jędrzejewski-Szmek1-9/+33
2013-04-18systemd-python: wrap sd_journal_add_conjunctionZbigniew Jędrzejewski-Szmek1-1/+22
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer3-7/+7
2013-04-17sd-messages.h: add new bootchart message idZbigniew Jędrzejewski-Szmek1-0/+1
2013-04-17Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek1-0/+1
2013-04-17python-systemd: Reader return special fields and _Reader changesSteven Hiscocks2-66/+70
2013-04-16systemd-python: export new sd_journal_{process,get_events,get_timeout}Zbigniew Jędrzejewski-Szmek1-4/+103
2013-04-14systemd-python: fix formatting in docstringZbigniew Jędrzejewski-Szmek1-5/+6
2013-04-06systemd-python: fix wait bugSteven Hiscocks1-2/+1
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek1-3/+3
2013-03-21systemd-python: allow retrieval of single fieldsZbigniew Jędrzejewski-Szmek3-19/+103
2013-03-21systemd-python: split out realtime and monotonic into separate functionsZbigniew Jędrzejewski-Szmek1-65/+99
2013-03-21systemd-python: implement _Reader.test_cursorZbigniew Jędrzejewski-Szmek1-20/+46
2013-03-21systemd-python: cleanup up usec_t handlingZbigniew Jędrzejewski-Szmek2-31/+28
2013-03-21systemd-python: export sd_journal_get_usageZbigniew Jędrzejewski-Szmek1-6/+29
2013-03-20Remove some unused variablesZbigniew Jędrzejewski-Szmek1-1/+1
2013-03-19systemd-python: small cleanupsZbigniew Jędrzejewski-Szmek3-11/+31
2013-03-19systemd-python: add journal.get_catalog()Zbigniew Jędrzejewski-Szmek2-8/+48
2013-03-19systemd-python: add _Reader.get_catalog()Zbigniew Jędrzejewski-Szmek1-0/+24
2013-03-19systemd-python: add _Reader.closed attributeZbigniew Jędrzejewski-Szmek1-2/+14