summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
* meson: Fix reallocarray checkKhem Raj2020-12-131-1/+1
* Drop compat "gateway" nameZbigniew Jędrzejewski-Szmek2020-12-101-4/+0
* meson: specify correct libqrencode version in meson depLuca Boccassi2020-12-091-0/+1
* Make support for nscd flushing optionalZbigniew Jędrzejewski-Szmek2020-12-071-0/+2
* Merge pull request #17079 from keszybz/late-exec-resolutionLennart Poettering2020-12-031-0/+3
|\
| * meson: add option for fexecve useZbigniew Jędrzejewski-Szmek2020-11-061-0/+2
| * shared/exec-util: use our own execveat() wrapper instead of fexecve()Zbigniew Jędrzejewski-Szmek2020-11-061-0/+1
* | Merge pull request #17810 from systemd/meson-allows-fuzzer-buildingYu Watanabe2020-12-031-31/+30
|\ \
| * | meson: allow fuzzers to be built even if fuzz testing is disabledmeson-allows-fuzzer-buildingZbigniew Jędrzejewski-Szmek2020-12-021-29/+28
| * | meson: add missing "S" to SYSTEMD_CGROUPS_AGENT_PATHZbigniew Jędrzejewski-Szmek2020-12-011-2/+2
* | | meson: use '_' as separator in fuzz test namesYu Watanabe2020-12-021-1/+1
|/ /
* | Merge pull request #17478 from yuwata/split-network-internalYu Watanabe2020-11-271-1/+0
|\ \
| * | meson: drop libsystemd_network from several binariesYu Watanabe2020-10-291-1/+0
* | | meson: set CURL_NO_OLDIES in developer modeYu Watanabe2020-11-211-0/+1
* | | Merge pull request #17640 from keszybz/meson-test-c++20Zbigniew Jędrzejewski-Szmek2020-11-171-1/+1
|\ \ \
| * | | meson: use proper variable for libudev.h pathZbigniew Jędrzejewski-Szmek2020-11-171-1/+1
* | | | meson: do not build fuzzers when fuzz-tests=falseYu Watanabe2020-11-131-4/+4
|/ / /
* | | meson: allow oomd to be enabled even in release modeZbigniew Jędrzejewski-Szmek2020-11-121-1/+1
* | | meson: add option to skip installing to $sysconfdirJörg Thalheim2020-11-121-8/+17
* | | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|/ /
* | Merge pull request #17454 from keszybz/journal-dlopen-cleanupZbigniew Jędrzejewski-Szmek2020-10-281-13/+13
|\ \
| * | meson: sort include dirsZbigniew Jędrzejewski-Szmek2020-10-231-13/+13
* | | meson: fix setting of ENABLE_OOMDZbigniew Jędrzejewski-Szmek2020-10-271-1/+1
* | | build-sys: prepare 247-rc1Lennart Poettering2020-10-231-2/+2
* | | test: add heavy load loopback block device testLennart Poettering2020-10-221-0/+1
* | | meson: convert developer_mode boolean to an enumZbigniew Jędrzejewski-Szmek2020-10-221-2/+2
|/ /
* | Merge pull request #17297 from keszybz/tmpfiles-sysusers-disable-standalone-i...Michael Biebl2020-10-201-0/+2
|\ \
| * | tmpfiles,sysusers: disable --image= support in standalone versionsZbigniew Jędrzejewski-Szmek2020-10-091-0/+2
* | | meson: enable oomd by default in developer modeZbigniew Jędrzejewski-Szmek2020-10-151-1/+9
* | | Merge pull request #15206 from anitazha/systoomd-v0Zbigniew Jędrzejewski-Szmek2020-10-151-0/+27
|\ \ \ | |_|/ |/| |
| * | meson: disable systemd-oomd by defaultAnita Zhang2020-10-141-0/+3
| * | systemd-oomd: dbus hook ups and oomctl CLIAnita Zhang2020-10-071-0/+10
| * | systemd-oomd: manager/daemonAnita Zhang2020-10-071-0/+11
| * | systemd-oomd: unit testable helper functionsAnita Zhang2020-10-071-0/+3
* | | missing: add close_range() wrapperLennart Poettering2020-10-141-0/+1
* | | basic/selinux: work around mallinfo deprecationZbigniew Jędrzejewski-Szmek2020-10-121-0/+1
| |/ |/|
* | systemctl: split up humungous systemctl.c fileLennart Poettering2020-10-071-2/+70
|/
* Merge pull request #17172 from keszybz/read-login-defsLennart Poettering2020-10-021-35/+53
|\
| * sysusers: look at login.defs when setting the default range to allocate usersZbigniew Jędrzejewski-Szmek2020-10-011-0/+1
| * test/TEST-21-SYSUSERS: turn into a unit testZbigniew Jędrzejewski-Szmek2020-10-011-3/+22
| * Also parse the minimum uid/gid valuesZbigniew Jędrzejewski-Szmek2020-10-011-32/+28
| * Look at /etc/login.defs for the system_max_[ug]id valuesZbigniew Jędrzejewski-Szmek2020-10-011-0/+2
* | libcrypt-util: use build-time check for crypt_preferred_methodLuca Boccassi2020-09-281-2/+3
|/
* Merge pull request #17086 from keszybz/developer-mode-defaultLennart Poettering2020-09-221-0/+1
|\
| * meson: make "developer" mode the defaultZbigniew Jędrzejewski-Szmek2020-09-171-0/+1
* | meson: remove multi-line statement with trailing '\'Anita Zhang2020-09-211-2/+1
* | Merge pull request #16981 from keszybz/use-crypt_raLennart Poettering2020-09-181-0/+11
|\ \ | |/ |/|
| * Check for crypt_gensalt_ra() instead of relying on libxcrypt presenceZbigniew Jędrzejewski-Szmek2020-09-151-1/+2
| * meson: test if we have libcrypt_raZbigniew Jędrzejewski-Szmek2020-09-151-0/+10
* | meson: RC_LOCAL_SCRIPT_PATH_START to RC_LOCAL_PATHZbigniew Jędrzejewski-Szmek2020-09-151-2/+2