index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
bitmap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move various files that don't need to be in basic/ to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-218
/
+0
*
tree-wide: various ubsan zero size memory fixes
Lennart Poettering
2018-10-10
1
-1
/
+1
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-4
/
+2
*
resolved: when using the ResolveRecord() bus call, adjust TTL for caching time
Lennart Poettering
2016-06-21
1
-0
/
+17
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
bitmap: don't do bitwise XOR on booleans
Lennart Poettering
2015-12-26
1
-1
/
+4
*
util-lib: make sure more bitmap calls can deal with NULL objects fine
Lennart Poettering
2015-12-26
1
-2
/
+5
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-1
/
+8
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-2
/
+2
*
tree-wide: use coccinelle to patch a lot of code to use mfree()
Lennart Poettering
2015-09-09
1
-2
/
+1
*
bitmap: make bitmap_clear free the bitmap array
Martin Mikkelsen
2015-07-31
1
-0
/
+3
*
bitmap: fix bitmap_equal on bitmaps with unset bits
Martin Mikkelsen
2015-07-31
1
-2
/
+11
*
bitmap: various clean-ups
Lennart Poettering
2015-07-23
1
-13
/
+14
*
basic: bitmap: use uint64_t instead if long long unsigned
Daniel Mack
2015-07-23
1
-8
/
+8
*
bitmap: bitmap_clear()
Lennart Poettering
2015-07-23
1
-4
/
+1
*
basic: bitmap - complete fix for bitshift overflow
Tom Gundersen
2015-07-17
1
-7
/
+7
*
bitmap: avoid 32bit integer overflow in shift
David Herrmann
2015-07-17
1
-1
/
+1
*
bitmap: allow bitmap_iterate() on NULL bitmap
David Herrmann
2015-07-17
1
-1
/
+1
*
bitmap: use external iterator
Tom Gundersen
2015-07-16
1
-14
/
+6
*
basic: add a Bitmap implementation
Tom Gundersen
2015-07-14
1
-0
/
+208