0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 4 days ago.
May 25, 2023 — May 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleanup and refactoring for deferred updates. CLR's were broken; Tdefer requires them, so it is only partially implemented. More... about 17 years ago
Readability cleanups; fixed debug message. More... about 17 years ago
Changed fail_unless() to assert(); fixed test that used '4' instead of XABORT. More... about 17 years ago
Cleaned up Tupdate() by adding TupdateRaw(); removed *_RAW and updated linear hash accordingly. More... about 17 years ago
Randomized allocation test. More... about 17 years ago
Cleaned up #includes a little. More... about 17 years ago
Updated configure.in to run more comprehensive function detection. More... about 17 years ago
Removed out-of-date comments. More... about 17 years ago
set 20 minute timeout. More... about 17 years ago
Update for new API (need an extra field for getNode, setNode). More... about 17 years ago
include config.h for 64-bit file support on 32-bit architectures More... about 17 years ago
Fixes compilation warning. More... about 17 years ago
Increased timeout. (Maybe it'll stop timing out now. ;) More... about 17 years ago
Adaptor between the pageFile interface and stasis_handle_t More... about 17 years ago
bufferHash now seems to be correct, and makes use of the stasis_handle_t interface. More... about 17 years ago
Bugfix. (lru->remove() wasn't removing node mapping.) More... about 17 years ago
Port for compatiblity with new API. More... about 17 years ago
Support for multiple inclusion. More... about 17 years ago
Expanded tidy to include temporary coverage and profiling files. More... about 17 years ago
Streamlined bufferHash implementation, with new test-cases. More... about 17 years ago
Update for new replacement policy api More... about 17 years ago
A O(1) lru implementation. More... about 17 years ago
A doubly linked list implementation. All operations are O(1), including the ability to remove things from within the list, assuming you already have an appropriate pointer to it. More... about 17 years ago
more tests / bugfixes for buffermanager. More... about 17 years ago
Replacement policy for new buffer manager More... about 17 years ago
New "default" buffer manager that aims to replace the current one, but without deadlocks. Still need to track down a memory corruption bug that this introduces, or exercises. More... about 17 years ago
Balanced each call to Tinit() with a corresponding call to Tdeinit(). More... about 17 years ago
Sets p->dirty and p->LSN appropriately; checks their consistency. More... about 17 years ago
Adds consistency checking for page lsn's. More... about 17 years ago
Added tryreadlock() and trywritelock(). More... about 17 years ago