summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* we don't want to include assert.h anymoreLennart Poettering2007-10-293-3/+0
* reverse server order for PULSE_SERVER x11 property, to follow order in which ...Lennart Poettering2007-10-291-1/+3
* add new module module-zeroconf-discoverLennart Poettering2007-10-291-0/+338
* publish dns-sd subtypes to allow distinction of virtual, hardware and monitor...Lennart Poettering2007-10-291-7/+65
* fail on name clashLennart Poettering2007-10-291-2/+2
* bring back module-tunnel, yay!Lennart Poettering2007-10-291-388/+589
* downgrade a few log messagesLennart Poettering2007-10-291-3/+3
* make use of new pa_readlink() where applicableLennart Poettering2007-10-291-11/+21
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-2848-4661/+9324
* Corrected a bogus comment.Tanu Kaskinen2007-08-241-2/+1
* Modified the JACK sink heavily:Tanu Kaskinen2007-08-201-241/+716
* 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
* Fix call to pa_memblock_new().Pierre Ossman2006-08-221-2/+2
* Fix missing header for timeval helpers.Pierre Ossman2006-08-221-0/+1
* Fix calls to pa_memblock_new().Pierre Ossman2006-08-221-2/+2
* Add header for pa_cstrerror().Pierre Ossman2006-08-221-0/+1
* restore the sink/source for a client in addition to the playback volume. This...Lennart Poettering2006-08-191-36/+140
* fix a memory leakLennart Poettering2006-08-191-1/+3
* remove all occurences of Lennart Poettering2006-08-1839-410/+410
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-1813-24/+21
* use the description field of sinks/sources to name the zeroconf services, ins...Lennart Poettering2006-08-151-5/+5
* extend module-rescue-streams to move also source outputs when a source diesLennart Poettering2006-08-131-4/+55
* fix a segfault when registering a service with avahi failsLennart Poettering2006-08-131-9/+22