index
:
pulseaudio.git
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
master
master-tx
merge-queue
rtpoll
stable-queue
tags/release-0.1
tags/release-0.2
tags/release-0.4
tags/release-0.5
tags/release-0.5.1
tags/release-0.6
tags/release-0.8
tags/release-0.8.1
tags/release-0.9.0
tags/release-0.9.1
tags/release-0.9.10
tags/release-0.9.2
tags/release-0.9.3
tags/release-0.9.4
tags/release-0.9.5
tags/release-0.9.6
tags/release-0.9.7
tags/release-0.9.8
tags/release-0.9.9
PulseAudio Sound Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pulsecore
/
rtpoll.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix build
Lennart Poettering
2007-10-07
1
-4
/
+14
*
Adapt rtpoll and friends to Windows by replacing timespec with timeval and
Pierre Ossman
2007-10-03
1
-17
/
+28
*
treat timer_enabled like a real, grown-up boolean variable
Lennart Poettering
2007-09-28
1
-3
/
+3
*
Move the poll() call outside the #ifdef checking for ppoll, since we want the...
Lennart Poettering
2007-09-28
1
-61
/
+60
*
make use of pa_bool_t on a few places where applicable; really start work_cb
Lennart Poettering
2007-09-18
1
-29
/
+28
*
add two missing header file inclusions
Lennart Poettering
2007-09-18
1
-0
/
+1
*
Rename pa_strsignal() to pa_sig2str(), since we return the symbolical signal ...
Lennart Poettering
2007-09-17
1
-1
/
+1
*
simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl...
Lennart Poettering
2007-09-14
1
-15
/
+76
*
extend rtpoll API to allow registration of arbitray functions to be executed ...
Lennart Poettering
2007-09-12
1
-40
/
+92
*
add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd...
Lennart Poettering
2007-09-11
1
-2
/
+5
*
fix a couple of compiler warnings
Lennart Poettering
2007-09-04
1
-1
/
+2
*
support absolute, relative and periodic timers in pa_rtpoll
Lennart Poettering
2007-08-22
1
-15
/
+93
*
add convenience functions to hook up pa_fdsem and pa_asyncmsgq to an pa_rtpol...
Lennart Poettering
2007-08-22
1
-2
/
+84
*
add new realtime event loop abstraction which precise time keeping by using h...
Lennart Poettering
2007-08-22
1
-0
/
+454