chiark / gitweb /
nss-myhostname: always resolve the host name "gateway" to the local default gateway
[elogind.git] / src / python-systemd /
2014-10-14 Dave Reisnerpython-systemd: avoid hitting assert in __exit__
2014-07-31 Zbigniew Jędrzejew... Always prefer our headers to system headers
2014-04-05 Zbigniew Jędrzejew... systemd-python: fix failing assert
2014-04-05 Zbigniew Jędrzejew... systemd-python: use .hex instead of .get_hex()
2014-02-20 Lennart Poetteringpython: reindent _reader.c
2014-02-20 Lennart Poetteringmacro: introduce nice macro for disabling -Wmissing...
2014-01-31 Lennart Poetteringutil: use alloca0() intead of alloca() + memzero()
2014-01-31 Greg KHuse memzero(foo, length); for all memset(foo, 0, length...
2013-12-30 Zbigniew Jędrzejew... systemd-python: fix listen_fds under Python 2
2013-12-30 Zbigniew Jędrzejew... systemd-python: fix setting of exception codes
2013-12-03 Thomas Hindoe Paab... trivial coding style clean ups
2013-11-13 Zbigniew Jędrzejew... systemd-python: fix booted() and add two functions...
2013-11-07 Richard Markosystemd-python: convert keyword value to string
2013-08-15 Zbigniew Jędrzejew... systemd-python: check for oom, give nicer error messages
2013-08-15 Steven Hiscockssystemd-python: fix initialization of _Reader objects
2013-07-26 Zbigniew Jędrzejew... systemd-python: fix gcc warning
2013-07-26 Zbigniew Jędrzejew... systemd-python: use modern C
2013-07-18 Zbigniew Jędrzejew... systemd-python: also update the documentation
2013-07-18 Zbigniew Jędrzejew... systemd-python: add support for sd_j_open_files
2013-07-18 Zbigniew Jędrzejew... systemd-python: fix iteration
2013-07-06 Zbigniew Jędrzejew... systemd-python: wrap sd_notify
2013-06-10 Zbigniew Jędrzejew... journal: add ability to filter by current user
2013-05-16 Zbigniew Jędrzejew... systemd-python: do not attempt to convert str to bytes
2013-05-09 Zbigniew Jędrzejew... systemd-python: allow threads around flush
2013-05-09 Zbigniew Jędrzejew... systemd-python: use consistent indentation
2013-05-09 Zbigniew Jędrzejew... systemd-python: wrap sd_login_monitor
2013-05-09 Zbigniew Jędrzejew... systemd-python: add wrappers for easy functions in...
2013-05-09 Zbigniew Jędrzejew... systemd-python: add __version__ strings
2013-05-04 Ville SkyttäSpelling fixes
2013-04-26 Zbigniew Jędrzejew... systemd-python: attach fields to JournalHandler, add...
2013-04-18 Zbigniew Jędrzejew... systemd-python: wrap sd_journal_add_conjunction
2013-04-18 Harald Hoyermove _cleanup_ attribute in front of the type
2013-04-17 Zbigniew Jędrzejew... sd-messages.h: add new bootchart message id
2013-04-17 Zbigniew Jędrzejew... Report about syntax errors with metadata
2013-04-17 Steven Hiscockspython-systemd: Reader return special fields and _Reade...
2013-04-17 Zbigniew Jędrzejew... systemd-python: export new sd_journal_{process,get_even...
2013-04-14 Zbigniew Jędrzejew... systemd-python: fix formatting in docstring
2013-04-06 Steven Hiscockssystemd-python: fix wait bug
2013-04-05 Zbigniew Jędrzejew... Use initalization instead of explicit zeroing
2013-03-22 Zbigniew Jędrzejew... systemd-python: allow retrieval of single fields
2013-03-22 Zbigniew Jędrzejew... systemd-python: split out realtime and monotonic into...
2013-03-22 Zbigniew Jędrzejew... systemd-python: implement _Reader.test_cursor
2013-03-22 Zbigniew Jędrzejew... systemd-python: cleanup up usec_t handling
2013-03-22 Zbigniew Jędrzejew... systemd-python: export sd_journal_get_usage
2013-03-20 Zbigniew Jędrzejew... Remove some unused variables
2013-03-20 Zbigniew Jędrzejew... systemd-python: small cleanups
2013-03-20 Zbigniew Jędrzejew... systemd-python: add journal.get_catalog()
2013-03-20 Zbigniew Jędrzejew... systemd-python: add _Reader.get_catalog()
2013-03-20 Zbigniew Jędrzejew... systemd-python: add _Reader.closed attribute
2013-03-18 Zbigniew Jędrzejew... systemd-python: allow Reader to be used as a context...
2013-03-16 Zbigniew Jędrzejew... systemd-python: add systemd.daemon wrapping sd-daemon
2013-03-13 Zbigniew Jędrzejew... man,html: say 'systemd 198' in the header
2013-03-09 Zbigniew Jędrzejew... python/docs: use the same links on top as in man pages
2013-03-09 Zbigniew Jędrzejew... html: make python docs look more like the rest
2013-03-09 Zbigniew Jędrzejew... systemd-python: provide version info to sphinx
2013-03-07 Zbigniew Jędrzejew... systemd-python: fix segfault on double close
2013-03-07 Zbigniew Jędrzejew... systemd-python: fix typos
2013-03-07 Zbigniew Jędrzejew... systemd-python: update documentation for new systemd...
2013-03-07 Zbigniew Jędrzejew... systemd-python: refuse path and flags together in __init__
2013-03-07 Zbigniew Jędrzejew... systemd-python: export sd_j_get_fd, sd_j_reliable_fd...
2013-03-07 Zbigniew Jędrzejew... systemd-python: split .seek() into .seek_head() and...
2013-03-07 Zbigniew Jędrzejew... systemd-python: catch only ValueErrors in conversion...
2013-03-06 Zbigniew Jędrzejew... systemd-python: fix error check in _Reader.wait()
2013-03-01 Lukas Nykrynsystemd-python: add missing check for return of PyDict_...
2013-03-01 Zbigniew Jędrzejew... Merge branch 'python-systemd-reader'
2013-03-01 Zbigniew Jędrzejew... python-systemd: rename Journal to Reader
2013-03-01 Zbigniew Jędrzejew... systemd-python: return both parts of sd_journal_get_mon...
2013-03-01 Zbigniew Jędrzejew... python-systemd: check all errors and use automatic...
2013-03-01 Zbigniew Jędrzejew... systemd-python: hide ChainMap import
2013-03-01 Zbigniew Jędrzejew... systemd-python: document attributes
2013-03-01 Zbigniew Jędrzejew... systemd-python: use PyModule_AddObject in id128
2013-03-01 Zbigniew Jędrzejew... systemd-python: polish the docstrings
2013-02-22 Zbigniew Jędrzejew... systemd-python: indenation and style tweaks
2013-02-22 Zbigniew Jędrzejew... systemd-python: downgrade _reader.c to C89
2013-02-22 Zbigniew Jędrzejew... systemd-python: add casts and fix unused variable warni...
2013-02-22 Zbigniew Jędrzejew... systemd-python: wrap some python differences using...
2013-02-22 Zbigniew Jędrzejew... systemd-python: introduce error setting helper
2013-02-22 Steven Hiscockssystemd-python: Added doc string for Journal
2013-02-22 Steven Hiscockssystemd-python: Journal convert_unicode exception handl...
2013-02-22 Steven Hiscockssystemd-python: add Journal method to add MESSAGE_ID...
2013-02-22 Steven Hiscockssystemd-python: fix memory leak in _reader and minor...
2013-02-22 Steven Hiscockssystemd-python: update Journal python docstrings
2013-02-22 Steven Hiscockssystemd-python: tidy up import names in journal
2013-02-22 Steven Hiscockssystemd-python: Journal this_boot/machine now accepts ID
2013-02-22 Steven Hiscockssystemd-python: remove unneeded ifdef for query_unique
2013-02-22 Steven Hiscockssystemd-python: _reader now takes unix timestamp in...
2013-02-22 Steven Hiscockssystemd-python: Update _reader docstrings
2013-02-22 Steven Hiscockssystemd-python: _reader add_match takes single string
2013-02-22 Steven Hiscockssystemd-python: correct data_threshold error return...
2013-02-22 Steven Hiscockssystemd-python: updated _reader header to standard...
2013-02-22 Steven Hiscockssystemd-python: Moved _reader datetime usage to python
2013-02-22 Steven Hiscockssystemd-python: Tidy up _reader error handling
2013-02-22 Steven Hiscockssystemd-python: some python3 and bug fixes
2013-02-22 Steven Hiscockssystemd-python: implement this_boot/this_machine in...
2013-02-22 Steven Hiscockssystemd-python: Journal log_level moved to python
2013-02-22 Zbigniew Jędrzejew... sphinx: document Journal class too
2013-02-22 Steven Hiscockssystemd-python: move default call dicts from C to python
2013-02-22 Steven Hiscockssystemd-python: MESSAGE_ID as UUID for Journal
2013-02-22 Steven Hiscockssystemd-python: moved PyRun_String to journal.py code
2013-02-22 Steven Hiscockssystemd-python: add Journal class for reading journal
next