.. |
check_allocationPolicy.c
|
Fix memory leak; initialize p.lockCount (for debugging)
|
2006-08-11 00:02:16 +00:00 |
check_blobRecovery.c
|
Fixed a bunch of 'easy' warnings
|
2006-05-25 00:02:46 +00:00 |
check_bTree.c
|
Fixed compile warning.
|
2006-09-25 22:33:52 +00:00 |
check_bufferManager.c
|
removed mysterious LSN = 0 lines.
|
2006-09-27 20:35:08 +00:00 |
check_compensations.c
|
Fixed unit tests, added iterator interface, and generic (almost) iterator test harness.
|
2005-03-10 03:19:04 +00:00 |
check_errorHandling.c
|
minor changes
|
2005-03-09 03:24:36 +00:00 |
check_header.c
|
Fixed truncation bugs, and a minor test case bug.
|
2006-05-22 23:59:02 +00:00 |
check_indirect.c
|
Fixed compiler warning...
|
2006-08-11 19:36:46 +00:00 |
check_iterator.c
|
Fixed a bunch of gcc type punned pointer warnings.
|
2006-07-25 21:14:33 +00:00 |
check_lht.c
|
Documentation fix
|
2006-05-31 00:37:23 +00:00 |
check_lhtable.c
|
Shorter runs for interactive unit testing.
|
2006-07-21 23:58:32 +00:00 |
check_linearHash.c
|
Fixed a bunch of 'easy' warnings
|
2006-05-25 00:02:46 +00:00 |
check_linearHashNTA.c
|
Another attempt to avoid running out of space...
|
2006-09-26 20:22:20 +00:00 |
check_linkedListNTA.c
|
Fixed a bunch of gcc type punned pointer warnings.
|
2006-07-25 21:14:33 +00:00 |
check_lockManager.c
|
Fixed unit tests, added iterator interface, and generic (almost) iterator test harness.
|
2005-03-10 03:19:04 +00:00 |
check_logEntry.c
|
Cleaning up bufferManager / page for locking. Want to limit access to the Page struct.
|
2004-07-14 20:49:18 +00:00 |
check_logicalLinearHash.c
|
Fixed a bunch of 'easy' warnings
|
2006-05-25 00:02:46 +00:00 |
check_logWriter.c
|
updates for new logger API.
|
2006-09-27 20:35:30 +00:00 |
check_multiplexer.c
|
Fixed a bunch of gcc type punned pointer warnings.
|
2006-07-25 21:14:33 +00:00 |
check_operations.c
|
Fixes for inMemoryLog
|
2006-09-27 20:37:56 +00:00 |
check_page.c
|
removed derefereneced void*
|
2006-06-13 22:47:04 +00:00 |
check_pageOperations.c
|
Fixed a bunch of 'easy' warnings
|
2006-05-25 00:02:46 +00:00 |
check_pageOrientedList.c
|
Fixed a bunch of gcc type punned pointer warnings.
|
2006-07-25 21:14:33 +00:00 |
check_recovery.c
|
Fixed a bunch of 'easy' warnings
|
2006-05-25 00:02:46 +00:00 |
check_regions.c
|
Added tests for concurrent transactions + aborts(). Still doesn't test
|
2006-07-27 00:16:24 +00:00 |
check_ringbuffer.c
|
Another commit on behalf of jimmy. (Fixing the build is hard!)
|
2005-03-15 01:57:43 +00:00 |
check_transactional2.c
|
minor change to aid in debugging
|
2006-06-21 00:41:47 +00:00 |
Makefile.am
|
Talloc() now reuses space when possible. It still needs to call slottedCompact() intelligentally. Also, allocationPolicy should support an extra tier
|
2006-07-29 00:56:54 +00:00 |