summaryrefslogtreecommitdiff
path: root/src/pulse/mainloop.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-28mainloop: Fix typoPeter Meerwald1-2/+2
2014-06-06mainloop: avoid race-y double wakeup statusPierre Ossman1-7/+2
2013-12-20core: Remove dead code in pa_mainloop_run()Peter Meerwald1-3/+1
2013-10-29mainloop, glib-mainloop: time_restart could cause incorrect event orderingBen Brewer1-2/+4
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-40/+40
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)1-1/+0
2012-12-19mainloop: Check pa_write() return value.Tanu Kaskinen1-1/+4
2012-12-19mainloop: Remove redundant wakeup_pipe validity checks.Tanu Kaskinen1-14/+7
2012-11-15mainloop: Don't care about the mainloop state variable when waking up the mai...Tanu Kaskinen1-1/+1
2012-11-15mainloop: Change wakeup_requested type from pa_bool_t to pa_atomic_t.Tanu Kaskinen1-4/+3
2012-10-30core: Proper poll() emulation to fix pacat and friends on WindowsThomas Martitz1-18/+0
2011-11-27win32: Avoid some compiler warnings when cross-compiling for mingw32Maarten Bosmans1-3/+1
2011-08-11Move i18n.[ch] to src/pulsecoreMaarten Bosmans1-1/+1
2011-06-22Remove unnecessary #includesMaarten Bosmans1-2/+0
2011-03-19Fix pa_rtclock_from_wallclockMaarten Bosmans1-9/+14
2011-02-17Use <pulsecore/socket.h> instead of <sys/socket.h>Maarten Bosmans1-1/+1
2009-12-16poll() is totally broken on Mac OS XDaniel Mack1-7/+2
2009-10-30use cloexec wrappers wherever applicableLennart Poettering1-3/+1
2009-09-18mainloop: fix detection of rt clocksLennart Poettering1-8/+7
2009-09-18mainloop: pass monotonic times back to user if he passed monotonic times to usLennart Poettering1-6/+16
2009-09-18mainloop: sum up dispatched events in an unsigned to clarify rangeLennart Poettering1-8/+9
2009-09-18mainloop: use PA_LLIST_FOREACH macros where applicableLennart Poettering1-26/+30
2009-09-18mainloop: don't initialize fields we don't have toLennart Poettering1-30/+4
2009-09-18mainloop: calculate in pa_usec_t everywhereLennart Poettering1-21/+46
2009-09-18mainloop: properly convert time to wallclock time when handing it to the userLennart Poettering1-1/+1
2009-08-10Correctly deal with events in the past in calc_next_timeoutMaxim Levitsky1-7/+6
2009-06-22rtclock: enable rtclock for our own mainloop implementationsLennart Poettering1-4/+11
2009-06-20rtclock: fix issues found by LennartMarc-André Lureau1-9/+11
2009-06-20Base mainloop on pa_rtclock_now()Marc-André Lureau1-23/+48
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-45/+48
2008-08-06add i18n supportLennart Poettering1-0/+3
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-85/+88
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+3
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-48/+48
2006-08-18remove all occurences of Lennart Poettering1-3/+3
2006-07-27remove superfluous codeLennart Poettering1-43/+0
2006-07-26remove two superfluous linesLennart Poettering1-3/+0
2006-07-26mainloop fixes: when disabling time events when dispatching them, make sure t...Lennart Poettering1-1/+6
2006-07-25Results of profiling PulseAudio with valgrind's callgrind module: rework the ...Lennart Poettering1-194/+353
2006-07-14try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (whichLennart Poettering1-2/+4
2006-06-19big s/polyp/pulse/gLennart Poettering1-0/+839