stasis-aries-wal/src/stasis
2009-06-28 18:54:57 +00:00
..
bufferManager check for page leaks at shutdown; move myrandom() into check_includes.h, fix a number of page leaks / double frees 2009-05-30 02:23:17 +00:00
io more refactoring; removed static variables from pageHandle.c 2009-05-08 04:56:34 +00:00
logger Fix for Issue 1. Reworked log format so that nested top actions do not need to look up old entries during forward operation. This saves log bandwidth and avoids the bug that caused the performance regression 2009-05-14 21:28:09 +00:00
operations clean up iterator interface; remove Titerator_releaseLock() 2009-06-28 18:54:57 +00:00
page refactored truncation + dirty page table, fixed doxygen warnings. 2009-05-20 21:23:51 +00:00
replacementPolicy made pass over log documentation 2009-05-13 22:06:58 +00:00
.cvsignore Updated svn:ignore. 2007-10-03 01:52:41 +00:00
allocationPolicy.c renamed some functions to match naming convention 2009-05-08 06:53:30 +00:00
arrayCollection.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
blobManager.c check for page leaks at shutdown; move myrandom() into check_includes.h, fix a number of page leaks / double frees 2009-05-30 02:23:17 +00:00
bufferManager.c more refactoring; removed static variables from pageHandle.c 2009-05-08 04:56:34 +00:00
bufferPool.c removed static variables from bufferPool.c; renamed methods, moved Page typedef to common.h 2009-04-13 21:55:08 +00:00
CMakeLists.txt refactored truncation + dirty page table, fixed doxygen warnings. 2009-05-20 21:23:51 +00:00
common.c All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
compensations.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
consumer.c Clean up includes for new cmake build system. 2008-03-02 23:21:39 +00:00
crc32.c Fix linker namespace collision with libz 2007-12-06 21:52:37 +00:00
dirtyPageTable.c refactored truncation + dirty page table, fixed doxygen warnings. 2009-05-20 21:23:51 +00:00
doubleLinkedList.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
fifo.c All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
flags.c yet another refactoring; broke groupForce into its own module, removed more static variables and namespace violations 2009-05-13 18:04:53 +00:00
graph.c renamed some functions to match naming convention 2009-05-08 06:53:30 +00:00
hash.c renamed hash() to avoid linker collisions; inlined some hash functions 2009-02-20 23:42:54 +00:00
iterator.c clean up iterator interface; remove Titerator_releaseLock() 2009-06-28 18:54:57 +00:00
lhtable.c renamed hash() to avoid linker collisions; inlined some hash functions 2009-02-20 23:42:54 +00:00
linkedlist.c All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
lockManager.c renamed hash() to avoid linker collisions; inlined some hash functions 2009-02-20 23:42:54 +00:00
Makefile.am refactored truncation + dirty page table, fixed doxygen warnings. 2009-05-20 21:23:51 +00:00
multiplexer.c All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
operations.c nested top action cleanup and bugfix; subsequent recovery calls could undo logical undos in some circumstances 2009-04-03 22:01:37 +00:00
page.c cleaned up arrayList. stasis_record_write no longer takes an LSN (it was ignoring it anyway). Added some missing calls to stasis_page_lsn_write (each time a page is written to, stasis_page_lsn_write should be called; this happens automatically for operations called via tupdate 2009-06-02 18:25:35 +00:00
pageHandle.c refactored truncation + dirty page table, fixed doxygen warnings. 2009-05-20 21:23:51 +00:00
recovery2.c Fix for Issue 1. Reworked log format so that nested top actions do not need to look up old entries during forward operation. This saves log bandwidth and avoids the bug that caused the performance regression 2009-05-14 21:28:09 +00:00
redblack.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
ringbuffer.c Renamed some methods; fixed bug that caused recovery to create potentially unbounded numbers of concurrent, active transactions. 2009-04-11 17:17:42 +00:00
rw.c add assertunlocked() call 2009-05-30 02:22:04 +00:00
stats.c All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
transactional2.c check for page leaks at shutdown; move myrandom() into check_includes.h, fix a number of page leaks / double frees 2009-05-30 02:23:17 +00:00
truncation.c refactored truncation + dirty page table, fixed doxygen warnings. 2009-05-20 21:23:51 +00:00