summaryrefslogtreecommitdiff
path: root/src/test/test-async.c
AgeCommit message (Collapse)Author
2017-05-20./tools/notsd-moveLuke Shumaker
2016-09-13fileio: simplify mkostemp_safe() (#4090)Topi Miettinen
According to its manual page, flags given to mkostemp(3) shouldn't include O_RDWR, O_CREAT or O_EXCL flags as these are always included. Beyond those, the only flag that all callers (except a few tests where it probably doesn't matter) use is O_CLOEXEC, so set that unconditionally.
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-02-02shared/async: simplify asynchronous_job a bitZbigniew Jędrzejewski-Szmek
2014-08-18tests: add missing unlinkRonny Chevalier
2014-06-22tests: add test-asyncRonny Chevalier