summaryrefslogtreecommitdiff
path: root/src/modules/module-card-restore.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-27Revert "card: Support adding ports dynamically"Mikel Astiz1-43/+0
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-2/+2
2013-01-21card-restore: Only use hooks for the events.poljar (Damir Jelić)1-65/+176
2012-12-19card-restore: Log the restored profile name.Tanu Kaskinen1-1/+1
2012-07-06card-restore: Handle reading NULL profile name from the database.Tanu Kaskinen1-0/+3
2012-07-05card-restore: Add the ability to save and restore the latency offset.poljar (Damir Jelić)1-10/+112
2012-06-29card: Ensure that there's always at least one profile.Tanu Kaskinen1-1/+1
2012-05-31modules: Use PA_IDXSET_FOREACH wherever applicable.Harsh Prateek Bora1-1/+1
2011-08-12Plug some memory leaks and an invalid readMaarten Bosmans1-2/+1
2011-06-22Remove unnecessary #includesMaarten Bosmans1-3/+1
2011-06-22database: Support legacy format database entries.Colin Guthrie1-33/+83
2011-06-22database: Convert our use of database files to save in tagstruct format.Colin Guthrie1-34/+76
2011-03-18Fix up some double spacesMaarten Bosmans1-1/+1
2010-12-20Fix typosZhang Wanming1-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-1/+1
2009-06-20Base mainloop on pa_rtclock_now()Marc-André Lureau1-8/+4
2009-06-18card,stream-restore: minor cleanupsLennart Poettering1-3/+1
2009-06-18card-restore: we don't need to save card data that came from the databaseLennart Poettering1-1/+2
2009-05-14database: port restore modules to new database APILennart Poettering1-39/+26
2009-03-23only store card profile if flagged for thatLennart Poettering1-0/+3
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-19card-restore: it's not useful to check an array, let's check the lengthMarc-André Lureau1-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-2/+11
2009-01-21add a card profile restore moduleLennart Poettering1-0/+284