index
:
soikk-DB
master
DB
Soikk
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
database.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Added primitive repl, delete functions for database and remove tag from file ↵
Soikk
2022-08-13
1
-42
/
+100
|
|
|
|
function.
*
Improved database name system.
Soikk
2022-08-09
1
-5
/
+7
|
*
Minor changes.
Soikk
2022-08-08
1
-11
/
+6
|
*
Standarized function names. Added addTagFiles. Updated DOC and fixes bugs
Soikk
2022-08-08
1
-50
/
+88
|
*
Added removing things from db. Ref counts update when removing things. Added ↵
Soikk
2022-08-07
1
-52
/
+96
|
|
|
|
changelog.
*
Refactored database. Replaced htable with ctable (same thing different ↵
Soikk
2022-08-06
1
-44
/
+43
|
|
|
|
name). Introduced AVL tree for hashes.
*
added htable delete function
Soikk
2022-07-30
1
-0
/
+6
|
*
Updated example
Soikk
2022-07-24
1
-18
/
+18
|
*
Added ref count for files & tags. Refactored database.c. Removed tags.h but ↵
Soikk
2022-07-24
1
-54
/
+98
|
|
|
|
kept documentation.
*
Minor modifications. Updated TODO and added documentation (DOC)
Soikk
2022-07-23
1
-2
/
+3
|
*
Improved the database storage system. Added persistency.
Soikk
2022-07-23
1
-0
/
+179