.. |
fault_injection
|
make compilation succeed on macosx; this will still run macs out of disk space. Also, it disables a number of binaries that probably should be supported on macs.
|
2009-10-02 00:45:10 +00:00 |
.cvsignore
|
Updated svn:ignore.
|
2007-10-03 01:52:41 +00:00 |
check_allocationPolicy.c
|
Reimplemented allocationPolicy.c; updated API + added more cases to the unit tests.
|
2009-08-05 06:35:11 +00:00 |
check_blobRecovery.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 |
check_boundedLog.c
|
bugfixes + support for hard limits on log size
|
2009-10-08 22:48:58 +00:00 |
check_bTree.c
|
initial opensolaris port
|
2009-11-29 03:22:36 +00:00 |
check_bufferManager.c
|
wrote some wrappers that emulate redblack; default to stl tree for now
|
2009-11-24 00:24:18 +00:00 |
check_compensations.c
|
initial opensolaris port
|
2009-11-29 03:22:36 +00:00 |
check_concurrentHash.c
|
new concurrent buffer manager
|
2009-11-09 19:50:00 +00:00 |
check_dirtyPageTable.c
|
buffer manager implementation is now determined by an overridable factory method
|
2009-10-05 22:39:09 +00:00 |
check_errorHandling.c
|
centralized #include <check.h>, removed obsolete (uncompiled) unit test.
|
2009-04-14 20:21:05 +00:00 |
check_groupBy.c
|
in-memory group by implementation
|
2009-07-01 01:33:24 +00:00 |
check_header.c
|
centralized #include <check.h>, removed obsolete (uncompiled) unit test.
|
2009-04-14 20:21:05 +00:00 |
check_io.c
|
silence spammy debugging messages; clean up check_io test case implementation a bit
|
2010-01-06 23:44:07 +00:00 |
check_iterator.c
|
dependency cleanups; removed compenastions from alloc.c
|
2009-08-22 00:01:02 +00:00 |
check_lhtable.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 |
check_linearHash.c
|
centralized #include <check.h>, removed obsolete (uncompiled) unit test.
|
2009-04-14 20:21:05 +00:00 |
check_linearHashNTA.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 |
check_linkedListNTA.c
|
centralized #include <check.h>, removed obsolete (uncompiled) unit test.
|
2009-04-14 20:21:05 +00:00 |
check_lockManager.c
|
centralized #include <check.h>, removed obsolete (uncompiled) unit test.
|
2009-04-14 20:21:05 +00:00 |
check_logEntry.c
|
more refactoring; log handles now manage their log entries memory
|
2009-12-31 23:01:37 +00:00 |
check_logWriter.c
|
remove malloc and memcpy from the in_memory_log read path
|
2009-12-31 23:25:56 +00:00 |
check_lsmTree.c
|
centralized #include <check.h>, removed obsolete (uncompiled) unit test.
|
2009-04-14 20:21:05 +00:00 |
check_multiplexer.c
|
more refactoring; log handles now manage their log entries memory
|
2009-12-31 23:01:37 +00:00 |
check_operations.c
|
more refactoring; log handles now manage their log entries memory
|
2009-12-31 23:01:37 +00:00 |
check_page.c
|
Add page ops for tree implementations.
|
2009-07-26 06:18:54 +00:00 |
check_pageOperations.c
|
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 |
check_pageOrientedList.c
|
centralized #include <check.h>, removed obsolete (uncompiled) unit test.
|
2009-04-14 20:21:05 +00:00 |
check_rangeTracker.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 |
check_recovery.c
|
centralized #include <check.h>, removed obsolete (uncompiled) unit test.
|
2009-04-14 20:21:05 +00:00 |
check_regions.c
|
speed up test a bit
|
2009-11-09 22:58:55 +00:00 |
check_replacementPolicy.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 |
check_ringbuffer.c
|
centralized #include <check.h>, removed obsolete (uncompiled) unit test.
|
2009-04-14 20:21:05 +00:00 |
check_transactional2.c
|
add support for soft commits, and making prior soft commits durable
|
2009-10-12 19:16:41 +00:00 |
CMakeLists.txt
|
concurrent hashtable seems to be working; still need to work out atomicity primitives (eg; options to leave the bucket locked on success)
|
2009-10-19 21:55:25 +00:00 |
Makefile.am
|
add dirtyPageTable unit test
|
2009-08-05 19:51:46 +00:00 |