- 22 Aug, 2018 1 commit
-
-
Max Kellermann authored
-
- 21 Aug, 2018 1 commit
-
-
Max Kellermann authored
The new implementation is copied from another project and is BSD-licensed. It is exception-safe and can parse IPv6 scope ids with interface names.
-
- 20 Aug, 2018 1 commit
-
-
Max Kellermann authored
-
- 14 Aug, 2018 1 commit
-
-
1848 authored
first call fchmod() to prevent TOCTTOU, then apply permissions using chmod()
-
- 09 Aug, 2018 1 commit
-
-
Max Kellermann authored
This call was broken since commit 9a5bcc6d because the `UniqueSocketDescriptor` had already been moved.
-
- 07 Aug, 2018 2 commits
- 06 Aug, 2018 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 15 Jul, 2018 1 commit
-
-
Max Kellermann authored
-
- 16 Feb, 2018 1 commit
-
-
Max Kellermann authored
The normal I/O event thread can have a large latency, e.g. when libgnutls loads all TLS CA certificates for a https connect. This makes it unreliable for the ALSA I/O notifications, and causes ring buffer xruns. To avoid interfering with high latency events such as CURL's, we move the ALSA I/O events to a separate I/O thread which also obtains real-time scheduling (if possible). Closes #221
-
- 29 Jan, 2018 9 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Works around a deadlock bug which happens when waiting for an EventLoop which isn't running anymore.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Jan, 2018 1 commit
-
-
Max Kellermann authored
-
- 08 Jan, 2018 1 commit
-
-
Max Kellermann authored
Fixes thread sanitizer warnings.
-
- 22 Dec, 2017 1 commit
-
-
Max Kellermann authored
Fixes thread sanitizer warnings.
-
- 20 Dec, 2017 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 19 Dec, 2017 1 commit
-
-
Max Kellermann authored
-
- 12 Dec, 2017 1 commit
-
-
Max Kellermann authored
Only _WIN32 is defined by the compiler, and WIN32 is not standardized and may be missing. Closes #169
-
- 12 Nov, 2017 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Move its code to DeferEvent instead.
-
Max Kellermann authored
-
- 10 Nov, 2017 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Passing it by value is actually smaller (32 bit) than the rvalue reference (64 bit pointer), and it ensures that the object is consumed after the call returns, no matter how the methods are implemented.
-
Max Kellermann authored
Migrate callers to GetSocket().Read(), GetSocket.Write(), which is the same.
-