summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
29 hoursFinished making getkeys a batch operationHEADmasterbpc2003
2 daysContinuing reimplemtation of getkeysbpc2003
3 daysAllow getkeys to take multiple keys as argumentbpc2003
4 daysUpdated delkeys and setkeys to take multiple keysbpc2003
10 daysAdded delkeys to mainbpc2003
10 daysUpdate delkeys to handle both batch and single operationsbpc2003
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-24Added copytab function in batch.cbpc2003
2025-03-21Fixed double free bug in delkeysbpc2003
2025-03-21Made batch operations thread and memory safebpc2003
2025-03-20Add delkeysbpc2003
2025-03-20Have setkeys partially workingbpc2003
2025-03-18Get started on batch operationsbpc2003
2025-03-17Added extra guard clauses to prevent undefined behaviorbpc2003
2025-03-17Fixed a few memory leaksbpc2003
2025-03-17update file.cbpc2003
2025-03-17Add goto label for readdb fail conditionbpc2003
2025-03-17got rid of atof and replaces with strtod in keytab.cbpc2003
2025-03-17more refactoringbpc2003
2025-03-15Update README.mdbpc2003
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-14Fixed typo in README.mdbpc2003
2025-03-14Update README.mdbpc2003
2025-03-14Update Makefilebpc2003
2025-03-14Added some documentationbpc2003
2025-03-13Got started on Makefilebpc2003
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-10Update .gitignorebpc2003
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