summaryrefslogtreecommitdiffstats
path: root/src/daemon
Commit message (Collapse)AuthorAgeFilesLines
* rework logging to make it more modularLennart Poettering2009-02-211-6/+9
|
* make string translatable (fixes #483)Lennart Poettering2009-02-211-2/+3
|
* fix wording, closes #484Lennart Poettering2009-02-211-3/+3
|
* introduce default channel map in addition to the default sample specLennart Poettering2009-02-214-126/+104
|
* daemon-conf: make sure c->log_level < LEVEL_MAXMarc-André Lureau2009-02-191-1/+1
|
* main: remove unused lf variableMarc-André Lureau2009-02-191-4/+0
|
* allow pa to be run in a chroot() environment tht lacks /procLennart Poettering2009-02-181-2/+5
|
* add a module that forwards cork/uncork requests to X11 as fake pause/resume ↵Lennart Poettering2009-02-131-0/+1
| | | | key events
* implement a module that corks music/video streams automatically when a phone ↵Lennart Poettering2009-02-121-0/+3
| | | | call is active
* add new module-augment-properties module for augmenting properties from ↵Lennart Poettering2009-02-051-0/+4
| | | | .desktop files
* parse ini-style sections properlyLennart Poettering2009-02-051-60/+60
|
* Load module gconf earlierSjoerd Simons2009-02-031-9/+9
| | | | | | | This makes sure that module-default-device-restore can actually work when GConf enables additional sinks. Signed-off-by: Lennart Poettering <lennart@poettering.net>
* store the default sink/source in proper pa_sink*/pa_source* pointers instead ↵Lennart Poettering2009-01-281-5/+0
| | | | of a string
* move flat volume logic into the core. while doing so add n_volume_steps ↵Lennart Poettering2009-01-274-1/+9
| | | | field to sinks/sources
* get rid of module-flat-volumes since we are moving this into the coreLennart Poettering2009-01-271-3/+0
|
* check for availability of RLIMIT_NOFILE and RLIMIT_AS before we make use of itLennart Poettering2009-01-273-3/+28
|
* add API pa_ncpus()Lennart Poettering2009-01-221-0/+2
|
* NetBSD doesn't know RLIMIT_ASJared D. McNeill2009-01-221-0/+2
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* enable module-card-restore by defaultLennart Poettering2009-01-211-0/+1
|
* make use of PR_SET_TIMERSLACKLennart Poettering2009-01-161-0/+2
|
* kill autoload stuff as plannedLennart Poettering2009-01-154-13/+1
|
* --check: Updated manpage slightly and pulseaudio --help slightly.Sean McNamara2009-01-071-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-071-1/+1
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* Make sure we drop CAP_NICE if RT is not allowedLennart Poettering2008-12-181-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 Poettering2008-12-171-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 implementation of bind now ltdl loader for libtool 2.2Lennart Poettering2008-12-161-26/+31
|
* Fix return value of --dump-resample-methodsLennart Poettering2008-12-161-0/+1
| | | | | | | | We should return 0 when --dump-resample-methods is called. Problem identified by "hchen59". Closes bug #407.
* Merge commit 'flameeyes/libtool-2.2'Lennart Poettering2008-12-161-57/+0
|\
| * Update code to use libtool 2.2. Use convenience recursive libltdl.Diego 'Flameeyes' Pettenò2008-08-081-57/+0
| | | | | | | | Also remove the code for older libtool from the daemon.
* | make log meta, time, backtrace configurable using command lineLennart Poettering2008-10-211-0/+27
| |
* | Make log meta, time, backtrace configurable using config fileLennart Poettering2008-10-214-74/+70
| |
* | Fix spelling of priviligeLennart Poettering2008-10-192-8/+8
| |
* | correctly load module-flat-volume instead of module-flat-volumesLennart Poettering2008-10-131-1/+1
| |
* | enable flat volumes by defaultLennart Poettering2008-10-081-1/+4
| |
* | Initialize exit_idle_time to -1 instead of 0 when in system mode.Lennart Poettering2008-10-071-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>