2
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
inserting key/record into transaction tree if transactions are enabled More... almost 15 years ago
functions to create and initialize transaction trees/nodes/ops More... almost 15 years ago
finished refactorings More... almost 15 years ago
renamed statistics.h/c to btree_stats.h/c More... almost 15 years ago
all unittests are now compiling More... almost 15 years ago
renamed int_key_t to btree_key_t More... almost 15 years ago
minor interface cleanup, mainly related to formatting More... almost 15 years ago
minor interface cleanup, mainly related to formatting More... almost 15 years ago
renamed keys.h/c to btree_key.h/c and improved separation between btree related stuff and non-btree related stuff More... almost 15 years ago
cleaned up util.h interface; btree functions moved to btree.h More... almost 15 years ago
cleaned up interface in keys.h, moved functions to btree.h More... almost 15 years ago
more rewrites - getting rid of txn stuff in low-level functions; not yet tested and for sure not working yet More... almost 15 years ago
more rewrites - getting rid of txn stuff in low-level functions; not yet tested and for sure not working yet More... almost 15 years ago
merged rb based trees/txn nodes More... almost 15 years ago
all transactions are managed in a linked list More... almost 15 years ago
red-black tree will be needed for transaction stuff More... almost 15 years ago
fixed many tests, some are still failing More... almost 15 years ago
now allowing multiple transactions at the same time. transactions are managed in a double-linked list. when committed, they're flushed to disk. More... almost 15 years ago
new TODO file More... almost 15 years ago
do not define _DEBUG in release build More... almost 15 years ago
release mode: don't compile with _DEBUG More... almost 15 years ago
a small memleak More... almost 15 years ago
release 1.1.6 More... almost 15 years ago
finished porting the unix daemon to the win32 service More... almost 15 years ago
don'T segfault if filename is NULL More... almost 15 years ago
fixed 'make dist' target More... almost 15 years ago
the tutorial is now online on github.com More... almost 15 years ago
several functions are now deprecated More... almost 15 years ago
removed use of deprecated functions More... almost 15 years ago
fixed gcc warning More... almost 15 years ago