summaryrefslogtreecommitdiff
path: root/src/modules/module-stream-restore.c
Commit message (Expand)AuthorAgeFilesLines
* build-sys: Stop using symdef headers for modulesArun Raghavan2017-12-121-2/+0
* sink-input, source-output: add sink/source_requested_by_application flagTanu Kaskinen2017-12-021-2/+2
* stream-restore: Ignore sink-inputs/source-outputs that connect a filter to th...Georg Chini2017-05-311-0/+44
* stream-restore: With dbus-proto fix segfault if e->device is NULL.Juho Hämäläinen2016-04-291-2/+2
* modules: Fix compiler warning comparing 0 with boolPeter Meerwald2016-02-181-1/+1
* module-*-restore: use pa_module_hook_connectDavid Henningsson2015-04-101-31/+9
* tagstruct: Distinguish pa_tagstruct_new() use casesPeter Meerwald2015-02-261-4/+4
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* module-stream-restore: use entry_write when filling up the databaseRicardo Salveti de Araujo2014-10-061-8/+1
* sink-input, source-output: Remove redundant get_mute() functionsTanu Kaskinen2014-05-021-2/+2
* Use pa_hashmap_remove_and_free() where appropriateTanu Kaskinen2014-04-171-4/+3
* Fix a few "it's -> its" typosAlexander E. Patrakov2014-03-071-2/+2
* modules: Fix resource leak in stream-restorePeter Meerwald2013-12-201-1/+3
* hashmap: Add the ability to free keysArun Raghavan2013-09-171-2/+2
* Use pa_(c)volume_snprint_verbose() everywhereTanu Kaskinen2013-07-091-1/+3
* Revert dbus_bool_t variables to use TRUE/FALSE instead of true/falsepoljar (Damir Jelić)2013-07-041-4/+4
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-88/+88
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-241-1/+0
* idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-1/+1
* hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-11/+1
* stream-restore: Add missing method handler argument.Juho Hämäläinen2012-11-201-5/+6
* modules: Use PA_IDXSET_FOREACH wherever applicable.Harsh Prateek Bora2012-05-311-1/+1
* stream-restore: Don't verify entry validity needlessly.Tanu Kaskinen2012-01-281-12/+4
* stream-restore: Clean up the database at startup.Tanu Kaskinen2012-01-281-27/+125
* proplist: Add internal API to get stream groupArun Raghavan2011-11-241-37/+13
* stream-restore: Support a simple fallback volume tableMarc-André Lureau2011-10-011-2/+95
* stream-restore: Add proper data validity checks to the legacy database entry ...Colin Guthrie2011-09-041-0/+20
* stream-restore: Add in some variable sets that were missing from 9ffa93.Colin Guthrie2011-09-041-0/+8
* Plug some memory leaks and an invalid readMaarten Bosmans2011-08-121-0/+1
* stream-restore: Save/restore source output volume/muteColin Guthrie2011-08-081-1/+91
* Remove unnecessary #includesMaarten Bosmans2011-06-221-2/+1
* database: Support legacy format database entries.Colin Guthrie2011-06-221-34/+94
* database: Convert our use of database files to save in tagstruct format.Colin Guthrie2011-06-221-188/+232
* capture: Add the passthrough format negotiation to capture streams.Colin Guthrie2011-06-221-3/+2
* core: Add extended stream API to support compressed formatsArun Raghavan2011-05-021-5/+3
* stream-restore: Enable database dumping if DEBUG_VOLUME is defined.Tanu Kaskinen2011-04-281-2/+2
* stream-restore: Check for readability before reading volumeArun Raghavan2011-04-181-1/+1
* stream-restore: add version to new entry.Harri Mähönen2011-04-051-0/+1
* sink-input: Add volume_writable to pa_sink_input.Tanu Kaskinen2011-03-291-3/+3
* Fix up some double spacesMaarten Bosmans2011-03-181-1/+1
* Allow read-only or non-existing sink input volume.Tanu Kaskinen2011-02-221-5/+9
* fix bug about get source-output statusChen Rui2010-12-201-1/+1
* Fix typosZhang Wanming2010-12-201-1/+1
* volume: Fix incorrect usage of PA_VOLUME_IS_VALIDArun Raghavan2010-10-191-1/+1
* volume: Use a macro to check if a volume is validArun Raghavan2010-10-151-1/+1
* stream-restore: When changing restore entries with D-Bus, apply the changes i...Tanu Kaskinen2010-05-101-0/+3
* stream-restore: Fix segfaulting. The dbus entry callbacks expect a dbus_entry...Tanu Kaskinen2010-05-101-1/+1
* stream-restore: be a little bit more verbose why we don't reastore a sinkLennart Poettering2010-02-211-1/+1
* stream-restore: Clear the save_sink/save_source flags on apply_entry.Colin Guthrie2010-02-051-12/+36
* stream-restore: At startup, create dbus entries only for valid database entries.Tanu Kaskinen2009-12-031-2/+7