| Commit message (Expand) | Author | Age | Files | Lines |
* | event_pipe, test: explicitly ignore write() return value | Max Kellermann | 2012-03-19 | 1 | -1/+2 |
* | Merge branch 'v0.16.x' | Max Kellermann | 2011-11-28 | 1 | -2/+5 |
|\ |
|
| * | event_pipe: fix WIN32 regression | Max Kellermann | 2011-10-13 | 1 | -2/+5 |
* | | Merge branch 'v0.16.x' | Max Kellermann | 2011-09-20 | 1 | -5/+2 |
|\| |
|
| * | glib_socket.h: wrap g_io_channel_*_new() calls portably | Max Kellermann | 2011-09-20 | 1 | -5/+2 |
* | | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
|/ |
|
* | eliminate g_error() usage | Thomas Jansen | 2010-09-25 | 1 | -3/+4 |
* | main: Add Windows Service support | Denis Krjuchkov | 2010-09-23 | 1 | -0/+3 |
* | event_pipe: use g_io_channel_read_chars() to drain the pipe | Max Kellermann | 2010-05-19 | 1 | -6/+14 |
* | event_pipe: call g_io_channel_win32_new_fd() | Max Kellermann | 2010-05-19 | 1 | -0/+5 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | 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 |