- 02 Nov, 2016 1 commit
-
-
Max Kellermann authored
-
- 28 Oct, 2016 1 commit
-
-
Max Kellermann authored
-
- 09 Sep, 2016 1 commit
-
-
Max Kellermann authored
-
- 15 Aug, 2016 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Jul, 2016 1 commit
-
-
Max Kellermann authored
Fixes use-after-free bug (https://bugs.musicpd.org/view.php?id=4548).
-
- 20 Jun, 2016 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Jun, 2016 2 commits
-
-
Max Kellermann authored
Comes with a callback pointer instead of a virtual method, which allows multiple instances in one class.
-
Max Kellermann authored
Replaces the old BoundMethod template.
-
- 10 Mar, 2016 1 commit
-
-
Max Kellermann authored
-
- 05 Mar, 2016 1 commit
-
-
Max Kellermann authored
-
- 01 Mar, 2016 1 commit
-
-
Max Kellermann authored
-
- 26 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 30 Sep, 2015 1 commit
-
-
Anthony DeRossi authored
bind fails with an "address already in use" error if the socket path already exists. This was broken by cbb595ba.
-
- 22 Jul, 2015 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Manages memory automatically.
-
Max Kellermann authored
The implicit cast operator can be very dangerous.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Mar, 2015 1 commit
-
-
Max Kellermann authored
-
- 05 Mar, 2015 1 commit
-
-
Max Kellermann authored
-
- 13 Feb, 2015 1 commit
-
-
Max Kellermann authored
-
- 10 Feb, 2015 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 14 Dec, 2014 1 commit
-
-
Max Kellermann authored
-
- 04 Dec, 2014 1 commit
-
-
Max Kellermann authored
-
- 25 Nov, 2014 1 commit
-
-
Max Kellermann authored
-
- 18 Nov, 2014 1 commit
-
-
Max Kellermann authored
Must return -1 on error, not 0. 0 is root.
-
- 10 Oct, 2014 1 commit
-
-
Max Kellermann authored
-
- 24 Aug, 2014 2 commits
-
-
Max Kellermann authored
The previous commit was broken. D'oh!
-
Max Kellermann authored
The IsActive() method returned true even if the timer was not active, after it completed once. This broke the state file timer, and the state file was not saved periodically.
-
- 07 Aug, 2014 2 commits
-
-
Max Kellermann authored
This was broken by commit 84d20d9e, which deleted the "!" from the check.
-
Max Kellermann authored
This was broken by commit 84d20d9e, which deleted the "!" from the check.
-
- 06 Aug, 2014 1 commit
-
-
Max Kellermann authored
-
- 26 Apr, 2014 1 commit
-
-
Max Kellermann authored
Turns out the lock-free code using atomics was not thread-safe. The given callback could be invoked by GLib before the source_id attribute was assigned. This commit changes the DeferredMonitor class to use a Mutex to block the event loop until source_id is assigned. This bug does not exist in the 0.19 branch because it does not use the GLib main loop anymore.
-
- 15 Mar, 2014 1 commit
-
-
Max Kellermann authored
Make sure glibc gives us all features.
-