summaryrefslogtreecommitdiff
path: root/test/thread
Commit message (Expand)AuthorAgeFilesLines
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-045-0/+5
* /thread/t.c:49:12: error: redundant redeclaration of __wt_getoptKeith Bostic2014-10-221-1/+0
* The type returned from pthread_self() is opaque, we can't cast it to aKeith Bostic2014-10-222-6/+11
* 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-042-8/+12
* Minor shuffling to turn on more clang warnings:Keith Bostic2014-09-011-1/+4
* Coverity report 1215467, open FILE handle could be leaked.Keith Bostic2014-05-231-17/+15
* Test some more basic access method types and other variants in formatKeith Bostic2014-05-222-2/+14
* Fix a memory leak, thanks valgrind!Keith Bostic2014-05-201-4/+3
* Add a -F option to thread, to create a separate file for every thread.Keith Bostic2014-05-205-38/+91
* 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-075-5/+5
* Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-083-20/+10
|\
| * Rework WT_UNUSED/WT_UNUSED_RET slightly: move GNUC macros out of misc.hKeith Bostic2013-11-063-20/+10
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-052-1/+6
|\ \ | |/
| * Fix compiler warnings with GCC 4.7.2 on Ubuntu.Alex Gorrod2013-11-012-1/+6
* | 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-154-10/+22
| |\ \
| * | | 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
|/ /
* | Merge branch 'develop' into loggingSusan LoVerso2013-06-172-3/+3
|\ \
| * | The test/thread program is using key numbers of 0, which is illegal,Keith Bostic2013-05-242-3/+3
| |/
* | Add log_print support to test/thread.Susan LoVerso2013-06-053-7/+19
|/
* Update copyright notice to 2013.Keith Bostic2013-01-015-5/+5
* Move test program software into the public domain, if anyone wants toKeith Bostic2012-10-265-15/+115
* s/WildTiger/WiredTiger/Michael Cahill2012-10-171-1/+1
* warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'Michael Cahill2012-10-031-1/+1
* On GCC spinlocks, yield after spinning for a while (default 1000 iterations).Michael Cahill2012-09-101-4/+5
* 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-012-8/+6
* 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-286-248/+33
* Rework WT_EVENT_HANDLERs.Keith Bostic2012-05-041-9/+9
* lintKeith Bostic2012-05-033-4/+4
* lintKeith Bostic2012-05-031-0/+2
* Add support for file operations to the test/thread program.Keith Bostic2012-05-037-101/+343
* Make the local clean targets all the same: remove the WiredTiger runKeith Bostic2012-04-231-1/+1
* lintKeith Bostic2012-03-153-10/+12
* test/thread/run.c:129: warning: unused variable ‘keyno’Michael Cahill2012-03-111-1/+1
* Fix an error message tag.Keith Bostic2012-03-101-1/+1
* Add the -S option to the test/thread program, that uses a new sessionKeith Bostic2012-03-103-69/+125
* Apply style scripts to the test sources.Michael Cahill2012-02-242-3/+3
* Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill2012-02-021-2/+2
* More copyright cleanup.Keith Bostic2012-02-015-15/+15
* Fix uninitialized warnings with GCC 4.2.Michael Cahill2012-01-311-0/+4