index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
delta
/
delta.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
tree-wide: merge pager_open_if_enabled() to the pager_open()
Alexander Kuleshov
2016-02-25
1
-9
/
+1
*
|
tree-wide: minor formatting inconsistency cleanups
Vito Caputo
2016-02-23
1
-1
/
+1
|
/
*
delta: minor coding style fixes
Lennart Poettering
2016-02-11
1
-22
/
+21
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
treewide: apply errno.cocci
Michal Schmidt
2015-11-09
1
-2
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more locale-related calls to locale-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-0
/
+1
*
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-09-29
1
-10
/
+7
*
cgtop: underline table header
Lennart Poettering
2015-09-22
1
-5
/
+5
*
tree-wide: whenever we fork off a foreign child process reset signal mask/han...
Lennart Poettering
2015-06-10
1
-1
/
+8
*
shared: add terminal-util.[ch]
Ronny Chevalier
2015-04-11
1
-0
/
+1
*
shared: add process-util.[ch]
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-1
/
+0
*
delta: fix output alignment of [REDIRECTED] entries
Ivan Shapovalov
2014-12-14
1
-1
/
+1
*
delta: Fix broken separator support
Alison Chaiken
2014-11-30
1
-1
/
+1
*
delta: diff returns 1 when files differ, ignore this
Zbigniew Jędrzejewski-Szmek
2014-11-29
1
-1
/
+1
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-4
/
+3
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-3
/
+3
*
treewide: more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-4
/
+2
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-1
/
+1
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-1
/
+1
*
delta: use wait_for_terminate_and_warn() to generate warnin when diff fails
Lennart Poettering
2014-10-24
1
-5
/
+2
*
delta: warn if diff failed
Tom Gundersen
2014-09-25
1
-2
/
+4
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-4
/
+4
*
Unify parse_argv style
Zbigniew Jędrzejewski-Szmek
2014-08-04
1
-8
/
+4
*
Reject invalid quoted strings
Zbigniew Jędrzejewski-Szmek
2014-07-31
1
-9
/
+9
*
delta: draw arrows with draw_special_char()
Lennart Poettering
2014-04-23
1
-14
/
+10
*
delta: do not use unicode chars in C locale
Zbigniew Jędrzejewski-Szmek
2014-04-17
1
-15
/
+25
*
delta: ensure that d_type will be set on every fs
Lukas Nykryn
2014-01-09
1
-0
/
+2
*
delta: if prefix is specified, only show overrides there
Zbigniew Jędrzejewski-Szmek
2013-12-23
1
-27
/
+44
*
delta: fix delta for drop-ins
Zbigniew Jędrzejewski-Szmek
2013-12-23
1
-91
/
+75
*
delta: replace readdir_r with readdir
Florian Weimer
2013-12-22
1
-4
/
+4
*
Get rid of our reimplementation of basename
Zbigniew Jędrzejewski-Szmek
2013-12-07
1
-4
/
+4
*
clients: unify how we invoke getopt_long()
Lennart Poettering
2013-11-06
1
-7
/
+8
*
systemd-delta: Only print colors when on a tty
Daniel Schaal
2013-08-04
1
-5
/
+10
*
systemd-delta: count overrides only of the requested type
Zbigniew Jędrzejewski-Szmek
2013-05-16
1
-17
/
+13
*
systemd-delta: add support for drop-in snippets
Lukas Nykryn
2013-05-16
1
-21
/
+163
*
pager: introduce "jump to end" option
Harald Hoyer
2013-03-07
1
-1
/
+1
*
use strneq instead of strncmp
Thomas Hindoe Paaboel Andersen
2013-02-13
1
-6
/
+6
*
build-sys: drop all distribution specfic checks
Lennart Poettering
2013-01-04
1
-1
/
+0
*
delta.c: fix option '-t'
Thomas Hindoe Paaboel Andersen
2012-11-14
1
-1
/
+1
*
delta.c: use _cleanup_
Thomas Hindoe Paaboel Andersen
2012-11-13
1
-41
/
+18
*
remove duplicate semicolons
Thomas Hindoe Paaboel Andersen
2012-11-12
1
-1
/
+1
*
util: define union dirent_storage and make use of it everywhere
Lennart Poettering
2012-09-19
1
-2
/
+3
[prev]
[next]