summaryrefslogtreecommitdiff
path: root/journald.c
Commit message (Expand)AuthorAgeFilesLines
* Add frontend module in pure-Python and hide old moduleZbigniew Jędrzejewski-Szmek2012-07-121-111/+0
* Compatibility with Python 3Zbigniew Jędrzejewski-Szmek2012-07-121-5/+47
* Rework error handling in preparation for py3k changesZbigniew Jędrzejewski-Szmek2012-07-101-10/+14
* Check the return value from sd_journal_sendvZbigniew Jędrzejewski-Szmek2012-07-101-2/+14
* Use PyString_AsStringAndSize to avoid strlenZbigniew Jędrzejewski-Szmek2012-07-101-4/+5
* Proper TypeError exception handling.David Strauss2012-06-261-0/+6
* Whitespace fixes. Drop header-style guards.David Strauss2012-06-261-8/+3
* Code clean-up.David Strauss2012-06-261-11/+7
* Allow varags.David Strauss2012-06-261-3/+24
* Use sd_journal_print() instead of send.David Strauss2012-06-251-1/+1
* Now works with import.David Strauss2012-06-251-1/+1
* Initial boilerplate work. Compiles without warnings. Untested.David Strauss2012-06-251-0/+34