aboutsummaryrefslogtreecommitdiff
path: root/src/database.c
Commit message (Collapse)AuthorAgeFilesLines
* Added removing things from db. Ref counts update when removing things. Added ↵Soikk2022-08-071-52/+96
| | | | changelog.
* Refactored database. Replaced htable with ctable (same thing different ↵Soikk2022-08-061-44/+43
| | | | name). Introduced AVL tree for hashes.
* added htable delete functionSoikk2022-07-301-0/+6
|
* Updated exampleSoikk2022-07-241-18/+18
|
* Added ref count for files & tags. Refactored database.c. Removed tags.h but ↵Soikk2022-07-241-54/+98
| | | | kept documentation.
* Minor modifications. Updated TODO and added documentation (DOC)Soikk2022-07-231-2/+3
|
* Improved the database storage system. Added persistency.Soikk2022-07-231-0/+179