summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* travis: use Fedora 27gcc-hypothesisEvegeny Vereshchagin2018-06-042-2/+2
* travis: get python installed while building a docker imageEvegeny Vereshchagin2018-06-051-0/+1
* Merge pull request #9184 from msekletar/travis-followupsEvgeny Vereshchagin2018-06-042-3/+1
|\
| * travis: drop ccache requirementMichal Sekletar2018-06-041-1/+0
| * travis: DOCKER_REPOSITORY is no longer set. Don't require it.Michal Sekletar2018-06-041-2/+1
|/
* travis: use Travis CI only for running scheduled Coverity scansMichal Sekletar2018-06-043-133/+9
* conf-parser: fix memleak (#9177)Yu Watanabe2018-06-041-1/+2
* Update 60-sensor.hwdbMarcel Hoppe2018-06-041-0/+1
* basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek2018-06-0420-114/+60
* Merge pull request #9176 from keszybz/flags-setLennart Poettering2018-06-0414-19/+45
|\
| * basic/path-util: use FLAGS_SET in one more placeZbigniew Jędrzejewski-Szmek2018-06-041-4/+2
| * Add macro for checking if some flags are setZbigniew Jędrzejewski-Szmek2018-06-0412-13/+30
| * coccinelle: add option to make changes in placeZbigniew Jędrzejewski-Szmek2018-06-041-2/+10
| * coccinelle: run spatch just on version-controlled filesZbigniew Jędrzejewski-Szmek2018-06-041-2/+5
* | Merge pull request #9167 from keszybz/ellipsizationLennart Poettering2018-06-045-40/+133
|\ \
| * | test-ellipsize: add tests for ellipsize_mem, fix bugsZbigniew Jędrzejewski-Szmek2018-06-024-32/+129
| * | basic/string-util: make ellipsize() inlineZbigniew Jędrzejewski-Szmek2018-06-022-8/+4
* | | Merge pull request #9147 from keszybz/runtime-enablementLennart Poettering2018-06-045-133/+98
|\ \ \
| * | | systemctl: when removing enablement or mask symlinks, cover both /run and /etcZbigniew Jędrzejewski-Szmek2018-06-013-98/+91
| * | | systemctl: remove newlinesZbigniew Jędrzejewski-Szmek2018-05-311-15/+0
| * | | Fix reporting of enabled-runtime unitsZbigniew Jędrzejewski-Szmek2018-05-311-10/+3
| * | | core/dbus: simplify bus_done_{api,system} functionsZbigniew Jędrzejewski-Szmek2018-05-311-8/+2
| * | | journal: small simplificationZbigniew Jędrzejewski-Szmek2018-05-311-2/+2
* | | | core: go to failure state if the main service process fails and RemainAfterEx...Lennart Poettering2018-06-041-6/+5
* | | | login: log session state "closing" (as well as New/Removed)Alan Jenkins2018-06-041-1/+12
* | | | Merge pull request #9173 from jwrdegoede/hwdb-sensors3Zbigniew Jędrzejewski-Szmek2018-06-041-0/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | hwdb: Add accelerometer orientation quirk for the Onda V891w tabletHans de Goede2018-06-021-0/+7
| * | | hwdb: Add accelerometer orientation quirk for the Nuvision/TMAX TM800W560LHans de Goede2018-06-021-0/+6
| * | | hwdb: Add accelerometer orientation quirk for the Archos 80 Cesium tablet.Hans de Goede2018-06-021-0/+6
| * | | hwdb: Extend Point of View TAB-P800W accelerometer quirk for another versionHans de Goede2018-06-021-0/+1
* | | | Merge pull request #9149 from yuwata/fix-9107Zbigniew Jędrzejewski-Szmek2018-06-0438-259/+302
|\ \ \ \
| * | | | man: RuntimeDirectory= or friends accept dot contained pathsYu Watanabe2018-06-041-1/+1
| * | | | conf-parser: remove redundant utf8-validity checkYu Watanabe2018-06-043-18/+1
| * | | | conf-parse: use free_and_replace()Yu Watanabe2018-06-041-4/+1
| * | | | conf-parser: reject utf8-invalid linesYu Watanabe2018-06-041-0/+3
| * | | | test: add test for trailing dot in WorkingDirectory= and RuntimeDirectory=Yu Watanabe2018-06-034-0/+11
| * | | | load-fragment: use path_simplify_and_warn() where applicableYu Watanabe2018-06-031-108/+74
| * | | | conf-parse: use path_simplify_and_warn() in config_parse_path()Yu Watanabe2018-06-032-15/+6
| * | | | path-util: introduce path_simplify_and_warn()Yu Watanabe2018-06-032-0/+58
| * | | | path-util: make path_make_relative() support path including dotsYu Watanabe2018-06-032-37/+33
| * | | | path-util: introduce path_simplify()Yu Watanabe2018-06-0332-87/+125
* | | | | test: fix function nameYu Watanabe2018-06-041-2/+2
|/ / / /
* | | | network: avoid temporary variables for parsing, use TAKE_PTR (#9166)Zbigniew Jędrzejewski-Szmek2018-06-031-30/+15
* | | | Merge pull request #9156 from shr-project/jansa/gcc8Zbigniew Jędrzejewski-Szmek2018-06-022-2/+31
|\ \ \ \ | |_|_|/ |/| | |
| * | | test-time-util: print names of test functionsZbigniew Jędrzejewski-Szmek2018-06-021-1/+30
| * | | time-util: fix build with gcc8 -Werror=format-truncation=Martin Jansa2018-06-021-1/+1
* | | | netdev: fix parser for VRF.Table=Yu Watanabe2018-06-021-1/+1
| |/ / |/| |
* | | basic: set errno in raw_clone() on sparcMike Gilbert2018-06-022-6/+16
* | | Merge pull request #9018 from poettering/get-process-comm-is-printZbigniew Jędrzejewski-Szmek2018-06-016-34/+181
|\ \ \ | |/ / |/| |
| * | process-util: also filter non-printable characters in get_process_com()Lennart Poettering2018-06-012-4/+48