index
:
xdbms.git
master
A simple embedded key-value database written in C11
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
10 days
Get started on get command
HEAD
master
bpc2003
14 days
Get started on public API
bpc2003
14 days
Add more tests
bpc2003
14 days
Migrating from personal testing framework to Unity
bpc2003
2025-05-22
Improve file formatting
bpc2003
2025-05-21
Decrease visibilty in encode and decode functions
bpc2003
2025-05-21
Update .gitignore
bpc2003
2025-05-20
Add Formatting
bpc2003
2025-05-20
Add freemap function
bpc2003
2025-05-19
Made decoder smaller
bpc2003
2025-05-18
Added attribute parsing to decoder
bpc2003
2025-05-12
Have decoder working properly
bpc2003
2025-05-09
Have recursive decoder mostly working, now need to find way to store ↵
bpc2003
payloads safely
2025-05-09
Have recursive calls somewhat working
bpc2003
2025-05-09
Continue trying to figure out decoder
bpc2003
2025-05-05
Get started on XML decoder
bpc2003
2025-05-01
Get started on xml encoding
bpc2003
2025-04-30
Made readdb and writedb smaller
bpc2003
2025-04-25
rewrite readdb and writedb to read and write in binary format
bpc2003
2025-04-24
Update Documentation
bpc2003
2025-04-24
Implemented Isolation int setkeys and getkeys
bpc2003
2025-04-23
Implemented Isolation in delkeys
bpc2003
2025-04-22
Add utils.h and moved batch operations into their own files
bpc2003
2025-04-21
Update documentation in mdb.h
bpc2003
2025-04-18
Finished making getkeys a batch operation
bpc2003
2025-04-17
Continuing reimplemtation of getkeys
bpc2003
2025-04-16
Allow getkeys to take multiple keys as argument
bpc2003
2025-04-15
Updated delkeys and setkeys to take multiple keys
bpc2003
2025-04-09
Added delkeys to main
bpc2003
2025-04-09
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
Update README.md
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
[next]