summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
10 daysGet started on get commandHEADmasterbpc2003
2025-05-23Get started on public APIbpc2003
2025-05-23Migrating from personal testing framework to Unitybpc2003
2025-05-21Decrease visibilty in encode and decode functionsbpc2003
2025-05-20Add Formattingbpc2003
2025-04-30Made readdb and writedb smallerbpc2003
2025-04-24Update Documentationbpc2003
2025-04-18Finished making getkeys a batch operationbpc2003
2025-04-16Allow getkeys to take multiple keys as argumentbpc2003
2025-04-15Updated delkeys and setkeys to take multiple keysbpc2003
2025-04-09Added delkeys to mainbpc2003
2025-04-05Update setkeys so it handles both single and batch operationsbpc2003
2025-03-28Added batch operations into main.cbpc2003
2025-03-27Added ability to delete every key in delkeysbpc2003
2025-03-20Add delkeysbpc2003
2025-03-20Have setkeys partially workingbpc2003
2025-03-18Get started on batch operationsbpc2003
2025-03-17Add goto label for readdb fail conditionbpc2003
2025-03-17more refactoringbpc2003
2025-03-15Did some refactoringbpc2003
2025-03-14Added helper function in main.cbpc2003
2025-03-14Fix typo in README.mdbpc2003
2025-03-14Update README.mdbpc2003
2025-03-14Added some documentationbpc2003
2025-03-13Added DEL commandbpc2003
2025-03-13Added SET commandbpc2003
2025-03-12Added GET commandbpc2003
2025-03-12Fixed some memory bugsbpc2003
2025-03-12Added handling for paramsbpc2003
2025-03-11got started on command parsingbpc2003
2025-03-11Getting started on REPL and added LICENSEbpc2003
2025-03-10Add test.dbbpc2003
2025-03-10Finished mdb.h Getting started on main.cbpc2003
2025-03-10moved mdb.h and associated files int libbpc2003
2025-03-10Removed need for parser and revised readdb to return struct keytablist *bpc2003
2025-03-10Consolidated each header into single headerbpc2003
2025-03-10Added writedb functionbpc2003
2025-03-10Offloaded reallocing list to setkeybpc2003
2025-03-09Added keytablist structbpc2003
2025-03-09Added delkey commandbpc2003
2025-03-07Added hashmaps, now need to add listsbpc2003
2025-03-07Finished bytecode parserbpc2003
2025-03-06Got started on parserbpc2003
2025-03-06Got started on readfilebpc2003