summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* basic/utf8: add ascii_is_valid_n()Zbigniew Jędrzejewski-Szmek2018-08-24
* util-lib: reject too long path for timedate_is_valid()Yu Watanabe2018-08-24
* sd-event: add destroy callback logic to sd-event tooLennart Poettering2018-08-24
* sd-bus: also add destroy callbacks to sd_bus_track objectsLennart Poettering2018-08-24
* copy: put a depth limit on copying file system trees recursivelyLennart Poettering2018-08-24
* copy: extend check for mount point crossingLennart Poettering2018-08-24
* copy: only check for traversing mount points on directoriesFilipe Brandenburger2018-08-24
* tree-wide: fix a number of log calls that use %m but have no errno setLennart Poettering2018-08-24
* udev: add helper udev_device_new_from_stat_rdev()Lennart Poettering2018-08-24
* shared/bus-util: use the new cleanup functionality to avoid a memleakZbigniew Jędrzejewski-Szmek2018-08-24
* bus: optionally call a callbacks for cleanupZbigniew Jędrzejewski-Szmek2018-08-24
* test-bus-util: add a simple test for bus_request_name_async_may_reload_dbus()Zbigniew Jędrzejewski-Szmek2018-08-24
* bus-util: avoid unneeded initalization to zeroZbigniew Jędrzejewski-Szmek2018-08-24
* Remove NULL terminator from two log_struct callsZbigniew Jędrzejewski-Szmek2018-08-24
* util: add new write_string_filef() helperLennart Poettering2018-08-24
* main: split out reading of /proc/sys/fs/nr_open into its own functionLennart Poettering2018-08-24
* string-util: put together strstrip() from skip_leading_chars() and delete_tra...Lennart Poettering2018-08-24
* process-util: make use of delete_trailing_chars() in get_process_cmdline()Lennart Poettering2018-08-24
* sd-event: use structure initialization instead of new0() where possibleLennart Poettering2018-08-24
* time-util: introduce common implementation of TFD_TIMER_CANCEL_ON_SET client ...Lennart Poettering2018-08-24
* sd-event: add test for the new sd_event_add_inotify() APILennart Poettering2018-08-24
* sd-event: add new API for subscribing to inotify eventsLennart Poettering2018-08-24
* sd-event: voidify more thingsLennart Poettering2018-08-24
* sd-event: propagate errors from source_set_pending() in all casesLennart Poettering2018-08-24
* sd-event: drop pending events when we turn off/on an event sourceLennart Poettering2018-08-24
* sd-event: use symbolic name for normal priorityLennart Poettering2018-08-24
* sd-event: use structure initialization for epoll_eventLennart Poettering2018-08-24
* util: tighten on_tty() check a bit, also check stderrLennart Poettering2018-08-24
* cgroup: tiny log message tweak, say that we ignore one kind of failureLennart Poettering2018-08-24
* conf-parser: fix memleak (#9177)Yu Watanabe2018-08-24
* basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek2018-08-24
* basic/path-util: use FLAGS_SET in one more placeZbigniew Jędrzejewski-Szmek2018-08-24
* Add macro for checking if some flags are setZbigniew Jędrzejewski-Szmek2018-08-24
* test-ellipsize: add tests for ellipsize_mem, fix bugsZbigniew Jędrzejewski-Szmek2018-08-24
* basic/string-util: make ellipsize() inlineZbigniew Jędrzejewski-Szmek2018-08-24
* login: log session state "closing" (as well as New/Removed)Alan Jenkins2018-08-24
* conf-parser: remove redundant utf8-validity checkYu Watanabe2018-08-24
* conf-parse: use free_and_replace()Yu Watanabe2018-08-24
* conf-parser: reject utf8-invalid linesYu Watanabe2018-08-24
* conf-parse: use path_simplify_and_warn() in config_parse_path()Yu Watanabe2018-08-24
* path-util: introduce path_simplify_and_warn()Yu Watanabe2018-08-24
* path-util: make path_make_relative() support path including dotsYu Watanabe2018-08-24
* path-util: introduce path_simplify()Yu Watanabe2018-08-24
* time-util: fix build with gcc8 -Werror=format-truncation=Martin Jansa2018-08-24
* basic: set errno in raw_clone() on sparcMike Gilbert2018-08-24
* process-util: also filter non-printable characters in get_process_com()Lennart Poettering2018-08-24
* string-util: tweak cellescape() a bitLennart Poettering2018-08-24
* escape: add an explanatory comment about buffer sizesLennart Poettering2018-08-24
* missing: define kernel internal limit TASK_COMM_LEN in userspace tooLennart Poettering2018-08-24
* process-util: mention that wait_for_terminate_with_timeout() should be called...Lennart Poettering2018-08-24