stasis-aries-wal/src/stasis
2007-11-12 16:32:00 +00:00
..
bufferManager Preliminary force_range implementation; lsmTable leaks significantly less space now. 2007-11-11 23:22:21 +00:00
io force_range is now being called after compressData() 2007-11-12 00:49:00 +00:00
logger Fixed memory leak. 2007-11-03 22:21:46 +00:00
operations Essentially leak free (mem and disk) after a few hours of roseTable 2007-11-12 07:27:49 +00:00
page indirect.c creates a scratch page with malloc. It wasn't setting the scratch page's type to UNINITIALIZED_PAGE, leading to segfaults. 2007-11-12 16:32:00 +00:00
replacementPolicy Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
.cvsignore Updated svn:ignore. 2007-10-03 01:52:41 +00:00
allocationPolicy.c Fixes a number of memory leaks; adds pageCleanup() callback, and allows callers to use custom allocators with LSM trees 2007-08-20 21:58:20 +00:00
arrayCollection.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
blobManager.c Converted page.h to follow new naming convention; documented new page api; begun stasis documentation cleanup. 2007-10-02 00:18:33 +00:00
blobManager.h Updated page api to handle page types that need to grab resources on record read/ write, or that perform callbacks when read / written to disk. 2007-07-18 20:09:14 +00:00
bufferManager.c Preliminary force_range implementation; lsmTable leaks significantly less space now. 2007-11-11 23:22:21 +00:00
bufferPool.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
common.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
compensations.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
consumer.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
crc32.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
doubleLinkedList.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
fifo.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
flags.c * Remove spurious warnings messages from tests that intentionally crash stasis. 2007-10-23 23:16:58 +00:00
graph.c support "make install", and use libtool to generate .so, .a files. 2007-06-25 15:47:28 +00:00
hash.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
io.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
io.h Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
iterator.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
latches.h Updated page api to handle page types that need to grab resources on record read/ write, or that perform callbacks when read / written to disk. 2007-07-18 20:09:14 +00:00
lhtable.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
linkedlist.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
linkedlist.h Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
lockManager.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
Makefile.am Fixes a number of memory leaks; adds pageCleanup() callback, and allows callers to use custom allocators with LSM trees 2007-08-20 21:58:20 +00:00
multiplexer.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
operations.c Converted page.h to follow new naming convention; documented new page api; begun stasis documentation cleanup. 2007-10-02 00:18:33 +00:00
page.c Forgot ; new abort() statement... 2007-11-11 17:24:44 +00:00
page.h Renamed physical_slot_length 2007-10-03 01:53:51 +00:00
pageCache.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
pageFile.c Fixed compilation for machines without sync_file_range() 2007-11-11 23:33:23 +00:00
pageFile.h Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
pageHandle.c Preliminary force_range implementation; lsmTable leaks significantly less space now. 2007-11-11 23:22:21 +00:00
recovery2.c Converted page.h to follow new naming convention; documented new page api; begun stasis documentation cleanup. 2007-10-02 00:18:33 +00:00
redblack.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
replacementPolicy.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
ringbuffer.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
stats.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
transactional2.c * Remove spurious warnings messages from tests that intentionally crash stasis. 2007-10-23 23:16:58 +00:00
truncation.c force_range is now being called after compressData() 2007-11-12 00:49:00 +00:00