chiark / gitweb /
macro: add DIV_ROUND_UP()
[elogind.git] / src / shared / fileio.c
2014-11-07 Lennart Poetteringfileio: simplify write_string_file_atomic() by reusing...
2014-11-07 Lennart Poetteringcopy: teach copy_bytes() sendfile() support, and then...
2014-09-25 Michal Sekletarfileio: make parse_env_file() return number of parsed...
2014-08-15 Lennart Poetteringcgroup: never try to create files in cgroupfs, only...
2014-07-14 Mantas Mikulėnasfileio: quote more shell characters in envfiles
2014-07-07 Lennart Poetteringfileio: simplify write_env_file()
2014-07-07 Lennart Poetteringutil: don't consider tabs special in string_has_cc...
2014-07-03 Lennart Poetteringmachinectl: show /etc/os-release information of contain...
2014-06-21 Thomas Hindoe Paab... consistently order cleanup attribute before type
2014-04-12 Zbigniew Jędrzejew... Unify GREEDY_REALLOC and GREEDY_REALLOC_T
2014-03-04 Zbigniew Jędrzejew... Do not print invalid UTF-8 in error messages
2014-03-04 Zbigniew Jędrzejew... Introduce strv_consume which takes ownership
2014-02-13 Lennart Poetteringeverywhere: always use O_CLOEXEC where it makes sense
2014-02-08 Zbigniew Jędrzejew... core: do not print invalid utf-8 in error messages
2014-02-08 Goffredo Baroncellicore: fix crashes if locale.conf contains invalid utf...
2013-12-01 Shawn Landdenfix regression of read_full_file() in fileio.c
2013-12-01 Shawn Landdensystemctl: add "systemctl cat"
2013-10-13 Zbigniew Jędrzejew... Never call qsort on potentially NULL arrays
2013-09-19 Zbigniew Jędrzejew... Add more tests and fix capability logging
2013-09-18 David StraussSpelling fix from later revision of committed patch...
2013-09-18 Zbigniew Jędrzejew... Fix capability logging when effective caps are 0
2013-09-17 Zbigniew Jędrzejew... util: restore get_process_capeff behaviour
2013-09-13 Zbigniew Jędrzejew... Advertise hibernation only if there's enough free swap
2013-08-28 Zbigniew Jędrzejew... Disallow invalid UTF-8 configuration
2013-07-26 Zbigniew Jędrzejew... journalctl: use _COMM= match for scripts
2013-06-27 Lennart Poetteringcore: general cgroup rework
2013-05-06 Zbigniew Jędrzejew... fileio: split write_one_line_file into two
2013-04-24 Lennart Poetteringfileio: unify how we chop off whitespace from key and...
2013-04-18 Harald Hoyerfileio.c: do not parse comments after non-whitespace...
2013-04-18 Harald Hoyermove _cleanup_ attribute in front of the type
2013-04-17 Harald Hoyercore/execute: report invalid environment variables...
2013-04-17 Harald Hoyerfileio:parse_env_file_internal() fix environment file...
2013-04-17 Mantas Mikulėnasfileio: also escape $ and ` when writing out env vars
2013-04-03 Lennart Poetteringfileio: don't check for errors more often than really...
2013-04-03 Lennart Poetteringfileio: write proper env var write-out code
2013-04-03 Lennart Poetteringshared: rework env file reader
2013-04-03 Lennart Poetteringutil: rename write_one_line_file() to write_string_file()
2013-03-29 Zbigniew Jędrzejew... Always use errno > 0 to help gcc
2013-03-14 Zbigniew Jędrzejew... fileio: use _cleanup_
2013-02-14 Harald Hoyerhonor SELinux labels, when creating and writing config...