Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | memtrap: hook up core to memtrap system | Lennart Poettering | 2009-04-21 | 1 | -0/+3 |
| | |||||
* | print session id when starting up | Lennart Poettering | 2009-04-13 | 1 | -0/+5 |
| | |||||
* | Downgrade default log level to NOTICE to follow documentation | Lennart Poettering | 2009-04-10 | 1 | -1/+1 |
| | | | | Closes #527 | ||||
* | make sure we keep a reference of the bus connection during the whole runtime ↵ | Lennart Poettering | 2009-04-06 | 1 | -9/+27 |
| | | | | if we manage to acquire the bus name | ||||
* | various spelling fixes | Maarten Bosmans | 2009-04-04 | 1 | -1/+1 |
| | |||||
* | downgrade a few messages | Lennart Poettering | 2009-04-03 | 1 | -3/+3 |
| | |||||
* | take org.pulseaudio.Server instead of org.pulseaudio to match the interface ↵ | Lennart Poettering | 2009-03-30 | 1 | -3/+3 |
| | | | | name already used in the HAL module | ||||
* | daemon: take org.pulseaudio | Marc-André Lureau | 2009-03-30 | 1 | -0/+32 |
| | |||||
* | introduce pa_assert_fp() for fast path assertions | Lennart Poettering | 2009-03-20 | 1 | -0/+8 |
| | |||||
* | revive solaris module | Finn Thain | 2009-03-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 2 | Colin Guthrie | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | rework logging to make it more modular | Lennart Poettering | 2009-02-21 | 1 | -6/+9 |
| | |||||
* | make string translatable (fixes #483) | Lennart Poettering | 2009-02-21 | 1 | -2/+3 |
| | |||||
* | introduce default channel map in addition to the default sample spec | Lennart Poettering | 2009-02-21 | 1 | -0/+1 |
| | |||||
* | main: remove unused lf variable | Marc-André Lureau | 2009-02-19 | 1 | -4/+0 |
| | |||||
* | allow pa to be run in a chroot() environment tht lacks /proc | Lennart Poettering | 2009-02-18 | 1 | -2/+5 |
| | |||||
* | store the default sink/source in proper pa_sink*/pa_source* pointers instead ↵ | Lennart Poettering | 2009-01-28 | 1 | -5/+0 |
| | | | | of a string | ||||
* | move flat volume logic into the core. while doing so add n_volume_steps ↵ | Lennart Poettering | 2009-01-27 | 1 | -0/+1 |
| | | | | field to sinks/sources | ||||
* | check for availability of RLIMIT_NOFILE and RLIMIT_AS before we make use of it | Lennart Poettering | 2009-01-27 | 1 | -0/+2 |
| | |||||
* | add API pa_ncpus() | Lennart Poettering | 2009-01-22 | 1 | -0/+2 |
| | |||||
* | NetBSD doesn't know RLIMIT_AS | Jared D. McNeill | 2009-01-22 | 1 | -0/+2 |
| | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | make use of PR_SET_TIMERSLACK | Lennart Poettering | 2009-01-16 | 1 | -0/+2 |
| | |||||
* | kill autoload stuff as planned | Lennart Poettering | 2009-01-15 | 1 | -2/+1 |
| | |||||
* | Make sure we drop CAP_NICE if RT is not allowed | Lennart Poettering | 2008-12-18 | 1 | -7/+39 |
| | | | | | but make sure we still allow RT if RLIMIT_RTPRIO is properly set when PA is called. | ||||
* | Fix return value of --dump-resample-methods | Lennart Poettering | 2008-12-16 | 1 | -0/+1 |
| | | | | | | | | We should return 0 when --dump-resample-methods is called. Problem identified by "hchen59". Closes bug #407. | ||||
* | Make log meta, time, backtrace configurable using config file | Lennart Poettering | 2008-10-21 | 1 | -0/+3 |
| | |||||
* | Fix spelling of privilige | Lennart Poettering | 2008-10-19 | 1 | -7/+7 |
| | |||||
* | Initialize exit_idle_time to -1 instead of 0 when in system mode. | Lennart Poettering | 2008-10-07 | 1 | -2/+2 |
| | | | | Spotted by Rafał Mużyło. | ||||
* | show valgrind status on startup | Lennart Poettering | 2008-10-04 | 1 | -0/+2 |
| | |||||
* | Make the shared memory segment size configurable | Lennart Poettering | 2008-10-01 | 1 | -1/+1 |
| | | | | | This is useful only on systems where memory overcommit is not available or disabled. | ||||
* | 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 | 1 | -0/+1 |
| | |||||
* | include build and runtime host information in debug output | Lennart Poettering | 2008-09-05 | 1 | -2/+7 |
| | |||||
* | 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> | ||||
* | don't use PA_GCC_UNUSED anymore | Lennart Poettering | 2008-08-09 | 1 | -2/+2 |
| | |||||
* | 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 new switch --disallow-exit | Lennart Poettering | 2008-08-06 | 1 | -0/+1 |
| | |||||
* | add i18n support | Lennart Poettering | 2008-08-06 | 1 | -57/+60 |
| | |||||
* | don't allow --start in system mode | Lennart Poettering | 2008-07-30 | 1 | -0/+5 |
| | |||||
* | remove debug message | Lennart Poettering | 2008-07-30 | 1 | -2/+0 |
| | |||||
* | don't drop caps if we are started as normal root user | Lennart Poettering | 2008-07-22 | 1 | -1/+1 |
| | |||||
* | support file-based capabilities instead of SUID root for giving PA rights to ↵ | Lennart Poettering | 2008-06-22 | 1 | -12/+19 |
| | | | | acquire RT/HP scheduling: setcap cap_sys_nice=ep /usr/bin/pulseaudio | ||||
* | get rid of svn $ keywords | Lennart Poettering | 2008-06-18 | 1 | -2/+0 |
| | |||||
* | add new switch --start to the PA binary which allows starting PA if it is ↵ | Lennart Poettering | 2008-06-11 | 1 | -6/+50 |
| | | | | | | 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 |