index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
socket-util: shorten code a bit
Lennart Poettering
2018-12-04
1
-8
/
+4
*
|
|
Merge pull request #11041 from yuwata/update-missing-v2
Lennart Poettering
2018-12-04
21
-735
/
+427
|
\
\
\
|
*
|
|
util: drop missing.h from util.h
Yu Watanabe
2018-12-04
4
-1
/
+4
|
*
|
|
missing: move char{16,32}_t definitions to missing_type.h
Yu Watanabe
2018-12-04
5
-11
/
+16
|
*
|
|
missing: move capabilities to missing_capability.h
Yu Watanabe
2018-12-04
3
-25
/
+14
|
*
|
|
missing: move prctl related entries to missing_prctl.h
Yu Watanabe
2018-12-04
3
-40
/
+16
|
*
|
|
missing: move statx related definitions to missing_stat.h
Yu Watanabe
2018-12-04
4
-44
/
+54
|
*
|
|
missing: move entries defined in magic.h to missing_magic.h
Yu Watanabe
2018-12-04
3
-48
/
+36
|
*
|
|
missing: move input related entries to missing_input.h
Yu Watanabe
2018-12-04
3
-33
/
+46
|
*
|
|
missing: rename securebits.h to missing_securebits.h
Yu Watanabe
2018-12-04
3
-43
/
+18
|
*
|
|
missing: move btrfs related entries to missing_btrfs.h and missing_btrfs_tree.h
Yu Watanabe
2018-12-04
6
-422
/
+134
|
*
|
|
missing: move missing entries in keyctl.h to missing_keyctl.h
Yu Watanabe
2018-12-04
4
-68
/
+81
|
*
|
|
meson: add missing missing_*.h
Yu Watanabe
2018-12-04
1
-0
/
+8
*
|
|
|
tree-wide: add whitespace between type and variable name
Yu Watanabe
2018-12-04
2
-2
/
+2
|
/
/
/
*
|
|
missing: rearrange missing_if_link.h to support centos
Yu Watanabe
2018-12-04
1
-3
/
+10
*
|
|
missing: re-add mistakenly dropped entries
Yu Watanabe
2018-12-04
1
-0
/
+9
*
|
|
Merge pull request #11031 from poettering/gcc-attr-cleanup
Lennart Poettering
2018-12-03
5
-24
/
+55
|
\
\
\
|
*
|
|
static-destruct: turn on new _variable_no_sanitize_address_ variable for STAT...
Lennart Poettering
2018-12-03
1
-1
/
+5
|
*
|
|
macro: add macro for llvm no_sanitize_address attribute
Lennart Poettering
2018-12-03
1
-0
/
+10
|
*
|
|
macro: define HAS_FEATURE_ADDRESS_SANITIZER also on gcc
Lennart Poettering
2018-12-03
1
-1
/
+3
|
*
|
|
util-lib: introduce HAS_FEATURE_ADDRESS_SANITIZER
Evgeny Vereshchagin
2018-12-03
1
-0
/
+11
|
*
|
|
sd-bus,static-destruct: clean up how we do our ELF section magic
Lennart Poettering
2018-12-03
1
-5
/
+5
|
*
|
|
tree-wide: drop redundant space between __attribute__ and ((
Lennart Poettering
2018-12-03
1
-13
/
+13
|
*
|
|
macro: add macros for a couple of more gcc attributes we use
Lennart Poettering
2018-12-03
1
-0
/
+4
|
*
|
|
tree-wide: use gcc attribute macros where appropriate
Lennart Poettering
2018-12-03
4
-5
/
+5
*
|
|
|
Merge pull request #10920 from yuwata/hashmap-destructor
Lennart Poettering
2018-12-03
12
-150
/
+153
|
\
\
\
\
|
*
|
|
|
hash-func: add destructors for key and value
Yu Watanabe
2018-12-02
5
-86
/
+109
|
*
|
|
|
tree-wide: make hash_ops typesafe
Yu Watanabe
2018-12-02
4
-21
/
+7
|
*
|
|
|
hash-funcs: make basic hash_ops typesafe
Yu Watanabe
2018-12-02
2
-44
/
+21
|
*
|
|
|
hash-funcs: introduce macro to create typesafe hash_ops
Yu Watanabe
2018-12-02
1
-0
/
+14
|
*
|
|
|
util: define free_func_t
Yu Watanabe
2018-12-02
2
-1
/
+4
|
*
|
|
|
hashmap: fix minor coding style issue
Yu Watanabe
2018-12-02
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #10976 from yuwata/typesafe-netlink-call
Lennart Poettering
2018-12-03
1
-0
/
+5
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
macro: introduce DEFINE_TRIVIAL_DESTRUCTOR() macro
Yu Watanabe
2018-12-02
1
-0
/
+5
|
|
/
/
*
|
|
Merge pull request #10992 from yuwata/follow-up-10948
Lennart Poettering
2018-12-03
4
-5
/
+5
|
\
\
\
|
*
|
|
util: cast smaller type to large type
Yu Watanabe
2018-12-02
4
-5
/
+5
|
|
/
/
*
|
|
missing: split network related entries
Yu Watanabe
2018-12-03
9
-678
/
+833
*
|
|
util-lib: split out env file parsing code into env-file.c
Lennart Poettering
2018-12-02
6
-573
/
+594
*
|
|
util-lib: move open_serialization_fd() to serialize.c
Lennart Poettering
2018-12-02
2
-23
/
+0
*
|
|
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
8
-331
/
+354
*
|
|
fileio: remove unnecessary initialization
Lennart Poettering
2018-12-02
1
-1
/
+1
*
|
|
fileio: include ctype.h with <> rather than ""
Lennart Poettering
2018-12-02
1
-1
/
+1
|
/
/
*
|
Merge pull request #11006 from poettering/conf-file-fix
Lennart Poettering
2018-12-01
2
-16
/
+5
|
\
\
|
*
|
conf-files: remove unused function
Lennart Poettering
2018-11-30
2
-13
/
+1
|
*
|
conf-files: remove misplaced log_oom()
Lennart Poettering
2018-11-30
1
-1
/
+1
|
*
|
conf-files: improve algorithm O(n²) → O(n)
Lennart Poettering
2018-11-30
1
-2
/
+3
*
|
|
Merge pull request #11002 from keszybz/path_join-merging
Lennart Poettering
2018-12-01
4
-36
/
+23
|
\
\
\
|
*
|
|
path-util: allow NULLs in arguments to path_join()
Zbigniew Jędrzejewski-Szmek
2018-11-30
3
-22
/
+16
|
*
|
|
tree-wide: rename path_join_many() to path_join()
Zbigniew Jędrzejewski-Szmek
2018-11-30
4
-11
/
+11
|
*
|
|
tree-wide: replace path_join with path_join_many
Zbigniew Jędrzejewski-Szmek
2018-11-30
4
-13
/
+6
|
|
/
/
[prev]
[next]