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
/
support
/
err.c
Age
Commit message (
Expand
)
Author
2014-10-09
Abstract out the code to create a printable version of the
Keith Bostic
2014-10-08
Initial Windows Port
Mark Benvenuto
2014-07-24
Minor cleanup.
Susan LoVerso
2014-05-22
whitespace
Keith Bostic
2014-05-05
A somewhat different approach to --enable-verbose: inline __wt_verbose()
Keith Bostic
2014-02-26
Flush stdout/stderr when it's used, that way we don't lose messages
Keith Bostic
2014-01-07
Update copyright notices for 2014.
Keith Bostic
2013-11-15
typo
Keith Bostic
2013-11-15
The bottom-level event handlers need to handle a NULL session, the
Keith Bostic
2013-11-13
Remove trailing whitespace after the timestamp.
Keith Bostic
2013-11-11
Cleanup based on Keith's comments. #753
Susan LoVerso
2013-11-11
Print tid via call to new __wt_raw_to_hex_mem function. #753
Susan LoVerso
2013-11-11
Fix pthread_t print issue. #753
Susan LoVerso
2013-11-11
Cast pthread_self for printing. #753
Susan LoVerso
2013-11-11
Add timestamp and pid/tid to messages. #753
Susan LoVerso
2013-08-29
Add a WT_SESSION handle to WT_EVENT_HANDLER callbacks.
Alex Gorrod
2013-08-15
Merge branch 'develop' into java-auto-close
Alex Gorrod
2013-06-07
Restore support for the wiredtiger_open() error_prefix configuration
Keith Bostic
2013-06-03
Change __wt_schema_get_source() to not call __wt_bad_object_type itself,
Keith Bostic
2013-04-17
More changes to the extension API (this is only part-way there, but it
Keith Bostic
2013-04-10
Add a new method WT_EXTENSION_API::config that takes a cfg[] and returns
Keith Bostic
2013-04-09
Make WiredTiger extension functions available to linked-in modules via
Keith Bostic
2013-04-08
Add a stub callback for auto closed handles. Update handlers in tree.
Alex Gorrod
2013-04-04
Write some custom data source documentation based on my Berkeley DB code.
Keith Bostic
2013-03-25
Merge branch 'develop' into data-handles
Michael Cahill
2013-01-01
Update copyright notice to 2013.
Keith Bostic
2012-12-21
gcc knows __wt_abort() never returns, so it's complaining:
Keith Bostic
2012-12-10
Add a __wt_panic function that shuts down all of the WiredTiger APIs.
Keith Bostic
2012-10-17
Add lsm: type to the list of unsupported object types.
Keith Bostic
2012-09-18
Replace session->btree with a data handle.
Michael Cahill
2012-09-18
Split general WT_BTREE fields into WT_DATA_HANDLE.
Michael Cahill
2012-07-20
Change the session.truncation implementation from a simple loop around
Keith Bostic
2012-06-01
GCC 4.6 objects to setting "noreturn" on __wt_assert in non-diagnostic mode.
Michael Cahill
2012-05-29
The error handling code depends on pointer wraparound never happening;
Keith Bostic
2012-05-15
__wt_assert is marked "noreturn", so it shouldn't return.
Michael Cahill
2012-05-15
Mark __wt_assert with a "noreturn" attribute to reduce false positives in cla...
Michael Cahill
2012-05-11
Move the code that avoids duplicated error message strings from the
Keith Bostic
2012-05-10
Allow NULL methods in application-supplied event handlers (replaced by the de...
Michael Cahill
2012-05-09
Have a real session attached to each connection handle.
Michael Cahill
2012-05-07
Rework WT_EVENT_HANDLERs.
Keith Bostic
2012-05-04
Rework WT_EVENT_HANDLERs.
Keith Bostic
2012-05-03
Move all of the WiredTiger.wt configuration information into the turtle file;
Keith Bostic
2012-01-22
Update copyright notices to 2012.
Keith Bostic
2012-01-12
Remove session buffer support: they are no longer used for bulk-load and they
Keith Bostic
2012-01-02
Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return.
Keith Bostic
2011-12-28
Switch from uint32_t/uint32_t addr/size pairs to off_t/uint32_t
Keith Bostic
2011-12-12
Use the standard WT_ILLEGAL_VALUE(session); call if we find a page in
Keith Bostic
2011-12-05
Expand "illegal-format" to include "bad value" (we use it in places
Keith Bostic
2011-11-04
Change the SESSION->{verify,salvage,dumpfile,sync} methods to have a
Keith Bostic
2011-11-02
Running the test suite with HAVE_DIAGNOSTIC configured fails because we
Keith Bostic
[next]