summaryrefslogtreecommitdiffstats
path: root/src/daemon/daemon-conf.c
Commit message (Collapse)AuthorAgeFilesLines
* win32: Make some unused-variable warnings go awayMaarten Bosmans2011-06-241-4/+7
|
* Disable check for pthreads on win32Fritz Elfert2011-06-181-1/+3
| | | | And do not use sched_get_priority on mingw with win32 pthreads installed
* log: Correct bad function implementationVincent Becker2011-03-241-17/+15
| | | | Replace wrong implementation of log to file in pa_daemon_conf_set_log_level to pa_daemon_conf_set_log_target
* Move compile-time checks around pa_run_from_build_tree to core-utilMaarten Bosmans2011-03-241-10/+1
| | | | To make the code cleaner and have the checks all in one place.
* win32: Simplify dl_search_path codeMaarten Bosmans2011-03-241-13/+6
| | | | And add #include <sys/stat.h>, needed by the code introduced in f7acd4bd.
* Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie2011-03-201-0/+14
|\
| * Find modules and config files relative to the installed libraries.Maarten Bosmans2011-03-191-0/+14
| | | | | | | | Do not use replace %PULSE_ROOT% from the environment.
* | log: Add a new log target to a file descriptorVincent Becker2011-03-181-0/+21
| | | | | | | | | | | | | | This patch enables logging of text debug messages (pa_log feature) into a file or a device driver. Example : pulseaudio --log-target=file:./mylog.txt (Minor tweaks by Colin + Arun)
* | Get rid of some unused-function compiler warningsMaarten Bosmans2011-03-021-4/+2
|/
* Apply #ifdefs around functionality not available on win32Maarten Bosmans2011-02-171-0/+5
| | | | And also the reverse: around some win32 specific functionality
* daemon-conf: Add sync volume parameters to daemon-confJyri Sarha2010-10-161-0/+9
| | | | | | Signed-off-by: Jyri Sarha <jyri.sarha@nokia.com> Reviewed-by: Tanu Kaskinen <tanu.kaskinen@digia.com> Reviewd-by: Colin Guthrie <cguthrie@mandriva.org>
* fix a number of warningsDaniel Mack2010-01-051-0/+4
| | | | | most of them were due to missing #ifdefs or wrong printf format type for [s]size_t.
* use pa_fopen_cloexec() where applicableLennart Poettering2009-10-301-2/+2
|
* Merge branch 'master' into dbus-workTanu Kaskinen2009-10-021-1/+1
|\ | | | | | | | | Conflicts: src/daemon/daemon-conf.c
| * daemon: disable CPU load limiter by defaultLennart Poettering2009-09-041-1/+1
| | | | | | | | | | RLIMIT_RTTIME and rtki can do this job much better, so let's disable this by default.
* | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen2009-08-241-2/+18
|\| | | | | | | | | Conflicts: src/Makefile.am
| * adjust various data/library paths automatically if we are run from a build treeLennart Poettering2009-08-211-2/+18
| |
* | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen2009-08-161-6/+12
|\| | | | | | | | | | | | | | | | | | | Conflicts: src/Makefile.am src/daemon/daemon-conf.c src/daemon/daemon.conf.in src/modules/module-stream-restore.c src/pulse/client-conf.c src/pulsecore/namereg.c
| * conf: invert all negative boolean configuration optionLennart Poettering2009-08-121-6/+12
| |
* | Merge branch 'master' into dbus-workTanu Kaskinen2009-06-291-16/+18
|\| | | | | | | | | | | | | | | Conflicts: src/daemon/daemon-conf.c src/daemon/daemon-conf.h src/daemon/main.c src/pulsecore/dbus-util.h
| * daemon: enable real-time by defaultLennart Poettering2009-06-191-1/+1
| |
| * daemon: optionally call mlockall() on startupLennart Poettering2009-06-071-9/+10
| |
* | daemon: Implement the DBus server lookup service.Tanu Kaskinen2009-06-121-0/+48
|/
* revive solaris moduleFinn Thain2009-03-031-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | Hi All, This patch fixes the solaris audio device source and sink, and fixes some portability issues that break the build on solaris. Questions and comments welcomed. I've tested this patch only with OpenSolaris Express snv 103. Eventually I hope to be able to test a few older releases and older hardware (though it is hard to say whether there is much interest in those). This is my first brush with pulseaudio and so I read the wiki docs and some of the source code but I'm still unsure of a few things. In particular I'm wondering about rewind processing, corking and what (if anything) the module needs for those. I'm also unclear on the implications of thread_info.buffer_size, .fragment_size and .max_request, and whether my code is correct or not. This patch disables link map/library versioning unless ld is GNU ld. Another approach for solaris would be to use that linker's -M option, but I couldn't make that work (due to undefined mainloop, browse and simple symbols when linking pacat. I can post the errors if anyone is intested.) Thanks, Finn Thain
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
|
* introduce default channel map in addition to the default sample specLennart Poettering2009-02-211-125/+98
|
* daemon-conf: make sure c->log_level < LEVEL_MAXMarc-André Lureau2009-02-191-1/+1
|
* parse ini-style sections properlyLennart Poettering2009-02-051-60/+60
|
* move flat volume logic into the core. while doing so add n_volume_steps ↵Lennart Poettering2009-01-271-0/+4
| | | | field to sinks/sources
* check for availability of RLIMIT_NOFILE and RLIMIT_AS before we make use of itLennart Poettering2009-01-271-2/+18
|
* kill autoload stuff as plannedLennart Poettering2009-01-151-4/+0
|
* Make log meta, time, backtrace configurable using config fileLennart Poettering2008-10-211-73/+60
|
* Make the shared memory segment size configurableLennart Poettering2008-10-011-16/+20
| | | | | 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 defaultLennart Poettering2008-09-051-16/+20
|
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-2/+2
|
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-091-11/+11
|
* add new switch --disallow-exitLennart Poettering2008-08-061-28/+32
|
* add i18n supportLennart Poettering2008-08-061-13/+14
|
* enable exit-on-idle by defaultLennart Poettering2008-07-221-1/+1
|
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
|
* fix a compiler warningLennart Poettering2008-05-211-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2472 fefdeb5f-60dc-0310-8127-8f9354f1896f
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-37/+141
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2445 fefdeb5f-60dc-0310-8127-8f9354f1896f
* - Check process name when dealing with PID filesLennart Poettering2007-11-211-10/+14
| | | | | | | | | | | | - Add new PA_STREAM_FIX_CHANNELS, FIX_RATE, FIX_FORMAT, DONT_MOVE, VARIABLE_RATES to pa_sream_flags_t adn implement it - Expose those flags in pacat - Add notifications about device suspend/resume to the protocol and expose them in libpulse - Allow changing of buffer_attr during playback - allow disabling for remixing globally - hookup polkit support git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2067 fefdeb5f-60dc-0310-8127-8f9354f1896f
* don't touch RLIMIT:MEMBLOCK by default. This should improve out-of-the-box ↵Lennart Poettering2007-11-131-1/+1
| | | | | | comaptibility with JACK git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2052 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add nice and rtprio resource limit support; make rtprio and nice level to ↵Lennart Poettering2007-11-011-49/+128
| | | | | | use configurable; some minor updates git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2010 fefdeb5f-60dc-0310-8127-8f9354f1896f
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-68/+189
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1971 fefdeb5f-60dc-0310-8127-8f9354f1896f
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1426 fefdeb5f-60dc-0310-8127-8f9354f1896f
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-8/+8
| | | | | | | mmmkay? git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1418 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add new "disable-shm" server config optionLennart Poettering2006-08-191-9/+13
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1286 fefdeb5f-60dc-0310-8127-8f9354f1896f
* remove all occurences of Lennart Poettering2006-08-181-6/+6
| | | | | | | | | | | | pa_logXXX(__FILE__": and replace them by pa_logXXX(" git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1272 fefdeb5f-60dc-0310-8127-8f9354f1896f