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
/
basic
/
util.c
Age
Commit message (
Expand
)
Author
2015-08-04
util: add getxattr helper apis
WaLyong Cho
2015-08-01
busctl: add and use strcmp_ptr()
Namhyung Kim
2015-07-27
util: base32hex - explain distinction with base32
Tom Gundersen
2015-07-24
Merge pull request #704 from richardmaw-codethink/empty-arg-unquote
Daniel Mack
2015-07-24
unquote_first_word: parse ` '' ` as an empty argument instead of no argument
Richard Maw
2015-07-15
Merge pull request #588 from teg/resolved-nsec
Daniel Mack
2015-07-14
basic: util - add base32hexmem() function similar to hexmem()
Tom Gundersen
2015-07-14
basic: util - fix memleak on error in unbase64mem()
Tom Gundersen
2015-07-12
basic: util - add base64mem() function similar to hexmem()
Tom Gundersen
2015-07-12
basic: util - fix errorhandling in unhexmem()
Tom Gundersen
2015-07-11
util: make sure we don't clobber errno in error path
Lennart Poettering
2015-07-09
basic/util.c fopen_temporary(): close fd if failed
cee1
2015-07-06
fileio: consolidate write_string_file*()
Daniel Mack
2015-07-03
Merge pull request #473 from richardmaw-codethink/machinectl-import-earlier-t...
Lennart Poettering
2015-07-02
util: fall back in rename_noreplace when renameat2 isn't implemented
Richard Maw
2015-06-28
util: fix incorrect escape sequence in string_is_safe()
Eric Biggers
2015-06-17
util: Introduce unquote_first_word_and_warn
Filipe Brandenburger
2015-06-17
util: New flag UNQUOTE_UNESCAPE_RELAX for unquote_first_word
Filipe Brandenburger
2015-06-17
util: Refactor common cunescape block in unquote_first_word
Filipe Brandenburger
2015-06-17
Stop talking about the "XDG" version of basename()
Simon McVittie
2015-06-15
util: when creating temporary file names, allow including extra id string in it
Lennart Poettering
2015-06-11
build-sys: split internal basic/ library from shared/
Kay Sievers