stasis-aries-wal/stasis
2009-07-14 07:46:47 +00:00
..
bufferManager refactored truncation + dirty page table, fixed doxygen warnings. 2009-05-20 21:23:51 +00:00
io refactored truncation + dirty page table, fixed doxygen warnings. 2009-05-20 21:23:51 +00:00
logger Added support for segment based recovery. For now, Stasis doesn't support hybrid recovery, so mixing page deallocation and segments will make recovery corrupt data / segfault. 2009-07-13 17:18:01 +00:00
operations Added support for segment based recovery. For now, Stasis doesn't support hybrid recovery, so mixing page deallocation and segments will make recovery corrupt data / segfault. 2009-07-13 17:18:01 +00:00
page forgot to svn rm indirect's files 2009-07-07 20:05:15 +00:00
.cvsignore Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
allocationPolicy.h renamed some functions to match naming convention 2009-05-08 06:53:30 +00:00
arrayCollection.h Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
blobManager.h renamed some functions to match naming convention 2009-05-08 06:53:30 +00:00
bufferManager.h Add getCachedPage() call. This allows dirtyPageTable to write back pages with out accidentally reading them back in from disk with loadPage(). This should improve performance and allow loadPageOfType() to be used safely. 2009-07-14 07:46:47 +00:00
bufferPool.h removed static variables from bufferPool.c; renamed methods, moved Page typedef to common.h 2009-04-13 21:55:08 +00:00
common.h Move page type to Page_s struct. This breaks indirect.c (which is poorly thought out, and will be removed shortly), and was the next step on the road to segment-based recovery 2009-07-07 19:20:22 +00:00
compensations.h fix doxygen warnings 2008-10-01 20:32:02 +00:00
config.h.in Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
constants.h Added support for segment based recovery. For now, Stasis doesn't support hybrid recovery, so mixing page deallocation and segments will make recovery corrupt data / segfault. 2009-07-13 17:18:01 +00:00
consumer.h Fixed some documentation warnings, and clarified a few points. 2008-04-17 06:29:34 +00:00
crc32.h Fix linker namespace collision with libz 2007-12-06 21:52:37 +00:00
dirtyPageTable.h refactored truncation + dirty page table, fixed doxygen warnings. 2009-05-20 21:23:51 +00:00
doubleLinkedList.h Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
fifo.h Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
flags.h 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.h Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
hash.h renamed hash() to avoid linker collisions; inlined some hash functions 2009-02-20 23:42:54 +00:00
iterator.h clean up iterator interface; remove Titerator_releaseLock() 2009-06-28 18:54:57 +00:00
latches.h do away with librw 2008-11-07 03:44:41 +00:00
lhtable.h support multiple include 2008-11-26 22:37:49 +00:00
linkedlist.h All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
lockManager.h use pageid instead of int; Tupdate now takes a pageid instead of a recordid 2008-10-03 02:42:25 +00:00
Makefile.am support "make install", and use libtool to generate .so, .a files. 2007-06-25 15:47:28 +00:00
multiplexer.h Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
operations.h Added support for segment based recovery. For now, Stasis doesn't support hybrid recovery, so mixing page deallocation and segments will make recovery corrupt data / segfault. 2009-07-13 17:18:01 +00:00
page.h added segment.c 2009-07-09 21:09:36 +00:00
pageHandle.h fixed bug that caused loadPageOfType to ignore type parameter. Recovery is still broken, since it calls loadPage, even when it can't 2009-07-10 01:19:44 +00:00
recovery.h log refactoring 2008-12-01 19:48:59 +00:00
redblack.h Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
replacementPolicy.h made pass over log documentation 2009-05-13 22:06:58 +00:00
ringbuffer.h Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
rw.h add assertunlocked() call 2009-05-30 02:22:04 +00:00
stamp-h.in Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
stamp-h1 Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
stats.h Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
transactional.h made pass over log documentation 2009-05-13 22:06:58 +00:00
truncation.h refactored truncation + dirty page table, fixed doxygen warnings. 2009-05-20 21:23:51 +00:00