summaryrefslogtreecommitdiff
path: root/src/basic/util.h
AgeCommit message (Expand)Author
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-27util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering
2015-10-27util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26process-util: move more process related calls to process-util.[ch]Lennart Poettering
2015-10-26socket-util: move remaining socket-related calls from util.[ch] to socket-uti...Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util: move logind_running() to login-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-24util: split out extract_first_word() and related calls into extract-word.[ch]Lennart Poettering
2015-10-22util: improve dir_is_empty() callLennart Poettering
2015-10-20Merge pull request #1619 from iaguis/nspawn-sysfs-netns-3Lennart Poettering
2015-10-20nspawn: skip /sys-as-tmpfs if we don't use private-networkIago López Galeiras
2015-10-19strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_Zbigniew Jędrzejewski-Szmek
2015-10-19tree-wide: whenever we deal with passwords, erase them from memory after useLennart Poettering
2015-10-17util: add func for checking OOMScoreAdjustEvgeny Vereshchagin
2015-10-14util: add functions for validating syslog level and facilityEvgeny Vereshchagin
2015-10-08basic: move two more terminal-related calls into terminal-util.[ch]Lennart Poettering
2015-10-06core: add support for naming file descriptors passed using socket activationLennart Poettering
2015-09-30basic: split out cpu set specific APIs into cpu-set-util.[ch]Lennart Poettering
2015-09-30util: rename parse_cpu_set() to parse_cpu_set_and_warn()Lennart Poettering
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-09-29util: unify implementation of NOP signal handlerLennart Poettering
2015-09-29tree-wide: port more code to use send_one_fd() and receive_one_fd()Lennart Poettering
2015-09-24util: refactor cpu_set parsing into its own functionFilipe Brandenburger
2015-09-22Merge pull request #1335 from poettering/some-fixesDaniel Mack
2015-09-22util: drop UID_IS_INVALID() in favour of uid_is_valid()Lennart Poettering
2015-09-22util.h: order includes, as suggested by CODING_STYLELennart Poettering
2015-09-22util: clean-ups to enum parsersLennart Poettering
2015-09-22util: add safe_closedir() similar to safe_fclose()Lennart Poettering
2015-09-22util: introduce {send,receive}_one_fd()David Herrmann
2015-09-16basic: nicer xsprintf and xstrftime assert messagesMichal Schmidt
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-09-09Merge pull request #1218 from poettering/safe-fcloseDaniel Mack
2015-09-09util: introduce safe_fclose() and port everything over to itLennart Poettering
2015-09-09locale: kill free_and_replace()Daniel Mack
2015-09-06core: pass details to polkit for some unit actionsMichael Chapman
2015-09-04util: add new uid_is_valid() callLennart Poettering
2015-08-31util: Declare a cleanup routine for a cpu_set_tFilipe Brandenburger
2015-08-30util: make malloc0 ask calloc for one block of size nThomas Hindoe Paaboel Andersen
2015-08-24util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering
2015-08-17Merge pull request #977 from richardmaw-codethink/machinectl-userns-login-v2Lennart Poettering
2015-08-17namespace helpers: Allow entering a UID namespaceRichard Maw
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