aboutsummaryrefslogtreecommitdiff
path: root/src/database.c
Commit message (Expand)AuthorAgeFilesLines
* Minor changes.Soikk2022-08-081-11/+6
* Standarized function names. Added addTagFiles. Updated DOC and fixes bugsSoikk2022-08-081-50/+88
* Added removing things from db. Ref counts update when removing things. Added ...Soikk2022-08-071-52/+96
* Refactored database. Replaced htable with ctable (same thing different name)....Soikk2022-08-061-44/+43
* 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 k...Soikk2022-07-241-54/+98
* 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