summaryrefslogtreecommitdiff
path: root/src/basic
AgeCommit message (Expand)Author
2015-07-23fileio: get_status_field() don't clobber arg on OOMLennart Poettering
2015-07-23Merge pull request #692 from poettering/fd-copy-directory-allDaniel Mack
2015-07-23copy: when we recursively copy a directory tree, copy everythingLennart Poettering
2015-07-23Merge pull request #678 from eworm-de/oracle-kvmLennart Poettering
2015-07-23virt: handle Virtualbox 5.0 with kvm hypervisorChristian Hesse
2015-07-23Merge pull request #682 from ssahani/bridgeLennart Poettering
2015-07-23bitmap: various clean-upsLennart Poettering
2015-07-23Add bridge NL params to missing.hSusant Sahani
2015-07-23Merge pull request #677 from zonque/bitmap2Tom Gundersen
2015-07-23Merge pull request #537 from poettering/nss-mymachines-usernsDavid Herrmann
2015-07-23basic: bitmap: use uint64_t instead if long long unsignedDaniel Mack
2015-07-23bitmap: bitmap_clear()Lennart Poettering
2015-07-22Merge pull request #660 from michich/in-setMichal Schmidt
2015-07-22basic: more optimizable IN_SET macroMichal Schmidt
2015-07-22basic: better readable IN_SET macroMichal Schmidt
2015-07-22Tunnel NL params: Add to missing.hSusant Sahani
2015-07-20add NL parameters to missing.hSusant Sahani
2015-07-17basic: bitmap - complete fix for bitshift overflowTom Gundersen
2015-07-17bitmap: avoid 32bit integer overflow in shiftDavid Herrmann
2015-07-17bitmap: allow bitmap_iterate() on NULL bitmapDavid Herrmann
2015-07-16bitmap: use external iteratorTom Gundersen
2015-07-15Merge pull request #588 from teg/resolved-nsecDaniel Mack
2015-07-14basic: util - add base32hexmem() function similar to hexmem()Tom Gundersen
2015-07-14basic: add a Bitmap implementationTom Gundersen
2015-07-14basic: util - fix memleak on error in unbase64mem()Tom Gundersen
2015-07-12basic: util - add base64mem() function similar to hexmem()Tom Gundersen
2015-07-12basic: util - fix errorhandling in unhexmem()Tom Gundersen
2015-07-11Merge pull request #551 from poettering/fopen-temporary-noerrnoDaniel Mack
2015-07-11basic: simplify path_is_mount_point() a bitLennart Poettering
2015-07-11util: make sure we don't clobber errno in error pathLennart Poettering
2015-07-09nss-mymachines: map userns users of containers to real user namesLennart Poettering
2015-07-09basic/util.c fopen_temporary(): close fd if failedcee1
2015-07-08Merge pull request #500 from zonque/fileioLennart Poettering
2015-07-07Remove repeated 'the'sZbigniew Jędrzejewski-Szmek
2015-07-06tree-wide: fix write_string_file() user that should not create filesDaniel Mack
2015-07-06fileio: consolidate write_string_file*()Daniel Mack
2015-07-06fileio: add 'enforce_newline' argument to write_string_stream()Daniel Mack
2015-07-06get_process_environ: exit early when there is nothing to readKay Sievers
2015-07-06networkd: be more defensive when writing to ipv4/ipv6 forwarding settingsLennart Poettering
2015-07-03Merge pull request #473 from richardmaw-codethink/machinectl-import-earlier-t...Lennart Poettering
2015-07-02util: fall back in rename_noreplace when renameat2 isn't implementedRichard Maw
2015-07-01socket: Set SO_REUSEPORT before bind()Christos Trochalakis
2015-06-28util: fix incorrect escape sequence in string_is_safe()Eric Biggers
2015-06-18Merge pull request #294 from teg/hashmap-debug-locking-2David Herrmann
2015-06-18hashmap: debug - lock access to the global hashmap listTom Gundersen
2015-06-18Merge pull request #288 from phomes/cgroup-utilLennart Poettering
2015-06-18Merge pull request #289 from michich/hashmap-small-cleanupLennart Poettering
2015-06-18cgroup-util: actually use the path callbackThomas Hindoe Paaboel Andersen
2015-06-18exit-status: add missing include for SIG* definesMichael Olbrich
2015-06-17util: Introduce unquote_first_word_and_warnFilipe Brandenburger