summaryrefslogtreecommitdiff
path: root/src/event_pipe.c
AgeCommit message (Expand)Author
2009-04-01client, event_pipe: explicitly ignore the write() resultMax Kellermann
2009-03-27event_pipe can only be non-blocking if !WIN32Sean McNamara
2009-03-13all: Update copyright header.Avuton Olrich
2009-02-19added G_LOG_DOMAIN macros to several librariesMax Kellermann
2009-01-10event_pipe: remove the GLib source from the main contextMax Kellermann
2009-01-04event_pipe: removed the unused function event_pipe_wait()Max Kellermann
2009-01-03utils: removed unused functionsMax Kellermann
2009-01-03event_pipe: use GLib loggingMax Kellermann
2009-01-03event_pipe: use close() instead of xclose()Max Kellermann
2009-01-03event_pipe: use _pipe() on WIN32Max Kellermann
2009-01-03event_pipe: moved variable "main_task" to main.cMax Kellermann
2009-01-02event_pipe: replaced PIPE_EVENT_SIGNAL with main_notifyMax Kellermann
2009-01-01event_pipe: added event_pipe_emit_fast()Max Kellermann
2009-01-01event_pipe: added pipe_event enum and callbacksMax Kellermann
2009-01-01event_pipe: renamed functions from main_notify_* to event_pipe_*Max Kellermann
2009-01-01main_notify: renamed source to event_pipe.cMax Kellermann