Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | daemon: disable CPU load limiter by default | Lennart Poettering | 2009-09-04 | 1 | -2/+2 |
| | | | | | RLIMIT_RTTIME and rtki can do this job much better, so let's disable this by default. | ||||
* | conf: invert all negative boolean configuration option | Lennart Poettering | 2009-08-12 | 2 | -31/+32 |
| | |||||
* | update pulse-daemon.conf.5.xml.in about realtime-scheduling | Alam Arias | 2009-07-31 | 1 | -1/+1 |
| | |||||
* | update pulse-daemon.conf.5.xml.in about exit-idle-time | Alam Arias | 2009-07-31 | 1 | -1/+1 |
| | |||||
* | man: document that tsched doesn't use fragment settings | Lennart Poettering | 2009-06-07 | 1 | -1/+2 |
| | |||||
* | man: document 24bit sample types in man page | Lennart Poettering | 2009-06-07 | 1 | -4/+6 |
| | |||||
* | man: document log related daemon.conf options | Lennart Poettering | 2009-06-07 | 1 | -2/+19 |
| | |||||
* | conf: remove obsolete module-idle-time directive from default config ↵ | Lennart Poettering | 2009-06-07 | 1 | -7/+0 |
| | | | | file/man page | ||||
* | daemon: optionally call mlockall() on startup | Lennart Poettering | 2009-06-07 | 1 | -0/+8 |
| | |||||
* | introduce default channel map in addition to the default sample spec | Lennart Poettering | 2009-02-21 | 1 | -0/+4 |
| | |||||
* | move flat volume logic into the core. while doing so add n_volume_steps ↵ | Lennart Poettering | 2009-01-27 | 1 | -2/+7 |
| | | | | field to sinks/sources | ||||
* | --check: Updated manpage slightly and pulseaudio --help slightly. | Sean McNamara | 2009-01-07 | 1 | -2/+4 |
| | | | | | | | | | | | | | | It's good for new users - I didn't know about the convention for daemon checks to only bump the exit code until, say, a year after I first installed Linux. Of course, we could also put an entire guide to using Linux in our manpage, or tell users how to check the exit code with $?, or how to get to the terminal, or an example script, ... (you can see how this would quickly get out of control). So just a little bit more hint should be good for now. John? Does this work for you? Sean Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | it's --daemonize, not --daemon | Lennart Poettering | 2008-10-01 | 1 | -1/+1 |
| | |||||
* | Some man page updates, add missing documentation, other fixes. | Lennart Poettering | 2008-10-01 | 2 | -12/+40 |
| | |||||
* | Make the shared memory segment size configurable | Lennart Poettering | 2008-10-01 | 2 | -0/+18 |
| | | | | | This is useful only on systems where memory overcommit is not available or disabled. | ||||
* | Add new option to disable remixing from/to LFE and set it to on by default | Lennart Poettering | 2008-09-05 | 1 | -0/+10 |
| | |||||
* | update documentation and help texts for s32le/s32be sample types | Lennart Poettering | 2008-09-05 | 2 | -4/+8 |
| | |||||
* | Reduce rules for man pages generation to pattern rules. | Diego 'Flameeyes' Pettenò | 2008-08-08 | 1 | -105/+8 |
| | | | | | Instead of having to duplicat ethe same code all over for all the man pages, simplify it and reduce it to generic pattern rules.x | ||||
* | Fix man pages generation when building out of tree. | Diego 'Flameeyes' Pettenò | 2008-08-08 | 1 | -13/+13 |
| | | | | | | When referring to the xmltoman script srcdir should be requested, or the build will fail when doing out of tree builds (and the script is thus not in the build directory). | ||||
* | fix typo in man page, closes rhbz #447355 | Lennart Poettering | 2008-06-27 | 1 | -1/+1 |
| | |||||
* | Add xmltoman to the distribution. This saves pulling in an external dependancy | Colin Guthrie | 2008-06-25 | 2 | -17/+231 |
| | |||||
* | remove remaining $ | Lennart Poettering | 2008-06-18 | 17 | -43/+9 |
| | |||||
* | add missing gitignore files | Lennart Poettering | 2008-06-18 | 1 | -0/+4 |
| | |||||
* | if building a man page fails remove the output to make sure that calling ↵ | Lennart Poettering | 2008-06-17 | 1 | -13/+13 |
| | | | | | | make repeatedly will actually work git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2550 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | fix man page xml | Lennart Poettering | 2008-06-17 | 1 | -1/+1 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2549 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | add new switch --start to the PA binary which allows starting PA if it is ↵ | Lennart Poettering | 2008-06-11 | 1 | -0/+11 |
| | | | | | | not running yet. In contrast to normal startup an already running PA will not be considered an error. Also, take the autospawn lock so we can guarantee that after this call returns PA is ralive and running git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2513 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | explicitly recommend the usage of -- in the pasuspender command line, Closes ↵ | Lennart Poettering | 2008-02-15 | 1 | -0/+7 |
| | | | | | | #203 git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2109 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | update man pages a bit | Lennart Poettering | 2007-11-21 | 2 | -0/+31 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2070 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | add remaing man pages | Lennart Poettering | 2007-11-08 | 5 | -18/+590 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2029 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | add man pages for padsp, pabrowse, pasuspender | Lennart Poettering | 2007-11-07 | 4 | -2/+271 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2027 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | complete pactl man page | Lennart Poettering | 2007-11-06 | 1 | -15/+61 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2026 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | add a couple of more man pages | Lennart Poettering | 2007-11-05 | 8 | -4/+867 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2024 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | add a man page for the pulseaudio binary. More will follow. | Lennart Poettering | 2007-11-05 | 5 | -0/+637 |
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2023 fefdeb5f-60dc-0310-8127-8f9354f1896f |