index
:
mdb.git
master
A simple embedded key-value database written in C11
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
Age
Commit message (
Expand
)
Author
11 days
Update delkeys to handle both batch and single operations
bpc2003
2025-04-05
Update setkeys so it handles both single and batch operations
bpc2003
2025-03-28
Added batch operations into main.c
bpc2003
2025-03-27
Added ability to delete every key in delkeys
bpc2003
2025-03-24
Added copytab function in batch.c
bpc2003
2025-03-21
Fixed double free bug in delkeys
bpc2003
2025-03-21
Made batch operations thread and memory safe
bpc2003
2025-03-20
Add delkeys
bpc2003
2025-03-20
Have setkeys partially working
bpc2003
2025-03-18
Get started on batch operations
bpc2003
2025-03-17
Added extra guard clauses to prevent undefined behavior
bpc2003
2025-03-17
Fixed a few memory leaks
bpc2003
2025-03-17
update file.c
bpc2003
2025-03-17
Add goto label for readdb fail condition
bpc2003
2025-03-17
got rid of atof and replaces with strtod in keytab.c
bpc2003
2025-03-17
more refactoring
bpc2003
2025-03-15
Did some refactoring
bpc2003
2025-03-14
Update Makefile
bpc2003
2025-03-14
Added some documentation
bpc2003
2025-03-13
Added DEL command
bpc2003
2025-03-13
Added SET command
bpc2003
2025-03-10
Add test.db
bpc2003
2025-03-10
Finished mdb.h Getting started on main.c
bpc2003
2025-03-10
moved mdb.h and associated files int lib
bpc2003