aboutsummaryrefslogtreecommitdiff
path: root/include/storage.h
Commit message (Collapse)AuthorAgeFilesLines
* Standarized function names. Added addTagFiles. Updated DOC and fixes bugsSoikk2022-08-081-17/+13
|
* Added removing things from db. Ref counts update when removing things. Added ↵Soikk2022-08-071-4/+10
| | | | changelog.
* 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