aboutsummaryrefslogtreecommitdiff
path: root/include/database.h
Commit message (Collapse)AuthorAgeFilesLines
* Added primitive repl, delete functions for database and remove tag from file ↵Soikk2022-08-131-5/+9
| | | | function.
* Standarized function names. Added addTagFiles. Updated DOC and fixes bugsSoikk2022-08-081-0/+2
|
* 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