aboutsummaryrefslogtreecommitdiffstats
path: root/src/io_thread.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-10require GLib 2.16Max Kellermann1-1/+0
2011-11-27io_thread: fix race condition during startupMax Kellermann1-0/+8
2011-09-20io_thread: add function _timeout_add()Max Kellermann1-0/+9
2011-09-20io_thread: _timeout_add_seconds() returns GSource*Max Kellermann1-4/+3
2011-08-31io_thread: allow _call() from inside the threadMax Kellermann1-0/+13
2011-08-29io_thread: add function io_thread_quit()Max Kellermann1-2/+9
2011-08-29io_thread: add function io_thread_run()Max Kellermann1-2/+8
2011-08-25io_thread: add helper functionsMax Kellermann1-0/+71
2011-08-25io_thread: move global variables into a structMax Kellermann1-25/+27
2011-08-24io_thread: new thread for non-blocking background I/OMax Kellermann1-0/+85