index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
event_pipe.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-05-19
event_pipe: use g_io_channel_read_chars() to drain the pipe
Max Kellermann
1
-6
/
+14
2010-05-19
event_pipe: call g_io_channel_win32_new_fd()
Max Kellermann
1
-0
/
+5
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-11-12
include config.h in all sources
Max Kellermann
1
-0
/
+1
2009-11-08
fd_util: added O_NONBLOCK functions
Max Kellermann
1
-6
/
+1
2009-11-07
set the close-on-exec flag on all file descriptors
Max Kellermann
1
-5
/
+2
2009-04-01
client, event_pipe: explicitly ignore the write() result
Max Kellermann
1
-1
/
+1
2009-03-27
event_pipe can only be non-blocking if !WIN32
Sean McNamara
1
-0
/
+2
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-8
/
+7
2009-02-19
added G_LOG_DOMAIN macros to several libraries
Max Kellermann
1
-0
/
+3
2009-01-10
event_pipe: remove the GLib source from the main context
Max Kellermann
1
-1
/
+5
2009-01-04
event_pipe: removed the unused function event_pipe_wait()
Max Kellermann
1
-14
/
+4
2009-01-03
utils: removed unused functions
Max Kellermann
1
-0
/
+3
2009-01-03
event_pipe: use GLib logging
Max Kellermann
1
-2
/
+3
2009-01-03
event_pipe: use close() instead of xclose()
Max Kellermann
1
-3
/
+2
2009-01-03
event_pipe: use _pipe() on WIN32
Max Kellermann
1
-2
/
+13
2009-01-03
event_pipe: moved variable "main_task" to main.c
Max Kellermann
1
-5
/
+0
2009-01-02
event_pipe: replaced PIPE_EVENT_SIGNAL with main_notify
Max Kellermann
1
-14
/
+4
2009-01-01
event_pipe: added event_pipe_emit_fast()
Max Kellermann
1
-0
/
+8
2009-01-01
event_pipe: added pipe_event enum and callbacks
Max Kellermann
1
-4
/
+67
2009-01-01
event_pipe: renamed functions from main_notify_* to event_pipe_*
Max Kellermann
1
-12
/
+12
2009-01-01
main_notify: renamed source to event_pipe.c
Max Kellermann
1
-1
/
+1
2008-12-31
main_notify: removed lock()/unlock()
Max Kellermann
1
-10
/
+0
2008-12-30
main: use the GLib main loop
Max Kellermann
1
-23
/
+13
2008-12-30
main_notify: make the read side of the pipe blocking
Max Kellermann
1
-15
/
+6
2008-12-30
main_notify: removed notify object, use only pipe
Max Kellermann
1
-34
/
+17
2008-12-28
update & main_notify: migrate from pthread to glib threads
Thomas Jansen
1
-12
/
+17
2008-11-24
main_notify.c: replaced mpd_unused by G_GNUC_UNUSED
Thomas Jansen
1
-3
/
+5
2008-10-08
don't include os_compat.h
Max Kellermann
1
-0
/
+3
2008-10-08
notify: removed the "Notify" typedef
Max Kellermann
1
-1
/
+1
2008-10-06
main_notify: define main_task so we can use it for assertions
Eric Wong
1
-1
/
+2
2008-09-26
notify: protect notify->pending with the mutex
Max Kellermann
1
-2
/
+0
2008-09-24
notify: added notify_deinit()
Max Kellermann
1
-0
/
+8
2008-09-23
main_notify: removed assertion in wakeup_main_task()
Max Kellermann
1
-2
/
+0
2008-09-23
main_notify: use init_async_pipe()
Max Kellermann
1
-8
/
+1
2008-08-26
use the notify library in main_notify.c
Max Kellermann
1
-10
/
+7
2008-04-17
fix race condition in main_notify.c
Max Kellermann
1
-1
/
+6
2008-04-13
main_notify: just use cond_signal to wakeup, no need to trylock
Eric Wong
1
-11
/
+1
2008-04-12
main_notify: use pthread_cond_signal instead of broadcast
Eric Wong
1
-1
/
+1
2008-04-12
Fix a deadlock after pause/next
Eric Wong
1
-0
/
+1
2008-04-12
Fix the problem of songs not advancing without client activity
Eric Wong
1
-0
/
+130