Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load module-volume-restore and module-device-restore before all other modules | Lennart Poettering | 2009-01-12 | 1 | -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-methods | Lennart Poettering | 2009-01-12 | 1 | -0/+1 |
| | | | | | | | | We should return 0 when --dump-resample-methods is called. Problem identified by "hchen59". Closes bug #407. | ||||
* | Fix spelling of privilige | Lennart Poettering | 2008-10-23 | 2 | -8/+8 |
| | |||||
* | Initialize exit_idle_time to -1 instead of 0 when in system mode. | Lennart Poettering | 2008-10-23 | 1 | -2/+2 |
| | | | | Spotted by Rafał Mużyło. | ||||
* | add missing inclusion | Lennart Poettering | 2008-10-04 | 1 | -0/+1 |
| | |||||
* | show valgrind status on startup | Lennart Poettering | 2008-10-04 | 1 | -0/+2 |
| | |||||
* | instead of checking for directly use new function pa_in_valgrind() | Lennart Poettering | 2008-10-04 | 1 | -2/+2 |
| | |||||
* | replace module-volume-restore by module-stream-restore in system mode, too | Lennart Poettering | 2008-10-01 | 1 | -2/+3 |
| | |||||
* | it might be a bit too early to initialize bluetooth by default for now, ↵ | Lennart Poettering | 2008-10-01 | 1 | -3/+3 |
| | | | | since it's still very rough around the edges | ||||
* | fix typo in default.conf, closes bug #354 | Lennart Poettering | 2008-10-01 | 1 | -1/+1 |
| | |||||
* | Make the shared memory segment size configurable | Lennart Poettering | 2008-10-01 | 4 | -17/+23 |
| | | | | | This is useful only on systems where memory overcommit is not available or disabled. | ||||
* | enable bluetooth by default | Lennart Poettering | 2008-09-11 | 1 | -0/+5 |
| | |||||
* | move autospawn lock to pulsecore/ since we don't need it in the client anymore | Lennart Poettering | 2008-09-08 | 1 | -1/+1 |
| | |||||
* | Add new option to disable remixing from/to LFE and set it to on by default | Lennart Poettering | 2008-09-05 | 4 | -16/+23 |
| | |||||
* | include build and runtime host information in debug output | Lennart Poettering | 2008-09-05 | 1 | -2/+7 |
| | |||||
* | if we are exiting due to cpu overload, say so via syslog, too | Lennart Poettering | 2008-09-05 | 1 | -0/+2 |
| | |||||
* | include more build info in debug output | Lennart Poettering | 2008-09-01 | 1 | -0/+13 |
| | |||||
* | change default log level for the library to PA_LOG_ERROR to avoid spamming ↵ | Lennart Poettering | 2008-08-29 | 1 | -3/+3 |
| | | | | to stderr more often | ||||
* | Add CFLAGS information on start-up | Marc-André Lureau | 2008-08-29 | 1 | -0/+1 |
| | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | rework cpu limit logic to use monotonic instead of wall clock time | Lennart Poettering | 2008-08-19 | 1 | -6/+9 |
| | |||||
* | add a few more gcc warning flags and fix quite a few problems found by doing so | Lennart Poettering | 2008-08-19 | 3 | -6/+6 |
| | |||||
* | Merge commit 'flameeyes/autoconf-2.62' | Lennart Poettering | 2008-08-18 | 1 | -0/+6 |
|\ | |||||
| * | Fix building again libtool/ltdl 2.2.4. | Diego 'Flameeyes' Pettenò | 2008-08-08 | 1 | -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 block | Russ Dill | 2008-08-17 | 1 | -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 default | Lennart Poettering | 2008-08-15 | 1 | -1/+1 |
| | | |||||
* | | don't use PA_GCC_UNUSED anymore | Lennart Poettering | 2008-08-09 | 4 | -15/+15 |
| | | |||||
* | | rework autospawning code to survive multiple pa_contexts in a single process | Lennart Poettering | 2008-08-09 | 1 | -10/+26 |
| | | |||||
* | | print reason when we fail to kill a running daemon | Lennart Poettering | 2008-08-09 | 1 | -1/+1 |
|/ | |||||
* | print machine id during startup | Lennart Poettering | 2008-08-07 | 1 | -1/+11 |
| | |||||
* | add a few configuration sanity checks for system mode | Lennart Poettering | 2008-08-06 | 1 | -0/+16 |
| | |||||
* | add disallow-exit to default configuration file | Lennart Poettering | 2008-08-06 | 1 | -0/+1 |
| | |||||
* | add new switch --disallow-exit | Lennart Poettering | 2008-08-06 | 4 | -30/+47 |
| | |||||
* | add i18n support | Lennart Poettering | 2008-08-06 | 7 | -122/+139 |
| | |||||
* | load module-device-restore and module-stream-restore by default, don't load ↵ | Lennart Poettering | 2008-08-03 | 1 | -2/+3 |
| | | | | module-volume-restore anymore | ||||
* | allow running of PA with a valgring that doesn't know cap_set_caps | Lennart Poettering | 2008-08-03 | 1 | -0/+13 |
| | |||||
* | reword comment on dbus a bit | Lennart Poettering | 2008-07-31 | 1 | -3/+3 |
| | |||||
* | Work around D-Bus bug that involves dbus_shutdown() to call exit() when it ↵ | Lennart Poettering | 2008-07-31 | 1 | -0/+5 |
| | | | | shouldn't. Patch from Coling Guthrie | ||||
* | don't allow --start in system mode | Lennart Poettering | 2008-07-30 | 1 | -0/+5 |
| | |||||
* | install a default system.pa | Lennart Poettering | 2008-07-30 | 2 | -0/+57 |
| | |||||
* | remove debug message | Lennart Poettering | 2008-07-30 | 1 | -2/+0 |
| | |||||
* | add missing pieces for new startup logic | Lennart Poettering | 2008-07-23 | 3 | -10/+41 |
| | |||||
* | don't drop caps if we are started as normal root user | Lennart Poettering | 2008-07-22 | 1 | -1/+1 |
| | |||||
* | enable exit-on-idle by default | Lennart Poettering | 2008-07-22 | 3 | -15/+16 |
| | |||||
* | support file-based capabilities instead of SUID root for giving PA rights to ↵ | Lennart Poettering | 2008-06-22 | 3 | -17/+48 |
| | | | | acquire RT/HP scheduling: setcap cap_sys_nice=ep /usr/bin/pulseaudio | ||||
* | remove remaining $ | Lennart Poettering | 2008-06-18 | 3 | -6/+0 |
| | |||||
* | get rid of svn $ keywords | Lennart Poettering | 2008-06-18 | 15 | -30/+0 |
| | |||||
* | merge Colin Guthrie's module-always-sink module, and add priorization to the ↵ | Lennart Poettering | 2008-06-11 | 1 | -1/+4 |
| | | | | | | hook subsystem while doing so. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2516 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | enable ConsoleKit support and positioned event sounds by default | Lennart Poettering | 2008-06-11 | 1 | -1/+8 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2514 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 | 3 | -7/+60 |
| | | | | | | 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 | ||||
* | big mumbo jumo of interleaved patches. | Lennart Poettering | 2008-05-21 | 1 | -4/+20 |
| | | | | | | | | | * Use seperate "state" and "config" paths * Pass the fact that we are in system mode via an env var $PULSE_SYSTEM instead of as var in pa_core * Properly check proc name when checking PID files. Don't check exename, because we cannot read that for other uids git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2480 fefdeb5f-60dc-0310-8127-8f9354f1896f |