summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix linkingColin Guthrie2008-08-041-2/+2
| * wrap protocol extension of module-stream-restoreLennart Poettering2008-08-046-4/+466
| * add protocol extension to module-stream-restoreLennart Poettering2008-08-041-10/+322
| * store channel map in database and remap volumes if necessaryLennart Poettering2008-08-041-10/+23
| * add hooks for connection creation/deletion, for that export pa_native_connectionLennart Poettering2008-08-043-206/+248
| * split out save trigger functionLennart Poettering2008-08-041-7/+15
| * store channel map in database and remap volumes if ncessaryLennart Poettering2008-08-041-10/+22
| * add new API function pa_cvolume_remap()Lennart Poettering2008-08-042-0/+89
| * don't hit an assert if when process_rewind() is called with nbytes=0Lennart Poettering2008-08-042-4/+0
* | Merge branch 'master' of git://git.0pointer.de/pulseaudioColin Guthrie2008-08-035-79/+537
|\|
| * load module-device-restore and module-stream-restore by default, don't load m...Lennart Poettering2008-08-031-2/+3
| * add new module module-stream-restoreLennart Poettering2008-08-032-1/+442
| * a bit of refactoringLennart Poettering2008-08-031-75/+91
| * fix uninitialized memory accessLennart Poettering2008-08-031-1/+1
* | Fix linkingColin Guthrie2008-08-031-2/+2
* | Merge branch 'master' of git://git.0pointer.de/pulseaudioColin Guthrie2008-08-0342-772/+1519
|\|
| * add extension system for native protocolLennart Poettering2008-08-033-18/+65
| * store load_once flag for moduleLennart Poettering2008-08-032-4/+9
| * add a new error code PA_ERR_NOEXTENSIONLennart Poettering2008-08-032-1/+5
| * start idle timer even when no module is ever loadedLennart Poettering2008-08-031-0/+2
| * some pa_bool_t'izationLennart Poettering2008-08-031-5/+8
| * fix iteration over random devicesSjoerd Simons2008-08-031-0/+2
| * make all protocol objects global singletonsLennart Poettering2008-08-0315-640/+1132
| * use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() to mak...Lennart Poettering2008-08-031-2/+1
| * simplify a bitLennart Poettering2008-08-031-2/+4
| * add new api function pa_cli_get_module()Lennart Poettering2008-08-032-1/+9
| * introduce pa_cli_eof_cb_tLennart Poettering2008-08-032-6/+8
| * rename pa_hook_free() to pa_hook_done() since the hook struct is allocated on...Lennart Poettering2008-08-034-4/+4
| * use @ as seperator between shared name variable and instanceLennart Poettering2008-08-031-1/+2
| * make sure we don't leak userdata structLennart Poettering2008-08-031-1/+1
| * allow running of PA with a valgring that doesn't know cap_set_capsLennart Poettering2008-08-031-0/+13
| * add new auth cookie singletonLennart Poettering2008-08-032-0/+144
| * rename props.[ch] to shared.[ch]Lennart Poettering2008-08-0110-10/+10
| * rename pa_property_xxx to pa_shared_xxx to avoid confusion with property listsLennart Poettering2008-08-0110-83/+84
| * fix build without ALSALennart Poettering2008-08-011-0/+2
| * A fix on src/Makefile.amStanley Cai2008-07-311-2/+2
| * a bit of pa_bool_t'izationLennart Poettering2008-07-311-9/+9
| * allow global tsched setting for all modules loaded by module-halLennart Poettering2008-07-312-5/+20
| * reword comment on dbus a bitLennart Poettering2008-07-311-3/+3
| * Work around D-Bus bug that involves dbus_shutdown() to call exit() when it sh...Lennart Poettering2008-07-311-0/+5
* | Merge branch 'master' of git://git.0pointer.de/pulseaudioColin Guthrie2008-07-3027-149/+416
|\|
| * don't allow --start in system modeLennart Poettering2008-07-301-0/+5
| * use the right LIBICONV macro, spotted by woglinde, closes #324Lennart Poettering2008-07-301-2/+2
| * install a default system.paLennart Poettering2008-07-304-1/+67
| * don't pass rediculously high values to umask()Lennart Poettering2008-07-301-1/+1
| * remove debug messageLennart Poettering2008-07-301-2/+0
| * fix two thinkos in signal reset/close_all codeLennart Poettering2008-07-291-9/+14
| * make module-hal and module-ck live together in peacev0.9.11Lennart Poettering2008-07-242-2/+8
| * fix destruction of dbus modules: make sure we don't leave filter function reg...Lennart Poettering2008-07-243-3/+23
| * hide start-pulseaudio-x11Lennart Poettering2008-07-241-0/+1