index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
database
/
include
/
database.hpp
Age
Commit message (
Expand
)
Author
2024-02-01
Use a single pool of bg workers instead of separate tasks per use case
jacqueline
2024-01-30
Do more to avoid and recover from partial db updates
jacqueline
2024-01-15
Begin migration of remaining screens to Lua
jacqueline
2023-12-12
Support more datatypes in track tags
jacqueline
2023-12-07
Remove pre-iterator concepts
jacqueline
2023-12-05
Add basic track queue save/load support
jacqueline
2023-12-05
Rewrite the track queue to work directly with database iterators
jacqueline
2023-11-23
Implement adding to the playback queue from lua
jacqueline
2023-11-22
Add basic lua browser screen
jacqueline
2023-11-21
Make lua db iterators async
jacqueline
2023-11-21
Add lua functions to get database content
jacqueline
2023-11-12
Convert the main menu screen to lua lol
jacqueline
2023-11-07
Add a wrapper codec source that does readahead
jacqueline
2023-10-30
add locale-aware colation to db indexes
jacqueline
2023-10-24
Implement incremental updates of database indexes
jacqueline
2023-10-13
Remove templating of Continuation
jacqueline
2023-09-28
Use bindey for databinding instead of hand rolling ui updates
jacqueline
2023-09-26
std::string -> std::pmr::string in psram
jacqueline
2023-09-04
Don't reuse iterators across page fetches
jacqueline
2023-08-30
Use a service locator instead of passing around subsets of drivers between FSMs
jacqueline
2023-07-12
clang format
jacqueline
2023-07-12
Include title in indexes to avoid a per-record disk read
jacqueline
2023-07-07
wire up the playing screen with some real data
jacqueline
2023-06-23
add indexing to the database
jacqueline
2023-06-19
Support playing tracks by track id
jacqueline
2023-06-15
song -> track
jacqueline
2023-05-24
Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fw
jacqueline
2023-05-23
Annote E V E R Y T H I N G with license info
jacqueline
2023-05-22
Generalise worker tasks, and centralise task priorities + stacks
jacqueline
2023-05-16
Add pagination to database queries
jacqueline
2023-05-12
Add some basic tests for the database
jacqueline
2023-05-08
Database init is now stable!
jacqueline
2023-04-27
Make queries a little less copy-paste
jacqueline
2023-04-27
Move DB interactions to a background thread
jacqueline
2023-04-26
Add some basic data and retrieval
jacqueline
2023-04-26
removed unused raw db stuff
jacqueline
2023-03-08
add leveldb
jacqueline