index
:
xdbms.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
/
include
Age
Commit message (
Expand
)
Author
11 days
Get started on get command
HEAD
master
bpc2003
2025-05-23
Get started on public API
bpc2003
2025-05-23
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-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 payloads...
bpc2003
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-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-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