summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2015-02-11Minor cleanupsAnthony G. Basile
2015-02-11udev: event - move renaming of udev_device to libudevTom Gundersen
2015-02-08util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-25build-sys: fix build on compilers without static_assertZbigniew Jędrzejewski-Szmek
2015-01-25src/shared/util.h: only define the _to_string() enum mapping functionLennart Poettering
2015-01-25src/shared/util.h: further cleanup PID_FMTAnthony G. Basile
2015-01-25Fix some format strings for enums, they are signedZbigniew Jędrzejewski-Szmek
2015-01-25shared/util: use signed printf format for PIDsZbigniew Jędrzejewski-Szmek
2015-01-25log: add new log output mode, that prints to console, butLennart Poettering
2015-01-25util: Add some missing hidden_file() suffixesMartin Pitt
2015-01-25Move DEFINE_TRIVIAL_CLEANUP_FUNC to macro.hZbigniew Jędrzejewski-Szmek
2015-01-25Add initialization helper for file_handle_unionZbigniew Jędrzejewski-Szmek
2015-01-25Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-25src/shared/util.{c,h}: fix build when mkostemp is not supportedPeter Seiderer
2015-01-21Merge pull request #99 from zaufi/masterblueness
2015-01-17src/udev/Makefile.am: fix build wrt udev-builtin-evdev_id.cAnthony G. Basile
2015-01-17log: fix log_full_errno() with custom facilitiesDavid Herrmann
2015-01-17path-util: plug leakTom Gundersen
2015-01-10src/v4l_id: fix compile errorAnthony G. Basile
2014-12-29src/shared/missing.h: add __NR_getrandom for other archesAnthony G. Basile
2014-12-29shared: utf8 - support decoding the full utf16Tom Gundersen
2014-12-29shared: utf8 - support ucs4 -> utf8Tom Gundersen
2014-12-29util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden
2014-12-20util: rename ignore_file() to hidden_file()Lennart Poettering
2014-12-20util: when creating temporary filename for atomic creation of files, add an e...Lennart Poettering
2014-12-20Treat a trailing backslash as an errorZbigniew Jędrzejewski-Szmek
2014-12-20path-util: fix breakage in path_is_mount_pointDave Reisner
2014-12-20path: make the check for unsupported name_to_handle_at symmetricZbigniew Jędrzejewski-Szmek
2014-12-20path: follow symbolic link for parent path (2)Umut Tezduyar Lindskog
2014-12-20path: follow symbolic link for parent pathUmut Tezduyar Lindskog
2014-12-20shared: strv - add strv_clear()Tom Gundersen
2014-12-20shared: path-util - memory leakTom Gundersen
2014-12-20fix compiler warningSusant Sahani
2014-12-20src/shared/util.c: fix tempfn_xxxxxx()Anthony G. Basile
2014-12-20configure.ac: add a generic --enable-debug, replace --enable-hashmap-debugMichal Schmidt
2014-12-20src/shared/utf8.c: follow upstream adding utf8_encode_unichar()Lennart Poettering
2014-12-20shared/hashmap.h: fix commentMichal Schmidt
2014-12-20src/shared/util.c: follow upstream on tempfn_xxxxxx()Lennart Poettering
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-17path-util: no need to check whether p is absolute twiceLennart Poettering
2014-12-11core: unify how we iterate over inotify eventsLennart Poettering
2014-12-04smack-util: remove warning when building without SMACK supportLennart Poettering
2014-12-04selinux: figure out selinux context applied on exec() before closing all fdsMichal Sekletar
2014-12-04util: don't shadow variableThomas Hindoe Paaboel Andersen
2014-12-01cgroup-util: Don't send SIGCONT after SIGKILLRoss Lagerwall
2014-12-01treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering
2014-12-01treewide: another round of simplificationsMichal Schmidt
2014-12-01treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28util: add function getting proc environJakub Filak