summaryrefslogtreecommitdiff
path: root/src/shared/util.c
Commit message (Expand)AuthorAge
* util: unify how we parse mode_t stringsLennart Poettering2017-03-14
* util: remove normalize_env_assignment(), it's unusedLennart Poettering2017-03-14
* util: mark unquote() static, so that new code doesn't use this anymoreLennart Poettering2017-03-14
* util: fix unicode decoding in unquote_first_word()Lennart Poettering2017-03-14
* util: when unescaping C escape sequences support C++11 \u and \U unicode lite...Lennart Poettering2017-03-14
* util: fix a typo in commentThomas Hindoe Paaboel Andersen2017-03-14
* util: add shell_maybe_quote() call for preparing a string for shell cmdline i...Lennart Poettering2017-03-14
* util: cunescape - fix memleak in error pathRonny Chevalier2017-03-14
* util: merge change_attr_fd() and chattr_fd()Lennart Poettering2017-03-14
* remove duplicated includesRonny Chevalier2017-03-14
* util: rework cunescape(), improve error handlingLennart Poettering2017-03-14
* util: rework rm_rf() logicLennart Poettering2017-03-14
* bootctl: modernizationZbigniew Jędrzejewski-Szmek2017-03-14
* Compiling.Andy Wingo2015-04-08
* fix gcc warnings about uninitialized variablesHarald Hoyer2015-03-27
* util: rework word parsing and c unescaping codeLennart Poettering2015-03-26
* fstab-generator: don't accept missing root=, but accept root=noneTobias Hunger2015-03-25
* fstab-generator: Support root on tmpfs (or other deviceless FS)Tobias Hunger2015-03-24
* Add change_attr_fd()Goffredo Baroncelli2015-03-19
* shared - reinstate plymouth_running()Tom Gundersen2015-03-16
* core: Remove explicit Plymouth integrationJasper St. Pierre2015-03-16
* util: check asprintf return valueZbigniew Jędrzejewski-Szmek2015-03-15
* util: remove redundant debug messageZbigniew Jędrzejewski-Szmek2015-03-14
* Check that EWOULDBLOCK is the same as EAGAINZbigniew Jędrzejewski-Szmek2015-03-13
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-13
* util: add rename_noreplaceAlban Crequy2015-03-10
* Add type specifier for intThomas Hindoe Paaboel Andersen2015-03-10
* Introduce loop_read_exact helperZbigniew Jędrzejewski-Szmek2015-03-09
* shared/util: assume ac when /sys/class/power_supply is missingZbigniew Jędrzejewski-Szmek2015-03-03
* shared: AFS is also a network filesystemCristian Rodríguez2015-03-01
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* shared: introduce cmsg_close_all() callLennart Poettering2015-02-18
* Add gettext supportDidier Roche2015-02-18
* util: use a shared lookup function for string tablesBruno Bottazzini2015-02-14
* include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen2015-02-12
* tree-wide: whenever we include libgen.h, immediately undefine basename()Lennart Poettering2015-02-11
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-03
* util: add comment explaining hostname_is_valid()Lennart Poettering2015-01-28
* import: introduce new mini-daemon systemd-importd, and make machinectl a clie...Lennart Poettering2015-01-22
* util: Add some missing hidden_file() suffixesMartin Pitt2015-01-21
* import: add image verification using gpgLennart Poettering2015-01-21
* util: make http url validity checks more generic, and move them to util.cLennart Poettering2015-01-20
* import-raw: when downloading raw images, generate sparse files if we canLennart Poettering2015-01-19
* util: replace RUN_WITH_LOCALE with extended locale functionsCristian Rodríguez2015-01-18
* nspawn: add file system locks for controlling access to container imagesLennart Poettering2015-01-14
* machined: use the FS_IMMUTABLE_FL file flag, if available, to implement a "re...Lennart Poettering2015-01-14
* util: the chattr flags field is actually unsigned, judging by kernel sourcesLennart Poettering2015-01-14
* shared/util: respect buffer boundary on incomplete escape sequencesZbigniew Jędrzejewski-Szmek2015-01-11
* Add new function to filter fstab optionsZbigniew Jędrzejewski-Szmek2015-01-11
* Implement masking and overriding of generatorsZbigniew Jędrzejewski-Szmek2015-01-11