summaryrefslogtreecommitdiffstats
path: root/src/basic (follow)
Commit message (Expand)AuthorAgeFilesLines
* hostname-util: add relax parameter to hostname_is_validZbigniew Jędrzejewski-Szmek2015-08-064-5/+19
* Merge pull request #704 from richardmaw-codethink/empty-arg-unquoteDaniel Mack2015-07-241-4/+10
|\
| * unquote_first_word: parse ` '' ` as an empty argument instead of no argumentRichard Maw2015-07-241-4/+10
* | exit-status: add a missing string for EXIT_SMACK_PROCESS_LABELSungbae Yoo2015-07-241-0/+3
* | Merge pull request #694 from poettering/fileio-fixesDaniel Mack2015-07-242-14/+45
|\ \
| * | process: an empty environment block should be returned as suchLennart Poettering2015-07-231-3/+6
| * | process: return ESRCH when a PID is not valid anymoreLennart Poettering2015-07-231-8/+35
| * | fileio: get_status_field() don't clobber arg on OOMLennart Poettering2015-07-231-3/+4
* | | Merge pull request #692 from poettering/fd-copy-directory-allDaniel Mack2015-07-231-1/+5
|\ \ \ | |/ / |/| |
| * | copy: when we recursively copy a directory tree, copy everythingLennart Poettering2015-07-231-1/+5
* | | Merge pull request #678 from eworm-de/oracle-kvmLennart Poettering2015-07-231-2/+18
|\ \ \ | |/ / |/| |
| * | virt: handle Virtualbox 5.0 with kvm hypervisorChristian Hesse2015-07-231-2/+18
* | | Merge pull request #682 from ssahani/bridgeLennart Poettering2015-07-231-2/+4
|\ \ \ | |/ / |/| |
| * | Add bridge NL params to missing.hSusant Sahani2015-07-231-2/+4
* | | bitmap: various clean-upsLennart Poettering2015-07-231-13/+14
* | | Merge pull request #677 from zonque/bitmap2Tom Gundersen2015-07-231-8/+8
|\ \ \ | |/ / |/| |
| * | basic: bitmap: use uint64_t instead if long long unsignedDaniel Mack2015-07-231-8/+8
* | | Merge pull request #537 from poettering/nss-mymachines-usernsDavid Herrmann2015-07-231-0/+13
|\ \ \ | |/ / |/| |
| * | nss-mymachines: map userns users of containers to real user namesLennart Poettering2015-07-091-0/+13
* | | bitmap: bitmap_clear()Lennart Poettering2015-07-231-4/+1
* | | Merge pull request #660 from michich/in-setMichal Schmidt2015-07-221-4/+4
|\ \ \
| * | | basic: more optimizable IN_SET macroMichal Schmidt2015-07-221-1/+1
| * | | basic: better readable IN_SET macroMichal Schmidt2015-07-221-4/+4
* | | | Tunnel NL params: Add to missing.hSusant Sahani2015-07-221-0/+25
|/ / /
* | | add NL parameters to missing.hSusant Sahani2015-07-201-2/+7
* | | basic: bitmap - complete fix for bitshift overflowTom Gundersen2015-07-171-7/+7
* | | bitmap: avoid 32bit integer overflow in shiftDavid Herrmann2015-07-171-1/+1
* | | bitmap: allow bitmap_iterate() on NULL bitmapDavid Herrmann2015-07-171-1/+1
* | | bitmap: use external iteratorTom Gundersen2015-07-162-18/+10
* | | Merge pull request #588 from teg/resolved-nsecDaniel Mack2015-07-154-0/+613
|\ \ \ | |_|/ |/| |
| * | basic: util - add base32hexmem() function similar to hexmem()Tom Gundersen2015-07-142-0/+355
| * | basic: add a Bitmap implementationTom Gundersen2015-07-142-0/+258
* | | basic: util - fix memleak on error in unbase64mem()Tom Gundersen2015-07-141-2/+2
|/ /
* | basic: util - add base64mem() function similar to hexmem()Tom Gundersen2015-07-122-0/+179
* | basic: util - fix errorhandling in unhexmem()Tom Gundersen2015-07-122-7/+19
* | Merge pull request #551 from poettering/fopen-temporary-noerrnoDaniel Mack2015-07-111-1/+1
|\ \
| * | util: make sure we don't clobber errno in error pathLennart Poettering2015-07-111-1/+1
| |/
* / basic: simplify path_is_mount_point() a bitLennart Poettering2015-07-111-2/+4
|/
* basic/util.c fopen_temporary(): close fd if failedcee12015-07-091-0/+1
* Merge pull request #500 from zonque/fileioLennart Poettering2015-07-087-53/+57
|\
| * tree-wide: fix write_string_file() user that should not create filesDaniel Mack2015-07-071-1/+1
| * fileio: consolidate write_string_file*()Daniel Mack2015-07-077-50/+54
| * fileio: add 'enforce_newline' argument to write_string_stream()Daniel Mack2015-07-062-6/+6
* | Remove repeated 'the'sZbigniew Jędrzejewski-Szmek2015-07-071-1/+1
* | get_process_environ: exit early when there is nothing to readKay Sievers2015-07-061-0/+3
|/
* networkd: be more defensive when writing to ipv4/ipv6 forwarding settingsLennart Poettering2015-07-062-0/+13
* Merge pull request #473 from richardmaw-codethink/machinectl-import-earlier-t...Lennart Poettering2015-07-031-4/+3
|\
| * util: fall back in rename_noreplace when renameat2 isn't implementedRichard Maw2015-07-021-4/+3
* | socket: Set SO_REUSEPORT before bind()Christos Trochalakis2015-07-012-1/+9
* | util: fix incorrect escape sequence in string_is_safe()Eric Biggers2015-06-281-1/+1
|/