index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
event_pipe.c
Age
Commit message (
Expand
)
Author
2009-04-01
client, event_pipe: explicitly ignore the write() result
Max Kellermann
2009-03-27
event_pipe can only be non-blocking if !WIN32
Sean McNamara
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-02-19
added G_LOG_DOMAIN macros to several libraries
Max Kellermann
2009-01-10
event_pipe: remove the GLib source from the main context
Max Kellermann
2009-01-04
event_pipe: removed the unused function event_pipe_wait()
Max Kellermann
2009-01-03
utils: removed unused functions
Max Kellermann
2009-01-03
event_pipe: use GLib logging
Max Kellermann
2009-01-03
event_pipe: use close() instead of xclose()
Max Kellermann
2009-01-03
event_pipe: use _pipe() on WIN32
Max Kellermann
2009-01-03
event_pipe: moved variable "main_task" to main.c
Max Kellermann
2009-01-02
event_pipe: replaced PIPE_EVENT_SIGNAL with main_notify
Max Kellermann
2009-01-01
event_pipe: added event_pipe_emit_fast()
Max Kellermann
2009-01-01
event_pipe: added pipe_event enum and callbacks
Max Kellermann
2009-01-01
event_pipe: renamed functions from main_notify_* to event_pipe_*
Max Kellermann
2009-01-01
main_notify: renamed source to event_pipe.c
Max Kellermann