- 19 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 15 Oct, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Oct, 2013 1 commit
-
-
Max Kellermann authored
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
-
- 07 Aug, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 04 Aug, 2013 1 commit
-
-
Max Kellermann authored
-
- 27 Feb, 2013 3 commits
-
-
Max Kellermann authored
Use the GMainLoop specific function to wake up the main loop. This is simpler and comes with very little overhead.
-
Max Kellermann authored
Don't bother checking for the parameter mask. This doesn't matter. The only thing that matters is if a wake-up is already pending.
-
Max Kellermann authored
Less overhead than fetch_and() for what we do.
-
- 13 Jan, 2013 1 commit
-
-
Denis Krjuchkov authored
Pipes aren't really pollable on Windows. GLib emulates polling on pipes using separate reader/writer threads. This adds significant overhead and keeps a strong dependency on GLib. socketpair() function is absent on Windows as well. We implement it here in a loose way.
-
- 09 Jan, 2013 3 commits
-
-
Max Kellermann authored
Use a bit field instead of a mutex-protected bool array.
-
Max Kellermann authored
-
Max Kellermann authored
-