aboutsummaryrefslogtreecommitdiff
path: root/include/database.h
Commit message (Collapse)AuthorAgeFilesLines
* Added removing things from db. Ref counts update when removing things. Added ↵Soikk2022-08-071-4/+8
| | | | changelog.
* Refactored database. Replaced htable with ctable (same thing different ↵Soikk2022-08-061-2/+4
| | | | name). Introduced AVL tree for hashes.
* Updated exampleSoikk2022-07-241-2/+2
|
* Added ref count for files & tags. Refactored database.c. Removed tags.h but ↵Soikk2022-07-241-1/+8
| | | | kept documentation.
* Improved the database storage system. Added persistency.Soikk2022-07-231-0/+31