aboutsummaryrefslogtreecommitdiffstats
path: root/src/notify.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* Merge release 0.15.13 from branch 'v0.15.x'Max Kellermann2010-10-111-0/+7
|\
| * notify: add function notify_clear()Max Kellermann2010-08-191-0/+7
* | Update copyright notices.Avuton Olrich2009-12-311-1/+1
* | include config.h in all sourcesMax Kellermann2009-11-121-0/+1
|/
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* notify: use GLib lockingMax Kellermann2008-12-271-19/+10
* use the "bool" data type instead of "int"Max Kellermann2008-10-081-3/+3
* notify: loop while no signal is pendingMax Kellermann2008-10-081-2/+1
* notify: protect notify->pending with the mutexMax Kellermann2008-09-261-16/+4
* notify: added notify_deinit()Max Kellermann2008-09-241-0/+6
* notify: make notify_init() failures fatalMax Kellermann2008-09-241-8/+5
* notify: declare "struct notify"Max Kellermann2008-09-241-6/+6
* notify: don't use camelCase in notify.[ch]Max Kellerman2008-06-011-7/+7
* use the pthread API in notify.cMax Kellermann2008-04-121-17/+37
* rename the notify.c methodsMax Kellermann2008-04-121-3/+3
* notify: initialize variable to keep valgrind from bitchingEric Wong2008-03-271-1/+1
* notify: more cleanups, add error checking for pipe errorsEric Wong2008-03-261-7/+8
* notify: cleanupsEric Wong2008-03-261-32/+9
* notify the decoder instead of polling 100hzMax Kellermann2008-03-261-0/+70