summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meson: use booleans for conf.set and drop unecessary conditionalsZbigniew Jędrzejewski-Szmek2017-05-0229-170/+140
* meson: add status reportZbigniew Jędrzejewski-Szmek2017-05-021-4/+164
* meson: add forgotten debug optionsZbigniew Jędrzejewski-Szmek2017-05-022-0/+15
* meson: add compiler flags for "--tpm" in EFI apps (#5829)Max Resch2017-04-271-0/+2
* Merge pull request #5827 from keszybz/meson-libcapMartin Pitt2017-04-271-5/+18
|\
| * meson: fix detection of "-Wno-" optionsZbigniew Jędrzejewski-Szmek2017-04-271-4/+11
| * meson: add version check for libseccompZbigniew Jędrzejewski-Szmek2017-04-271-0/+1
| * meson: also search for libcap directlyZbigniew Jędrzejewski-Szmek2017-04-271-1/+6
* | meson: do not install files from disabled features (#5811)userwithuid2017-04-276-22/+30
* | Merge pull request #5818 from mbiebl/meson-no-libudevZbigniew Jędrzejewski-Szmek2017-04-273-59/+29
|\ \
| * \ Merge branch 'master' into meson-no-libudevZbigniew Jędrzejewski-Szmek2017-04-278-37/+38
| |\ \ | |/ / |/| |
* | | Merge pull request #5821 from mbiebl/meson-no-libiptcZbigniew Jędrzejewski-Szmek2017-04-274-22/+10
|\ \ \
| * | | meson: get rid of libfirewallMichael Biebl2017-04-264-20/+10
| * | | meson: drop libiptc link dependencies from libsharedMichael Biebl2017-04-262-3/+1
* | | | build-sys: only install libexecdir/resolv.conf if resolved is enabled (#5826)userwithuid2017-04-272-6/+6
| |_|/ |/| |
* | | improve readability (#5814)Matija Skala2017-04-261-4/+6
* | | update-done: Create using a temporary file (#5789)codekipper2017-04-261-5/+16
|/ /
| * meson: drop implicit libudev link dependenciesMichael Biebl2017-04-263-59/+29
|/
* main: improve RLIMIT_NOFILE handling (#5795)Christian Brauner2017-04-261-1/+11
* importd: support SUSE style checksums supplementary (#5800)tblume2017-04-251-5/+3
* bus: report builtins in GetManagedObjects() (#5799)David Herrmann2017-04-251-0/+16
* Merge pull request #5803 from ssahani/utilZbigniew Jędrzejewski-Szmek2017-04-256-89/+24
|\
| * networkd: route add missing search for route object.Susant Sahani2017-04-251-0/+4
| * networkd: replace geneve parsers with generic config_parse_uint8Susant Sahani2017-04-253-89/+18
| * config parser: Introduce config_parse_uint8Susant Sahani2017-04-252-0/+2
* | Merge pull request #5805 from keszybz/apendv-man-ruleMichael Biebl2017-04-251-1/+1
|\ \
| * | meson: add sd_bus_message_appendv alias to man listZbigniew Jędrzejewski-Szmek2017-04-251-1/+1
|/ /
* | Merge pull request #5804 from ssahani/geneveMichael Biebl2017-04-252-0/+3
|\ \ | |/ |/|
| * meson: add geneve to build systemSusant Sahani2017-04-252-0/+3
|/
* Merge pull request #5704 from keszybz/mesonEvgeny Vereshchagin2017-04-2582-47/+7893
|\
| * meson: require newest meson and revert m4 patchZbigniew Jędrzejewski-Szmek2017-04-251-2/+2
| * meson: use name arg so check result is reportedZbigniew Jędrzejewski-Szmek2017-04-251-6/+7
| * meson: fix checking of linker argsZbigniew Jędrzejewski-Szmek2017-04-254-5/+17
| * meson: also indent scripts with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-2521-79/+109
| * meson: add git-snapshot targetZbigniew Jędrzejewski-Szmek2017-04-241-0/+19
| * meson: test-ns is manual, not just unsafeZbigniew Jędrzejewski-Szmek2017-04-241-1/+1
| * meson: there is no smack libraryZbigniew Jędrzejewski-Szmek2017-04-242-13/+2
| * meson: add forgotten tpm supportZbigniew Jędrzejewski-Szmek2017-04-242-0/+7
| * meson: use -f{function,data}-sections for optimized buildsZbigniew Jędrzejewski-Szmek2017-04-241-0/+15
| * meson: allow static linking of systemd-hwdbMichael Biebl2017-04-241-2/+2
| * meson: add forgotten parse_hwdb.py testZbigniew Jędrzejewski-Szmek2017-04-241-0/+6
| * meson: fix gcrypt config optionMichael Biebl2017-04-245-8/+37
| * meson: add option to disable libacl supportZbigniew Jędrzejewski-Szmek2017-04-242-6/+13
| * meson: $DESTDIR might be undefinedZbigniew Jędrzejewski-Szmek2017-04-242-6/+6
| * meson: define gnu_efi_arch for the arch efi name, fix ldsdir detectionZbigniew Jędrzejewski-Szmek2017-04-242-7/+21
| * meson: detect getrandom in sys/random.h, fall back to linux/random.hZbigniew Jędrzejewski-Szmek2017-04-231-1/+8
| * meson: check string.h not strings.h for explicit_bzeroZbigniew Jędrzejewski-Szmek2017-04-231-1/+1
| * meson: fix 'clean'Zbigniew Jędrzejewski-Szmek2017-04-231-1/+3
| * meson: install the dbus aliases for resolve1 and network1 in /etcZbigniew Jędrzejewski-Szmek2017-04-231-2/+2
| * README: update with meson instructionsZbigniew Jędrzejewski-Szmek2017-04-231-7/+33