summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Treat empty :0.0 identically to unset :0.0 when trying to find a PA server. (...Lennart Poettering2007-05-231-1/+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
* drop unused variableLennart Poettering2007-05-221-1/+1
* fix commentLennart Poettering2007-05-221-1/+1
* Add support for SNDCTL_DSP_SETTRIGGER. (closes #56)Pierre Ossman2007-03-071-9/+87
* Fix some instances where we printed a string without first checking thatPierre Ossman2007-03-062-5/+15
* Pulsecore should be linked into all modules.Pierre Ossman2007-03-061-1/+1
* 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 some debugging output from sample cache subsystem.Pierre Ossman2007-03-011-0/+10
* Add a wrapper around close() to work around Windows' ass backwards way ofPierre Ossman2007-02-147-24/+45
* Allow a formatted string in the validation warning.Pierre Ossman2007-02-141-4/+4
* Prefix log lines with a character indicating level.Pierre Ossman2007-02-141-4/+27
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-13282-14/+711
* Allow specification of device number.Pierre Ossman2007-02-121-3/+12
* Don't abort config loading when the user specific cannot be loaded.Pierre Ossman2007-02-051-2/+8
* Make sure we report success for SNDCTL_DSP_SETDUPLEX.Pierre Ossman2007-01-191-0/+5
* Report IO error on ioctl() when we're in a fatal error state.Pierre Ossman2007-01-041-0/+10
* Free stream objects when they've been invalidated.Pierre Ossman2007-01-041-0/+4
* Fix error messages for failure connecting streams.Pierre Ossman2007-01-041-2/+10
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-04283-3742/+3742
* Fix silly copy-and-paste error. (closes #45)Pierre Ossman2006-12-041-1/+1
* Fix incorrect assert.Pierre Ossman2006-11-241-1/+1
* Add atomic.h as a dependency at relevant places.Pierre Ossman2006-11-101-0/+3
* Make sure we package version.h.in.Pierre Ossman2006-11-101-0/+1
* Yet again try to fix the creation of necessary directories when srcdir !=Pierre Ossman2006-11-091-3/+3
* Support reversed endian floats. (closes #28) (closes #35)Pierre Ossman2006-11-082-0/+21
* Check correct variable for return value. Closes #37.Pierre Ossman2006-11-081-1/+1
* Fix some missing line breaks.Pierre Ossman2006-11-061-3/+3