summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2008-07-3133-173/+462
| |\
| | * 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 branches 'master' and 'master' of ssh://rootserver/home/lennart/git/pub...Lennart Poettering2008-07-040-0/+0
* | | Merge branch 'master' of git://git.0pointer.de/pulseaudioColin Guthrie2008-07-3029-155/+423
|\ \ \ | | |/ | |/|
| * | 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
| * | bump needed automake versionLennart Poettering2008-07-301-1/+1
| * | install a default system.paLennart Poettering2008-07-304-1/+67
| * | Make the alsa error message give out the needed version.Petteri Räty2008-07-301-1/+1
| * | don't pass rediculously high values to umask()Lennart Poettering2008-07-301-1/+1
| * | remove debug messageLennart Poettering2008-07-301-2/+0
| * | hide doxygen docs from gitLennart Poettering2008-07-291-0/+1
| * | 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
| * | reset dbus error struct before retrying parsing messagesLennart Poettering2008-07-241-0/+6
| * | add missing pieces for new startup logicLennart Poettering2008-07-234-14/+51
| * | bump api versonLennart Poettering2008-07-231-1/+1
| * | follow consolekit's recent D-Bus API change, original patch from William Jon ...Lennart Poettering2008-07-231-11/+19
| * | allow module-x11-xsmp to be loaded more than onceLennart Poettering2008-07-231-1/+1
| * | don't break if we fail to resume access to an audio deviceLennart Poettering2008-07-232-8/+26
| * | bump alsa dep to 1.0.17Lennart Poettering2008-07-231-1/+1
| * | make missing gdbm fatal (spotted by Betelgeuse)Lennart Poettering2008-07-231-1/+1
| * | don't drop caps if we are started as normal root userLennart Poettering2008-07-221-1/+1
| * | enable exit-on-idle by defaultLennart Poettering2008-07-225-17/+18
| * | prepare doxygen docs for 0.9.11Lennart Poettering2008-07-218-78/+174
| * | fix gconf autoconf checkLennart Poettering2008-07-211-1/+1
* | | Merge branch 'master' of git://git.0pointer.de/pulseaudioColin Guthrie2008-07-212-2/+3
|\| |
| * | forward process_msg calls to the generic source handler, not the generic sink...Lennart Poettering2008-07-161-1/+1
| * | try to bypass alsa softvol, since it is broken when used with snd_pcm_rewind()Lennart Poettering2008-07-161-1/+2
| |/
* / Fix documentation of constant: PA_VOLUME_MUTED (not PA_VOLUME_MUTE)Colin Guthrie2008-07-031-1/+1
|/