aboutsummaryrefslogtreecommitdiff
path: root/include/storage.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactored database. Replaced htable with ctable (same thing different ↵Soikk2022-08-061-17/+48
| | | | name). Introduced AVL tree for hashes.
* added htable delete functionSoikk2022-07-301-0/+2
|
* Added ref count for files & tags. Refactored database.c. Removed tags.h but ↵Soikk2022-07-241-0/+11
| | | | kept documentation.
* Improved the database storage system. Added persistency.Soikk2022-07-231-13/+92
|
* Test commit=2022-05-151-4/+4
|
* More quality of life changesSoikk2022-05-051-0/+26