Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of git://git.0pointer.de/pulseaudio | Colin Guthrie | 2008-08-03 | 6 | -79/+538 |
|\ | |||||
| * | 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 |
| | | |||||
* | | Fix linking | Colin Guthrie | 2008-08-03 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' of git://git.0pointer.de/pulseaudio | Colin Guthrie | 2008-08-03 | 44 | -774/+1527 |
|\| | |||||
| * | 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 | ||||
| * | | Merge branches 'master' and 'master' of ↵ | Lennart Poettering | 2008-07-04 | 0 | -0/+0 |
| | | | | | | | | | | | | ssh://rootserver/home/lennart/git/public/pulseaudio | ||||
* | | | Merge branch 'master' of git://git.0pointer.de/pulseaudio | Colin Guthrie | 2008-07-30 | 29 | -155/+423 |
|\ \ \ | | |/ | |/| | |||||
| * | | 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 |
| | | | |||||
| * | | install a default system.pa | Lennart Poettering | 2008-07-30 | 4 | -1/+67 |
| | | | |||||
| * | | Make the alsa error message give out the needed version. | Petteri Räty | 2008-07-30 | 1 | -1/+1 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | hide doxygen docs from git | Lennart Poettering | 2008-07-29 | 1 | -0/+1 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | bump api verson | Lennart Poettering | 2008-07-23 | 1 | -1/+1 |
| | | |