summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-05-27Tagging release 0.9.6tags/release-0.9.6Lennart Poettering0-0/+0
2007-05-27Bump revision of libs and packageLennart Poettering1-3/+3
2007-05-27Replace AO_xxx usage with pa_atomic_xxx and friends wherever it makes senseLennart Poettering6-75/+80
2007-05-27unfortunately we cannot detect if a foreign thread is still running. Thus suc...Lennart Poettering1-11/+6
2007-05-27Minor optimization: read log level character code from arrayLennart Poettering1-27/+12
2007-05-26Add a new meta command ".ifexists" to the CLI language, to execute commands o...Lennart Poettering3-13/+73
2007-05-25when called with the setid bit change euid to uid sooner to make sure that we...Lennart Poettering3-32/+66
2007-05-25fix suid Makefile targetLennart Poettering1-3/+3
2007-05-23only browse for ipv4 pa servers for now. Needs better fixing which however is...Lennart Poettering1-1/+1
2007-05-23Fix another DoS vulnerability that has been identified by Luigi Auriemma. (Fi...Lennart Poettering1-3/+0
2007-05-23add a missing initialization that causes a crash when parsing invalid volume ...Lennart Poettering1-0/+1
2007-05-23Fix a DoS with allocating overly large silence buffers. (Identified by Luigi ...Lennart Poettering1-0/+12
2007-05-23don't allow excessively high sample ratesLennart Poettering2-0/+4
2007-05-23Fix yet another DoS vulnerability, also identified Luigi Auriemma (re #67)Lennart Poettering1-1/+2
2007-05-23fix minor typoLennart Poettering1-1/+1
2007-05-23Fix another DoS vulnerability, also identified Luigi Auriemma (closes #67)Lennart Poettering1-1/+1
2007-05-23fix a DoS vulnerability (re #67), originally identified by Luigi AuriemmaLennart Poettering1-1/+1
2007-05-23fix a few obvious copynpaste errors when handling volumesLennart Poettering1-3/+3
2007-05-23Treat empty :0.0 identically to unset :0.0 when trying to find a PA server. (...Lennart Poettering1-1/+1
2007-05-23Fix module-oss for devices that return EAGAIN when we don't expect it. (Close...Lennart Poettering1-3/+10
2007-05-22show socket directory when we fail to create it. (Closes #85)Lennart Poettering1-1/+1
2007-05-22Fix build and only load OSS xor ALSA modules if both are availableLennart Poettering1-5/+29
2007-05-22drop unused variableLennart Poettering1-1/+1
2007-05-22fix commentLennart Poettering1-1/+1
2007-03-07Add support for SNDCTL_DSP_SETTRIGGER. (closes #56)Pierre Ossman1-9/+87
2007-03-06Fix some instances where we printed a string without first checking thatPierre Ossman2-5/+15
2007-03-06Pulsecore should be linked into all modules.Pierre Ossman1-1/+1
2007-03-06Don't fail if hal doesn't currently contain any devices. (closes #55)Pierre Ossman1-8/+2
2007-03-02Handle suspended alsa devices. Based on patch by ranma. (closes #26)Pierre Ossman2-0/+77
2007-03-01Revert stuff from commit 1431 that wasn't supposed to be there.Pierre Ossman2-5/+2
2007-03-01Handle when ALSA tweaks our sample spec so much that the frame size changes.Pierre Ossman3-3/+13
2007-03-01Add some debugging output from sample cache subsystem.Pierre Ossman1-0/+10
2007-02-14Add a wrapper around close() to work around Windows' ass backwards way ofPierre Ossman7-24/+45
2007-02-14Allow a formatted string in the validation warning.Pierre Ossman1-4/+4
2007-02-14Prefix log lines with a character indicating level.Pierre Ossman1-4/+27
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman283-14/+714
2007-02-12Make sure we get proper host identifiers.Pierre Ossman1-0/+2
2007-02-12Allow specification of device number.Pierre Ossman1-3/+12
2007-02-05Don't abort config loading when the user specific cannot be loaded.Pierre Ossman1-2/+8
2007-01-19Make sure we report success for SNDCTL_DSP_SETDUPLEX.Pierre Ossman1-0/+5
2007-01-04Report IO error on ioctl() when we're in a fatal error state.Pierre Ossman1-0/+10
2007-01-04Free stream objects when they've been invalidated.Pierre Ossman1-0/+4
2007-01-04Fix error messages for failure connecting streams.Pierre Ossman1-2/+10
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman283-3742/+3742
2006-12-04Fix silly copy-and-paste error. (closes #45)Pierre Ossman1-1/+1
2006-11-24Fix incorrect assert.Pierre Ossman1-1/+1
2006-11-10Add atomic.h as a dependency at relevant places.Pierre Ossman1-0/+3
2006-11-10Make sure we package version.h.in.Pierre Ossman1-0/+1
2006-11-09Yet again try to fix the creation of necessary directories when srcdir !=Pierre Ossman1-3/+3
2006-11-08Support reversed endian floats. (closes #28) (closes #35)Pierre Ossman2-0/+21