summaryrefslogtreecommitdiff
path: root/src/database/env_esp.cpp
AgeCommit message (Collapse)Author
2024-02-01Use a single pool of bg workers instead of separate tasks per use casejacqueline
Also: bump the number of workers tasks up to 3 from 2! This makes bg db updates + playback work :)
2023-11-07Add a wrapper codec source that does readaheadjacqueline
2023-10-04Guard leveldb file access with the SPI lock toojacqueline
Same freeze as was previously ocurring, only this one was a fair bit rarer.
2023-07-05Comment out leveldb loggingjacqueline
It sometimes produces a weird format string that breaks everything
2023-06-16Fix issues with importing my entire libraryjacqueline
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-04-27Move DB interactions to a background threadjacqueline
2023-04-26Add some basic data and retrievaljacqueline
2023-04-26Allow RenameFile to overwrite existing filesjacqueline
2023-03-08add leveldbjacqueline