]> code.delx.au - pulseaudio/history - src/polyp/mainloop.c
* split pa_cstrerror() into its own file polypcore/core-error.[ch]
[pulseaudio] / src / polyp / mainloop.c
2006-05-25 Lennart Poettering* split pa_cstrerror() into its own file polypcore...
2006-05-22 Pierre OssmanWrap strerror() in a function that makes it thread...
2006-05-18 Pierre OssmanMove timeval calculation functions into their own file.
2006-05-17 Lennart Poetteringfix include line for "core-util.h"
2006-05-17 Pierre OssmanMove xmalloc to the public side (libpolyp).
2006-05-11 Pierre OssmanHandle pipes on platforms where they are non-existant...
2006-04-30 Lennart Poettering* make sure the wakeup fd is polled on wven when no...
2006-04-16 Lennart Poettering* add pa_mainloop_wakeup() calls for deferred events
2006-04-16 Lennart Poetteringadd new API to replace the poll() function used by...
2006-04-12 Lennart Poettering* dispatch defer events in pa_mainloop_dispatch() and...
2006-02-23 Lennart Poetteringchange pa_log() and friends to not require a trailing...
2006-02-17 Pierre OssmanFix path to poll.h.
2006-02-17 Pierre OssmanFix typo in #ifndef.
2006-02-17 Pierre OssmanCleaned up the includes after the restructuring. Indica...
2006-02-16 Pierre OssmanReorganised the source tree. We now have src/ with...