summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* make sure we call pa_sink_process_rewind() under all circumstances if a rewin...Lennart Poettering2008-06-281-5/+11
* add additional file when updating speex resamplerLennart Poettering2008-06-271-0/+1
* update speex resamplerLennart Poettering2008-06-276-323/+458
* update ffmpeg resampler from upstream SVNLennart Poettering2008-06-271-2/+2
* simplify handling of rewrite requestsLennart Poettering2008-06-271-14/+3
* handle rewind requestsLennart Poettering2008-06-271-0/+4
* handle rewind requestsLennart Poettering2008-06-271-0/+4
* save a bit of memoryLennart Poettering2008-06-271-3/+5
* modernize idxset a bit, reduce memory consumption, get rid of pa_idxset_forea...Lennart Poettering2008-06-273-244/+246
* halve memory consumption of mempool flist, since we know we cannot have more ...Lennart Poettering2008-06-271-2/+2
* modernize hashmap implementation a bit, reduce memory consumption a bitLennart Poettering2008-06-276-73/+111