index
:
platform/upstream/systemd
accepted/tizen/generic
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel/ivi
kdbus-integration
ref/for/tizen
ref/for/tizen_3.0
sandbox/adrians/CVE-fix
sandbox/adrians/dirty-upgrade-to-232
sandbox/adrians/dirty-upgrade-to-233
sandbox/adrians/upgrade-to-234
sandbox/adrians/upgrade-to-235
sandbox/adrians/upgrade-to-236
sandbox/adrians/upgrade-to-237
sandbox/adrians/upgrade-to-238
sandbox/adrians/upgrade-to-239
sandbox/adrians/upgrade-to-240
sandbox/adrians/upgrade-to-241
sandbox/adrians/upgrade-to-242
sandbox/adrians/upgrade-to-243
sandbox/adrians/upgrade-to-244
sandbox/adrians/upgrade-to-245
sandbox/akazmin/hwasan_build
sandbox/akazmin/tizen6_asan
sandbox/chanwoochoi/tizen_dev
sandbox/denis13/LTO
sandbox/ibaravy/isan
sandbox/jihochu/5.0
sandbox/jlaako/multiseat
sandbox/jobol/v219
sandbox/kkrosman/cynara-bus-proxyd
sandbox/klewandowski/nosmack
sandbox/klewandowski/systemd-shutdown
sandbox/klewandowski/upgrade-v231
sandbox/leemgs/test
sandbox/lstelmach/exec-timing
sandbox/lstelmach/exec-timing-244
sandbox/lstelmach/kdbus-integration-216
sandbox/lstelmach/kdbus-integration-217
sandbox/lstelmach/kdbus-tizen-next
sandbox/lstelmach/system-privileged
sandbox/lstelmach/systemd-upgrade-231
sandbox/lstelmach/systemd-upgrade-233
sandbox/lstelmach/tizen-cleanup
sandbox/lstelmach/tizen-cleanup-wo-kdbus
sandbox/lstelmach/tizen-cleanup-wo-kdbus-on-v255
sandbox/lstelmach/tizen-next
sandbox/mbloch/stdout
sandbox/mkashkarov/tizen_6.0_build
sandbox/mmajewski2/stdout
sandbox/mwereski/tizen
sandbox/mzielinska3/cynara_integration
sandbox/sdx/dev212
sandbox/sebuns2/skip_empty_link_file
sandbox/silas.jeon/RO_3.0_notyet
sandbox/songinha/history
sandbox/songinha/tizen
sandbox/upgrade-to-241
sandbox/vbarinov/asan
sandbox/vbarinov/newcompilerfix
sandbox/vbarinov/nogold
systemd_212
systemd_v216
tizen
tizen-v204-backup
tizen_208
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_dev
tizen_dev_kdbus
tizen_ivi_genivi
tizen_ivi_release
upgrade-to-244
upstream
upstream_old
Domain: System / System Framework;
Hyotaek Shim <hyotaek.shim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
python-systemd
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-20
python: reindent _reader.c
Lennart Poettering
1
-582
/
+577
2014-02-20
macro: introduce nice macro for disabling -Wmissing-prototypes warnigs
Lennart Poettering
5
-24
/
+23
2014-01-31
util: use alloca0() intead of alloca() + memzero()
Lennart Poettering
1
-2
/
+1
2014-01-31
use memzero(foo, length); for all memset(foo, 0, length); calls
Greg KH
1
-1
/
+2
2013-12-30
systemd-python: fix listen_fds under Python 2
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2013-12-30
systemd-python: fix setting of exception codes
Zbigniew Jędrzejewski-Szmek
2
-42
/
+35
2013-12-03
trivial coding style clean ups
Thomas Hindoe Paaboel Andersen
2
-92
/
+46
2013-11-12
systemd-python: fix booted() and add two functions to docs
Zbigniew Jędrzejewski-Szmek
2
-1
/
+3
2013-11-07
systemd-python: convert keyword value to string
Richard Marko
1
-0
/
+2
2013-08-15
systemd-python: check for oom, give nicer error messages
Zbigniew Jędrzejewski-Szmek
2
-3
/
+7
2013-08-15
systemd-python: fix initialization of _Reader objects
Steven Hiscocks
1
-0
/
+9
2013-07-26
systemd-python: fix gcc warning
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2013-07-26
systemd-python: use modern C
Zbigniew Jędrzejewski-Szmek
1
-39
/
+10
2013-07-18
systemd-python: also update the documentation
Zbigniew Jędrzejewski-Szmek
1
-1
/
+2
2013-07-17
systemd-python: add support for sd_j_open_files
Zbigniew Jędrzejewski-Szmek
5
-38
/
+99
2013-07-17
systemd-python: fix iteration
Zbigniew Jędrzejewski-Szmek
1
-12
/
+12
2013-07-05
systemd-python: wrap sd_notify
Zbigniew Jędrzejewski-Szmek
2
-4
/
+46
2013-06-10
journal: add ability to filter by current user
Zbigniew Jędrzejewski-Szmek
1
-0
/
+1
2013-05-16
systemd-python: do not attempt to convert str to bytes
Zbigniew Jędrzejewski-Szmek
1
-0
/
+4
2013-05-09
systemd-python: allow threads around flush
Zbigniew Jędrzejewski-Szmek
1
-0
/
+2
2013-05-09
systemd-python: use consistent indentation
Zbigniew Jędrzejewski-Szmek
2
-70
/
+70
2013-05-09
systemd-python: wrap sd_login_monitor
Zbigniew Jędrzejewski-Szmek
7
-52
/
+268
2013-05-08
systemd-python: add wrappers for easy functions in sd-login
Zbigniew Jędrzejewski-Szmek
6
-13
/
+200
2013-05-08
systemd-python: add __version__ strings
Zbigniew Jędrzejewski-Szmek
6
-9
/
+30
2013-05-03
Spelling fixes
Ville Skyttä
1
-1
/
+1
2013-04-25
systemd-python: attach fields to JournalHandler, add SYSLOG_IDENTIFIER
Zbigniew Jędrzejewski-Szmek
1
-9
/
+33
2013-04-18
systemd-python: wrap sd_journal_add_conjunction
Zbigniew Jędrzejewski-Szmek
1
-1
/
+22
2013-04-18
move _cleanup_ attribute in front of the type
Harald Hoyer
3
-7
/
+7
2013-04-17
sd-messages.h: add new bootchart message id
Zbigniew Jędrzejewski-Szmek
1
-0
/
+1
2013-04-17
Report about syntax errors with metadata
Zbigniew Jędrzejewski-Szmek
1
-0
/
+1
2013-04-17
python-systemd: Reader return special fields and _Reader changes
Steven Hiscocks
2
-66
/
+70
2013-04-16
systemd-python: export new sd_journal_{process,get_events,get_timeout}
Zbigniew Jędrzejewski-Szmek
1
-4
/
+103
2013-04-14
systemd-python: fix formatting in docstring
Zbigniew Jędrzejewski-Szmek
1
-5
/
+6
2013-04-06
systemd-python: fix wait bug
Steven Hiscocks
1
-2
/
+1
2013-04-05
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
1
-3
/
+3
2013-03-21
systemd-python: allow retrieval of single fields
Zbigniew Jędrzejewski-Szmek
3
-19
/
+103
2013-03-21
systemd-python: split out realtime and monotonic into separate functions
Zbigniew Jędrzejewski-Szmek
1
-65
/
+99
2013-03-21
systemd-python: implement _Reader.test_cursor
Zbigniew Jędrzejewski-Szmek
1
-20
/
+46
2013-03-21
systemd-python: cleanup up usec_t handling
Zbigniew Jędrzejewski-Szmek
2
-31
/
+28
2013-03-21
systemd-python: export sd_journal_get_usage
Zbigniew Jędrzejewski-Szmek
1
-6
/
+29
2013-03-20
Remove some unused variables
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2013-03-19
systemd-python: small cleanups
Zbigniew Jędrzejewski-Szmek
3
-11
/
+31
2013-03-19
systemd-python: add journal.get_catalog()
Zbigniew Jędrzejewski-Szmek
2
-8
/
+48
2013-03-19
systemd-python: add _Reader.get_catalog()
Zbigniew Jędrzejewski-Szmek
1
-0
/
+24
2013-03-19
systemd-python: add _Reader.closed attribute
Zbigniew Jędrzejewski-Szmek
1
-2
/
+14
2013-03-18
systemd-python: allow Reader to be used as a context manager
Zbigniew Jędrzejewski-Szmek
1
-0
/
+32
2013-03-15
systemd-python: add systemd.daemon wrapping sd-daemon
Zbigniew Jędrzejewski-Szmek
6
-17
/
+412
2013-03-12
man,html: say 'systemd 198' in the header
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2013-03-09
python/docs: use the same links on top as in man pages
Zbigniew Jędrzejewski-Szmek
2
-0
/
+18
2013-03-09
html: make python docs look more like the rest
Zbigniew Jędrzejewski-Szmek
2
-2
/
+198
[next]