summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* initialize userdata struct with 0Lennart Poettering2007-10-301-5/+5
* deal properly with signals interrupting us when we wait for data from gconf h...Lennart Poettering2007-10-301-2/+4
* keep track of configured tunnels and make sure to unload them when they disap...Lennart Poettering2007-10-291-11/+112
* don't announce monitor sourcesLennart Poettering2007-10-291-5/+5
* don't try to send pause request before our stream is properly set upLennart Poettering2007-10-291-2/+5
* ignore network sinks/sourcesLennart Poettering2007-10-295-8/+29
* make gcc shut up a bit moreLennart Poettering2007-10-291-1/+1
* we don't want to include assert.h anymoreLennart Poettering2007-10-295-5/+0
* reverse server order for PULSE_SERVER x11 property, to follow order in which ...Lennart Poettering2007-10-291-1/+3
* add new API pa_strlist_reverse()Lennart Poettering2007-10-292-0/+18
* add new module module-zeroconf-discoverLennart Poettering2007-10-292-1/+346
* publish dns-sd subtypes to allow distinction of virtual, hardware and monitor...Lennart Poettering2007-10-291-7/+65
* export pa_namereg_is_valid_name()Lennart Poettering2007-10-292-7/+10
* fail on name clashLennart Poettering2007-10-291-2/+2
* bring back module-tunnel, yay!Lennart Poettering2007-10-292-398/+599
* downgrade a few log messagesLennart Poettering2007-10-291-3/+3
* properly deal with time pausingLennart Poettering2007-10-291-4/+8
* use real path of binary instead of /proc/self/exe to execute ourselvesLennart Poettering2007-10-291-2/+5
* make use of new pa_readlink() where applicableLennart Poettering2007-10-292-16/+27
* add new pa_readlink() APILennart Poettering2007-10-292-0/+26
* make speex-float-3 the default resamplerLennart Poettering2007-10-292-4/+4
* add missing dependency on socket-utilLennart Poettering2007-10-281-1/+1
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-28270-11201/+28673
* Corrected a bogus comment.Tanu Kaskinen2007-08-241-2/+1
* Modified the JACK sink heavily:Tanu Kaskinen2007-08-201-241/+716
* jack driver build fix which became apparent on fedoraLennart Poettering2007-08-041-2/+2
* Make sure we link to the core to get all symbols.Pierre Ossman2007-07-101-1/+1
* Make -no-undefined actually work (and fix up error found by it).Pierre Ossman2007-07-101-2/+2
* Make sure mixer ioctls work on /dev/dsp aswell.Pierre Ossman2007-06-131-3/+4
* Support stat() and friends as some programs (audacity) likes to check ifPierre Ossman2007-06-111-0/+196
* Add support for the poorly documented SNDCTL_DSP_GETTRIGGER.Pierre Ossman2007-06-041-0/+11
* Kill spaces on EOLLennart Poettering2007-05-2921-2721/+2721
* We now use gid unconditionally, so make sure it's defined.Pierre Ossman2007-05-291-2/+0
* build fix for systems lacking capability suppoort. (Problem identified and or...Lennart Poettering2007-05-281-0/+4
* Replace AO_xxx usage with pa_atomic_xxx and friends wherever it makes senseLennart Poettering2007-05-276-75/+80
* unfortunately we cannot detect if a foreign thread is still running. Thus suc...Lennart Poettering2007-05-271-11/+6
* Minor optimization: read log level character code from arrayLennart Poettering2007-05-271-27/+12
* Add a new meta command ".ifexists" to the CLI language, to execute commands o...Lennart Poettering2007-05-263-13/+73
* when called with the setid bit change euid to uid sooner to make sure that we...Lennart Poettering2007-05-253-32/+66
* fix suid Makefile targetLennart Poettering2007-05-251-3/+3
* only browse for ipv4 pa servers for now. Needs better fixing which however is...Lennart Poettering2007-05-231-1/+1
* 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 a DoS with allocating overly large silence buffers. (Identified by Luigi ...Lennart Poettering2007-05-231-0/+12
* don't allow excessively high sample ratesLennart Poettering2007-05-232-0/+4
* Fix yet another DoS vulnerability, also identified Luigi Auriemma (re #67)Lennart Poettering2007-05-231-1/+2
* fix minor typoLennart Poettering2007-05-231-1/+1
* Fix another DoS vulnerability, also identified Luigi Auriemma (closes #67)Lennart Poettering2007-05-231-1/+1
* fix a DoS vulnerability (re #67), originally identified by Luigi AuriemmaLennart Poettering2007-05-231-1/+1
* fix a few obvious copynpaste errors when handling volumesLennart Poettering2007-05-231-3/+3