.. |
fault_injection
|
reordered includes for compatibility with gcc3
|
2010-01-21 00:03:17 +00:00 |
.cvsignore
|
Updated svn:ignore.
|
2007-10-03 01:52:41 +00:00 |
check_allocationPolicy.c
|
fix some header #include problems
|
2011-02-22 19:12:38 +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
|
move latching stuff to util/, blobs to operations/
|
2011-06-13 11:26:25 +00:00 |
check_compensations.c
|
initial opensolaris port
|
2009-11-29 03:22:36 +00:00 |
check_concurrentHash.c
|
moved in-memory data structures and hash functions to util/
|
2011-06-13 10:19:44 +00:00 |
check_concurrentRingbuffer.c
|
fix deadlock in filePool logger. The deadlock was due to pages being evicted before Tupdate() released the log entry for writeback. Now, we track another timestamp, so that Tupdate() starts with something analogous to a writelock, and downgrades it to a readlock before pinning pages, and invoking callbacks
|
2011-07-15 17:37:50 +00:00 |
check_dirtyPageTable.c
|
shorten dirtyPageTable test.
|
2010-01-22 23:39:42 +00:00 |
check_errorHandling.c
|
centralized #include <check.h>, removed obsolete (uncompiled) unit test.
|
2009-04-14 20:21:05 +00:00 |
check_filePool.c
|
fix api violation
|
2011-07-15 16:29:12 +00:00 |
check_groupBy.c
|
move a bunch of multiplexer and lsm related stuff into experimental/ directory
|
2011-06-13 06:58:34 +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 compiler warnings about tests for old broken non_blocking handle
|
2011-04-20 20:46:38 +00:00 |
check_iterator.c
|
move a bunch of multiplexer and lsm related stuff into experimental/ directory
|
2011-06-13 06:58:34 +00:00 |
check_lhtable.c
|
moved in-memory data structures and hash functions to util/
|
2011-06-13 10:19:44 +00:00 |
check_linearHash.c
|
moved in-memory data structures and hash functions to util/
|
2011-06-13 10:19:44 +00:00 |
check_linearHashNTA.c
|
fix compiler wranings in check_linearHashNTA
|
2011-04-20 20:38:22 +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 log refactoring. safeWrites now holds a latch across reserve_entry, write_entry, and write_entry_done
|
2010-01-19 02:14:09 +00:00 |
check_logWriter.c
|
move latching stuff to util/, blobs to operations/
|
2011-06-13 11:26:25 +00:00 |
check_lsmTree.c
|
move a bunch of multiplexer and lsm related stuff into experimental/ directory
|
2011-06-13 06:58:34 +00:00 |
check_min.c
|
fix compiler warnings regarding min and concurrentRingbuffer
|
2011-04-20 20:34:39 +00:00 |
check_multiplexer.c
|
move a bunch of multiplexer and lsm related stuff into experimental/ directory
|
2011-06-13 06:58:34 +00:00 |
check_operations.c
|
relaxed page latching requirements; page.c, and dirtyPageTable no longer check / rely on holding rwlatch; removed (now) unnecessary latching from unit tests
|
2010-08-06 00:19:19 +00:00 |
check_page.c
|
move latching stuff to util/, blobs to operations/
|
2011-06-13 11:26:25 +00:00 |
check_pageOperations.c
|
move latching stuff to util/, blobs to operations/
|
2011-06-13 11:26:25 +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
|
test TsoftCommit(); make sure it works when TforceCommits() is called, and when Tdeinit() is called
|
2010-01-21 18:57:58 +00:00 |
check_redblack.c
|
moved in-memory data structures and hash functions to util/
|
2011-06-13 10:19:44 +00:00 |
check_regions.c
|
move latching stuff to util/, blobs to operations/
|
2011-06-13 11:26:25 +00:00 |
check_replacementPolicy.c
|
change replacementPolicy to avoid a malloc / free during page pins
|
2011-04-20 20:25:17 +00:00 |
check_ringbuffer.c
|
move a bunch of multiplexer and lsm related stuff into experimental/ directory
|
2011-06-13 06:58:34 +00:00 |
check_transactional2.c
|
move latching stuff to util/, blobs to operations/
|
2011-06-13 11:26:25 +00:00 |
CMakeLists.txt
|
move a bunch of multiplexer and lsm related stuff into experimental/ directory
|
2011-06-13 06:58:34 +00:00 |
Makefile.am
|
add dirtyPageTable unit test
|
2009-08-05 19:51:46 +00:00 |