index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compat-libs
/
libsystemd-id128.pc.in
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-19
networkctl: port to verbs helper
Tom Gundersen
1
-76
/
+11
2014-12-19
systemd-hwdb: port to new verbs helper
Tom Gundersen
1
-72
/
+11
2014-12-19
import: dck - fix curl error handling
Tom Gundersen
1
-1
/
+1
2014-12-19
update TODO
Lennart Poettering
1
-2
/
+10
2014-12-19
import: add new minimal tool "systemd-import" for pulling down foreign contai...
Lennart Poettering
11
-0
/
+2006
2014-12-19
util: add generalization of verb parsing for command line tools
Lennart Poettering
3
-1
/
+114
2014-12-19
util: make sure rm_rf() can be called on symlinks (with the effect of deletin...
Lennart Poettering
1
-1
/
+1
2014-12-19
strv: ass new strv_is_uniq() and strv_reverse() calls
Lennart Poettering
3
-0
/
+84
2014-12-19
execute: the runtime directory can only be on tmpfs, hence don't use rm_rf_da...
Lennart Poettering
1
-1
/
+1
2014-12-19
nss-myhostname: introduce is_gateway() similar to the existing is_hostname()
Lennart Poettering
1
-2
/
+9
2014-12-19
load-fragment: allow quoting in command name and document allowed escapes
Zbigniew Jędrzejewski-Szmek
3
-104
/
+269
2014-12-19
Treat a trailing backslash as an error
Zbigniew Jędrzejewski-Szmek
3
-20
/
+41
2014-12-19
test-strv: use STRV_MAKE
Zbigniew Jędrzejewski-Szmek
1
-13
/
+13
2014-12-19
tree-wide: make condition_free_list return NULL
Zbigniew Jędrzejewski-Szmek
3
-8
/
+7
2014-12-19
core: make exec_command_free_list return NULL
Zbigniew Jędrzejewski-Szmek
4
-12
/
+9
2014-12-19
hwdb: move Logitech mouse to the right spot
Zbigniew Jędrzejewski-Szmek
1
-4
/
+2
2014-12-19
hwdb: Logitech, Inc. RX 250 Optical Mouse DPI data
Erik Auerswald
1
-0
/
+2
2014-12-19
hwdb: Logitech, Inc. RX 300 Optical Mouse DPI data
Tim JP
1
-0
/
+2
2014-12-19
test-cap-list: allow mismatch in case
Zbigniew Jędrzejewski-Szmek
1
-3
/
+3
2014-12-19
path-util: fix breakage in path_is_mount_point
Dave Reisner
1
-2
/
+6
2014-12-18
systemd-hwdb: introduce new tool
Tom Gundersen
12
-118
/
+1022
2014-12-18
networkd: add FDB support
Alin Rauta
10
-11
/
+402
2014-12-18
journal: next_with_matches() now does not need a mapped object as input
Michal Schmidt
1
-4
/
+0
2014-12-18
journal: journal_file_next_entry() does not need pointer to current Object
Michal Schmidt
4
-18
/
+12
2014-12-18
journal: optimize iteration by returning previously found candidate entry
Michal Schmidt
1
-0
/
+6
2014-12-18
journal: optimize iteration by skipping exhausted files
Michal Schmidt
2
-1
/
+8
2014-12-18
journal: drop unnecessary parameters of next_beyond_location()
Michal Schmidt
1
-8
/
+2
2014-12-18
journal: remove redundant variable new_offset
Michal Schmidt
1
-5
/
+2
2014-12-18
journal: compare candidate entries using JournalFiles' locations
Michal Schmidt
3
-85
/
+54
2014-12-18
journal: simplify set_location()
Michal Schmidt
1
-8
/
+3
2014-12-18
journal: keep per-JournalFile location info during iteration
Michal Schmidt
3
-1
/
+33
2014-12-18
journal: abstract the resetting of JournalFile's location
Michal Schmidt
3
-1
/
+6
2014-12-18
journal: move definition of LocationType to journal-file.h
Michal Schmidt
2
-14
/
+14
2014-12-18
Revert "journal: optimize iteration: skip whole files behind current location"
Michal Schmidt
1
-23
/
+0
2014-12-18
Revert "journal: optimize iteration: skip files that cannot improve current c...
Michal Schmidt
1
-24
/
+0
2014-12-18
journal: delete unused function journal_file_skip_entry()
Michal Schmidt
3
-59
/
+0
2014-12-18
journal: delete unused function journal_file_move_to_entry_by_offset()
Michal Schmidt
2
-18
/
+0
2014-12-18
core: use raw_clone instead of fork in signal handler
Zbigniew Jędrzejewski-Szmek
3
-13
/
+42
2014-12-18
test-unit-file: add test for semicolon escaping
Zbigniew Jędrzejewski-Szmek
1
-17
/
+21
2014-12-18
load-fragment: properly unescape \;
tomsod-m ya ru
1
-1
/
+3
2014-12-18
path: make the check for unsupported name_to_handle_at symmetric
Zbigniew Jędrzejewski-Szmek
1
-15
/
+20
2014-12-18
path: follow symbolic link for parent path (2)
Umut Tezduyar Lindskog
1
-1
/
+1
2014-12-18
machinectl: add new commands for copying files from/to containers
Lennart Poettering
5
-43
/
+175
2014-12-18
util: in make_stdio() use dup2() rather than dup3()
Lennart Poettering
1
-4
/
+8
2014-12-18
update TODO
Lennart Poettering
1
-0
/
+16
2014-12-18
machinectl: implement "bind" command to create additional bind mounts from ho...
Lennart Poettering
3
-38
/
+339
2014-12-17
nspawn: fix invocation of the raw clone() system call on s390 and cris
Ken Werner
2
-3
/
+13
2014-12-17
hwdb: add Lenovo 3000 N200 special key
Marc Schmitzer
1
-0
/
+4
2014-12-17
path: follow symbolic link for parent path
Umut Tezduyar Lindskog
1
-1
/
+1
2014-12-17
shared: strv - add strv_clear()
Tom Gundersen
2
-1
/
+8
[next]