index
:
~arun/pulseaudio
b2g
beamformer
bluetooth
bt-passthrough
gst-rtp
hsp-review
jackhwmute-review
json
master
meson
passthrough-hbr
stable-7.x
vff
volume-ramping
webrtc
Various PulseAudio hacks and WIP work
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pulse
/
mainloop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-28
mainloop: Fix typo
Peter Meerwald
1
-2
/
+2
2014-06-06
mainloop: avoid race-y double wakeup status
Pierre Ossman
1
-7
/
+2
2013-12-20
core: Remove dead code in pa_mainloop_run()
Peter Meerwald
1
-3
/
+1
2013-10-29
mainloop, glib-mainloop: time_restart could cause incorrect event ordering
Ben Brewer
1
-2
/
+4
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
1
-40
/
+40
2013-06-24
Whitespace cleanup: Remove all multiple newlines
poljar (Damir Jelić)
1
-1
/
+0
2012-12-19
mainloop: Check pa_write() return value.
Tanu Kaskinen
1
-1
/
+4
2012-12-19
mainloop: Remove redundant wakeup_pipe validity checks.
Tanu Kaskinen
1
-14
/
+7
2012-11-15
mainloop: Don't care about the mainloop state variable when waking up the mai...
Tanu Kaskinen
1
-1
/
+1
2012-11-15
mainloop: Change wakeup_requested type from pa_bool_t to pa_atomic_t.
Tanu Kaskinen
1
-4
/
+3
2012-10-30
core: Proper poll() emulation to fix pacat and friends on Windows
Thomas Martitz
1
-18
/
+0
2011-11-27
win32: Avoid some compiler warnings when cross-compiling for mingw32
Maarten Bosmans
1
-3
/
+1
2011-08-11
Move i18n.[ch] to src/pulsecore
Maarten Bosmans
1
-1
/
+1
2011-06-22
Remove unnecessary #includes
Maarten Bosmans
1
-2
/
+0
2011-03-19
Fix pa_rtclock_from_wallclock
Maarten Bosmans
1
-9
/
+14
2011-02-17
Use <pulsecore/socket.h> instead of <sys/socket.h>
Maarten Bosmans
1
-1
/
+1
2009-12-16
poll() is totally broken on Mac OS X
Daniel Mack
1
-7
/
+2
2009-10-30
use cloexec wrappers wherever applicable
Lennart Poettering
1
-3
/
+1
2009-09-18
mainloop: fix detection of rt clocks
Lennart Poettering
1
-8
/
+7
2009-09-18
mainloop: pass monotonic times back to user if he passed monotonic times to us
Lennart Poettering
1
-6
/
+16
2009-09-18
mainloop: sum up dispatched events in an unsigned to clarify range
Lennart Poettering
1
-8
/
+9
2009-09-18
mainloop: use PA_LLIST_FOREACH macros where applicable
Lennart Poettering
1
-26
/
+30
2009-09-18
mainloop: don't initialize fields we don't have to
Lennart Poettering
1
-30
/
+4
2009-09-18
mainloop: calculate in pa_usec_t everywhere
Lennart Poettering
1
-21
/
+46
2009-09-18
mainloop: properly convert time to wallclock time when handing it to the user
Lennart Poettering
1
-1
/
+1
2009-08-10
Correctly deal with events in the past in calc_next_timeout
Maxim Levitsky
1
-7
/
+6
2009-06-22
rtclock: enable rtclock for our own mainloop implementations
Lennart Poettering
1
-4
/
+11
2009-06-20
rtclock: fix issues found by Lennart
Marc-André Lureau
1
-9
/
+11
2009-06-20
Base mainloop on pa_rtclock_now()
Marc-André Lureau
1
-23
/
+48
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2008-08-19
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
1
-45
/
+48
2008-08-06
add i18n support
Lennart Poettering
1
-0
/
+3
2008-06-18
get rid of svn $ keywords
Lennart Poettering
1
-2
/
+0
2007-10-28
merge 'lennart' branch back into trunk.
Lennart Poettering
1
-85
/
+88
2007-02-13
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
1
-0
/
+3
2007-01-04
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
1
-48
/
+48
2006-08-18
remove all occurences of
Lennart Poettering
1
-3
/
+3
2006-07-27
remove superfluous code
Lennart Poettering
1
-43
/
+0
2006-07-26
remove two superfluous lines
Lennart Poettering
1
-3
/
+0
2006-07-26
mainloop fixes: when disabling time events when dispatching them, make sure t...
Lennart Poettering
1
-1
/
+6
2006-07-25
Results of profiling PulseAudio with valgrind's callgrind module: rework the ...
Lennart Poettering
1
-194
/
+353
2006-07-14
try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (which
Lennart Poettering
1
-2
/
+4
2006-06-19
big s/polyp/pulse/g
Lennart Poettering
1
-0
/
+839