index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
python-systemd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
python-systemd: avoid hitting assert in __exit__
Dave Reisner
2014-10-14
1
-1
/
+1
*
Always prefer our headers to system headers
Zbigniew Jędrzejewski-Szmek
2014-07-31
4
-4
/
+4
*
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-13
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-18
5
-38
/
+99
*
systemd-python: fix iteration
Zbigniew Jędrzejewski-Szmek
2013-07-18
1
-12
/
+12
*
systemd-python: wrap sd_notify
Zbigniew Jędrzejewski-Szmek
2013-07-06
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-10
1
-0
/
+2
*
systemd-python: use consistent indentation
Zbigniew Jędrzejewski-Szmek
2013-05-10
2
-70
/
+70
*
systemd-python: wrap sd_login_monitor
Zbigniew Jędrzejewski-Szmek
2013-05-10
7
-52
/
+268
*
systemd-python: add wrappers for easy functions in sd-login
Zbigniew Jędrzejewski-Szmek
2013-05-09
6
-13
/
+200
*
systemd-python: add __version__ strings
Zbigniew Jędrzejewski-Szmek
2013-05-09
6
-9
/
+30
*
Spelling fixes
Ville Skyttä
2013-05-04
1
-1
/
+1
*
systemd-python: attach fields to JournalHandler, add SYSLOG_IDENTIFIER
Zbigniew Jędrzejewski-Szmek
2013-04-26
1
-9
/
+33
*
systemd-python: wrap sd_journal_add_conjunction
Zbigniew Jędrzejewski-Szmek
2013-04-19
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-17
1
-4
/
+103
*
systemd-python: fix formatting in docstring
Zbigniew Jędrzejewski-Szmek
2013-04-15
1
-5
/
+6
*
systemd-python: fix wait bug
Steven Hiscocks
2013-04-07
1
-2
/
+1
*
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2013-04-06
1
-3
/
+3
*
systemd-python: allow retrieval of single fields
Zbigniew Jędrzejewski-Szmek
2013-03-22
3
-19
/
+103
*
systemd-python: split out realtime and monotonic into separate functions
Zbigniew Jędrzejewski-Szmek
2013-03-22
1
-65
/
+99
*
systemd-python: implement _Reader.test_cursor
Zbigniew Jędrzejewski-Szmek
2013-03-22
1
-20
/
+46
*
systemd-python: cleanup up usec_t handling
Zbigniew Jędrzejewski-Szmek
2013-03-22
2
-31
/
+28
*
systemd-python: export sd_journal_get_usage
Zbigniew Jędrzejewski-Szmek
2013-03-22
1
-6
/
+29
*
Remove some unused variables
Zbigniew Jędrzejewski-Szmek
2013-03-21
1
-1
/
+1
*
systemd-python: small cleanups
Zbigniew Jędrzejewski-Szmek
2013-03-20
3
-11
/
+31
*
systemd-python: add journal.get_catalog()
Zbigniew Jędrzejewski-Szmek
2013-03-20
2
-8
/
+48
*
systemd-python: add _Reader.get_catalog()
Zbigniew Jędrzejewski-Szmek
2013-03-20
1
-0
/
+24
*
systemd-python: add _Reader.closed attribute
Zbigniew Jędrzejewski-Szmek
2013-03-20
1
-2
/
+14
*
systemd-python: allow Reader to be used as a context manager
Zbigniew Jędrzejewski-Szmek
2013-03-18
1
-0
/
+32
[next]