summaryrefslogtreecommitdiff
path: root/src/basic
Commit message (Expand)AuthorAge
* basic: add minimalistic table formatterLennart Poettering2018-08-24
* pager: move pager.[ch] src/shared/ → src/basic/Lennart Poettering2018-08-24
* string-util: tweak ellipsation a bitLennart Poettering2018-08-24
* util: add qsort_r_safe(), similar to qsort_safe()Lennart Poettering2018-08-24
* utf8: add helper call for counting display width of stringsLennart Poettering2018-08-24
* locale: add ellipsis as special glyphLennart Poettering2018-08-24
* path-lookup: properly chase paths when reducing with root dir (#8750)Lennart Poettering2018-08-24
* util-lib: introduce new empty_or_root() helper (#8746)Lennart Poettering2018-08-24
* path-util: Finish DEFAULT_PATH_NULSTR with an extra NUL (#8745)Filipe Brandenburger2018-08-24
* basic/copy: fix awkward sentenceZbigniew Jędrzejewski-Szmek2018-08-24
* basic/unit-name: remove duplicate checkZbigniew Jędrzejewski-Szmek2018-08-24
* systemd: do not require absolute paths in ExecStartZbigniew Jędrzejewski-Szmek2018-08-24
* unit-name: add new unit_name_build_from_type() helperLennart Poettering2018-08-24
* copy: rearrange flags field definitionLennart Poettering2018-08-24
* copy: reduce number of checksLennart Poettering2018-08-24
* copy: drop _unlikely_() that isn't obviously the caseLennart Poettering2018-08-24
* copy: hide in copy_bytes() the strange way splice() handles O_NONBLOCKLennart Poettering2018-08-24
* copy: extend copy_bytes() a bitLennart Poettering2018-08-24
* copy: tweak reflink logic in copy_bytes() a bitLennart Poettering2018-08-24
* copy: add brief comment to copy_bytes() explaining its return valuesLennart Poettering2018-08-24
* macro: don't rely on C's downgrade-to-bool feature for numeric comparisonsLennart Poettering2018-08-24
* path-util: document a few other special cases for last_path_component()Lennart Poettering2018-08-24
* process-util: add TAKE_PID(), similar to TAKE_PTR/TAKE_FD, but for child proc...Lennart Poettering2018-08-24
* util: introduce typesafe_qsort(), a typesafe version of qsort()/qsort_safe()Lennart Poettering2018-08-24
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-08-24
* tmpfiles: add a new return code for "operational failure" when processingZbigniew Jędrzejewski-Szmek2018-08-24
* fs-util: add shortcut for chase_symlinks() when it is called like open(O_PATH)Lennart Poettering2018-08-24
* fs-util: add calls that combine chase_symlinks() and open()/opendir() in oneLennart Poettering2018-08-24
* fd-util: introduce fd_reopen() helper for reopening an fdLennart Poettering2018-08-24
* tmpfiles: add a new return code for "operational failure" when processingZbigniew Jędrzejewski-Szmek2018-08-24
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-08-24
* fs-util: add shortcut for chase_symlinks() when it is called like open(O_PATH)Lennart Poettering2018-08-24
* fs-util: add calls that combine chase_symlinks() and open()/opendir() in oneLennart Poettering2018-08-24
* fd-util: introduce fd_reopen() helper for reopening an fdLennart Poettering2018-08-24
* Rename suspend-to-hibernate to suspend-then-hibernateMario Limonciello2018-08-24
* util: check for overflows in xbsearch_r()Lennart Poettering2018-08-24
* Fix compilation w/o smack (#8593)Zbigniew Jędrzejewski-Szmek2018-08-24
* tree-wide: add bsearch_safe and use where appropriateZbigniew Jędrzejewski-Szmek2018-08-24
* fuzz-unit-file: add __has_feature(memory_sanitizer) when skipping ListenNetlink=Zbigniew Jędrzejewski-Szmek2018-08-24
* label: rework label_fix() implementations (#8583)Lennart Poettering2018-08-24
* fs-util: add new CHASE_TRAIL_SLASH flag for chase_symlinks()Lennart Poettering2018-08-24
* tree-wide: warn when a directory path already exists but has bad mode/owner/typeZbigniew Jędrzejewski-Szmek2018-08-24
* basic/mkdir: convert bool flag to enumZbigniew Jędrzejewski-Szmek2018-08-24
* tree-wide: tabs suck (#8527)Lennart Poettering2018-08-24
* parse-util: similar to safe_atou16_full() add safe_atou_full()Lennart Poettering2018-08-24
* parse-util: introduce safe_atou16_full()Lennart Poettering2018-08-24
* macro: introduce new TAKE_FD() macroLennart Poettering2018-08-24
* macro: introduce TAKE_PTR() macroLennart Poettering2018-08-24
* When mangling names, optionally emit a warning (#8400)Zbigniew Jędrzejewski-Szmek2018-08-24
* user-util: add new wrappers for reading/writing {passwd,shadow,gshadow} datab...Franck Bui2018-08-24