Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | systemd-python: fix failing assert | Zbigniew Jędrzejewski-Szmek | 2014-04-05 | 1 | -1/+0 |
* | systemd-python: use .hex instead of .get_hex() | Zbigniew Jędrzejewski-Szmek | 2014-04-05 | 1 | -3/+3 |
* | python: reindent _reader.c | Lennart Poettering | 2014-02-20 | 1 | -582/+577 |
* | macro: introduce nice macro for disabling -Wmissing-prototypes warnigs | Lennart Poettering | 2014-02-20 | 5 | -24/+23 |
* | util: use alloca0() intead of alloca() + memzero() | Lennart Poettering | 2014-01-31 | 1 | -2/+1 |
* | use memzero(foo, length); for all memset(foo, 0, length); calls | Greg KH | 2014-01-31 | 1 | -1/+2 |
* | systemd-python: fix listen_fds under Python 2 | Zbigniew Jędrzejewski-Szmek | 2013-12-30 | 1 | -1/+1 |
* | systemd-python: fix setting of exception codes | Zbigniew Jędrzejewski-Szmek | 2013-12-30 | 2 | -42/+35 |
* | trivial coding style clean ups | Thomas Hindoe Paaboel Andersen | 2013-12-03 | 2 | -92/+46 |
* | systemd-python: fix booted() and add two functions to docs | Zbigniew Jędrzejewski-Szmek | 2013-11-12 | 2 | -1/+3 |
* | systemd-python: convert keyword value to string | Richard Marko | 2013-11-07 | 1 | -0/+2 |
* | systemd-python: check for oom, give nicer error messages | Zbigniew Jędrzejewski-Szmek | 2013-08-15 | 2 | -3/+7 |
* | systemd-python: fix initialization of _Reader objects | Steven Hiscocks | 2013-08-15 | 1 | -0/+9 |
* | systemd-python: fix gcc warning | Zbigniew Jędrzejewski-Szmek | 2013-07-26 | 1 | -2/+2 |
* | systemd-python: use modern C | Zbigniew Jędrzejewski-Szmek | 2013-07-26 | 1 | -39/+10 |
* | systemd-python: also update the documentation | Zbigniew Jędrzejewski-Szmek | 2013-07-18 | 1 | -1/+2 |
* | systemd-python: add support for sd_j_open_files | Zbigniew Jędrzejewski-Szmek | 2013-07-17 | 5 | -38/+99 |
* | systemd-python: fix iteration | Zbigniew Jędrzejewski-Szmek | 2013-07-17 | 1 | -12/+12 |
* | systemd-python: wrap sd_notify | Zbigniew Jędrzejewski-Szmek | 2013-07-05 | 2 | -4/+46 |
* | journal: add ability to filter by current user | Zbigniew Jędrzejewski-Szmek | 2013-06-10 | 1 | -0/+1 |
* | systemd-python: do not attempt to convert str to bytes | Zbigniew Jędrzejewski-Szmek | 2013-05-16 | 1 | -0/+4 |
* | systemd-python: allow threads around flush | Zbigniew Jędrzejewski-Szmek | 2013-05-09 | 1 | -0/+2 |
* | systemd-python: use consistent indentation | Zbigniew Jędrzejewski-Szmek | 2013-05-09 | 2 | -70/+70 |
* | systemd-python: wrap sd_login_monitor | Zbigniew Jędrzejewski-Szmek | 2013-05-09 | 7 | -52/+268 |
* | systemd-python: add wrappers for easy functions in sd-login | Zbigniew Jędrzejewski-Szmek | 2013-05-08 | 6 | -13/+200 |
* | systemd-python: add __version__ strings | Zbigniew Jędrzejewski-Szmek | 2013-05-08 | 6 | -9/+30 |
* | Spelling fixes | Ville Skyttä | 2013-05-03 | 1 | -1/+1 |
* | systemd-python: attach fields to JournalHandler, add SYSLOG_IDENTIFIER | Zbigniew Jędrzejewski-Szmek | 2013-04-25 | 1 | -9/+33 |
* | systemd-python: wrap sd_journal_add_conjunction | Zbigniew Jędrzejewski-Szmek | 2013-04-18 | 1 | -1/+22 |
* | move _cleanup_ attribute in front of the type | Harald Hoyer | 2013-04-18 | 3 | -7/+7 |
* | sd-messages.h: add new bootchart message id | Zbigniew Jędrzejewski-Szmek | 2013-04-17 | 1 | -0/+1 |
* | Report about syntax errors with metadata | Zbigniew Jędrzejewski-Szmek | 2013-04-17 | 1 | -0/+1 |
* | python-systemd: Reader return special fields and _Reader changes | Steven Hiscocks | 2013-04-17 | 2 | -66/+70 |
* | systemd-python: export new sd_journal_{process,get_events,get_timeout} | Zbigniew Jędrzejewski-Szmek | 2013-04-16 | 1 | -4/+103 |
* | systemd-python: fix formatting in docstring | Zbigniew Jędrzejewski-Szmek | 2013-04-14 | 1 | -5/+6 |
* | systemd-python: fix wait bug | Steven Hiscocks | 2013-04-06 | 1 | -2/+1 |
* | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek | 2013-04-05 | 1 | -3/+3 |
* | systemd-python: allow retrieval of single fields | Zbigniew Jędrzejewski-Szmek | 2013-03-21 | 3 | -19/+103 |
* | systemd-python: split out realtime and monotonic into separate functions | Zbigniew Jędrzejewski-Szmek | 2013-03-21 | 1 | -65/+99 |
* | systemd-python: implement _Reader.test_cursor | Zbigniew Jędrzejewski-Szmek | 2013-03-21 | 1 | -20/+46 |
* | systemd-python: cleanup up usec_t handling | Zbigniew Jędrzejewski-Szmek | 2013-03-21 | 2 | -31/+28 |
* | systemd-python: export sd_journal_get_usage | Zbigniew Jędrzejewski-Szmek | 2013-03-21 | 1 | -6/+29 |
* | Remove some unused variables | Zbigniew Jędrzejewski-Szmek | 2013-03-20 | 1 | -1/+1 |
* | systemd-python: small cleanups | Zbigniew Jędrzejewski-Szmek | 2013-03-19 | 3 | -11/+31 |
* | systemd-python: add journal.get_catalog() | Zbigniew Jędrzejewski-Szmek | 2013-03-19 | 2 | -8/+48 |
* | systemd-python: add _Reader.get_catalog() | Zbigniew Jędrzejewski-Szmek | 2013-03-19 | 1 | -0/+24 |
* | systemd-python: add _Reader.closed attribute | Zbigniew Jędrzejewski-Szmek | 2013-03-19 | 1 | -2/+14 |
* | systemd-python: allow Reader to be used as a context manager | Zbigniew Jędrzejewski-Szmek | 2013-03-18 | 1 | -0/+32 |
* | systemd-python: add systemd.daemon wrapping sd-daemon | Zbigniew Jędrzejewski-Szmek | 2013-03-15 | 6 | -17/+412 |
* | man,html: say 'systemd 198' in the header | Zbigniew Jędrzejewski-Szmek | 2013-03-12 | 1 | -1/+1 |