summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-096-8/+8
* Modify pa_state_path() to take an additional argument for prepending the mach...Lennart Poettering2008-08-074-25/+13
* include host name in default sink/default source fileLennart Poettering2008-08-061-4/+15
* add new switch --disallow-exitLennart Poettering2008-08-061-1/+1
* fix shutdown when --disallow-module-loading=1 is passedLennart Poettering2008-08-0521-42/+42
* add a function to dump the stream database for debugging purposesLennart Poettering2008-08-051-0/+32
* 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-041-1/+1
* 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 module module-stream-restoreLennart Poettering2008-08-031-0/+433
* a bit of refactoringLennart Poettering2008-08-031-75/+91
* make all protocol objects global singletonsLennart Poettering2008-08-034-243/+329
* make sure we don't leak userdata structLennart Poettering2008-08-031-1/+1
* rename props.[ch] to shared.[ch]Lennart Poettering2008-08-012-2/+2
* rename pa_property_xxx to pa_shared_xxx to avoid confusion with property listsLennart Poettering2008-08-012-4/+4
* fix build without ALSALennart Poettering2008-08-011-0/+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
* 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
* reset dbus error struct before retrying parsing messagesLennart Poettering2008-07-241-0/+6
* 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
* 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
* make sure we call pa_sink_process_rewind() under all circumstances if a rewin...Lennart Poettering2008-06-281-5/+11
* 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
* modernize hashmap implementation a bit, reduce memory consumption a bitLennart Poettering2008-06-272-2/+2
* always forward rewind requests to the sink, and don't abort on nbytes=0Lennart Poettering2008-06-262-9/+6
* make sure to call process_rewind() under all circumstances before we do the n...Lennart Poettering2008-06-267-9/+33
* split pa_memblockq_flush() into two flush commands, one which fixes up the re...Lennart Poettering2008-06-261-2/+2
* fix deadlock when resuming oss sinksLennart Poettering2008-06-211-2/+5
* call the right function in the right contextLennart Poettering2008-06-212-2/+2
* since the sink is unlinked before the sink input we need to make sure we don'...Lennart Poettering2008-06-212-10/+10
* Request a rewrite immediately after we have been linked, so that playback sta...Lennart Poettering2008-06-201-0/+15
* Rework module-combine to work with glitch-free core; add new max_request fiel...Lennart Poettering2008-06-207-279/+377
* fix interpretation of remix parameterLennart Poettering2008-06-201-1/+1
* add new remix= parameter to remap sinkLennart Poettering2008-06-191-3/+11
* make user of pa_channel_map_init_extend() wherever it makes senseLennart Poettering2008-06-184-30/+7
* remove remaining $Lennart Poettering2008-06-181-1/+0
* get rid of svn $ keywordsLennart Poettering2008-06-1855-110/+0
* add missing gitignore filesLennart Poettering2008-06-181-0/+1
* bring module-tunnel back to lifeLennart Poettering2008-06-171-178/+578
* use new pa_sink_set_latency_range() in null sinkLennart Poettering2008-06-161-1/+2
* fix a minor memory leak when unloading m-c-kLennart Poettering2008-06-132-3/+6
* drop hal inclusion from module-console-kit.cLennart Poettering2008-06-121-2/+0