summaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-091-1/+1
* add new switch --disallow-exitLennart Poettering2008-08-061-2/+2
* add i18n supportLennart Poettering2008-08-066-195/+214
* fix error path (spotted by Coling Guthrie)Lennart Poettering2008-08-051-1/+3
* use (uint32_t) -1 to signify default buffer_attr values instead of 0, to allo...Lennart Poettering2008-06-271-0/+2
* remove remaining $Lennart Poettering2008-06-181-2/+0
* get rid of svn $ keywordsLennart Poettering2008-06-188-16/+0
* properly handle if pa_runtime_path() failsLennart Poettering2008-05-211-1/+3
* merge glitch-free branch back into trunkLennart Poettering2008-05-154-77/+162
* merge r2183 from prepare-0.9.10Lennart Poettering2008-03-311-0/+4
* merge r2182 from prepare-0.9.10Lennart Poettering2008-03-311-1/+1
* work around solaris printf %s and NULL string brain damageLennart Poettering2008-03-141-1/+1
* Improve compatibility with applications which like to pass invalid strings to...Lennart Poettering2008-02-151-72/+60
* - Check process name when dealing with PID filesLennart Poettering2007-11-212-13/+92
* increase the pacmd timeout a bitLennart Poettering2007-11-131-1/+1
* add missing #includeLennart Poettering2007-11-091-0/+1
* parse the pasuspend argument like any other boolean in PulseAudioLennart Poettering2007-11-081-2/+2
* warn if the sound server is not localLennart Poettering2007-11-071-1/+3
* minor cleanups of --help textsLennart Poettering2007-11-052-3/+3
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-284-39/+473
* 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-291-1/+1
* fix a few obvious copynpaste errors when handling volumesLennart Poettering2007-05-231-3/+3
* Add support for SNDCTL_DSP_SETTRIGGER. (closes #56)Pierre Ossman2007-03-071-9/+87
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-138-0/+20
* 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-047-285/+285
* Fix some missing line breaks.Pierre Ossman2006-11-061-3/+3
* The OSS spec is unclear what should happen when a reset is requested. Let'sPierre Ossman2006-11-061-1/+9
* 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 a bogus debug lineLennart Poettering2006-09-061-1/+1
* implement a few more ioctl()s, including a subset of SNDCTL_DSP_GETOPTR. Just...Lennart Poettering2006-09-062-5/+72
* Merge FreeBSD compatibility patch (from Flameeyes)Lennart Poettering2006-09-021-0/+5
* work around bug in firefox which apparently misuses access() as NULL pointer ...Lennart Poettering2006-08-311-0/+7
* We need to have a callback when changing volume or we might deadlock.Pierre Ossman2006-08-301-2/+2
* fix pactl output (sink drivers and names where switched)Lennart Poettering2006-08-211-1/+1
* remove all occurences of Lennart Poettering2006-08-182-11/+11
* fix bad printf()Lennart Poettering2006-08-131-1/+1
* implement "pactl move-source-output"Lennart Poettering2006-08-031-4/+20
* bump API and protocol version. Return PA_ERR_NOTSUPPORTED if pa_context_move_...Lennart Poettering2006-08-013-3/+3
* add new "move-sink-input" command to pactlLennart Poettering2006-07-311-3/+20
* handle EOF correctly if it is read before the stream was createdLennart Poettering2006-07-291-9/+13
* make pulseaudio compile again on FreeBSD (patch from Diego "Flameeyes" Petteno)Lennart Poettering2006-07-161-6/+52
* show value of PA_SINK_HARDWARE/PA_SOURCE_HARDWARE in pactlLennart Poettering2006-07-161-4/+6