summaryrefslogtreecommitdiff
path: root/dist/filelist
Commit message (Expand)AuthorAgeFilesLines
* Add __wt_getenv to workaround caching in MSVC CRT's getenv implementation.Mark Benvenuto2014-12-191-0/+1
* Stop maintaining a separate Windows version of the file list, generate itKeith Bostic2014-12-171-1/+1
* Add in file name changes to filelist. I forgot to push it last time.Alex Gorrod2014-12-031-5/+5
* Shuffle some eviction/btree file names.Alex Gorrod2014-12-031-3/+4
* Split the condition variable and read/write lock code into separateKeith Bostic2014-10-241-1/+2
* Add support for upgrading configuration strings: leave the obsoleteKeith Bostic2014-10-121-0/+1
* Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic2014-10-101-0/+1
* Create a separate list of Windows' files, that way we can haveKeith Bostic2014-10-091-1/+1
* Abstract out the "is it an absolute path" function, and the pathKeith Bostic2014-10-091-0/+1
* Create a os shim for one-time initializationMark Benvenuto2014-10-031-0/+1
* Shuffle LSM manager code so it is more navigable.Alex Gorrod2014-08-281-0/+1
* Merge branch 'develop' into lsm-shared-workersAlex Gorrod2014-08-061-1/+1
|\
| * Merge branch 'develop' into log-cursorSusan LoVerso2014-07-301-1/+0
| |\
| | * Merge the mid-level of the bulk code into the cursor level.Keith Bostic2014-07-281-1/+0
| * | Merge branch 'develop' into log-cursorSusan LoVerso2014-07-151-2/+2
| |\ \ | | |/
| * | Add log cursors. #1106Susan LoVerso2014-07-151-0/+1
* | | Start shifting to having shared worker threads for LSM trees.Alex Gorrod2014-07-171-0/+1
| |/ |/|
* | Merge branch 'develop' into leveldb-apiMichael Cahill2014-07-021-1/+0
|\ \ | |/
| * Cleanup based on Alex's feedback.Michael Cahill2014-07-011-1/+0
* | Minor futzing with the LevelDB copyright checks, add a WiredTigerKeith Bostic2014-06-241-2/+2
|/
* Merge branch 'develop' into json-dumpSusan LoVerso2014-05-221-0/+1
|\
| * First attempt to add a sweep thread to close data handles only afterKeith Bostic2014-05-211-0/+1
* | KNF.Susan LoVerso2014-05-221-1/+1
* | Wrap json cursors as a type of dump cursor.Susan LoVerso2014-05-211-0/+1
|/
* Merge branch 'develop' into metadata-cursorsAlex Gorrod2014-05-061-0/+3
|\
| * Move the async code from conn_async.c under src/async. It's easier (for me) ...Michael Cahill2014-05-021-1/+1
| * Rename async_api.c to async_op.c to make way for conn_async.c.Michael Cahill2014-05-021-1/+1
| * Merge branch 'develop' into asyncSusan LoVerso2014-04-141-0/+1
| |\
| * | Revert "Begin some refactoring of cursor key/value manipulation."Susan LoVerso2014-04-091-1/+0
| * | Begin some refactoring of cursor key/value manipulation.Susan LoVerso2014-04-081-0/+1
| * | Merge branch 'develop' into asyncMichael Cahill2014-04-071-2/+1
| |\ \
| * | | Add top layer of functions. Split files.Susan LoVerso2014-03-251-0/+3
* | | | Merge branch 'develop' into metadata-cursorsMichael Cahill2014-04-231-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Gather most of the fast-delete code into a new file, bt_delete.c.Keith Bostic2014-04-101-0/+1
| | |/ | |/|
* | | Merge branch 'develop' into metadata-cursorsMichael Cahill2014-04-071-2/+1
|\ \ \ | |/ /
| * | Move the split functions into rec_split.c (removing the previousKeith Bostic2014-03-201-1/+0
| * | Remove the WT_SESSION_IMPL dump code, nobody is using it and it'sKeith Bostic2014-03-151-1/+0
| * | Merge branch 'develop' into new-splitKeith Bostic2014-02-261-0/+1
| |\ \ | | |/
| * | Add a WT_SESSION_IMPL structure that allows us to store memory and freeKeith Bostic2014-02-251-0/+1
* | | Update the metadata cursor implementation.Alex Gorrod2014-03-141-0/+1
| |/ |/|
* | Add configuration parsing to the public API.Alex Gorrod2014-02-131-0/+1
|/
* Merge branch 'develop' into fine-grained-durabilityAlex Gorrod2013-11-181-2/+3
|\
| * Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle soKeith Bostic2013-11-171-2/+3
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-111-0/+1
|\ \ | |/
| * Now that compaction only operates on 10% of the file at a time, repeatedKeith Bostic2013-11-101-0/+1
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-10-171-0/+1
|\ \ | |/
| * Add support for tracking which spinlocks block other spinlocks andKeith Bostic2013-10-061-0/+1
* | Split recovery code in txn_log.c into txn_recover.c.Michael Cahill2013-08-291-1/+2
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-08-161-0/+1
|\ \ | |/
| * Move page split code into rec_split.c source file.Alex Gorrod2013-08-131-0/+1