index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
hashmap.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
configure.ac: add a generic --enable-debug, replace --enable-hashmap-debug
Michal Schmidt
2014-12-13
1
-3
/
+3
*
shared/hashmap.h: fix comment
Michal Schmidt
2014-12-13
1
-1
/
+1
*
hashmap: rewrite the implementation
Michal Schmidt
2014-10-30
1
-76
/
+239
*
hashmap: allow hashmap_move() to fail
Michal Schmidt
2014-10-23
1
-3
/
+3
*
hashmap: introduce hashmap_reserve()
Michal Schmidt
2014-10-23
1
-0
/
+4
*
hashmap: add OrderedHashmap as a distinct type
Michal Schmidt
2014-10-23
1
-0
/
+116
*
hashmap, set: remove unused functions
Michal Schmidt
2014-09-15
1
-6
/
+0
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-3
/
+15
*
hashmap: try to use the existing 64bit hash functions for dev_t if it is 64bit
Lennart Poettering
2014-08-19
1
-0
/
+14
*
hashmap: add hashmap_remove2() to remove item from hashtable and return both ...
Lennart Poettering
2014-05-15
1
-0
/
+1
*
shared: switch our hash table implementation over to SipHash
Lennart Poettering
2013-12-22
1
-4
/
+6
*
busctl: output a single sorted list of names, including activatable and activ...
Lennart Poettering
2013-12-18
1
-0
/
+8
*
hashmap: size hashmap bucket array dynamically
Lennart Poettering
2013-10-01
1
-0
/
+1
*
hashmap: document trivial_hash_func()
Lennart Poettering
2013-05-07
1
-0
/
+3
*
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-05-03
1
-11
/
+13
*
hashmap.h: fix coding style issue
Daniel Buch
2013-05-03
1
-7
/
+7
*
binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...
Lennart Poettering
2013-02-11
1
-0
/
+2
*
journal: introduce entry array chain cache
Lennart Poettering
2012-10-26
1
-0
/
+3
*
journal: properly serialize fields with multiple values into JSON
Lennart Poettering
2012-10-25
1
-0
/
+2
*
journal: add ability to list values a specified field can take in all entries...
Lennart Poettering
2012-10-18
1
-0
/
+2
*
service: add options RestartPreventExitStatus and SuccessExitStatus
Lukas Nykryn
2012-08-14
1
-0
/
+1
*
use #pragma once instead of foo*foo #define guards
Shawn Landden
2012-07-19
1
-4
/
+1
*
load-fragment: a few modernizations
Lennart Poettering
2012-07-03
1
-0
/
+2
*
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-12
1
-4
/
+4
*
util: move all to shared/ and split external dependencies in separate interna...
Kay Sievers
2012-04-10
1
-0
/
+91