summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-04-30Made readdb and writedb smallerbpc2003
2025-04-25rewrite readdb and writedb to read and write in binary formatbpc2003
2025-04-24Update Documentationbpc2003
2025-04-24Implemented Isolation int setkeys and getkeysbpc2003
2025-04-23Implemented Isolation in delkeysbpc2003
2025-04-22Add utils.h and moved batch operations into their own filesbpc2003
2025-04-21Update documentation in mdb.hbpc2003
2025-04-18Finished making getkeys a batch operationbpc2003
2025-04-17Continuing reimplemtation of getkeysbpc2003
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-09Update 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-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-14Update Makefilebpc2003
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