summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* drop chunk argument from various drop() functions, since it doesn't make any ...Lennart Poettering2007-07-252-4/+5
* change order of munmap and freeing of memblocksLennart Poettering2007-07-251-9/+9
* Port module-sine to the new lock-free coreLennart Poettering2007-07-131-24/+33
* Replace a couple of assert()s by pa_assert()sLennart Poettering2007-07-131-6/+5
* Remove module-oss-mmap, since it is now merged into module-ossLennart Poettering2007-07-131-637/+0
* Merge module-oss-mmap into module-oss and make suspending working properlyLennart Poettering2007-07-131-206/+653
* Properly initialize all revents on EINTRLennart Poettering2007-07-122-2/+7
* Make sure pollfd[POLLFD_ASYNCQ].revents is properly initialized on signalLennart Poettering2007-07-121-1/+8
* fix segfault when recording with module-oss.cLennart Poettering2007-07-121-1/+1
* Port module-oss to the new lock-free coreLennart Poettering2007-06-251-15/+23
* Make use of dbus_watch_get_unix_fd() instead of dbus_watch_get_fd() because o...Lennart Poettering2007-06-241-2/+2
* Update OSS driver for new lock-free coreLennart Poettering2007-06-231-228/+512
* don't handle underrun specialLennart Poettering2007-06-231-32/+27
* drop silence generation from sink driversLennart Poettering2007-06-231-8/+4
* fix a typo and some minor optimizationsLennart Poettering2007-06-231-8/+7
* minor cleanups and optimizationsLennart Poettering2007-06-231-20/+20
* Port module-pipe-source to the new threaded designLennart Poettering2007-06-141-89/+187
* trivial cleanupsLennart Poettering2007-06-141-4/+7
* A lot of more work to get the lock-free stuff in placeLennart Poettering2007-06-135-168/+174
* make untabifyLennart Poettering2007-06-113-6/+6
* make eolspaceLennart Poettering2007-06-112-33/+33
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-1112-176/+421
* Kill spaces on EOLLennart Poettering2007-05-2912-161/+161
* Fix another DoS vulnerability that has been identified by Luigi Auriemma. (Fi...Lennart Poettering2007-05-231-3/+0
* add a missing initialization that causes a crash when parsing invalid volume ...Lennart Poettering2007-05-231-0/+1
* Fix module-oss for devices that return EAGAIN when we don't expect it. (Close...Lennart Poettering2007-05-231-3/+10
* show socket directory when we fail to create it. (Closes #85)Lennart Poettering2007-05-221-1/+1
* Fix build and only load OSS xor ALSA modules if both are availableLennart Poettering2007-05-221-5/+29
* Don't fail if hal doesn't currently contain any devices. (closes #55)Pierre Ossman2007-03-061-8/+2
* Handle suspended alsa devices. Based on patch by ranma. (closes #26)Pierre Ossman2007-03-022-0/+77
* Handle when ALSA tweaks our sample spec so much that the frame size changes.Pierre Ossman2007-03-011-1/+8
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-1346-0/+108
* Allow specification of device number.Pierre Ossman2007-02-121-3/+12
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-0436-668/+668
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-0611-94/+35
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-2611-35/+94
* add missing g_type_init()Lennart Poettering2006-09-021-0/+2
* Merge FreeBSD compatibility patch (from Flameeyes)Lennart Poettering2006-09-021-0/+8
* fix a race condition with stream connection vs. latency measuremtn (found by ...Lennart Poettering2006-09-011-17/+19
* fix module-combine when used on top of a tunnel sinkLennart Poettering2006-08-262-5/+22
* update module-tunnel to latest protocolLennart Poettering2006-08-251-16/+51
* fix handling of "mtu" module argument (patch by "theBear")Lennart Poettering2006-08-231-0/+1
* Make the recording a bit more chunky so that we can fit in the pool and havePierre Ossman2006-08-231-1/+13
* Remove silence generation in solaris module.Pierre Ossman2006-08-221-29/+26
* Remove silence generation in waveout module.Pierre Ossman2006-08-221-50/+33
* Fix memory leak in waveout module.Pierre Ossman2006-08-221-0/+3
* Log when there is a problem opening the waveOut/waveIn device.Pierre Ossman2006-08-221-3/+9
* Fix detection of shared memory support and proper fallback.Pierre Ossman2006-08-221-0/+3
* Fix typo.Pierre Ossman2006-08-221-1/+1
* Add missing header.Pierre Ossman2006-08-221-0/+1