summaryrefslogtreecommitdiff
path: root/src/shared/util.c
AgeCommit message (Expand)Author
2014-12-20util: minor simplification for loop_write() and loop_read()Lennart Poettering
2014-12-20util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering
2014-12-04util: don't shadow variableThomas Hindoe Paaboel Andersen
2014-12-01treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering
2014-12-01treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28util: add function getting proc environJakub Filak
2014-11-28util: skip incomplete ucred information in getpeersec()Lennart Poettering
2014-11-14src/shared/util.{c,h}: import needed functions from upstreamAnthony G. Basile
2014-11-14util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering
2014-11-14condition: unify condition logic in one fileLennart Poettering
2014-10-31util: don't block on getrandom()Lennart Poettering
2014-10-31util: make use of the new getrandom() syscall if it is available when needing...Lennart Poettering
2014-10-30util: unify how we see srand()Lennart Poettering
2014-10-26label: move is_dir() to util.cLennart Poettering
2014-10-13src/shared/util.c: remove unneeded error check, following upstreamAnthony G. Basile
2014-10-13src/shared/util.c: final cosmetic changeAnthony G. Basile
2014-10-13src/shared/util.c: more cosmetic changesAnthony G. Basile
2014-10-13src/shared/util.c: cosmetic changes to more easily follow upstreamAnthony G. Basile
2014-09-18src/shared: import upstream code needed for recent commitsAnthony G. Basile
2014-08-22util: change return value of startswith() to non-constLennart Poettering
2014-08-14src/shared: import more code cleanups from upstreamAnthony G. Basile
2014-08-14src/shared: import many code cleanups from upstreamAnthony G. Basile
2014-08-05src/shared: refactor shared codeAnthony G. Basile
2012-11-15Isolation of udev code from remaining systemdAnthony G. Basile
2012-11-14util: add strreplace() to replace a substring by another stringLennart Poettering
2012-11-12util: nicer tree drawingsMichal Schmidt
2012-11-04shared: add is_efiboot()Kay Sievers
2012-11-02util : fallback to plain ASCII drawing if locale is not UTF-8Michal Schmidt
2012-11-02util: add is_locale_utf8()Michal Schmidt
2012-10-30shared, core: do not always accept numbers in string lookupsMichal Schmidt
2012-10-30shared, libsystemd-daemon: check for empty strings in strto*l conversionsMichal Schmidt
2012-10-29util: improve overflow checksMichal Schmidt
2012-10-29util: avoid divide by zero FPEDave Reisner
2012-10-28util: fix possible integer overflowsMichal Sekletar
2012-10-28logind: support for hybrid sleep (i.e. suspend+hibernate at the same time)Lennart Poettering
2012-10-27util: return the remaining string in startswith()Lennart Poettering
2012-10-25udev: hwdb - remove run_onceKay Sievers
2012-10-22util: add (x)bsearch_r(), the missing counterpart of qsort_r()Kay Sievers
2012-10-19util: change endswith() to return a pointer to the suffixLennart Poettering
2012-10-19util: unify line caching and column cachingLennart Poettering
2012-10-19util: unify usage of on_tty() in util.cLennart Poettering
2012-10-19util: simplify column caching logicLennart Poettering
2012-10-17hostnamed: allow UTF8 chars in pretty hostname againLennart Poettering
2012-10-17timedatectl: introduce new command line client for timedatedLennart Poettering
2012-10-16util: properly handle -1 timespec/timevalLennart Poettering
2012-10-11journalctl: implement --since= and --until for filtering by timeLennart Poettering
2012-10-08shared: fix broken string_is_safeMartin Mikkelsen
2012-10-03dbus: add some more safety checks before accepting data from bus clientsLennart Poettering
2012-09-28logs-show: various cleanupsLennart Poettering
2012-09-24util: don't export parsed_columnsLennart Poettering