index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
hashmap.h
Age
Commit message (
Expand
)
Author
2015-04-12
hashmap: return NULL from destructor
David Herrmann
2014-12-20
configure.ac: add a generic --enable-debug, replace --enable-hashmap-debug
Michal Schmidt
2014-12-20
shared/hashmap.h: fix comment
Michal Schmidt
2014-10-31
hashmap: rewrite the implementation
Michal Schmidt
2014-10-25
hashmap: introduce hashmap_reserve()
Michal Schmidt
2014-09-15
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-08-14
src/shared: some stylistic changes
Anthony G. Basile
2014-08-14
src/shared: import many code cleanups from upstream
Anthony G. Basile
2014-08-05
src/shared: refactor shared code
Anthony G. Basile
2012-11-17
Rename src/shared to src/include, a saner name
Anthony G. Basile
2012-11-16
src/udev: restore needed deps from src/share
Anthony G. Basile
2012-11-15
Isolation of udev code from remaining systemd
Anthony G. Basile
2012-10-26
journal: introduce entry array chain cache
Lennart Poettering
2012-10-25
journal: properly serialize fields with multiple values into JSON
Lennart Poettering
2012-10-18
journal: add ability to list values a specified field can take in all entries...
Lennart Poettering
2012-08-14
service: add options RestartPreventExitStatus and SuccessExitStatus
Lukas Nykryn
2012-07-19
use #pragma once instead of foo*foo #define guards
Shawn Landden
2012-07-03
load-fragment: a few modernizations
Lennart Poettering
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-10
util: move all to shared/ and split external dependencies in separate interna...
Kay Sievers