chiark / gitweb /
NEWS: the tool is called resolvconf, without the inner e
[elogind.git] / src / test /
2018-08-24 Marc Kleine-Buddeparse-util: add permille parser + tests
2018-08-24 Zbigniew Jędrzejew... basic/utf8: add ascii_is_valid_n()
2018-08-24 Zbigniew Jędrzejew... test-bus-util: add a simple test for bus_request_name_a...
2018-08-24 Lennart Poetteringmain: split out reading of /proc/sys/fs/nr_open into...
2018-08-24 Zbigniew Jędrzejew... basic/log: add the log_struct terminator to macro
2018-08-24 Zbigniew Jędrzejew... test-ellipsize: add tests for ellipsize_mem, fix bugs
2018-08-24 Yu Watanabeconf-parser: remove redundant utf8-validity check
2018-08-24 Yu Watanabeconf-parse: use path_simplify_and_warn() in config_pars...
2018-08-24 Yu Watanabepath-util: make path_make_relative() support path inclu...
2018-08-24 Yu Watanabepath-util: introduce path_simplify()
2018-08-24 Mike Gilbertbasic: set errno in raw_clone() on sparc
2018-08-24 Lennart Poetteringprocess-util: also filter non-printable characters...
2018-08-24 Lennart Poetteringstring-util: tweak cellescape() a bit
2018-08-24 Lennart Poetteringmissing: define kernel internal limit TASK_COMM_LEN...
2018-08-24 Zbigniew Jędrzejew... basic/string-util: add a convenience function to cescap...
2018-08-24 Lennart Poetteringstring-util: add new memory_startswith() helper
2018-08-24 Lennart Poetteringconf-files: beef up conf-files.[ch] a bit
2018-08-24 Lennart Poetteringos-util: add helpers for finding /etc/os-release
2018-08-24 Lennart Poetteringfd-util: add new helper call fd_duplicate_data_fd()
2018-08-24 Zbigniew Jędrzejew... test-sizeof: show that a small 64 field is not enough...
2018-08-24 Zbigniew Jędrzejew... test-copy: remove unnecessary initialization
2018-08-24 Zbigniew Jędrzejew... tree-wide: do not wrap assert_se in extra parentheses
2018-08-24 Zbigniew Jędrzejew... fs-util,test: add helper to remove tempfiles
2018-08-24 Yu Watanabetest: use _cleanup_hashmap_free_ instread of _cleanup_...
2018-08-24 Yu Watanabetest: do not call alloca() inside the list of arguments
2018-08-24 Yu Watanabehexdecoct: ignore whitespace within the input hexadecim...
2018-08-24 Filipe Brandenburgerconf-parser: accept trailing backslash at the end of...
2018-08-24 Yu Watanabetest: add tests for signal_from_string()
2018-08-24 Yu Watanabetest: add tests for signal_from_string()
2018-08-24 Yu Watanabetest: add tests for signal_from_string()
2018-08-24 Yu Watanabeset: drop unused set_make() function (#8879)
2018-08-24 Lennart Poetteringparse-util: add explicit parsers for MTU values
2018-08-24 Lennart Poetteringstring-util: teach strip_tab_ansi() to deal with CSO...
2018-08-24 Yu Watanabetest: drop unused variables
2018-08-24 Lennart Poetteringtree-wide: drop spurious newlines (#8764)
2018-08-24 Lennart Poetteringfs-util: add new CHASE_STEP flag to chase_symlinks()
2018-08-24 Zbigniew Jędrzejew... test-locale-util: show special glyphs
2018-08-24 Zbigniew Jędrzejew... test-utf8: add a smoke test for utf8_console_width()
2018-08-24 Lennart Poetteringbasic: add minimalistic table formatter
2018-08-24 Lennart Poetteringstring-util: tweak ellipsation a bit
2018-08-24 Lennart Poetteringutil-lib: introduce new empty_or_root() helper (#8746)
2018-08-24 Zbigniew Jędrzejew... test-execute: make find invocation a bit more efficent...
2018-08-24 Lennart Poetteringpath-util: document a few other special cases for last_...
2018-08-24 Zbigniew Jędrzejew... tree-wide: drop license boilerplate
2018-08-24 Lennart Poetteringfd-util: introduce fd_reopen() helper for reopening...
2018-08-24 Zbigniew Jędrzejew... tree-wide: warn when a directory path already exists...
2018-08-24 Zbigniew Jędrzejew... basic/mkdir: convert bool flag to enum
2018-08-24 Lennart Poetteringcoccinelle: always use fcntl(fd, FD_DUPFD, 3) instead...
2018-08-24 Alex Gartrelljournal: make the compression threshold tunable
2018-06-28 Filipe Brandenburgerconf-parser: accept trailing backslash at the end of...
2018-06-28 Evegeny Vereshchagintests: make / private after creating a mount namespace
2018-06-05 Sven EdenPrep v238: Uncomment now needed headers and unmask...
2018-06-05 Sven EdenPrep v238: Remove obsolete sources and add missing...
2018-06-04 Sven EdenPrep v238: Fixed meson.build files in src/shared and...
2018-05-30 Lennart Poetteringfd-util: add new call rearrange_stdio()
2018-05-30 Lennart Poetteringprocfs-util: add APIs to get consumed CPU time and...
2018-05-30 Lennart Poetteringkhash: try to detect broken AF_ALG support in centos...
2018-05-30 Zbigniew Jędrzejew... basic/log: make sure header is printed correctly, add...
2018-05-30 Patrick UiterwijkFix format-truncation compile failure by typecasting...
2018-05-30 Zbigniew Jędrzejew... test-user-util: skip most tests for nobody if synthenti...
2018-05-30 Zbigniew Jędrzejew... test-user-util: print function delimiters
2018-05-30 Lennart Poetteringfs-util: move fsync_directory_of_file() into generic...
2018-05-30 Zbigniew Jędrzejew... tests: add a simple test for utf8_n_codepoints()
2018-05-30 Zbigniew Jędrzejew... pid1: do not initialize join_controllers by default
2018-05-30 Zbigniew Jędrzejew... Move config_parse_join_controllers to shared, add test
2018-05-30 Zbigniew Jędrzejew... test-process-util: one more (void)
2018-05-30 Lennart Poetteringhash-func: add generic hash_ops implementation for...
2018-05-30 Yu Watanabefs-util: drop readlink_and_canonicalize()
2018-05-30 Lennart Poetteringfd-util: move certain fds above fd #2 (#8129)
2018-05-30 Vito Caputotest-hashmap: test IteratedCache
2018-05-30 Zbigniew Jędrzejew... test-user-util: skip most tests for nobody if synthenti...
2018-05-30 Zbigniew Jędrzejew... test-user-util: print function delimiters
2018-05-30 Lennart Poetteringfs-util: add new unlinkat_deallocate() helper
2018-05-30 Lennart Poetteringhash-func: add generic hash_ops implementation for...
2018-05-30 Zbigniew Jędrzejew... test: add a simple smoke test for string_hashsum()
2018-05-30 Zbigniew Jędrzejew... journalctl: add highlighting for matched substring
2018-05-30 Zbigniew Jędrzejew... journalctl: make matching optionally case sensitive
2018-05-30 Lennart Poetteringutil-lib: add new procfs-util.[ch] API for dealing...
2018-05-30 Lennart Poetteringcore: rework how we track which PIDs to watch for a...
2018-05-30 Lennart Poetteringtest: test-process-util additions
2018-05-30 Lennart Poetteringtree-wide: port all code to use safe_getcwd()
2018-05-30 Lennart Poetteringfs-util: add new chase_symlinks() flag CHASE_OPEN
2018-05-30 Lennart Poetteringfs-util: add new CHASE_SAFE flag to chase_symlinks()
2018-05-30 Lennart Poetteringlog: minimize includes in log.h
2018-05-30 Lennart Poetteringsd-bus: optionally, use inotify to wait for bus sockets...
2018-05-30 Lennart Poetteringfs-util: rework touch_file() so that it can touch socke...
2018-05-30 Zbigniew Jędrzejew... test-sizeof: also add uid_t
2018-05-30 Zbigniew Jędrzejew... meson: rename libudev_internal to libudev_static and...
2018-05-30 Zbigniew Jędrzejew... meson: link libbasic and libshared_static into libshared
2018-05-30 Zbigniew Jędrzejew... meson: rename libsystemd_internal to libsystem_static
2018-05-30 Lennart Poetteringtree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit()...
2018-05-30 Lennart Poetteringtree-wide: introduce new safe_fork() helper and port...
2018-03-26 Sven EdenPrep v236 : Add missing SPDX-License-Identifier (8...
2018-03-13 Sven EdenPrep v236: Update build system and adapt to eloginds...
2018-03-13 Sven EdenPrep v236: Apply missing upstream updates to the build...
2017-11-28 Lennart Poetteringstring-util: rework strextend() to optionally inset...
2017-12-03 Lennart Poetteringutil-lib,tests: rework unbase64 so that we skip over...
2017-10-31 Zbigniew Jędrzejew... test-mount-util: move test_path_is_mount_point here
2017-11-21 Lennart Poetteringspecifier: add helper for escaping '%' characters to...
2017-11-28 Zbigniew Jędrzejew... Add set/hashmap helpers for non-trivial freeing and...
next