summaryrefslogtreecommitdiff
path: root/src/modules/module-stream-restore.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-29stream-restore: With dbus-proto fix segfault if e->device is NULL.Juho Hämäläinen1-2/+2
2016-02-18modules: Fix compiler warning comparing 0 with boolPeter Meerwald1-1/+1
2015-04-10module-*-restore: use pa_module_hook_connectDavid Henningsson1-31/+9
2015-02-26tagstruct: Distinguish pa_tagstruct_new() use casesPeter Meerwald1-4/+4
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-10-06module-stream-restore: use entry_write when filling up the databaseRicardo Salveti de Araujo1-8/+1
2014-05-02sink-input, source-output: Remove redundant get_mute() functionsTanu Kaskinen1-2/+2
2014-04-17Use pa_hashmap_remove_and_free() where appropriateTanu Kaskinen1-4/+3
2014-03-07Fix a few "it's -> its" typosAlexander E. Patrakov1-2/+2
2013-12-20modules: Fix resource leak in stream-restorePeter Meerwald1-1/+3
2013-09-17hashmap: Add the ability to free keysArun Raghavan1-2/+2
2013-07-09Use pa_(c)volume_snprint_verbose() everywhereTanu Kaskinen1-1/+3
2013-07-04Revert dbus_bool_t variables to use TRUE/FALSE instead of true/falsepoljar (Damir Jelić)1-4/+4
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-88/+88
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)1-1/+0
2013-02-16idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-1/+1
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-11/+1
2012-11-20stream-restore: Add missing method handler argument.Juho Hämäläinen1-5/+6
2012-05-31modules: Use PA_IDXSET_FOREACH wherever applicable.Harsh Prateek Bora1-1/+1
2012-01-28stream-restore: Don't verify entry validity needlessly.Tanu Kaskinen1-12/+4
2012-01-28stream-restore: Clean up the database at startup.Tanu Kaskinen1-27/+125
2011-11-24proplist: Add internal API to get stream groupArun Raghavan1-37/+13
2011-10-01stream-restore: Support a simple fallback volume tableMarc-André Lureau1-2/+95
2011-09-04stream-restore: Add proper data validity checks to the legacy database entry ...Colin Guthrie1-0/+20
2011-09-04stream-restore: Add in some variable sets that were missing from 9ffa93.Colin Guthrie1-0/+8
2011-08-12Plug some memory leaks and an invalid readMaarten Bosmans1-0/+1
2011-08-08stream-restore: Save/restore source output volume/muteColin Guthrie1-1/+91
2011-06-22Remove unnecessary #includesMaarten Bosmans1-2/+1
2011-06-22database: Support legacy format database entries.Colin Guthrie1-34/+94
2011-06-22database: Convert our use of database files to save in tagstruct format.Colin Guthrie1-188/+232
2011-06-22capture: Add the passthrough format negotiation to capture streams.Colin Guthrie1-3/+2
2011-05-02core: Add extended stream API to support compressed formatsArun Raghavan1-5/+3
2011-04-28stream-restore: Enable database dumping if DEBUG_VOLUME is defined.Tanu Kaskinen1-2/+2
2011-04-18stream-restore: Check for readability before reading volumeArun Raghavan1-1/+1
2011-04-05stream-restore: add version to new entry.Harri Mähönen1-0/+1
2011-03-29sink-input: Add volume_writable to pa_sink_input.Tanu Kaskinen1-3/+3
2011-03-18Fix up some double spacesMaarten Bosmans1-1/+1
2011-02-22Allow read-only or non-existing sink input volume.Tanu Kaskinen1-5/+9
2010-12-20fix bug about get source-output statusChen Rui1-1/+1
2010-12-20Fix typosZhang Wanming1-1/+1
2010-10-19volume: Fix incorrect usage of PA_VOLUME_IS_VALIDArun Raghavan1-1/+1
2010-10-15volume: Use a macro to check if a volume is validArun Raghavan1-1/+1
2010-05-10stream-restore: When changing restore entries with D-Bus, apply the changes i...Tanu Kaskinen1-0/+3
2010-05-10stream-restore: Fix segfaulting. The dbus entry callbacks expect a dbus_entry...Tanu Kaskinen1-1/+1
2010-02-21stream-restore: be a little bit more verbose why we don't reastore a sinkLennart Poettering1-1/+1
2010-02-05stream-restore: Clear the save_sink/save_source flags on apply_entry.Colin Guthrie1-12/+36
2009-12-03stream-restore: At startup, create dbus entries only for valid database entries.Tanu Kaskinen1-2/+7
2009-12-03stream-restore: Add a missing pa_xnew0() call in handle_add_entry().Tanu Kaskinen1-0/+1
2009-12-03stream-restore: Fix a few assertion misuses with the D-Bus code.Tanu Kaskinen1-5/+5
2009-11-21Rename all the signal parameters and variables to something more explicit.Diego Elio 'Flameeyes' Pettenò1-25/+25