stasis-aries-wal/src/lladd
2005-03-23 08:10:30 +00:00
..
logger 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
operations Benchmark updates. 2005-03-20 05:17:25 +00:00
page Fixed unit tests, added iterator interface, and generic (almost) iterator test harness. 2005-03-10 03:19:04 +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 Initial implementation of logMemory.c. Haven't yet done any testing, but it seems to compile. However, as of now, the current source code in the cvs repository does not build, dying on check_<somehting (I think ringbuffer.x)>, due to an a reference to an undefined symbol 'mutex'. 2005-03-14 20:54:06 +00:00
blobManager.h Fixeds cht test / finished error checking within LLADD, but haven't tested error handling yet. 2005-02-24 21:12:36 +00:00
bufferManager.c Started adding error handling code to LLADD. 2005-02-16 04:11:14 +00:00
common.c Blobs are now re-entrant. 2004-07-26 20:37:04 +00:00
compensations.c Fixed unit tests, added iterator interface, and generic (almost) iterator test harness. 2005-03-10 03:19:04 +00:00
consumer.c Generic consumer wrapper functions, and implementation registrations. 2005-03-23 08:10:30 +00:00
crc32.c Fixes for freebsd. 2005-03-02 05:47:38 +00:00
fifo.c 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.c Preliminary (broken) transitive closure implementation. 2005-03-21 08:04:29 +00:00
hash.c Starting to rip the old jbhash implementation out, and replace it with a 2005-01-10 03:02:02 +00:00
io.c Moved some utility functions into their own file. 2004-07-27 21:33:00 +00:00
io.h Moved some utility functions into their own file. 2004-07-27 21:33:00 +00:00
iterator.c 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
latches.h Speedups, most notably in the logging subsystem. 2004-10-19 04:45:42 +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 Fixes for freebsd. 2005-03-02 05:47:38 +00:00
Makefile.am 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
multiplexer.c 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
operations.c Bugfixes for OASYS. 2005-03-01 07:32:02 +00:00
page.c Initial implementation of logMemory.c. Haven't yet done any testing, but it seems to compile. However, as of now, the current source code in the cvs repository does not build, dying on check_<somehting (I think ringbuffer.x)>, due to an a reference to an undefined symbol 'mutex'. 2005-03-14 20:54:06 +00:00
page.h More error handling... 2005-02-22 03:10:54 +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 Initial implementation of logMemory.c. Haven't yet done any testing, but it seems to compile. However, as of now, the current source code in the cvs repository does not build, dying on check_<somehting (I think ringbuffer.x)>, due to an a reference to an undefined symbol 'mutex'. 2005-03-14 20:54:06 +00:00
pageFile.h O_DIRECT (sort of...) 2004-07-27 21:30:54 +00:00
recovery2.c Recovery now supports the lock manager. (And vice-versa ;) 2005-02-10 21:56:32 +00:00
ringbuffer.c 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
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 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