From 5dd0d7700fa98197cdadaa2369d789e092cc0f49 Mon Sep 17 00:00:00 2001 From: Soikk Date: Sun, 7 Aug 2022 15:41:19 +0200 Subject: Added removing things from db. Ref counts update when removing things. Added changelog. --- TODO | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 3ffe276..e7a6030 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,17 @@ -TODO Use inttypes.h add, divide and multiply functions - -TODO Consider refactoring tables to B-Trees (better performance?) - -TODO Add remove* functions, restructure tables functions +TODO Standarize function names TODO Get rid of old functionalities (strnatcmp, BM) ---------------------------------------------------------------- +DONE Make it so count of other files/tags gets updated when deleting files/tags + +DONE Add remove* functions, restructure tables functions + +DONE Add changelog files + +DONE Consider refactoring tables to B-Trees (better performance?) + NOTE: Ended up using AVL trees instead, only needed for hashes + DONE Change DB model from struct row typedef struct{ char path[MAXPATH]; -- cgit v1.2.3