summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meson: drop misplaced -Wl,--undefined argumentv239-13.7Jussi Pakkanen2020-02-131-2/+1
* sd-bus: use "queue" message references for managing r/w message queues in con...Lennart Poettering2020-02-132-34/+32
* test: don't overwrite TESTDIR if already setFrantisek Sumsal2020-02-121-2/+7
* tests: also run TEST-01-BASIC in an unprivileged container (#9957)Evgeny Vereshchagin2020-02-122-6/+18
* tests: allow passing additional arguments to nspawn via NSPAWN_ARGUMENTSEvgeny Vereshchagin2020-02-121-1/+1
* tests: use the asan wrapper to boot a VM/container if systemd is built with ASANEvgeny Vereshchagin2020-02-121-2/+6
* tests: redirect ASAN reports on journald to a fileEvgeny Vereshchagin2020-02-121-0/+6
* tests: add a wrapper for when systemd is built with ASANEvgeny Vereshchagin2020-02-121-1/+34
* tests: create the asan wrapper automatically if systemd has been built with ASANEvgeny Vereshchagin2020-02-121-0/+24
* test: use PBKDF2 instead of Argon2 in cryptsetup...Frantisek Sumsal2020-02-121-1/+1
* test: mask several unnecessary servicesYu Watanabe2020-02-1211-0/+87
* test: bump the second partition's size to 50MFrantisek Sumsal2020-02-121-1/+1
* lgtm: drop redundant newlinesEvgeny Vereshchagin2020-02-121-2/+0
* lgtm: add a custom query for catching the use of fgetsEvgeny Vereshchagin2020-02-121-0/+23
* tools: use print function in Python 3 codeLucas Werkmeister2020-02-121-8/+10
* lgtm: use python3Yu Watanabe2020-02-121-0/+3
* LGTM: make LGTM.com use meson from pipYu Watanabe2020-02-121-0/+10
* polkit: when authorizing via PK let's re-resolve callback/userdata instead of...v239-13.6Jan Synacek2020-02-031-24/+50
* sd-event: add sd_event_source_disable_unref() helperZbigniew Jędrzejewski-Szmek2020-02-035-12/+30
* sd-bus: introduce API for re-enqueuing incoming messagesJan Synacek2020-02-033-0/+26
* bus-message: introduce two kinds of references to bus messagesLennart Poettering2020-02-032-6/+68
* sd-bus: always go through sd_bus_unref() to free messagesLennart Poettering2020-02-031-7/+5
* sd-bus: initialize mutex after we allocated the wqueueLennart Poettering2020-02-031-2/+2
* sd-bus: drop two inappropriate empty linesLennart Poettering2020-02-031-2/+0
* sd-bus: make sure dispatch_rqueue() initializes return parameter on all types...Lennart Poettering2020-02-031-1/+3
* sd-bus: reorder bus ref and bus message ref handlingLennart Poettering2020-02-031-2/+3
* sd-bus: make rqueue/wqueue sizes of type size_tLennart Poettering2020-02-032-3/+3
* Revert "core: one step back again, for nspawn we actually can't wait for cgro...v239-13.5v239-13.4Lukas Nykryn2019-05-021-10/+1
* sd-bus: if we receive an invalid dbus message, ignore and proceeedv239-13.3v239-13.2Lennart Poettering2019-04-081-3/+6
* Allocate temporary strings to hold dbus paths on the heapRiccardo Schirone2019-04-081-14/+54
* Refuse dbus message paths longer than BUS_PATH_SIZE_MAX limit.Riccardo Schirone2019-04-082-1/+5
* bus-socket: Fix line_begins() to accept word matching full stringv239-13.1Filipe Brandenburger2019-03-281-4/+1
* rules: add the rule that adds elevator= kernel command line parameterv239-13Lukas Nykryn2019-02-261-0/+1
* rules: add elevator= kernel command line parameterv239-12Lukas Nykryn2019-02-151-0/+20
* test-network: ignore tunnel devices automatically added by kernelYu Watanabe2019-02-141-1/+1
* test: replace echo with socatFrantisek Sumsal2019-02-141-3/+3
* journald: correctly attribute log messages also with cgroupsv1Michal Sekletar2019-02-111-2/+6
* journal-remote: set a limit on the number of fields in a messageZbigniew Jędrzejewski-Szmek2019-02-112-3/+9
* journal-remote: verify entry length from headerZbigniew Jędrzejewski-Szmek2019-02-111-10/+24
* µhttpd: use a cleanup function to call MHD_destroy_responseZbigniew Jędrzejewski-Szmek2019-02-113-47/+19
* journald: lower the maximum entry size limit to ½ for non-sealed fdsZbigniew Jędrzejewski-Szmek2019-02-111-2/+4
* journald: when processing a native message, bail more quickly on overbig mess...Zbigniew Jędrzejewski-Szmek2019-02-111-28/+37
* journald: set a limit on the number of fields (1k)Zbigniew Jędrzejewski-Szmek2019-02-112-0/+8
* journal: fix syslog_parse_identifier()Yu Watanabe2019-02-112-5/+11
* Revert "sysctl.d: switch net.ipv4.conf.all.rp_filter from 1 to 2"Lukas Nykryn2019-02-081-1/+1
* process-util: don't use overly large buffer to store process command lineMichal Sekletar2019-02-071-4/+14
* journald: periodically drop cache for all dead PIDsZbigniew Jędrzejewski-Szmek2019-02-072-2/+28
* journal: limit the number of entries in the cache based on available memoryZbigniew Jędrzejewski-Szmek2019-02-071-2/+33
* basic/prioq: add prioq_peek_item()Zbigniew Jędrzejewski-Szmek2019-02-073-11/+27
* procfs-util: expose functionality to query total memoryZbigniew Jędrzejewski-Szmek2019-02-075-8/+12