summaryrefslogtreecommitdiffstats
path: root/src/daemon
Commit message (Collapse)AuthorAgeFilesLines
* --check: Updated manpage slightly and pulseaudio --help slightly.Sean McNamara2009-01-121-1/+1
| | | | | | | | | | | | | | 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>
* Fix typo in log message: s/Recevied/Received/chocolateboy2009-01-121-1/+1
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* Make sure we drop CAP_NICE if RT is not allowedLennart Poettering2009-01-121-7/+39
| | | | | but make sure we still allow RT if RLIMIT_RTPRIO is properly set when PA is called.
* Load module-volume-restore and module-device-restore before all other modulesLennart Poettering2009-01-121-4/+4
| | | | | | Since m-v-r and m-d-r become active in the FIXATE hooks for stream/device creation we need to make sure the modules are loaded before the first devices/streams are created.
* Fix return value of --dump-resample-methodsLennart Poettering2009-01-121-0/+1
| | | | | | | | We should return 0 when --dump-resample-methods is called. Problem identified by "hchen59". Closes bug #407.
* Fix spelling of priviligeLennart Poettering2008-10-232-8/+8
|
* Initialize exit_idle_time to -1 instead of 0 when in system mode.Lennart Poettering2008-10-231-2/+2
| | | | Spotted by Rafał Mużyło.
* add missing inclusionLennart Poettering2008-10-041-0/+1
|
* show valgrind status on startupLennart Poettering2008-10-041-0/+2
|
* instead of checking for directly use new function pa_in_valgrind()Lennart Poettering2008-10-041-2/+2
|
* replace module-volume-restore by module-stream-restore in system mode, tooLennart Poettering2008-10-011-2/+3
|
* it might be a bit too early to initialize bluetooth by default for now, ↵Lennart Poettering2008-10-011-3/+3
| | | | since it's still very rough around the edges
* fix typo in default.conf, closes bug #354Lennart Poettering2008-10-011-1/+1
|
* Make the shared memory segment size configurableLennart Poettering2008-10-014-17/+23
| | | | | This is useful only on systems where memory overcommit is not available or disabled.
* enable bluetooth by defaultLennart Poettering2008-09-111-0/+5
|
* move autospawn lock to pulsecore/ since we don't need it in the client anymoreLennart Poettering2008-09-081-1/+1
|
* Add new option to disable remixing from/to LFE and set it to on by defaultLennart Poettering2008-09-054-16/+23
|
* include build and runtime host information in debug outputLennart Poettering2008-09-051-2/+7
|
* if we are exiting due to cpu overload, say so via syslog, tooLennart Poettering2008-09-051-0/+2
|
* include more build info in debug outputLennart Poettering2008-09-011-0/+13
|
* change default log level for the library to PA_LOG_ERROR to avoid spamming ↵Lennart Poettering2008-08-291-3/+3
| | | | to stderr more often
* Add CFLAGS information on start-upMarc-André Lureau2008-08-291-0/+1
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* rework cpu limit logic to use monotonic instead of wall clock timeLennart Poettering2008-08-191-6/+9
|
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-193-6/+6
|
* Merge commit 'flameeyes/autoconf-2.62'Lennart Poettering2008-08-181-0/+6
|\
| * Fix building again libtool/ltdl 2.2.4.Diego 'Flameeyes' Pettenò2008-08-081-0/+6
| | | | | | | | | | | | | | On changeset f1d2bf84089b1e5b5988a5e5d6d571a507a52337 support for libtool 2.2 was broken as libtool_set_error was not defined anymore on that version. Fix this by also putting under #ifdef the calls to that function.
* | Fix up overzealous HAVE_LT_DLMUTEX_REGISTER blockRuss Dill2008-08-171-4/+4
| | | | | | | | | | | | | | | | | | This fixes a built problem on systems without the lt_dlmutex_register function. The overzealousness causes libtool_set_error and libtool_get_error to be undefined. This fixes a build problem on Ubuntu Intrepid. Signed-off-by: Russ Dill <Russ.Dill@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* | disable hotplug sounds by defaultLennart Poettering2008-08-151-1/+1
| |
* | don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-094-15/+15
| |
* | rework autospawning code to survive multiple pa_contexts in a single processLennart Poettering2008-08-091-10/+26
| |
* | print reason when we fail to kill a running daemonLennart Poettering2008-08-091-1/+1
|/
* print machine id during startupLennart Poettering2008-08-071-1/+11
|
* add a few configuration sanity checks for system modeLennart Poettering2008-08-061-0/+16
|
* add disallow-exit to default configuration fileLennart Poettering2008-08-061-0/+1
|
* add new switch --disallow-exitLennart Poettering2008-08-064-30/+47
|
* add i18n supportLennart Poettering2008-08-067-122/+139
|
* load module-device-restore and module-stream-restore by default, don't load ↵Lennart Poettering2008-08-031-2/+3
| | | | module-volume-restore anymore
* allow running of PA with a valgring that doesn't know cap_set_capsLennart Poettering2008-08-031-0/+13
|
* reword comment on dbus a bitLennart Poettering2008-07-311-3/+3
|
* Work around D-Bus bug that involves dbus_shutdown() to call exit() when it ↵Lennart Poettering2008-07-311-0/+5
| | | | shouldn't. Patch from Coling Guthrie
* don't allow --start in system modeLennart Poettering2008-07-301-0/+5
|
* install a default system.paLennart Poettering2008-07-302-0/+57
|
* remove debug messageLennart Poettering2008-07-301-2/+0
|
* add missing pieces for new startup logicLennart Poettering2008-07-233-10/+41
|
* don't drop caps if we are started as normal root userLennart Poettering2008-07-221-1/+1
|
* enable exit-on-idle by defaultLennart Poettering2008-07-223-15/+16
|
* support file-based capabilities instead of SUID root for giving PA rights to ↵Lennart Poettering2008-06-223-17/+48
| | | | acquire RT/HP scheduling: setcap cap_sys_nice=ep /usr/bin/pulseaudio
* remove remaining $Lennart Poettering2008-06-183-6/+0
|
* get rid of svn $ keywordsLennart Poettering2008-06-1815-30/+0
|
* merge Colin Guthrie's module-always-sink module, and add priorization to the ↵Lennart Poettering2008-06-111-1/+4
| | | | | | hook subsystem while doing so. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2516 fefdeb5f-60dc-0310-8127-8f9354f1896f