summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-11-01machine: : port to extract_first_wordSusant Sahani
2015-11-01sd-journal.c: port to extract_first_wordSusant Sahani
2015-10-31tests: lookup_paths_init depends on SYSTEMD_UNIT_PATH. Test itEvgeny Vereshchagin
2015-10-31sd-daemon: increase sd_notify() socket buffer sizeLennart Poettering
2015-10-31sysv-generator: modernizeLennart Poettering
2015-10-31core: bail our earlier when doing auditLennart Poettering
2015-10-31core,nspawn: minor coding style fixesLennart Poettering
2015-10-31nspawn: fix minor memory leakLennart Poettering
2015-10-31core: constify a few thingsLennart Poettering
2015-10-31systemctl: add a way to explicitly request client-side unit installingLennart Poettering
2015-10-31test-path: move all related test files to a specific directoryRonny Chevalier
2015-10-31test-execute: move all files related to a specific directoryRonny Chevalier
2015-10-31test-execute: add tests for IOSchedulingClassRonny Chevalier
2015-10-31test-execute: add tests for OOMScoreAdjustRonny Chevalier
2015-10-31test-execute: add test for EnvironmentFileRonny Chevalier
2015-10-31test-execute: add test for PrivateNetworkRonny Chevalier
2015-10-31core: set_unit_path overwrites SYSTEMD_UNIT_PATHEvgeny Vereshchagin
2015-10-30core: port config_parse_bounding_set to extract_first_wordEvgeny Vereshchagin
2015-10-30journal-remote: increase memory limit per connection to avoid errors with HTTPSDongsu Park
2015-10-30networkd: link - port to extract_first_word()Tom Gundersen
2015-10-30sd-dhcp6-client: fix assert in options parsingTom Gundersen
2015-10-30networkd: route - add expiration supportTom Gundersen
2015-10-30networkd: link - deserialize routesTom Gundersen
2015-10-30networkd: link - (de)serialize IPv4LL and DHCPv4 addressesTom Gundersen
2015-10-30networkd: link - deserializeTom Gundersen
2015-10-30networkd: link - serialize routesTom Gundersen
2015-10-30networkd: route - track routesTom Gundersen
2015-10-30networkd: address - properly take over a foreign addressTom Gundersen
2015-10-30networkd: address - update link operstate when address is updatedTom Gundersen
2015-10-30networkd: route - clean up confusion between 'metric' and 'priority'Tom Gundersen
2015-10-30networkd: route - rename fields in structTom Gundersen
2015-10-30tests: add test for capability bounding set parsingEvgeny Vereshchagin
2015-10-29test: add tests to ensure that the capabilities are properly setRonny Chevalier
2015-10-29core: fix capability bounding set parsingEvgeny Vereshchagin
2015-10-29test: add test for capability bounding set parsingEvgeny Vereshchagin
2015-10-29network: fix use-after-free in link_freeHristo Venev
2015-10-28Merge pull request #1700 from ssahani/wordLennart Poettering
2015-10-28Merge pull request #1707 from dvdhrm/notify-prioLennart Poettering
2015-10-28core: fix priority ordering in notify-handlingDavid Herrmann
2015-10-28nspwan: port to extract_first_wordSusant Sahani
2015-10-28install: port to extract_first_wordSusant Sahani
2015-10-28journal-remote: port to extract_first_wordSusant Sahani
2015-10-28test-parse-util: Move parse-util tests into their own test caseFilipe Brandenburger
2015-10-28test-extract-word: Move extract-word tests into their own test caseFilipe Brandenburger
2015-10-28Merge pull request #1703 from ronnychevalier/rc/test_execute_check_nobody2Lennart Poettering
2015-10-28test-execute: check if nobody exists before running some testsRonny Chevalier
2015-10-27cpu-set-util: Support ranges in parse_cpu_set_and_warnFilipe Brandenburger
2015-10-27parse-util: Introduce new parse_range functionFilipe Brandenburger
2015-10-27cpu-set-util: Accept commas as separators in parse_cpu_set_and_warnFilipe Brandenburger
2015-10-27Merge pull request #1698 from poettering/pid-is-unwaited-fixTom Gundersen