summaryrefslogtreecommitdiffstats
path: root/src/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek2018-06-041-6/+3
* Merge pull request #9167 from keszybz/ellipsizationLennart Poettering2018-06-042-9/+85
|\
| * test-ellipsize: add tests for ellipsize_mem, fix bugsZbigniew Jędrzejewski-Szmek2018-06-022-9/+85
* | Merge pull request #9149 from yuwata/fix-9107Zbigniew Jędrzejewski-Szmek2018-06-043-11/+36
|\ \
| * | conf-parser: remove redundant utf8-validity checkYu Watanabe2018-06-031-1/+1
| * | test: add test for trailing dot in WorkingDirectory= and RuntimeDirectory=Yu Watanabe2018-06-031-0/+1
| * | conf-parse: use path_simplify_and_warn() in config_parse_path()Yu Watanabe2018-06-031-0/+1
| * | path-util: make path_make_relative() support path including dotsYu Watanabe2018-06-031-1/+1
| * | path-util: introduce path_simplify()Yu Watanabe2018-06-031-9/+32
* | | test: fix function nameYu Watanabe2018-06-041-2/+2
|/ /
* | Merge pull request #9156 from shr-project/jansa/gcc8Zbigniew Jędrzejewski-Szmek2018-06-021-1/+30
|\ \ | |/ |/|
| * test-time-util: print names of test functionsZbigniew Jędrzejewski-Szmek2018-06-021-1/+30
* | basic: set errno in raw_clone() on sparcMike Gilbert2018-06-021-0/+4
* | process-util: also filter non-printable characters in get_process_com()Lennart Poettering2018-06-011-0/+33
* | string-util: tweak cellescape() a bitLennart Poettering2018-06-011-10/+68
* | missing: define kernel internal limit TASK_COMM_LEN in userspace tooLennart Poettering2018-06-011-1/+1
|/
* Merge pull request #9014 from keszybz/fuzz-journal-remoteLennart Poettering2018-05-312-12/+35
|\
| * Use const char* for timestamp strings which we don't plan to modifyZbigniew Jędrzejewski-Szmek2018-05-311-11/+8
| * Always allow timestamps to be printedZbigniew Jędrzejewski-Szmek2018-05-311-1/+2
| * basic/string-util: add a convenience function to cescape mostly-ascii fieldsZbigniew Jędrzejewski-Szmek2018-05-311-0/+25
* | coccinelle says we should use EOPNOTSUPP rather than ENOTSUPLennart Poettering2018-05-311-1/+1
|/
* string-util: add new memory_startswith() helperLennart Poettering2018-05-301-0/+13
* test-tables,test-network-tables: add a few more testsZbigniew Jędrzejewski-Szmek2018-05-281-0/+18
* test-tables*: sortZbigniew Jędrzejewski-Szmek2018-05-281-4/+4
* conf-files: beef up conf-files.[ch] a bitLennart Poettering2018-05-241-9/+19
* os-util: add helpers for finding /etc/os-releaseLennart Poettering2018-05-243-7/+26
* fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2018-05-241-1/+1
* fd-util: add new helper call fd_duplicate_data_fd()Lennart Poettering2018-05-241-0/+88
* Merge pull request #8817 from yuwata/cleanup-nsflagsLennart Poettering2018-05-242-19/+29
|\
| * test: add tests for merging RestrictNamespaces=Yu Watanabe2018-05-051-0/+3
| * nsflsgs: drop namespace_flag_{from,to}_string()Yu Watanabe2018-05-051-19/+26
* | test-sizeof: show that a small 64 field is not enough to force the enum to be...Zbigniew Jędrzejewski-Szmek2018-05-221-1/+10
* | Merge pull request #8981 from keszybz/ratelimit-and-dbusLennart Poettering2018-05-181-6/+6
|\ \
| * | Rename ratelimit_test to ratelimit_belowZbigniew Jędrzejewski-Szmek2018-05-131-6/+6
* | | Merge pull request #8993 from keszybz/sd-resolve-coverity-and-related-fixesLennart Poettering2018-05-186-16/+16
|\ \ \
| * | | test-copy: remove unnecessary initializationZbigniew Jędrzejewski-Szmek2018-05-141-3/+3
| * | | tree-wide: do not wrap assert_se in extra parenthesesZbigniew Jędrzejewski-Szmek2018-05-146-13/+13
* | | | fs-util,test: add helper to remove tempfilesZbigniew Jędrzejewski-Szmek2018-05-183-52/+31
* | | | core: move config_parse_limit() to the generic conf-parser.[ch]Lennart Poettering2018-05-171-20/+21
* | | | rlimit-util: rework rlimit_{from|to}_string() to work without "Limit" prefixLennart Poettering2018-05-171-2/+34
* | | | core: undo the dependency inversion between unit.h and all unit typesFelipe Sateler2018-05-156-0/+6
|/ / /
* / / test: use _cleanup_hashmap_free_ instread of _cleanup_(hashmap_freep)Yu Watanabe2018-05-141-1/+1
|/ /
* | test: add tests for unit_name_from_dbus_path()Yu Watanabe2018-05-131-0/+295
* | Merge pull request #8962 from floppym/issue8905Zbigniew Jędrzejewski-Szmek2018-05-131-4/+4
|\ \
| * | basic: add log_level argument to timezone_is_validMike Gilbert2018-05-121-4/+4
* | | Merge pull request #8924 from yuwata/fix-3682Zbigniew Jędrzejewski-Szmek2018-05-111-96/+87
|\ \ \
| * | | test: do not call alloca() inside the list of argumentsYu Watanabe2018-05-111-86/+57
| * | | hexdecoct: ignore whitespace within the input hexadecimal text of unhexmem()Yu Watanabe2018-05-111-10/+30
* | | | terminal-util: add a function that shows a pretty separator lineLennart Poettering2018-05-111-0/+2
* | | | Merge pull request #8953 from yuwata/bus-macroLennart Poettering2018-05-111-2/+2
|\ \ \ \