Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary #includes | Maarten Bosmans | 2011-06-22 | 1 | -3/+1 |
| | |||||
* | database: Support legacy format database entries. | Colin Guthrie | 2011-06-22 | 1 | -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 Guthrie | 2011-06-22 | 1 | -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 spaces | Maarten Bosmans | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | Fix typos | Zhang Wanming | 2010-12-20 | 1 | -1/+1 |
| | |||||
* | Merge most of elmarco/rtclock2 | Lennart Poettering | 2009-06-22 | 1 | -8/+4 |
|\ | | | | | | | Merge commit 'e4d914c945c13d23b131d7ba75fbdd03cb6d0043' | ||||
| * | Base mainloop on pa_rtclock_now() | Marc-André Lureau | 2009-06-20 | 1 | -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 Poettering | 2009-06-22 | 1 | -1/+1 |
|/ | | | | and/or is in the on-disk databases | ||||
* | card,stream-restore: minor cleanups | Lennart Poettering | 2009-06-18 | 1 | -3/+1 |
| | |||||
* | card-restore: we don't need to save card data that came from the database | Lennart Poettering | 2009-06-18 | 1 | -1/+2 |
| | |||||
* | database: port restore modules to new database API | Lennart Poettering | 2009-05-14 | 1 | -39/+26 |
| | |||||
* | only store card profile if flagged for that | Lennart Poettering | 2009-03-23 | 1 | -0/+3 |
| | |||||
* | Use LGPL 2.1 on all files previously using LGPL 2 | Colin Guthrie | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | card-restore: it's not useful to check an array, let's check the length | Marc-André Lureau | 2009-02-19 | 1 | -1/+1 |
| | |||||
* | make PA_GCC_PACKED and PA_GCC_MALLOC actually work | Lennart Poettering | 2009-02-13 | 1 | -2/+2 |
| | |||||
* | version all entries in the database | Lennart Poettering | 2009-02-04 | 1 | -2/+11 |
| | |||||
* | add a card profile restore module | Lennart Poettering | 2009-01-21 | 1 | -0/+284 |