index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
error.h
Age
Commit message (
Expand
)
Author
2014-01-07
Update copyright notices for 2014.
Keith Bostic
2013-11-15
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-14
Don't use condition variables in log code when no-sync is configured.
Alex Gorrod
2013-11-13
Change compaction to not block checkpoints: during the part of compaction
Keith Bostic
2013-04-19
Returning WT_PANIC takes precedence over any other error.
Keith Bostic
2013-03-14
Some functions with WT_ASSERT calls don't use the session handle for any
Keith Bostic
2013-03-14
Cleanup due to s_all
Alex Gorrod
2013-03-14
Make WT_ASSERT a no-op when not in DIAGNOSTIC mode.
Alex Gorrod
2013-01-01
Merge branch 'develop' into dirty-disable
Keith Bostic
2013-01-01
Update copyright notice to 2013.
Keith Bostic
2013-01-01
Change reconciliation to yield immediately after determining the state of a
Keith Bostic
2012-12-28
Simplify WT_PANIC_XXX and friends.
Keith Bostic
2012-12-28
Another set of changes to make checkpoints outside of the eviction
Keith Bostic
2012-12-19
Wrap __wt_panic uses in a macro. Update LSM panic code to be better
Alex Gorrod
2012-12-18
Add panic calls to appropriate places in LSM.
Alex Gorrod
2012-12-05
Prioritize errors so system errors aren't lost. #388
Susan LoVerso
2012-11-21
After an LSM merge, fault in some pages before the new tree goes live to avoi...
Michael Cahill
2012-06-20
Finish the implementation of reconfigure methods: allow flags to be turned of...
Michael Cahill
2012-06-15
First set of changes for moving all checkpoint/snapshot calls into the
Keith Bostic
2012-06-01
Simplify the regular expression in s_style for non-GNU grep.
Michael Cahill
2012-05-15
__wt_assert is marked "noreturn", so it shouldn't return.
Michael Cahill
2012-05-03
Move all of the WiredTiger.wt configuration information into the turtle file;
Keith Bostic
2012-03-09
Overwrite pages when they're discarded to make it more likely we catch
Keith Bostic
2012-01-24
More eviction locking cleanups and fixes.
Michael Cahill
2012-01-23
Fix a comment, the loop tests EBUSY, not WT_RESTART.
Keith Bostic
2012-01-23
Some cleanup of the hazard code. In particular:
Michael Cahill
2012-01-22
Update copyright notices to 2012.
Keith Bostic
2012-01-02
Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return.
Keith Bostic