summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* rework device opening code: work around broken SND_PCM_NO_AUTO_xxx support in...Lennart Poettering2008-08-311-39/+68
* reduce needlessly large gdbm cache a bitLennart Poettering2008-08-292-0/+10
* alsa_error_handler should note source of errorsEd Catmur2008-08-261-1/+6
* add a few missing castsLennart Poettering2008-08-202-8/+8
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-1931-252/+259
* don't unref pa_native_options object twiceLennart Poettering2008-08-181-7/+6
* add some code to make invalid valgrind warnings go awayLennart Poettering2008-08-182-0/+34
* restore volume/device for streams only when it wasn't set beforeLennart Poettering2008-08-181-8/+21
* fix type errorLennart Poettering2008-08-181-4/+8
* Make Multicast TTL for RTP configurable, patch from 'dfort'Lennart Poettering2008-08-151-2/+17
* apply newly configured rules properlyLennart Poettering2008-08-151-2/+3
* apply volumes properly more than once in a rowLennart Poettering2008-08-151-1/+2
* apply the correct rules to sink inputsLennart Poettering2008-08-151-1/+1
* don't restore devices for direct-on-input streamsLennart Poettering2008-08-151-0/+1
* pass force_refresh=FALSE to all volume/mute read invocationsLennart Poettering2008-08-133-8/+8
* drop 0db reset functions since they are not necessary anymoreLennart Poettering2008-08-132-53/+0
* extend hardware dB scale in software to full range if necessary, instead of r...Lennart Poettering2008-08-132-191/+295
* add new function pa_alsa_volume_divide()Lennart Poettering2008-08-132-0/+27
* reword some log messagesLennart Poettering2008-08-131-3/+3
* fix protocol destructionLennart Poettering2008-08-131-4/+3
* fix two uninitialized memory accessesLennart Poettering2008-08-112-6/+6
* make gcc shut upLennart Poettering2008-08-091-1/+1
* 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