summaryrefslogtreecommitdiff
path: root/test/thread/t.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2956 utility tests -h option is always overridden by the default setup (#3...Keith Bostic2016-10-101-2/+0
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-1/+2
* WT-2422: multiple definitions of custom die functionKeith Bostic2016-02-221-0/+2
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Changes for CRDavid Hows2015-05-111-2/+2
* Fix failed testsDavid Hows2015-05-111-3/+3
* Change all testutils functions to return nothingDavid Hows2015-05-111-2/+1
* Ignoring return value of function 'testutil_clean_work_dir(char *)'Keith Bostic2015-05-081-4/+3
* CR ChangesDavid Hows2015-05-071-1/+2
* Add testutils to all testsDavid Hows2015-05-051-48/+21
* Make the die() function look like all the other test programs,Keith Bostic2015-04-141-9/+17
* Fix the interrupt code to clean up the correct directory.Keith Bostic2015-04-141-3/+8
* Fix the usage statement (options without arguments go first).Keith Bostic2015-04-141-2/+2
* Make test/thread use WT_TEST not cwd, and add some more logging.Alex Gorrod2015-04-141-1/+12
* Allow longer connection config strings in test/thread.Alex Gorrod2015-04-141-2/+6
* Add a new statistic to track sweep evictions.Alex Gorrod2015-04-131-5/+17
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* /thread/t.c:49:12: error: redundant redeclaration of __wt_getoptKeith Bostic2014-10-221-1/+0
* gcc doesn't like externs inside functions (warning: nested externKeith Bostic2014-10-101-3/+4
* Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic2014-10-101-12/+16
* Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version.Keith Bostic2014-10-041-6/+6
* Minor shuffling to turn on more clang warnings:Keith Bostic2014-09-011-1/+4
* Add a -F option to thread, to create a separate file for every thread.Keith Bostic2014-05-201-9/+11
* Use the default cache size in test/thread: 5MB causes odd side effects that m...Michael Cahill2014-05-091-1/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-081-7/+7
|\
| * Rework WT_UNUSED/WT_UNUSED_RET slightly: move GNUC macros out of misc.hKeith Bostic2013-11-061-7/+7
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-051-1/+1
|\ \ | |/
| * Fix compiler warnings with GCC 4.7.2 on Ubuntu.Alex Gorrod2013-11-011-1/+1
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-10-291-5/+10
|\ \ | |/
| * Merge branch 'develop' into java-auto-closeAlex Gorrod2013-10-251-1/+1
| |\
| * | Add a WT_SESSION handle to WT_EVENT_HANDLER callbacks.Alex Gorrod2013-08-291-4/+8
| * | Merge branch 'develop' into java-auto-closeAlex Gorrod2013-08-151-1/+6
| |\ \
| * | | Add a stub callback for auto closed handles. Update handlers in tree.Alex Gorrod2013-04-081-1/+2
* | | | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-10-241-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | thread opens statistics cursors so we have to configure statistics inKeith Bostic2013-10-211-1/+1
| | |/ | |/|
* | | When cleaning up after tests, remove the logs.Michael Cahill2013-08-291-1/+1
|/ /
* | Add log_print support to test/thread.Susan LoVerso2013-06-051-1/+6
|/
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Move test program software into the public domain, if anyone wants toKeith Bostic2012-10-261-3/+23
* s/WildTiger/WiredTiger/Michael Cahill2012-10-171-1/+1
* Fix __wt_conn_btree_apply to acquire handles correctly,Michael Cahill2012-06-181-2/+2
* Add test/fops and test/thread to "make check".Michael Cahill2012-06-011-8/+4
* Now that test/fops is split out of the thread code, there's no need forKeith Bostic2012-05-281-4/+0
* Split test/thread into two parts, test/thread and test/fops.Keith Bostic2012-05-281-17/+6
* Rework WT_EVENT_HANDLERs.Keith Bostic2012-05-041-9/+9
* lintKeith Bostic2012-05-031-0/+1
* Add support for file operations to the test/thread program.Keith Bostic2012-05-031-7/+30
* lintKeith Bostic2012-03-151-4/+5
* Fix an error message tag.Keith Bostic2012-03-101-1/+1