.. |
bufferManager
|
Fixes errors/warnings revealed by 32-bit x86.
|
2007-12-19 03:23:31 +00:00 |
io
|
Fixes errors/warnings revealed by 32-bit x86.
|
2007-12-19 03:23:31 +00:00 |
logger
|
Fix bookkeeping, get rid of aborts during recovery of partially flushed log.
|
2008-02-20 22:51:52 +00:00 |
operations
|
Fix memory leak.
|
2008-03-01 20:40:31 +00:00 |
page
|
Zero out memory at initilization
|
2008-02-19 21:29:46 +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
|
Allocation bugfixes
|
2008-02-29 18:03:32 +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
|
Fixes errors/warnings revealed by 32-bit x86.
|
2007-12-19 03:23:31 +00:00 |
bufferPool.c
|
Zero out memory and dirty bit at initialization.
|
2008-02-19 21:27:34 +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
|
Fix linker namespace collision with libz
|
2007-12-06 21:52:37 +00:00 |
doubleLinkedList.c
|
Renamed 'lladd' directories and python module to 'stasis'
|
2007-06-11 21:36:57 +00:00 |
fifo.c
|
Fix linker namespace collision with libz
|
2007-12-06 21:52:37 +00:00 |
flags.c
|
* Remove spurious warnings messages from tests that intentionally crash stasis.
|
2007-10-23 23:16:58 +00:00 |
graph.c
|
Fix linker namespace collision with libz
|
2007-12-06 21:52:37 +00:00 |
hash.c
|
Fix linker namespace collision with libz
|
2007-12-06 21:52:37 +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
|
Allow third parties to register new iterator types. (made iterator registration non-static; moved constants into constants.h)
|
2008-03-01 19:34:12 +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
|
More sanity checking.
|
2008-02-19 21:26:31 +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
|
Fixed memory leak during analysis phase.
|
2008-03-01 19:27:31 +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
|
Code is ready(?) for experiments (version before this was solid despite (now) known bugs; I saw some crashes with these diffs, but think they've all been
|
2007-11-15 01:33:39 +00:00 |