Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | io_thread: add function io_thread_quit() | Max Kellermann | 2011-08-29 | 1 | -2/+9 |
| | |||||
* | io_thread: add function io_thread_run() | Max Kellermann | 2011-08-29 | 1 | -2/+8 |
| | |||||
* | io_thread: add helper functions | Max Kellermann | 2011-08-25 | 1 | -0/+71 |
| | |||||
* | io_thread: move global variables into a struct | Max Kellermann | 2011-08-25 | 1 | -25/+27 |
| | |||||
* | io_thread: new thread for non-blocking background I/O | Max Kellermann | 2011-08-24 | 1 | -0/+85 |
Try to eliminate the remaining blocking I/O. |