Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix copy/paste error | Lennart Poettering | 2008-08-04 | 1 | -1/+1 |
| | |||||
* | fix documentation to follow what actually happens | Lennart Poettering | 2008-08-04 | 1 | -2/+2 |
| | |||||
* | inherit proplist on sample playback from client | Lennart Poettering | 2008-08-04 | 1 | -0/+2 |
| | |||||
* | remove port definitions from header file since they are not actually used yet | Lennart Poettering | 2008-08-04 | 1 | -5/+0 |
| | |||||
* | add missing C++ checks in header | Lennart Poettering | 2008-08-04 | 1 | -0/+4 |
| | |||||
* | pa_bool_t is not exported | Lennart Poettering | 2008-08-04 | 2 | -2/+2 |
| | |||||
* | ignore PA_GCC_DEPRECATED and PA_GCC_PRINTF_ATTR when generating map file | Lennart Poettering | 2008-08-04 | 1 | -1/+1 |
| | |||||
* | update list of exported symbols | Lennart Poettering | 2008-08-04 | 1 | -6/+13 |
| | |||||
* | Fix linking | Colin Guthrie | 2008-08-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | wrap protocol extension of module-stream-restore | Lennart Poettering | 2008-08-04 | 6 | -4/+466 |
| | |||||
* | 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 |
| | |||||
* | define CANONICAL_HOST as macro for the GNU canonical host | Lennart Poettering | 2008-08-03 | 1 | -0/+1 |
| | |||||
* | add extension system for native protocol | Lennart Poettering | 2008-08-03 | 5 | -20/+73 |
| | |||||
* | 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 |
| | |||||
* | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio | Lennart Poettering | 2008-07-31 | 33 | -173/+462 |
|\ | |||||
| * | 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 |
| | | |||||
| * | bump needed automake version | Lennart Poettering | 2008-07-30 | 1 | -1/+1 |
| | |