summaryrefslogtreecommitdiff
path: root/src/utils/pacmd.c
Commit message (Expand)AuthorAgeFilesLines
* pactl, pacmd, cli-command: Add send-message commandGeorg Chini2020-12-031-0/+1
* pacmd: Fix typo in set-default-* helpPeter Mattern2015-10-301-1/+1
* pacmd: Placeholders describing command line options should not have spacesManish Sogi2015-08-121-1/+1
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* pacmd: add missing 'else' keywordBoris Egorov2015-01-131-1/+1
* pacmd: Discriminate between interactive and non-interactive modePeter Meerwald2013-08-021-2/+9
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-11/+11
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-241-1/+0
* Fix various typos in messages and commentsYuri Chornoivan2013-04-161-1/+1
* pacmd: add help info for 'set-log-target'Deng Zhengrong2012-06-281-0/+1
* pacmd: Add functions to handle the latency offsetpoljar2012-06-271-0/+1
* pacmd: Add unloading modules by name.poljar2012-06-041-1/+1
* pacmd: Added --help and --version options.poljar2012-05-051-12/+90
* pacmd: Fix compiler warningArun Raghavan2012-02-121-4/+4
* pacmd: dynamically allocate ibuf and obufPino Toscano2012-01-031-6/+15
* utils: Fixes for building without NLSArun Raghavan2011-12-131-0/+2
* Move i18n.[ch] to src/pulsecoreMaarten Bosmans2011-08-111-1/+1
* Remove unnecessary #includesMaarten Bosmans2011-06-221-1/+0
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-2/+1
* pacmd: don't enter busy loop when reading from stdin very earlyLennart Poettering2010-02-211-86/+100
* pacmd: store away fd typeLennart Poettering2010-02-211-4/+5
* poll() is totally broken on Mac OS XDaniel Mack2009-12-161-2/+2
* use cloexec wrappers wherever applicableLennart Poettering2009-10-301-1/+1
* pacmd: handle multi word commands in argv[] properlyLennart Poettering2009-08-141-1/+1
* pacmd: port pacmd from select() to poll() so that we notice writer side hangupsLennart Poettering2009-08-121-20/+40
* sndfile: big rework of libsndfile interfacing codeLennart Poettering2009-05-261-12/+14
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* make pacmd work in a pipeLennart Poettering2009-02-041-36/+68
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-091-1/+1
* add i18n supportLennart Poettering2008-08-061-11/+15
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* properly handle if pa_runtime_path() failsLennart Poettering2008-05-211-1/+3
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-1/+6
* - Check process name when dealing with PID filesLennart Poettering2007-11-211-2/+2
* increase the pacmd timeout a bitLennart Poettering2007-11-131-1/+1
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+2
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-20/+20
* remove all occurences of Lennart Poettering2006-08-181-10/+10
* replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"Lennart Poettering2006-06-191-2/+2
* big s/polyp/pulse/gLennart Poettering2006-06-191-9/+9
* * split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering2006-05-251-7/+7
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-221-7/+8
* Don't include util.h from core-util.h as it is not needed by many users.Pierre Ossman2006-05-181-0/+2
* fix include line for "core-util.h"Lennart Poettering2006-05-171-1/+1
* fix a couple of issues I found when compiling polypaudio with gcc 2.95Lennart Poettering2006-04-181-1/+1
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-231-10/+10
* Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman2006-02-161-0/+183