Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix uninitialized memory access | Lennart Poettering | 2008-08-03 | 1 | -1/+1 |
| | |||||
* | add extension system for native protocol | Lennart Poettering | 2008-08-03 | 3 | -18/+65 |
| | |||||
* | store load_once flag for module | Lennart Poettering | 2008-08-03 | 2 | -4/+9 |
| | |||||
* | add a new error code PA_ERR_NOEXTENSION | Lennart Poettering | 2008-08-03 | 2 | -1/+5 |
| | |||||
* | start idle timer even when no module is ever loaded | Lennart Poettering | 2008-08-03 | 1 | -0/+2 |
| | |||||
* | some pa_bool_t'ization | Lennart Poettering | 2008-08-03 | 1 | -5/+8 |
| | |||||
* | fix iteration over random devices | Sjoerd Simons | 2008-08-03 | 1 | -0/+2 |
| | | | | | | | | Actually iterate over the various random devices. Fixes a infinite loop on startup when /dev/urandom isn't readable. Patch by Matt Kraai on Debian bug 491270, closes #333 Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | make all protocol objects global singletons | Lennart Poettering | 2008-08-03 | 15 | -640/+1132 |
| | |||||
* | use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() to ↵ | Lennart Poettering | 2008-08-03 | 1 | -2/+1 |
| | | | | make things more robust | ||||
* | simplify a bit | Lennart Poettering | 2008-08-03 | 1 | -2/+4 |
| | |||||
* | add new api function pa_cli_get_module() | Lennart Poettering | 2008-08-03 | 2 | -1/+9 |
| | |||||
* | introduce pa_cli_eof_cb_t | Lennart Poettering | 2008-08-03 | 2 | -6/+8 |
| | |||||
* | rename pa_hook_free() to pa_hook_done() since the hook struct is allocated ↵ | Lennart Poettering | 2008-08-03 | 4 | -4/+4 |
| | | | | on the stack not via malloc | ||||
* | use @ as seperator between shared name variable and instance | Lennart Poettering | 2008-08-03 | 1 | -1/+2 |
| | |||||
* | make sure we don't leak userdata struct | Lennart Poettering | 2008-08-03 | 1 | -1/+1 |
| | |||||
* | allow running of PA with a valgring that doesn't know cap_set_caps | Lennart Poettering | 2008-08-03 | 1 | -0/+13 |
| | |||||
* | add new auth cookie singleton | Lennart Poettering | 2008-08-03 | 2 | -0/+144 |
| | |||||
* | rename props.[ch] to shared.[ch] | Lennart Poettering | 2008-08-01 | 10 | -10/+10 |
| | |||||
* | rename pa_property_xxx to pa_shared_xxx to avoid confusion with property lists | Lennart Poettering | 2008-08-01 | 10 | -83/+84 |
| | |||||
* | fix build without ALSA | Lennart Poettering | 2008-08-01 | 1 | -0/+2 |
| | |||||
* | A fix on src/Makefile.am | Stanley Cai | 2008-07-31 | 1 | -2/+2 |
| | | | | | | It needs dbus not hal to build module-console-kit.so Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | a bit of pa_bool_t'ization | Lennart Poettering | 2008-07-31 | 1 | -9/+9 |
| | |||||
* | allow global tsched setting for all modules loaded by module-hal | Lennart Poettering | 2008-07-31 | 2 | -5/+20 |
| | |||||
* | 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 |
| | |||||
* | use the right LIBICONV macro, spotted by woglinde, closes #324 | Lennart Poettering | 2008-07-30 | 1 | -2/+2 |
| | |||||
* | install a default system.pa | Lennart Poettering | 2008-07-30 | 4 | -1/+67 |
| | |||||
* | don't pass rediculously high values to umask() | Lennart Poettering | 2008-07-30 | 1 | -1/+1 |
| | |||||
* | remove debug message | Lennart Poettering | 2008-07-30 | 1 | -2/+0 |
| | |||||
* | fix two thinkos in signal reset/close_all code | Lennart Poettering | 2008-07-29 | 1 | -9/+14 |
| | |||||
* | make module-hal and module-ck live together in peacev0.9.11 | Lennart Poettering | 2008-07-24 | 2 | -2/+8 |
| | |||||
* | fix destruction of dbus modules: make sure we don't leave filter function ↵ | Lennart Poettering | 2008-07-24 | 3 | -3/+23 |
| | | | | registered after unreffing the dbus connection | ||||
* | hide start-pulseaudio-x11 | Lennart Poettering | 2008-07-24 | 1 | -0/+1 |
| | |||||
* | reset dbus error struct before retrying parsing messages | Lennart Poettering | 2008-07-24 | 1 | -0/+6 |
| | |||||
* | add missing pieces for new startup logic | Lennart Poettering | 2008-07-23 | 4 | -14/+51 |
| | |||||
* | follow consolekit's recent D-Bus API change, original patch from William Jon ↵ | Lennart Poettering | 2008-07-23 | 1 | -11/+19 |
| | | | | McCan | ||||
* | allow module-x11-xsmp to be loaded more than once | Lennart Poettering | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | don't break if we fail to resume access to an audio device | Lennart Poettering | 2008-07-23 | 2 | -8/+26 |
| | |||||
* | 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 | 5 | -17/+18 |
| | |||||
* | prepare doxygen docs for 0.9.11 | Lennart Poettering | 2008-07-21 | 8 | -78/+174 |
| | |||||
* | forward process_msg calls to the generic source handler, not the generic ↵ | Lennart Poettering | 2008-07-16 | 1 | -1/+1 |
| | | | | sink handler | ||||
* | try to bypass alsa softvol, since it is broken when used with snd_pcm_rewind() | Lennart Poettering | 2008-07-16 | 1 | -1/+2 |
| | |||||
* | get rid of our internal copy of the speex resampler. Instead, link against a ↵ | Lennart Poettering | 2008-06-28 | 9 | -2045/+21 |
| | | | | system-installes libspeexdsp | ||||
* | add proper update_max_request handler to native protocol streams | Lennart Poettering | 2008-06-28 | 1 | -1/+18 |
| | |||||
* | make sure we call pa_sink_process_rewind() under all circumstances if a ↵ | Lennart Poettering | 2008-06-28 | 1 | -5/+11 |
| | | | | rewind was requested before we call pa_sink_render() | ||||
* | add additional file when updating speex resampler | Lennart Poettering | 2008-06-27 | 1 | -0/+1 |
| | |||||
* | update speex resampler | Lennart Poettering | 2008-06-27 | 6 | -323/+458 |
| | |||||
* | update ffmpeg resampler from upstream SVN | Lennart Poettering | 2008-06-27 | 1 | -2/+2 |
| |