summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)AuthorFilesLines
2008-08-05fix shutdown when --disallow-module-loading=1 is passedLennart Poettering21-42/+42
2008-08-05add a function to dump the stream database for debugging purposesLennart Poettering1-0/+32
2008-08-04add protocol extension to module-stream-restoreLennart Poettering1-10/+322
2008-08-04store channel map in database and remap volumes if necessaryLennart Poettering1-10/+23
2008-08-04add hooks for connection creation/deletion, for that export pa_native_connectionLennart Poettering1-1/+1
2008-08-04split out save trigger functionLennart Poettering1-7/+15
2008-08-04store channel map in database and remap volumes if ncessaryLennart Poettering1-10/+22
2008-08-03add new module module-stream-restoreLennart Poettering1-0/+433
2008-08-03a bit of refactoringLennart Poettering1-75/+91
2008-08-03make all protocol objects global singletonsLennart Poettering4-243/+329
2008-08-03make sure we don't leak userdata structLennart Poettering1-1/+1
2008-08-01rename props.[ch] to shared.[ch]Lennart Poettering2-2/+2
2008-08-01rename pa_property_xxx to pa_shared_xxx to avoid confusion with property listsLennart Poettering2-4/+4
2008-08-01fix build without ALSALennart Poettering1-0/+2
2008-07-31a bit of pa_bool_t'izationLennart Poettering1-9/+9
2008-07-31allow global tsched setting for all modules loaded by module-halLennart Poettering2-5/+20
2008-07-24make module-hal and module-ck live together in peacev0.9.11Lennart Poettering2-2/+8
2008-07-24fix destruction of dbus modules: make sure we don't leave filter function reg...Lennart Poettering3-3/+23
2008-07-24reset dbus error struct before retrying parsing messagesLennart Poettering1-0/+6
2008-07-23follow consolekit's recent D-Bus API change, original patch from William Jon ...Lennart Poettering1-11/+19
2008-07-23allow module-x11-xsmp to be loaded more than onceLennart Poettering1-1/+1
2008-07-16forward process_msg calls to the generic source handler, not the generic sink...Lennart Poettering1-1/+1
2008-07-16try to bypass alsa softvol, since it is broken when used with snd_pcm_rewind()Lennart Poettering1-1/+2
2008-06-28make sure we call pa_sink_process_rewind() under all circumstances if a rewin...Lennart Poettering1-5/+11
2008-06-27simplify handling of rewrite requestsLennart Poettering1-14/+3
2008-06-27handle rewind requestsLennart Poettering1-0/+4
2008-06-27handle rewind requestsLennart Poettering1-0/+4
2008-06-27modernize hashmap implementation a bit, reduce memory consumption a bitLennart Poettering2-2/+2
2008-06-26always forward rewind requests to the sink, and don't abort on nbytes=0Lennart Poettering2-9/+6
2008-06-26make sure to call process_rewind() under all circumstances before we do the n...Lennart Poettering7-9/+33
2008-06-26split pa_memblockq_flush() into two flush commands, one which fixes up the re...Lennart Poettering1-2/+2
2008-06-21fix deadlock when resuming oss sinksLennart Poettering1-2/+5
2008-06-21call the right function in the right contextLennart Poettering2-2/+2
2008-06-21since the sink is unlinked before the sink input we need to make sure we don'...Lennart Poettering2-10/+10
2008-06-20Request a rewrite immediately after we have been linked, so that playback sta...Lennart Poettering1-0/+15
2008-06-20Rework module-combine to work with glitch-free core; add new max_request fiel...Lennart Poettering7-279/+377
2008-06-20fix interpretation of remix parameterLennart Poettering1-1/+1
2008-06-19add new remix= parameter to remap sinkLennart Poettering1-3/+11
2008-06-18make user of pa_channel_map_init_extend() wherever it makes senseLennart Poettering4-30/+7
2008-06-18remove remaining $Lennart Poettering1-1/+0
2008-06-18get rid of svn $ keywordsLennart Poettering55-110/+0
2008-06-18add missing gitignore filesLennart Poettering1-0/+1
2008-06-17bring module-tunnel back to lifeLennart Poettering1-178/+578
2008-06-16use new pa_sink_set_latency_range() in null sinkLennart Poettering1-1/+2
2008-06-13fix a minor memory leak when unloading m-c-kLennart Poettering2-3/+6
2008-06-12drop hal inclusion from module-console-kit.cLennart Poettering1-2/+0
2008-06-12Trivial typo fix in debug log message.Colin Guthrie1-1/+1
2008-06-11merge Colin Guthrie's module-always-sink module, and add priorization to the ...Lennart Poettering9-34/+214
2008-06-11don't exit when the XSM signals us a session exit. instead just unload all X1...Lennart Poettering3-44/+151
2008-06-11add new module-console-kit which tracks ck sessions to avoid termination when...Lennart Poettering1-0/+334