| Commit message (Expand) | Author | Age | Files | Lines |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | fd_util: added O_NONBLOCK functions | Max Kellermann | 2009-11-08 | 1 | -6/+1 |
* | set the close-on-exec flag on all file descriptors | Max Kellermann | 2009-11-07 | 1 | -5/+2 |
* | client, event_pipe: explicitly ignore the write() result | Max Kellermann | 2009-04-01 | 1 | -1/+1 |
* | event_pipe can only be non-blocking if !WIN32 | Sean McNamara | 2009-03-27 | 1 | -0/+2 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -8/+7 |
* | added G_LOG_DOMAIN macros to several libraries | Max Kellermann | 2009-02-19 | 1 | -0/+3 |
* | 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 |