summaryrefslogtreecommitdiff
path: root/src/modules/module-device-restore.c
Commit message (Expand)AuthorAgeFilesLines
* module-*-restore: use pa_module_hook_connectDavid Henningsson2015-04-101-35/+8
* tagstruct: Distinguish pa_tagstruct_new() use casesPeter Meerwald2015-02-261-6/+6
* module-device-restore: Fix memory leak in read_sink_format_replyDavid Henningsson2015-01-291-0/+1
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* module-card/device-restore: Do not legacy load an empty entryDavid Henningsson2014-10-281-3/+5
* device-restore: Sync the database on unloadTanu Kaskinen2014-08-181-1/+3
* device-restore: log restored mute stateWim Taymans2014-03-261-2/+4
* modules: Fix resource leak in device-restorePeter Meerwald2013-12-201-0/+1
* Use pa_(c)volume_snprint_verbose() everywhereTanu Kaskinen2013-07-091-10/+6
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-70/+70
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-241-4/+0
* idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-3/+3
* device-restore: Fix empty argument list declaration.Tanu Kaskinen2012-12-191-2/+2
* device-restore: When restoring volume, print the restored volume to the log.Tanu Kaskinen2012-11-041-6/+10
* modules: Use PA_IDXSET_FOREACH wherever applicable.Harsh Prateek Bora2012-05-311-3/+3
* device-restore: Fix use-after-free error.Colin Guthrie2011-09-051-2/+5
* device-restore: Simplify the migration of data to per-port keys.Colin Guthrie2011-09-031-65/+65
* device-restore: Restore volumes on port change.Colin Guthrie2011-08-291-0/+89
* device-restore: Split device restore database into two parts.Colin Guthrie2011-08-291-165/+371
* More spelling fixesMaarten Bosmans2011-08-251-1/+1
* device-restore: Change the API to include type information (sink vs. source)Colin Guthrie2011-08-181-12/+31
* Revert "device-restore: Make bools not be bit fields"Arun Raghavan2011-08-181-4/+4
* device-restore: Log invalid sink index while setting formatsArun Raghavan2011-08-151-1/+3
* device-restore: Set sink format when possibleArun Raghavan2011-08-151-6/+41
* device-restore: Make bools not be bit fieldsArun Raghavan2011-08-151-3/+3
* device-restore: Various fixes for the protocol extension.Colin Guthrie2011-08-091-4/+28
* Remove unnecessary #includesMaarten Bosmans2011-06-221-4/+3
* database: Support legacy format database entries.Colin Guthrie2011-06-221-53/+137
* device-restore: Add a new protocol extension for device-restore.Colin Guthrie2011-06-221-3/+266
* database: Convert our use of database files to save in tagstruct format.Colin Guthrie2011-06-221-61/+130
* Fix up some double spacesMaarten Bosmans2011-03-181-1/+1
* Fix typosZhang Wanming2010-12-201-1/+1
* sink: volume handling rework, new flat volume logicLennart Poettering2009-08-191-1/+1
* Merge most of elmarco/rtclock2Lennart Poettering2009-06-221-8/+4
|\
| * Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-8/+4
* | restore: change 'save' flag behaviour to reflect whether an entry shall and/o...Lennart Poettering2009-06-221-12/+18
|/
* device-restore: properly check save_muted flag when storing muted stateLennart Poettering2009-06-181-1/+1
* device-restore: save last used port in databaseLennart Poettering2009-06-181-31/+171
* database: port restore modules to new database APILennart Poettering2009-05-141-39/+26
* core: introduce new 'reference' volume for sinksLennart Poettering2009-04-131-1/+1
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* make PA_GCC_PACKED and PA_GCC_MALLOC actually workLennart Poettering2009-02-131-2/+2
* version all entries in the databaseLennart Poettering2009-02-041-3/+12
* add missing usage stringsLennart Poettering2009-01-281-0/+3
* don't restore mute/volume when already setLennart Poettering2009-01-211-10/+27
* Pass GDBM_NOLOCK to gdbmLennart Poettering2008-12-171-1/+1
* reduce needlessly large gdbm cache a bitLennart Poettering2008-08-291-0/+5
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-2/+2
* pass force_refresh=FALSE to all volume/mute read invocationsLennart Poettering2008-08-131-4/+4
* Modify pa_state_path() to take an additional argument for prepending the mach...Lennart Poettering2008-08-071-5/+5