summaryrefslogtreecommitdiffstats
path: root/src/pulse/mainloop.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all references to sys/poll.h with poll.h as that's what POSIX defines.Pierre Ossman2007-10-031-2/+2
* make O_CLOEXEC, O_NONBLOCK and socket low latency fd ops more uniform: always...Lennart Poettering2007-09-191-4/+4
* drop a couple of WARNING prefixes in log messages, since we have pa_log_warn ...Lennart Poettering2007-09-171-1/+1
* add new pa_pipe_close() API to close two fds at the same timeLennart Poettering2007-09-121-4/+1
* consolidate close() calls to pa_close(), and make sure on every occasion that...Lennart Poettering2007-09-121-2/+2
* finish modernizations in pulse/, s/assert/pa_assert/gLennart Poettering2007-09-111-1/+2
* more s/assert/pa_assert/ modernizationsLennart Poettering2007-09-111-76/+75
* set CLOEXEC on more fdsLennart Poettering2007-08-151-0/+2
* minor cleanliness fixesLennart Poettering2007-08-101-1/+4
* fix bug in handling of defer eventsLennart Poettering2007-08-091-0/+1
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-48/+48
* remove all occurences of Lennart Poettering2006-08-181-3/+3
* remove superfluous codeLennart Poettering2006-07-271-43/+0
* remove two superfluous linesLennart Poettering2006-07-261-3/+0
* mainloop fixes: when disabling time events when dispatching them, make sure t...Lennart Poettering2006-07-261-1/+6
* Results of profiling PulseAudio with valgrind's callgrind module: rework the ...Lennart Poettering2006-07-251-194/+353
* try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (whichLennart Poettering2006-07-141-2/+4
* big s/polyp/pulse/gLennart Poettering2006-06-191-0/+839