summaryrefslogtreecommitdiff
path: root/src/basic/util.c
AgeCommit message (Expand)Author
2015-08-07util: Add shell_escapeRichard Maw
2015-08-07util: Allow non-separator coalescing parsing in extract_first_wordRichard Maw
2015-08-07util: Don't interpret quotes by default in extract_first_wordRichard Maw
2015-08-07util: change unquote_*_word to extract_*_wordRichard Maw
2015-08-07unquote_first_word: set *p=NULL on terminationRichard Maw
2015-08-05Merge branch 'hostnamectl-dot-v2'Zbigniew Jędrzejewski-Szmek
2015-08-05hostname-util: add relax parameter to hostname_is_validZbigniew Jędrzejewski-Szmek
2015-08-04util: add getxattr helper apisWaLyong Cho
2015-08-01busctl: add and use strcmp_ptr()Namhyung Kim
2015-07-27util: base32hex - explain distinction with base32Tom Gundersen
2015-07-24Merge pull request #704 from richardmaw-codethink/empty-arg-unquoteDaniel Mack
2015-07-24unquote_first_word: parse ` '' ` as an empty argument instead of no argumentRichard Maw
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: 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-11util: make sure we don't clobber errno in error pathLennart Poettering
2015-07-09basic/util.c fopen_temporary(): close fd if failedcee1
2015-07-06fileio: consolidate write_string_file*()Daniel Mack
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-06-28util: fix incorrect escape sequence in string_is_safe()Eric Biggers
2015-06-17util: Introduce unquote_first_word_and_warnFilipe Brandenburger
2015-06-17util: New flag UNQUOTE_UNESCAPE_RELAX for unquote_first_wordFilipe Brandenburger
2015-06-17util: Refactor common cunescape block in unquote_first_wordFilipe Brandenburger
2015-06-17Stop talking about the "XDG" version of basename()Simon McVittie
2015-06-15util: when creating temporary file names, allow including extra id string in itLennart Poettering
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers