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
/
test
/
test-util.c
Age
Commit message (
Expand
)
Author
2014-03-12
macro: make sure we can use IN_SET() also with complex function calls as firs...
Lennart Poettering
2014-03-02
Disallow sizes with increasing unit size
Zbigniew Jędrzejewski-Szmek
2014-03-02
Allow fractional parts in disk sizes
Zbigniew Jędrzejewski-Szmek
2014-02-23
core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...
Lennart Poettering
2014-02-19
make gcc shut up
Lennart Poettering
2014-02-11
util: drop parse_user_at_host() since its unused now
Lennart Poettering
2014-01-28
Get rid of write_safe
Zbigniew Jędrzejewski-Szmek
2014-01-28
always use the same code for creating temporary files
Lennart Poettering
2014-01-27
journal: guarantee async-signal-safety in sd_journald_sendv
Zbigniew Jędrzejewski-Szmek
2013-12-02
macro: add a macro to test whether a value is in a specified list
Lennart Poettering
2013-11-21
bus: add API calls to escape string components of objects paths
Lennart Poettering
2013-10-09
tests: fix some memory leaks in tests
Lennart Poettering
2013-09-29
Fix buffer overrun when enumerating files
Zbigniew Jędrzejewski-Szmek
2013-09-17
Use udev_encode_string in fstab_node_to_udev_node
Dave Reisner
2013-08-22
test: Make testing work on systems without or old systemd
Holger Hans Peter Freyther
2013-08-15
tests: fix indentation
Thomas Hindoe Paaboel Andersen
2013-07-18
util: add split_pair() for splitting foo=bar strings
Lennart Poettering
2013-07-16
tests: add more tests for shared/util.c
Thomas Hindoe Paaboel Andersen
2013-06-10
Properly check for overflow in offsets
Zbigniew Jędrzejewski-Szmek
2013-04-25
Use attribute(unused) in PROTECT_ERRNO
Zbigniew Jędrzejewski-Szmek
2013-04-25
util: rework safe_atod() to be locale-independent
Lennart Poettering
2013-04-16
util: make generation of profcs PID paths nicer
Lennart Poettering
2013-04-05
journal: u64log2 can be expressed just as __builtin_clzll(n) ^ 63U
Cristian Rodríguez
2013-03-22
util: be more picky when validating hostnames
Lennart Poettering
2013-03-07
test-util: add more tests
Thomas Hindoe Paaboel Andersen
2013-03-05
util: properly escape corner cases in bus_path_escape(), too
Lennart Poettering
2013-02-26
test-util.c: added hexchar, unhexchar, octchar, unoctchar, decchar, undecchar...
Daniel Buch
2013-02-25
tests: add a few more tests to test-util.c
Thomas Hindoe Paaboel Andersen
2013-02-20
tests: more tests for util.c
Thomas Hindoe Paaboel Andersen
2013-02-18
tests: add test of memdup_multiply
Thomas Hindoe Paaboel Andersen
2013-02-11
tests: more tests
Thomas Hindoe Paaboel Andersen
2013-02-06
test: add a few tests and tidy up
Thomas Hindoe Paaboel Andersen