aboutsummaryrefslogtreecommitdiff
path: root/src/event_pipe.c
Commit message (Expand)AuthorAge
* event_pipe, test: explicitly ignore write() return valueMax Kellermann2012-03-19
* Merge branch 'v0.16.x'Max Kellermann2011-11-28
|\
| * event_pipe: fix WIN32 regressionMax Kellermann2011-10-13
* | Merge branch 'v0.16.x'Max Kellermann2011-09-20
|\|
| * glib_socket.h: wrap g_io_channel_*_new() calls portablyMax Kellermann2011-09-20
* | copyright year 2011Max Kellermann2011-01-29
|/
* eliminate g_error() usageThomas Jansen2010-09-25
* main: Add Windows Service supportDenis Krjuchkov2010-09-23
* event_pipe: use g_io_channel_read_chars() to drain the pipeMax Kellermann2010-05-19
* event_pipe: call g_io_channel_win32_new_fd()Max Kellermann2010-05-19
* Update copyright notices.Avuton Olrich2009-12-31
* include config.h in all sourcesMax Kellermann2009-11-12
* fd_util: added O_NONBLOCK functionsMax Kellermann2009-11-08
* set the close-on-exec flag on all file descriptorsMax Kellermann2009-11-07
* client, event_pipe: explicitly ignore the write() resultMax Kellermann2009-04-01
* event_pipe can only be non-blocking if !WIN32Sean McNamara2009-03-27
* all: Update copyright header.Avuton Olrich2009-03-13
* added G_LOG_DOMAIN macros to several librariesMax Kellermann2009-02-19
* event_pipe: remove the GLib source from the main contextMax Kellermann2009-01-10
* event_pipe: removed the unused function event_pipe_wait()Max Kellermann2009-01-04
* utils: removed unused functionsMax Kellermann2009-01-03
* event_pipe: use GLib loggingMax Kellermann2009-01-03
* event_pipe: use close() instead of xclose()Max Kellermann2009-01-03
* event_pipe: use _pipe() on WIN32Max Kellermann2009-01-03
* event_pipe: moved variable "main_task" to main.cMax Kellermann2009-01-03
* event_pipe: replaced PIPE_EVENT_SIGNAL with main_notifyMax Kellermann2009-01-02
* event_pipe: added event_pipe_emit_fast()Max Kellermann2009-01-01
* event_pipe: added pipe_event enum and callbacksMax Kellermann2009-01-01
* event_pipe: renamed functions from main_notify_* to event_pipe_*Max Kellermann2009-01-01
* main_notify: renamed source to event_pipe.cMax Kellermann2009-01-01