summaryrefslogtreecommitdiff
path: root/src/modules/module-stream-restore.c
Commit message (Expand)AuthorAgeFilesLines
* stream-restore: make version check stricter when dropping old entriesTanu Kaskinen2021-07-091-1/+1
* stream-restore: Fix use of uninitialized variableGeorg Chini2021-04-201-2/+2
* stream-restore: Fix NULL preferred device handlingTanu Kaskinen2021-04-051-45/+101
* database: extract common method to handle machine id and architectureIgor V. Kovalenko2021-01-071-7/+5
* stream-restore,device-restore: Avoid unaligned accessArun Raghavan2020-11-231-2/+9
* module-stream-restore: check if dbus entry exists in dbus_entries map before ...Igor V. Kovalenko2020-10-131-3/+1
* module-stream-restore: log error writing volume/mute/device entry to databaseIgor V. Kovalenko2020-10-131-1/+4
* stream-restore: Forget pre-14.0 stream routingTanu Kaskinen2020-06-011-1/+41
* stream-restore: Fix a potential crash in pa_namereg_is_valid_name()Tanu Kaskinen2020-06-011-2/+2
* stream-restore: Drop the version field from the entry structTanu Kaskinen2020-06-011-6/+4
* stream-restore: Restore preferred device for new streamsGeorg Chini2020-04-091-2/+6
* stream-restore: skip entries set on source from gnome-control-centerHui Wang2019-12-141-2/+4
* source: move the streams to the default_source when the source unlinkHui Wang2019-12-141-66/+8
* source: move streams to new appeared sources if they prefer these sourcesHui Wang2019-12-141-65/+6
* source-output: clear the preferred_source if it is default_sourceHui Wang2019-12-141-6/+10
* source-output: add a new API pa_source_output_set_preferred_sourceHui Wang2019-12-141-8/+2
* source-output: change bool save_source to char *preferred_sourceHui Wang2019-12-141-10/+13
* stream-restore: skip entries setting action from gnome-control-centerHui Wang2019-11-271-2/+13
* sink: move the streams to the default_sink when the sink is unlinkedHui Wang2019-11-271-50/+0
* sink: move streams to new appeared sinks if they prefer these sinksHui Wang2019-11-271-53/+0
* sink-input: clear the preferred_sink if it is default_sinkHui Wang2019-11-261-8/+11
* sink-input: add a new API pa_sink_input_set_preferred_sinkHui Wang2019-11-251-8/+2
* sink-input: change bool save_sink to char *preferred_sinkHui Wang2019-11-251-10/+13
* stream-restore: Don't restore if the active_port is PA_AVAILABLE_NOHui Wang2019-06-091-4/+8
* module-stream-restore: Silence compiler warnings when dbus is disabledArnaud Rebillout2018-12-271-0/+5
* sink, source: remove the state gettersTanu Kaskinen2018-07-021-4/+4
* sink-input, source-output: remove the state gettersTanu Kaskinen2018-07-021-2/+2
* Fix memory leaksJungsup Lee2018-03-231-1/+6
* 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