| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | add missing poll.h inclusion | Lennart Poettering | 2007-10-07 | 1 | -0/+1 | 
| *  | Fix race condition between IO thread creation and pa_sink_put(). Move activat... | Lennart Poettering | 2007-10-01 | 1 | -62/+114 | 
| *  | only do IO if we are RUNNING or IDLE, but not when we are in INIT | Lennart Poettering | 2007-09-28 | 1 | -2/+2 | 
| *  | drop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND flags, since they were... | Lennart Poettering | 2007-09-24 | 1 | -2/+2 | 
| *  | instead of using the mixer ioctl()s on the dsp fd, open a seperate fd for the... | Lennart Poettering | 2007-09-23 | 1 | -160/+227 | 
| *  | simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl... | Lennart Poettering | 2007-09-14 | 1 | -27/+6 | 
| *  | extend rtpoll API to allow registration of arbitray functions to be executed ... | Lennart Poettering | 2007-09-12 | 1 | -3/+3 | 
| *  | consolidate close() calls to pa_close(), and make sure on every occasion that... | Lennart Poettering | 2007-09-12 | 1 | -4/+4 | 
| *  | add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd... | Lennart Poettering | 2007-09-11 | 1 | -1/+1 | 
| *  | make sure that the device volume is properly read before we call pa_sink_put(... | Lennart Poettering | 2007-09-10 | 1 | -2/+2 | 
| *  | don't call pa_source_process_msg() for PA_SOURCE_MESSAGE_GET_LATENCY, since i... | Lennart Poettering | 2007-09-10 | 1 | -1/+1 | 
| *  | fix an assert when runnig module-oss in record only-mode. optimize allocation... | Lennart Poettering | 2007-09-06 | 1 | -11/+24 | 
| *  | Lots of assorted minor cleanups and fixes: | Lennart Poettering | 2007-08-30 | 1 | -33/+37 | 
| *  | port remaining sinks to pa_rtpoll | Lennart Poettering | 2007-08-22 | 1 | -83/+87 | 
| *  | check pa_core::high_priority before becoming rt thread | Lennart Poettering | 2007-08-22 | 1 | -1/+2 | 
| *  | use realtime scheduling for ALSA and OSS driver threads | Lennart Poettering | 2007-08-16 | 1 | -0/+2 | 
| *  | fix latency reporting for oss and alsa modules | Lennart Poettering | 2007-08-11 | 1 | -1/+1 | 
| *  | port oss driver to make use of the default fragment sizes as defined in pa_co... | Lennart Poettering | 2007-08-11 | 1 | -28/+20 | 
| *  | make use of pa_thread_mq everywhere | Lennart Poettering | 2007-08-10 | 1 | -17/+19 | 
| *  | * drop redundant pa_core argument from module initialization functions | Lennart Poettering | 2007-08-10 | 1 | -9/+7 | 
| *  | A lot of updates, all necessary to get the native protocol ported: | Lennart Poettering | 2007-07-31 | 1 | -10/+11 | 
| *  | fix suspending logic | Lennart Poettering | 2007-07-28 | 1 | -60/+89 | 
| *  | reload OSS volume after unsuspend | Lennart Poettering | 2007-07-28 | 1 | -0/+5 | 
| *  | port module-alsa-sink to new lock-free core. also add mmmap'ing support while... | Lennart Poettering | 2007-07-28 | 1 | -23/+38 | 
| *  | Disable memory mapping if we open the device in O_WRONLY. Unfortunately we ca... | Lennart Poettering | 2007-07-26 | 1 | -1/+6 | 
| *  | change order of munmap and freeing of memblocks | Lennart Poettering | 2007-07-25 | 1 | -9/+9 | 
| *  | Replace a couple of assert()s by pa_assert()s | Lennart Poettering | 2007-07-13 | 1 | -6/+5 | 
| *  | Merge module-oss-mmap into module-oss and make suspending working properly | Lennart Poettering | 2007-07-13 | 1 | -206/+653 | 
| *  | Make sure pollfd[POLLFD_ASYNCQ].revents is properly initialized on signal | Lennart Poettering | 2007-07-12 | 1 | -1/+8 | 
| *  | fix segfault when recording with module-oss.c | Lennart Poettering | 2007-07-12 | 1 | -1/+1 | 
| *  | Port module-oss to the new lock-free core | Lennart Poettering | 2007-06-25 | 1 | -15/+23 | 
| *  | Update OSS driver for new lock-free core | Lennart Poettering | 2007-06-23 | 1 | -228/+512 | 
| *  | Merge HUGE set of changes temporarily into a branch, to allow me to move them... | Lennart Poettering | 2007-06-11 | 1 | -6/+16 | 
| *  | Kill spaces on EOL | Lennart Poettering | 2007-05-29 | 1 | -5/+5 | 
| *  | Fix module-oss for devices that return EAGAIN when we don't expect it. (Close... | Lennart Poettering | 2007-05-23 | 1 | -3/+10 | 
| *  | Add copyright notices to all relevant files. (based on svn log) | Pierre Ossman | 2007-02-13 | 1 | -0/+3 | 
| *  | Huge trailing whitespace cleanup. Let's keep the tree pure from here on, | Pierre Ossman | 2007-01-04 | 1 | -35/+35 | 
| *  | Revert r1404 and keep it on a development branch until it is fully tested. | Pierre Ossman | 2006-11-06 | 1 | -15/+7 | 
| *  | rework memory block management to be thread-safe and mostly lock-free. | Lennart Poettering | 2006-09-26 | 1 | -7/+15 | 
| *  | remove all occurences of  | Lennart Poettering | 2006-08-18 | 1 | -17/+17 | 
| *  | Rework memory management to allow shared memory data transfer. The central idea | Lennart Poettering | 2006-08-18 | 1 | -2/+2 | 
| *  | make use of pa_sink_used_by()/pa_source_used_by() wherever applicable | Lennart Poettering | 2006-08-12 | 1 | -4/+3 | 
| *  | generate default sink/source names from the device files they belong to | Lennart Poettering | 2006-08-12 | 1 | -4/+28 | 
| *  | handle hot-remeving of OSS devices properly | Lennart Poettering | 2006-08-12 | 1 | -12/+30 | 
| *  | fix a segfault in module-oss | Lennart Poettering | 2006-08-12 | 1 | -1/+1 | 
| *  | don't set the sink/source descriptions manually, use the new functions pa_{si... | Lennart Poettering | 2006-08-11 | 1 | -11/+13 | 
| *  | shorten sink/source device descriptions a little | Lennart Poettering | 2006-08-11 | 1 | -2/+2 | 
| *  | set is_hardware flag for a few hw plugins | Lennart Poettering | 2006-07-16 | 1 | -0/+2 | 
| *  | try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (which | Lennart Poettering | 2006-07-14 | 1 | -1/+1 | 
| *  | big s/polyp/pulse/g | Lennart Poettering | 2006-06-19 | 1 | -15/+15 |