summaryrefslogtreecommitdiff
path: root/src/python-systemd
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-18systemd-python: allow Reader to be used as a context managerZbigniew Jędrzejewski-Szmek1-0/+32
2013-03-15systemd-python: add systemd.daemon wrapping sd-daemonZbigniew Jędrzejewski-Szmek6-17/+412
2013-03-12man,html: say 'systemd 198' in the headerZbigniew Jędrzejewski-Szmek1-1/+1
2013-03-09python/docs: use the same links on top as in man pagesZbigniew Jędrzejewski-Szmek2-0/+18
2013-03-09html: make python docs look more like the restZbigniew Jędrzejewski-Szmek2-2/+198
2013-03-09systemd-python: provide version info to sphinxZbigniew Jędrzejewski-Szmek1-9/+0
2013-03-07systemd-python: fix segfault on double closeZbigniew Jędrzejewski-Szmek1-0/+1
2013-03-07systemd-python: fix typosZbigniew Jędrzejewski-Szmek1-2/+2
2013-03-07systemd-python: update documentation for new systemd-journal groupZbigniew Jędrzejewski-Szmek1-1/+1
2013-03-07systemd-python: refuse path and flags together in __init__Zbigniew Jędrzejewski-Szmek2-10/+18
2013-03-07systemd-python: export sd_j_get_fd, sd_j_reliable_fd, sd_j_closeZbigniew Jędrzejewski-Szmek2-0/+60
2013-03-07systemd-python: split .seek() into .seek_head() and .seek_tail()Zbigniew Jędrzejewski-Szmek3-58/+27
2013-03-07systemd-python: catch only ValueErrors in conversion codeZbigniew Jędrzejewski-Szmek1-38/+60
2013-03-05systemd-python: fix error check in _Reader.wait()Zbigniew Jędrzejewski-Szmek1-2/+3