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
/
main.c
Age
Commit message (
Collapse
)
Author
38 hours
Finished making getkeys a batch operation
HEAD
master
bpc2003
4 days
Allow getkeys to take multiple keys as argument
bpc2003
5 days
Updated delkeys and setkeys to take multiple keys
bpc2003
11 days
Added delkeys to main
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-20
Add delkeys
bpc2003
2025-03-20
Have setkeys partially working
bpc2003
2025-03-18
Get started on batch operations
bpc2003
2025-03-17
Add goto label for readdb fail condition
bpc2003
2025-03-17
more refactoring
bpc2003
2025-03-15
Did some refactoring
bpc2003
2025-03-14
Added helper function in main.c
bpc2003
2025-03-14
Fix typo in README.md
bpc2003
2025-03-14
Update README.md
bpc2003
2025-03-14
Added some documentation
bpc2003
2025-03-13
Added DEL command
bpc2003
2025-03-13
Added SET command
bpc2003
2025-03-12
Added GET command
bpc2003
2025-03-12
Fixed some memory bugs
bpc2003
2025-03-12
Added handling for params
bpc2003
2025-03-11
got started on command parsing
bpc2003
2025-03-11
Getting started on REPL and added LICENSE
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
2025-03-10
Removed need for parser and revised readdb to return struct keytablist *
bpc2003
2025-03-10
Consolidated each header into single header
bpc2003
2025-03-10
Added writedb function
bpc2003
2025-03-10
Offloaded reallocing list to setkey
bpc2003
2025-03-09
Added keytablist struct
bpc2003
2025-03-09
Added delkey command
bpc2003
2025-03-07
Added hashmaps, now need to add lists
bpc2003
2025-03-07
Finished bytecode parser
bpc2003
2025-03-06
Got started on parser
bpc2003
2025-03-06
Got started on readfile
bpc2003