summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-0636-993/+502
* The OSS spec is unclear what should happen when a reset is requested. Let'sPierre Ossman2006-11-061-1/+9
* Handle when threaded mainloop is freed before it is started.Pierre Ossman2006-11-061-1/+2
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-2636-502/+993
* upgrade refcnt.h to make use of our new pa_atomic_xxx() APILennart Poettering2006-09-261-8/+9
* add asynchronous inter-thread notification APILennart Poettering2006-09-262-0/+181
* enable module-hal-detect in the default configuration file only if HAL suppor...Lennart Poettering2006-09-202-3/+5
* Revert r1398 as it broke the srcdir != builddir patch. New fix that doesn'tPierre Ossman2006-09-191-0/+3
* No need to create these dirs as they're part of the source tree.Pierre Ossman2006-09-191-1/+0
* Stop using x86-isms and use ISO C (oversized shifts are undefined).Pierre Ossman2006-09-141-1/+1
* Fix debug output for SNDCTL_DSP_SETFRAGMENT.Pierre Ossman2006-09-141-1/+1
* Fix up build structure for platform dependent modules. Also add implementationPierre Ossman2006-09-113-56/+96
* Use platform independent sleep.Pierre Ossman2006-09-111-1/+2