summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier
2015-04-10shared: add process-util.[ch]Ronny Chevalier
2015-04-10shared: add formats-util.hRonny Chevalier
2015-04-10core: set_put never returns -EEXISTRonny Chevalier
2015-04-10util: unify how we parse mode_t stringsLennart Poettering
2015-04-10util: remove normalize_env_assignment(), it's unusedLennart Poettering
2015-04-10util: fix unicode decoding in unquote_first_word()Lennart Poettering
2015-04-10util: when unescaping C escape sequences support C++11 \u and \U unicode lite...Lennart Poettering
2015-04-09util: add shell_maybe_quote() call for preparing a string for shell cmdline i...Lennart Poettering
2015-04-08test-socket-util: add test for in_addr_to_stringRonny Chevalier
2015-04-07test-util: don't mix declarations and codeThomas Hindoe Paaboel Andersen
2015-04-07path-util: fix more path_is_mount e792e890f falloutLennart Poettering
2015-04-07util: rework cunescape(), improve error handlingLennart Poettering
2015-04-06btrfs: add support for recursive btrfs snapshottingLennart Poettering
2015-04-06btrfs: make btrfs_subvol_snapshot() parameters a flags fieldLennart Poettering
2015-04-06btrfs: support recursively removing btrfs snapshotsLennart Poettering
2015-04-06util: rework rm_rf() logicLennart Poettering
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer
2015-03-26util: rework word parsing and c unescaping codeLennart Poettering
2015-03-18libudev: private - introduce udev_device_new_from_synthetic_event()Tom Gundersen
2015-03-16shared: add path_compare(), an ordering path comparisonMichal Schmidt
2015-03-13bus: stop using EDEADLOCKDavid Herrmann
2015-03-10shared: the btrfs quota field is called "referenced" not "referred"Lennart Poettering
2015-02-24test-hashmap: fix gcc5 warningDaniel Mack
2015-02-24test-time: test "infinity" parsing in nanosecondsDaniel Mack
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-18test: utf8 - fix utf16 tests on BE machinesTom Gundersen
2015-02-12test-util: remove superfluous constThomas Hindoe Paaboel Andersen
2015-02-04cg_path_get_user_unit(): Did not correctly parse user-unit templates.Luke Shumaker
2015-02-02shared/async: simplify asynchronous_job a bitZbigniew Jędrzejewski-Szmek
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-28test: duplicate LIST_FOREACH_OTHERS test to check for corner cases of end and...Lennart Poettering
2015-01-28list: add macro for iterating through a list an item is in, skipping the itemLennart Poettering
2015-01-22tests: use assert_se instead of assertRonny Chevalier
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-20util: make http url validity checks more generic, and move them to util.cLennart Poettering
2015-01-19import-raw: when downloading raw images, generate sparse files if we canLennart Poettering
2015-01-18Revert "test-exec: do not skip all the tests"David Herrmann
2015-01-17remove unneeded libgen.h includesCristian Rodríguez
2015-01-15test-path: do not skip tests if we are not rootRonny Chevalier
2015-01-15test-exec: do not skip all the testsRonny Chevalier
2015-01-14test: hashmap_put behaviour for equal keysMartin Pitt
2015-01-13shared: add minimal firewall manipulation helpers for establishing NAT rules,...Lennart Poettering
2015-01-11fstab-util: fix priority parsing and add testZbigniew Jędrzejewski-Szmek
2015-01-11shared/util: respect buffer boundary on incomplete escape sequencesZbigniew Jędrzejewski-Szmek
2015-01-11core/load-fragment: avoid allocating 0 bytes when given an invalid commandZbigniew Jędrzejewski-Szmek
2015-01-11test-unit-file: don't access out-of-bounds memoryZbigniew Jędrzejewski-Szmek
2015-01-11Support negated fstab optionsZbigniew Jędrzejewski-Szmek
2015-01-11Add new function to filter fstab optionsZbigniew Jędrzejewski-Szmek
2015-01-11shared/list: add LIST_APPENDZbigniew Jędrzejewski-Szmek