Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | event_pipe: remove the GLib source from the main context | Max Kellermann | 2009-01-10 | 1 | -1/+5 |
* | event_pipe: removed the unused function event_pipe_wait() | Max Kellermann | 2009-01-04 | 1 | -14/+4 |
* | utils: removed unused functions | Max Kellermann | 2009-01-03 | 1 | -0/+3 |
* | event_pipe: use GLib logging | Max Kellermann | 2009-01-03 | 1 | -2/+3 |
* | event_pipe: use close() instead of xclose() | Max Kellermann | 2009-01-03 | 1 | -3/+2 |
* | event_pipe: use _pipe() on WIN32 | Max Kellermann | 2009-01-03 | 1 | -2/+13 |
* | event_pipe: moved variable "main_task" to main.c | Max Kellermann | 2009-01-03 | 1 | -5/+0 |
* | event_pipe: replaced PIPE_EVENT_SIGNAL with main_notify | Max Kellermann | 2009-01-02 | 1 | -14/+4 |
* | event_pipe: added event_pipe_emit_fast() | Max Kellermann | 2009-01-01 | 1 | -0/+8 |
* | event_pipe: added pipe_event enum and callbacks | Max Kellermann | 2009-01-01 | 1 | -4/+67 |
* | event_pipe: renamed functions from main_notify_* to event_pipe_* | Max Kellermann | 2009-01-01 | 1 | -12/+12 |
* | main_notify: renamed source to event_pipe.c | Max Kellermann | 2009-01-01 | 1 | -0/+85 |