summaryrefslogtreecommitdiff
path: root/src/modules/module-device-restore.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-04pulsecore: Move pa_core structure into its own headerArun Raghavan1-0/+1
2015-04-10module-*-restore: use pa_module_hook_connectDavid Henningsson1-35/+8
2015-02-26tagstruct: Distinguish pa_tagstruct_new() use casesPeter Meerwald1-6/+6
2015-01-29module-device-restore: Fix memory leak in read_sink_format_replyDavid Henningsson1-0/+1
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-10-28module-card/device-restore: Do not legacy load an empty entryDavid Henningsson1-3/+5
2014-08-18device-restore: Sync the database on unloadTanu Kaskinen1-1/+3
2014-03-26device-restore: log restored mute stateWim Taymans1-2/+4
2013-12-20modules: Fix resource leak in device-restorePeter Meerwald1-0/+1
2013-07-09Use pa_(c)volume_snprint_verbose() everywhereTanu Kaskinen1-10/+6
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-70/+70
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)1-4/+0
2013-02-16idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-3/+3
2012-12-19device-restore: Fix empty argument list declaration.Tanu Kaskinen1-2/+2
2012-11-04device-restore: When restoring volume, print the restored volume to the log.Tanu Kaskinen1-6/+10
2012-05-31modules: Use PA_IDXSET_FOREACH wherever applicable.Harsh Prateek Bora1-3/+3
2011-09-05device-restore: Fix use-after-free error.Colin Guthrie1-2/+5
2011-09-03device-restore: Simplify the migration of data to per-port keys.Colin Guthrie1-65/+65
2011-08-29device-restore: Restore volumes on port change.Colin Guthrie1-0/+89
2011-08-29device-restore: Split device restore database into two parts.Colin Guthrie1-165/+371
2011-08-25More spelling fixesMaarten Bosmans1-1/+1
2011-08-18device-restore: Change the API to include type information (sink vs. source)Colin Guthrie1-12/+31
2011-08-18Revert "device-restore: Make bools not be bit fields"Arun Raghavan1-4/+4
2011-08-15device-restore: Log invalid sink index while setting formatsArun Raghavan1-1/+3
2011-08-15device-restore: Set sink format when possibleArun Raghavan1-6/+41
2011-08-15device-restore: Make bools not be bit fieldsArun Raghavan1-3/+3
2011-08-09device-restore: Various fixes for the protocol extension.Colin Guthrie1-4/+28
2011-06-22Remove unnecessary #includesMaarten Bosmans1-4/+3
2011-06-22database: Support legacy format database entries.Colin Guthrie1-53/+137
2011-06-22device-restore: Add a new protocol extension for device-restore.Colin Guthrie1-3/+266
2011-06-22database: Convert our use of database files to save in tagstruct format.Colin Guthrie1-61/+130
2011-03-18Fix up some double spacesMaarten Bosmans1-1/+1
2010-12-20Fix typosZhang Wanming1-1/+1
2009-08-19sink: volume handling rework, new flat volume logicLennart Poettering1-1/+1
2009-06-22Merge most of elmarco/rtclock2Lennart Poettering1-8/+4
2009-06-22restore: change 'save' flag behaviour to reflect whether an entry shall and/o...Lennart Poettering1-12/+18
2009-06-20Base mainloop on pa_rtclock_now()Marc-André Lureau1-8/+4
2009-06-18device-restore: properly check save_muted flag when storing muted stateLennart Poettering1-1/+1
2009-06-18device-restore: save last used port in databaseLennart Poettering1-31/+171
2009-05-14database: port restore modules to new database APILennart Poettering1-39/+26
2009-04-13core: introduce new 'reference' volume for sinksLennart Poettering1-1/+1
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-13make PA_GCC_PACKED and PA_GCC_MALLOC actually workLennart Poettering1-2/+2
2009-02-04version all entries in the databaseLennart Poettering1-3/+12
2009-01-28add missing usage stringsLennart Poettering1-0/+3
2009-01-21don't restore mute/volume when already setLennart Poettering1-10/+27
2008-12-17Pass GDBM_NOLOCK to gdbmLennart Poettering1-1/+1
2008-08-29reduce needlessly large gdbm cache a bitLennart Poettering1-0/+5
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-2/+2
2008-08-13pass force_refresh=FALSE to all volume/mute read invocationsLennart Poettering1-4/+4