summaryrefslogtreecommitdiffstats
path: root/src/pulse/mainloop.c
Commit message (Expand)AuthorAgeFilesLines
* Use <pulsecore/socket.h> instead of <sys/socket.h>Maarten Bosmans2011-02-171-1/+1
* poll() is totally broken on Mac OS XDaniel Mack2009-12-161-7/+2
* use cloexec wrappers wherever applicableLennart Poettering2009-10-301-3/+1
* mainloop: fix detection of rt clocksLennart Poettering2009-09-181-8/+7
* mainloop: pass monotonic times back to user if he passed monotonic times to usLennart Poettering2009-09-181-6/+16
* mainloop: sum up dispatched events in an unsigned to clarify rangeLennart Poettering2009-09-181-8/+9
* mainloop: use PA_LLIST_FOREACH macros where applicableLennart Poettering2009-09-181-26/+30
* mainloop: don't initialize fields we don't have toLennart Poettering2009-09-181-30/+4
* mainloop: calculate in pa_usec_t everywhereLennart Poettering2009-09-181-21/+46
* mainloop: properly convert time to wallclock time when handing it to the userLennart Poettering2009-09-181-1/+1
* Correctly deal with events in the past in calc_next_timeoutMaxim Levitsky2009-08-101-7/+6
* rtclock: enable rtclock for our own mainloop implementationsLennart Poettering2009-06-221-4/+11
* rtclock: fix issues found by LennartMarc-André Lureau2009-06-201-9/+11
* Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-23/+48
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-45/+48
* add i18n supportLennart Poettering2008-08-061-0/+3
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-85/+88
* 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