stasis-aries-wal/lladd
2006-04-14 03:45:26 +00:00
..
logger Implemented log truncation. 2006-04-14 03:45:26 +00:00
operations removed memcpy() calls from inMemoryLog; added "const" qualifier to many LogEntry pointers. 2006-04-11 02:20:21 +00:00
arrayCollection.h Fixed unit tests, added iterator interface, and generic (almost) iterator test harness. 2005-03-10 03:19:04 +00:00
bufferManager.h Started adding error handling code to LLADD. 2005-02-16 04:11:14 +00:00
bufferPool.h Created new module, bufferPool, and moved memory management for page structs to it. 2006-04-11 20:34:52 +00:00
common.h Started adding error handling code to LLADD. 2005-02-16 04:11:14 +00:00
compensations.h partial fixes 2006-03-28 20:15:31 +00:00
config.h.in Initial revision 2004-06-24 21:10:31 +00:00
constants.h changes for diff, commit prior to deleteing a lot of old bdb cruft 2005-03-18 23:26:25 +00:00
consumer.h Implemented fifo pool that allocates entries out of a pool (it should be easy to extend this to avoid deadlock, while allowing it to continue to provide backpressure) 2005-03-23 08:07:53 +00:00
crc32.h Preliminary version of logical logging linear hash. (No latching yet, and there are some bugs re-opening a closed hash.) 2004-10-18 18:24:54 +00:00
fifo.h Implemented fifo pool that allocates entries out of a pool (it should be easy to extend this to avoid deadlock, while allowing it to continue to provide backpressure) 2005-03-23 08:07:53 +00:00
graph.h Transitive closure working! 2005-03-24 04:43:22 +00:00
hash.h Some random code cleanups, and implemented a naive lock manager. (Still need to tie it into LLADD...) 2005-02-09 02:53:14 +00:00
iterator.h Implemented fifo pool that allocates entries out of a pool (it should be easy to extend this to avoid deadlock, while allowing it to continue to provide backpressure) 2005-03-23 08:07:53 +00:00
lockManager.h Started adding error handling code to LLADD. 2005-02-16 04:11:14 +00:00
Makefile.am Initial revision 2004-06-24 21:10:31 +00:00
multiplexer.h Transitive closure working! 2005-03-24 04:43:22 +00:00
operations.h Added the base functionality and test case for the BTree... just a hello world method. but it has the h, c and check files. -colleen ;) 2005-05-05 21:34:12 +00:00
pageCache.h Implemented log truncation. 2006-04-14 03:45:26 +00:00
recovery.h Cleaned out old cruft, such as commented out code, dead data structures, and dead files. sloccount went from $75,000 to $50,000 on src/lladd. ;) 2004-06-28 22:48:02 +00:00
ringbuffer.h multiplexer and fifo are now working. (also added removed some timeouts from tests that were timing out) 2005-03-15 05:30:57 +00:00
stamp-h.in Initial revision 2004-06-24 21:10:31 +00:00
stamp-h1 Initial revision 2004-06-24 21:10:31 +00:00
stats.h Cleaning up bufferManager / page for locking. Want to limit access to the Page struct. 2004-07-14 20:49:18 +00:00
transactional.h Implemented log truncation. 2006-04-14 03:45:26 +00:00