Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add protocol extension to module-stream-restore | Lennart Poettering | 2008-08-04 | 1 | -10/+322 |
| | |||||
* | store channel map in database and remap volumes if necessary | Lennart Poettering | 2008-08-04 | 1 | -10/+23 |
| | |||||
* | add hooks for connection creation/deletion, for that export pa_native_connection | Lennart Poettering | 2008-08-04 | 3 | -206/+248 |
| | |||||
* | split out save trigger function | Lennart Poettering | 2008-08-04 | 1 | -7/+15 |
| | |||||
* | store channel map in database and remap volumes if ncessary | Lennart Poettering | 2008-08-04 | 1 | -10/+22 |
| | |||||
* | add new API function pa_cvolume_remap() | Lennart Poettering | 2008-08-04 | 2 | -0/+89 |
| | |||||
* | don't hit an assert if when process_rewind() is called with nbytes=0 | Lennart Poettering | 2008-08-04 | 2 | -4/+0 |
| | |||||
* | 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 | ||||
* | add new module module-stream-restore | Lennart Poettering | 2008-08-03 | 2 | -1/+442 |
| | |||||
* | a bit of refactoring | Lennart Poettering | 2008-08-03 | 1 | -75/+91 |
| | |||||
* | 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 |
| |