summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* don't hit an assert if when process_rewind() is called with nbytes=0Lennart Poettering2008-08-042-4/+0
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* get rid of our internal copy of the speex resampler. Instead, link against a ...Lennart Poettering2008-06-289-2045/+21
* add proper update_max_request handler to native protocol streamsLennart Poettering2008-06-281-1/+18