- 16 Jul, 2020 1 commit
-
-
Max Kellermann authored
-
- 02 Jul, 2020 1 commit
-
-
Max Kellermann authored
Move build rules from src/output/plugins/meson.build
-
- 11 Jun, 2020 1 commit
-
-
Max Kellermann authored
-
- 28 May, 2020 1 commit
-
-
Max Kellermann authored
-
- 27 May, 2020 1 commit
-
-
Max Kellermann authored
This branch isn't yet ready for level 3 (`-Wpedantic`) due to several C++ violations (e.g. variable length arrays). These are already cleaned up in the master branch (0.22).
-
- 26 May, 2020 1 commit
-
-
Max Kellermann authored
Work around Meson bug https://github.com/mesonbuild/meson/issues/3672
-
- 29 Apr, 2020 1 commit
-
-
Max Kellermann authored
-
- 14 Apr, 2020 1 commit
-
-
Max Kellermann authored
-
- 02 Apr, 2020 1 commit
-
-
Max Kellermann authored
The event library uses various libnet.a classes, e.g. SocketDescriptor.
-
- 25 Mar, 2020 1 commit
-
-
Thomas Guillem authored
-
- 22 Mar, 2020 1 commit
-
-
Max Kellermann authored
-
- 16 Feb, 2020 1 commit
-
-
Max Kellermann authored
-
- 25 Jan, 2020 1 commit
-
-
Max Kellermann authored
-
- 14 Jan, 2020 1 commit
-
-
Max Kellermann authored
By accident, this was only enabled for C.
-
- 24 Dec, 2019 1 commit
-
-
Max Kellermann authored
-
- 18 Dec, 2019 1 commit
-
-
Max Kellermann authored
-
- 16 Dec, 2019 1 commit
-
-
Max Kellermann authored
-
- 04 Nov, 2019 1 commit
-
-
Max Kellermann authored
Fixes another build failure.
-
- 16 Oct, 2019 1 commit
-
-
Max Kellermann authored
-
- 07 Oct, 2019 1 commit
-
-
Max Kellermann authored
-
- 22 Aug, 2019 1 commit
-
-
Max Kellermann authored
-
- 09 Aug, 2019 1 commit
-
-
Max Kellermann authored
-
- 05 Aug, 2019 1 commit
-
-
Max Kellermann authored
-
- 02 Aug, 2019 1 commit
-
-
Max Kellermann authored
-
- 12 Jul, 2019 1 commit
-
-
Max Kellermann authored
-
- 18 Jun, 2019 1 commit
-
-
Max Kellermann authored
Commit 1eae9339 added support for multiple "groups" in the "list" command, and this change allows clients to detect that this behavior, which had been documented for several years, is now implemented properly.
-
- 11 Jun, 2019 1 commit
-
-
Max Kellermann authored
-
- 31 May, 2019 1 commit
-
-
Max Kellermann authored
-
- 03 May, 2019 1 commit
-
-
Max Kellermann authored
-
- 18 Apr, 2019 1 commit
-
-
Eugene Gorodinsky authored
-
- 03 Apr, 2019 1 commit
-
-
Max Kellermann authored
-
- 29 Mar, 2019 2 commits
-
-
François Revol authored
The custom_command was run in src/haiku/ and created a file with only resources inside. Since xres edits the file in-place and meson doesn't like it, we have to run a shell script for now. Maybe later I'll add proper support in meson.
-
François Revol authored
-
- 18 Mar, 2019 2 commits
-
-
Jörg Krause authored
Meson 0.49.0 adds native support for `libgcrypt-config` which is necessary for detecting libgcrypt dependencies, as the latest version 1.8.4 of libgcrypt does not provide a .pc file.
-
Max Kellermann authored
-
- 16 Mar, 2019 1 commit
-
-
Max Kellermann authored
There is a minor new feature (commit 713c1f2b) and clients might be interested in detecting it by the protocol version.
-
- 22 Feb, 2019 1 commit
-
-
Max Kellermann authored
-
- 04 Jan, 2019 2 commits
-
-
Max Kellermann authored
-
Zoltán Mizsei authored
-
- 28 Dec, 2018 1 commit
-
-
Max Kellermann authored
libwrap is an obscure artefact from a past long ago, when source IP address meant something. And its API is "interesting"; it requires the application to expose two global variables `allow_severity` and `deny_severity`. This led to bug #437. I don't want to declare those variables; instead, I'd like to remove libwrap support. Closes #437
-