summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.1.4.1.1.4Michael Cahill2012-04-161-1/+1
* Cut release 1.1.3.Michael Cahill2012-04-041-1/+1
* Remove the release tree after creating the tarball.Michael Cahill2012-03-301-0/+2
* s_types should check in more directories than just src.Michael Cahill2012-03-301-1/+1
* When we removed test/config.i, it broke s_types -- simplify s_types,Keith Bostic2012-03-281-5/+1
* move CURDUMP_PASS into the WiredTiger name space, don't complain thatKeith Bostic2012-03-281-0/+1
* Add a couple more copyrights.Keith Bostic2012-03-261-1/+0
* Cut release 1.1.2.Michael Cahill2012-03-201-1/+1
* Don't mention local files in the README, that only applies to releaseKeith Bostic2012-03-161-13/+8
* Rename block_alloc.c -> block_ext.cKeith Bostic2012-03-161-1/+1
* Generalize the "free list" to be an "extent list", we're going to need 3Keith Bostic2012-03-161-0/+2
* OS X doesn't support clock_gettime, add support for gettimeofday.Keith Bostic2012-03-151-0/+1
* Rename "close_method" argument to "discard", snapshots move us awayKeith Bostic2012-03-151-1/+1
* Search the utilities for functions, it's not unreasonable for the utilitiesKeith Bostic2012-03-151-1/+1
* Add the __wt_epoch function, returns the local time-of-day.Keith Bostic2012-03-152-0/+3
* Move btree/bt_root.c -> session/session_root.cKeith Bostic2012-03-151-1/+1
* Have s_copyright search all directories matching [a-z]*.Michael Cahill2012-03-151-2/+2
* Have s_copyright look in known directories so it skips things like ".hg".Michael Cahill2012-03-131-1/+2
* Check for C++ files, we don't have any yet, but may someday.Keith Bostic2012-03-121-1/+1
* Simplify the copyright script: the original problem was some files weren'tKeith Bostic2012-03-122-15/+31
* Bump version to 1.1.1.1.1.1Michael Cahill2012-03-121-1/+1
* Bump the version to 1.1.Michael Cahill2012-02-281-1/+1
* Make checks of test code optional, so they don't complain in a release tree.Michael Cahill2012-02-283-12/+12
* Allow s_release to work from a git or hg tree.Michael Cahill2012-02-281-7/+16
* Apply style scripts to the test sources.Michael Cahill2012-02-242-2/+2
* Don't keep the last page of column stores pinned: it prevents eviction.Michael Cahill2012-02-241-0/+1
* Format at 80 columns.Keith Bostic2012-02-231-9/+10
* The huffman encoding documentation doesn't mention the leading "utf8" orKeith Bostic2012-02-231-6/+6
* Make buffer alignment configurable in wiredtiger_open. Only align scratch bu...Michael Cahill2012-02-232-0/+6
* Add support for direct I/O, with the config "direct_io=(data,log)".Michael Cahill2011-12-051-0/+5
* Don't call out build_posix specially in the build instructions: configure can...Michael Cahill2012-02-211-2/+2
* Add a clean target to the docs Makefile, add -a to dist/s_docs thatKeith Bostic2012-02-181-1/+8
* Move "root:F" and "version:F" entries for files into the value for "file:F", ...Michael Cahill2012-02-161-2/+10
* Note the wiredtiger_open config string "multiprocess" is not yetKeith Bostic2012-02-161-1/+1
* Move connection-list handling from the btree code to conn/conn_btree.c.Keith Bostic2012-02-141-0/+1
* Don't use "aspell --mode=ccpp" when spell-checking the documentation,Keith Bostic2012-02-101-1/+1
* Mention the Google group mailing list in the README (displayed on the project...Michael Cahill2012-02-091-2/+5
* Minor clarification of the meaning of WT_NOTFOUND: it's a cursor operationKeith Bostic2012-02-081-5/+5
* Update to 1.0release-1.01.0.0Michael Cahill2012-02-032-4/+7
* Fix a script status message.Michael Cahill2012-02-031-1/+1
* Add a navigation link to the license.Michael Cahill2012-02-031-1/+2
* Make s_docs quiet if Python isn't found.Michael Cahill2012-02-031-4/+5
* Retain copyright on the Python API, add the SWIG license to the localKeith Bostic2012-02-021-12/+4
* More copyright updates, don't bother with "add" keywords in theKeith Bostic2012-02-022-6/+6
* Add lang/python files to the copyright check.Keith Bostic2012-02-021-0/+1
* Add the lang/java/src/com/wiredtiger tree to the copyright check list.Keith Bostic2012-02-021-3/+6
* Fixes to make test_schema02 pass. Much more careful checking and cleanup dur...Michael Cahill2012-02-021-0/+1
* Remove the old BDB stubs that were never completed.Michael Cahill2012-02-023-5/+0
* Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill2012-02-021-1/+0
* Move the stat cursor "clear" config to WT_SESSION::open_cursor.Michael Cahill2012-02-021-3/+4