stasis-aries-wal/src/lladd
Sears Russell d1da4e59c0 Fixed segmentation fault when a CLR with a NULLRID is encountered. I
don't understand why this bug wasn't triggered by linearHashNTA or
linkedListNTA, but is triggered by the new region implementation.
2006-07-27 00:10:21 +00:00
..
logger pthread.h | rw.h -> latches.h (Otherwise, -DPROFILE_LATCHES doesn't work. 2006-07-25 01:06:01 +00:00
operations added fsckRegions(), and call it from the unit tests. 2006-07-25 22:23:15 +00:00
page added fsckRegions(), and call it from the unit tests. 2006-07-25 22:23:15 +00:00
arrayCollection.c Fixed unit tests, added iterator interface, and generic (almost) iterator test harness. 2005-03-10 03:19:04 +00:00
blobManager.c Removed unused abort/commit callbacks. 2006-07-26 17:48:36 +00:00
blobManager.h Removed unused abort/commit callbacks. 2006-07-26 17:48:36 +00:00
bufferManager.c Removed unused abort/commit callbacks. 2006-07-26 17:48:36 +00:00
bufferPool.c Implemented log truncation. 2006-04-14 03:45:26 +00:00
common.c Commented out (currently broken) pthreads instrumentation, added readLock tracking to the latch instrumentation. 2006-07-25 01:01:46 +00:00
compensations.c Partial port to amd64. 2006-03-20 23:11:46 +00:00
consumer.c Generic consumer wrapper functions, and implementation registrations. 2005-03-23 08:10:30 +00:00
crc32.c 2006-05-24 02:19:04 +00:00
fifo.c Extra check for end of iterator. 2006-04-04 22:32:48 +00:00
graph.c No more warnings with -O2. 2006-05-25 22:50:52 +00:00
hash.c 2006-05-24 02:19:04 +00:00
io.c moved stdio.h include out of header file. 2006-06-13 22:38:25 +00:00
io.h moved stdio.h include out of header file. 2006-06-13 22:38:25 +00:00
iterator.c half-hearted attempt to fix -Wextra warnings... 2006-06-13 23:58:04 +00:00
latches.h Removed #defines for broken ptrheads stuff. 2006-07-25 01:02:27 +00:00
lhtable.c pthread.h | rw.h -> latches.h (Otherwise, -DPROFILE_LATCHES doesn't work. 2006-07-25 01:06:01 +00:00
linkedlist.c Fixed regressions, major update of page / slotted interfaces in anticipation of moving LLADD towards a generic transactional page system. 2004-08-17 01:46:17 +00:00
linkedlist.h Initial revision 2004-06-24 21:10:31 +00:00
lockManager.c Fixed lockManager. lhtable's iterators do not support concurrent modifications. 2006-07-25 19:12:53 +00:00
Makefile.am Started implementing the region allocator 2006-06-22 19:10:02 +00:00
multiplexer.c Transitive closure working! 2005-03-24 04:43:22 +00:00
operations.c Fixed segmentation fault when a CLR with a NULLRID is encountered. I 2006-07-27 00:10:21 +00:00
page.c Removed unused abort/commit callbacks. 2006-07-26 17:48:36 +00:00
page.h Removed unused abort/commit callbacks. 2006-07-26 17:48:36 +00:00
pageCache.c Refactored bufferMananger / pageCache, so that bufferMananger handles loading an unloading pages, and pageCache only implements the replacement policy. 2004-07-27 01:04:35 +00:00
pageFile.c assert(0) -> abort 2006-06-13 22:40:53 +00:00
pageFile.h O_DIRECT (sort of...) 2004-07-27 21:30:54 +00:00
recovery2.c Implemented log truncation. 2006-04-14 03:45:26 +00:00
ringbuffer.c It was improperly tracking the log's global offset. (Hopefully) 2006-06-13 22:42:15 +00:00
stats.c Ported LLADD to Fedora, cleaned up autoconf setup, and numerouse #includes that were problematic. 2004-07-06 01:22:18 +00:00
transactional2.c Removed unused abort/commit callbacks. 2006-07-26 17:48:36 +00:00
truncation.c Fixed deprecated volatile static declaration (-> static volatile) 2006-06-13 22:43:58 +00:00