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
/
basic
/
bitmap.c
Age
Commit message (
Expand
)
Author
2016-06-21
resolved: when using the ResolveRecord() bus call, adjust TTL for caching time
Lennart Poettering
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2015-12-26
bitmap: don't do bitwise XOR on booleans
Lennart Poettering
2015-12-26
util-lib: make sure more bitmap calls can deal with NULL objects fine
Lennart Poettering
2015-11-30
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-09-09
tree-wide: use coccinelle to patch a lot of code to use mfree()
Lennart Poettering
2015-07-31
bitmap: make bitmap_clear free the bitmap array
Martin Mikkelsen
2015-07-31
bitmap: fix bitmap_equal on bitmaps with unset bits
Martin Mikkelsen
2015-07-23
bitmap: various clean-ups
Lennart Poettering
2015-07-23
basic: bitmap: use uint64_t instead if long long unsigned
Daniel Mack
2015-07-23
bitmap: bitmap_clear()
Lennart Poettering
2015-07-17
basic: bitmap - complete fix for bitshift overflow
Tom Gundersen
2015-07-17
bitmap: avoid 32bit integer overflow in shift
David Herrmann
2015-07-17
bitmap: allow bitmap_iterate() on NULL bitmap
David Herrmann
2015-07-16
bitmap: use external iterator
Tom Gundersen
2015-07-14
basic: add a Bitmap implementation
Tom Gundersen