summaryrefslogtreecommitdiff
path: root/src/database/database.cpp
AgeCommit message (Collapse)Author
2023-09-26std::string -> std::pmr::string in psramjacqueline
2023-09-08fix some leveldb errors on transition to standbyjacqueline
turns out you gotta free the iterators. wow!!
2023-09-06Add an opus-specific tag parserjacqueline
2023-09-05Add all albums index, do some locales prepjacqueline
2023-09-04Don't reuse iterators across page fetchesjacqueline
This was done for performance reasons, but performance seems okay without it, and it introduces a bunch of memory management headaches.
2023-08-30Use a service locator instead of passing around subsets of drivers between FSMsjacqueline
2023-08-17Start on basic onboarding screensjacqueline
2023-08-10Give codecs complete control of their input filesjacqueline
2023-07-31Log specifics of hash collisionsjacqueline
2023-07-12clang formatjacqueline
2023-07-12Include title in indexes to avoid a per-record disk readjacqueline
GOTTA GO FAST
2023-07-07wire up the playing screen with some real datajacqueline
Includes implementing song duration calculation for CBR MP3 files
2023-06-23add indexing to the databasejacqueline
idk man i wrote most of this in a fugue state whilst high on the couch with my cat
2023-06-19Support playing tracks by track idjacqueline
2023-06-16Fix issues with importing my entire libraryjacqueline
2023-06-15song -> trackjacqueline
2023-05-24Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fwjacqueline
2023-05-23Annote E V E R Y T H I N G with license infojacqueline
2023-05-22Generalise worker tasks, and centralise task priorities + stacksjacqueline
Includes making the display driver use a worker task for flushes, so that our double buffering actually does something useful /facepalm
2023-05-16Add pagination to database queriesjacqueline
2023-05-12Add some basic tests for the databasejacqueline
2023-05-09Fix tests!jacqueline
Includes removing some that never passed and/or weren't quite a good idea
2023-05-08Database init is now stable!jacqueline
2023-04-27Make queries a little less copy-pastejacqueline
2023-04-27Move DB interactions to a background threadjacqueline
2023-04-26Add some basic data and retrievaljacqueline
2023-04-26removed unused raw db stuffjacqueline
2023-04-26Allow RenameFile to overwrite existing filesjacqueline
2023-03-08add leveldbjacqueline