0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 17 hours ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bugfix for pageOrientedList. More... over 19 years ago
Got rid of another broken hash implementation... More... over 19 years ago
Fixed blob implementation (it was impossible to distinguish between a blob and a record of length 12), removed jbhash, and ported cht to linearHashNTA. More... over 19 years ago
Re-implemented pageOrientedListNTA from scratch. It's now more flexible, but relies on features that are not provided by Talloc/Tdealloc, so performance isn't as good as it could be. More... over 19 years ago
An optimized, but still slow implementation of pageOrientedList. More... over 19 years ago
Working, but slow and non-concurrent variable length key/value support for linear hashtable. More... over 19 years ago
Implemented pageOrientedList, also did some bug fixing, and added some support functions to alloc.c More... over 19 years ago
Removed O_DIRECT since it breaks on 2.4 kernels. Need to figure out how to detect this in the build script so that systems that support O_DIRECT can use it. More... over 19 years ago
More documentation updates. More... over 19 years ago
CHT cleanup; integrated cht tests into make check. More... over 19 years ago
CHT cleanup, integrated CHT tests into 'make check' More... over 19 years ago
Documentation update. More... over 19 years ago
Possible fix for older 2.4 kernels. (Also should improve performance...) More... over 19 years ago
More-or-less working version of CHT. Needs a lot of performance/stability/code cleanup work. More... over 19 years ago
CHT is starting to work. More... over 19 years ago
Rearranged cht, moving some functionality into the 2pc library. Still need some test cases. More... over 19 years ago
libdfa ported to new hash table implementation. (Uses nested top actions.) More... over 19 years ago
- linkedListNTA is now re-entrant. - linearHashNTA now uses nested top actions, is re-entrant, and supports a non-re-entrant iterator - 'recursive' nested top actions allow nested top actions to be nested within each other. More... over 19 years ago
The linked list implementation now uses nested top actions. (Also, many bugfixes regarding nested top actions were introduced.) More... over 19 years ago
Working, non-concurrent linear hash and linked list implementations. The idea is to implement the non-concurrent versions, and then convert them to concurrent versions using nested top actions. More... over 19 years ago
Starting to rip the old jbhash implementation out, and replace it with a linear hash implementation. In particular, I've implemented (sort of) an iterator for linear hash, and (sort of) ported libdfa to linearhash.c More... over 19 years ago
Network configuration parser is working More... over 19 years ago
Partially implemented config file parser. Validates, but does not populate NetworkSetup object yet. More... over 19 years ago
Bugfix: identification of non-persistent objects in recursive updates was bogus. More... over 19 years ago
Added some debug traces. More... over 19 years ago
Bugfix: now reading the full object before comparing with memory image, upon recursive update. More... over 19 years ago
Bugfix: size of temporary buffer increases until it can contain the currently traversed object. More... over 19 years ago
Added some debug line. More... over 19 years ago
Bugfix: dump type info upon set_ref, is it has been (implicitly) change. More... over 19 years ago
Support for TsetRange(), to minimize logging overhead when only portions of objects are known to be modified. More... over 19 years ago