summaryrefslogtreecommitdiffstats
path: root/src/journal (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-02sysusers: use fgetgrent_sane()Yu Watanabe1-8/+2
2018-12-02lldp: rename lldp_neighbor_id_hash_ops and set value destructorYu Watanabe3-7/+5
2018-12-02udev: use hashmap_clear_free_key() and hashmap_free_free_key()Yu Watanabe2-11/+3
2018-12-02portable: introduce portable_metadata_hash_ops and use itYu Watanabe3-24/+9
2018-12-02machine: introduce machine_hash_ops and use itYu Watanabe3-10/+9
2018-12-02machine-image: introduce image_hash_ops and use itYu Watanabe9-22/+20
2018-12-02tmpfiles: define main through macroYu Watanabe1-50/+40
2018-12-02tmpfiles: make load_unix_sockets() return negative errno on failureYu Watanabe1-45/+31
2018-12-02cryptsetup-generator: define main through macroYu Watanabe1-30/+28
2018-12-02sd-bus: introduce track_item_hash_ops and use itYu Watanabe1-3/+5
2018-12-02dhcp: introduce dhcp_lease_hash_ops and use itYu Watanabe1-10/+7
2018-12-02cgtop: use SWAP_TWO() macroYu Watanabe1-5/+1
2018-12-02cgtop: introduce group_hash_ops and use itYu Watanabe1-18/+10
2018-12-02test: add tests for destructors of hashmap or setYu Watanabe2-0/+57
2018-12-02hash-func: add destructors for key and valueYu Watanabe5-86/+109
2018-12-02tree-wide: make hash_ops typesafeYu Watanabe27-223/+85
2018-12-02hash-funcs: make basic hash_ops typesafeYu Watanabe2-44/+21
2018-12-02hash-funcs: introduce macro to create typesafe hash_opsYu Watanabe1-0/+14
2018-12-02util: define free_func_tYu Watanabe2-1/+4
2018-12-02hashmap: fix minor coding style issueYu Watanabe1-1/+1
2018-12-02tree-wide: remove various unused functionsLennart Poettering23-391/+0
2018-12-01ip rule: fix clang warning.Susant Sahani1-2/+2
2018-12-01resolved: add missed io-util.h header to resolved-dnstls-openssl.cAleksei Timofeyev1-0/+2
2018-12-01travis: also build systemd with clangEvgeny Vereshchagin2-1/+24
2018-12-01travis: use latest instead of rawhideEvgeny Vereshchagin1-4/+4
2018-11-30path-util: allow NULLs in arguments to path_join()Zbigniew Jędrzejewski-Szmek8-26/+29
2018-11-30networkd: refuse IPv6 RADV prefixes that lack Prefix= settingLennart Poettering2-1/+12
2018-11-30basic/socket-util: use c-escaping to print unprintable socket pathsZbigniew Jędrzejewski-Szmek4-29/+97
2018-11-30shared/socket-util: do not print empty CIDZbigniew Jędrzejewski-Szmek2-7/+7
2018-11-30test-socket-util: add test for socket_address_printZbigniew Jędrzejewski-Szmek1-31/+39
2018-11-30test-socket-util: the usual modernizationZbigniew Jędrzejewski-Szmek1-47/+83
2018-11-30conf-files: remove unused functionLennart Poettering2-13/+1
2018-11-30conf-files: remove misplaced log_oom()Lennart Poettering1-1/+1
2018-11-30conf-files: improve algorithm O(n²) → O(n)Lennart Poettering1-2/+3
2018-11-30update TODOLennart Poettering1-3/+7
2018-11-30man: document systemd-analyze securityLennart Poettering1-0/+29
2018-11-30analyze: add new security verbLennart Poettering4-0/+2109
2018-11-30format-table: make sure we never call memcmp() with NULL parametersLennart Poettering1-1/+1
2018-11-30format-table: add calls to query the data in a specific cellLennart Poettering2-0/+25
2018-11-30format-table: always underline header lineLennart Poettering1-2/+9
2018-11-30format-table: add an API for getting the cell at a specific row/columnLennart Poettering2-0/+17
2018-11-30format-table: add table_update() to update existing entriesLennart Poettering2-0/+42
2018-11-30format-table: optionally allow reversing the sort order for a columnLennart Poettering2-1/+22
2018-11-30format-table: add option to store/format percent and uint64_t values in cellsLennart Poettering2-0/+50
2018-11-30format-table: before outputting a color, check if colors are availableLennart Poettering1-3/+3
2018-11-30format-table: optionally make specific cells clickable linksLennart Poettering2-9/+71
2018-11-30format-table: when duplicating a cell, also copy the colorLennart Poettering1-0/+2
2018-11-30terminal-util: split out file:// generation from terminal_urlify_path()Lennart Poettering2-19/+35
2018-11-30macro: update DIV_ROUND_UP() so that it can be called nestedLennart Poettering1-4/+5
2018-11-30parse-util: allow parse_boolean() to take a NULL argumentLennart Poettering1-1/+2