summaryrefslogtreecommitdiffstats
path: root/src/modules/module-card-restore.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary #includesMaarten Bosmans2011-06-221-3/+1
|
* database: Support legacy format database entries.Colin Guthrie2011-06-221-33/+83
| | | | | | This adds code to specifically support legacy entries. I kept this code in a separate commit so that it can be (relatively) easily removed at some point in the future.
* database: Convert our use of database files to save in tagstruct format.Colin Guthrie2011-06-221-34/+76
| | | | | | | | | | | | | This has the advantage of allowing versioned updates in the future, thus allowing us to be more user friendly going forward (as opposed to just ignoring entries from old versions). The primary motivation for this, however, is to allow variable length storage in each entry which will be needed for upcoming work. At present this commit will ignore any legacy entries but support for reading and subsequently converting legacy entries will be added shortly.
* Fix up some double spacesMaarten Bosmans2011-03-181-1/+1
|
* Fix typosZhang Wanming2010-12-201-1/+1
|
* Merge most of elmarco/rtclock2Lennart Poettering2009-06-221-8/+4
|\ | | | | | | Merge commit 'e4d914c945c13d23b131d7ba75fbdd03cb6d0043'
| * Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the mainloop to monotonic based time events. Introduces 4 helper functions: pa_{context,core}_rttime_{new,restart}(), that fill correctly a timeval with the rtclock flag set if the mainloop supports it. Both mainloop-test and mainloop-test-glib works with rt and timeval based time events. PulseAudio and clients should be fully functional. This patch has received several iterations, and this one as been largely untested. Signed-off-by: Marc-André Lureau <marca-andre.lureau@nokia.com>
* | restore: change 'save' flag behaviour to reflect whether an entry shall ↵Lennart Poettering2009-06-221-1/+1
|/ | | | and/or is in the on-disk databases
* card,stream-restore: minor cleanupsLennart Poettering2009-06-181-3/+1
|
* card-restore: we don't need to save card data that came from the databaseLennart Poettering2009-06-181-1/+2
|
* database: port restore modules to new database APILennart Poettering2009-05-141-39/+26
|
* only store card profile if flagged for thatLennart Poettering2009-03-231-0/+3
|
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
|
* card-restore: it's not useful to check an array, let's check the lengthMarc-André Lureau2009-02-191-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-2/+11
|
* add a card profile restore moduleLennart Poettering2009-01-211-0/+284