summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_size_storer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29211: Staged changes to explicitly journal a subset of tables on Wire...Daniel Gottlieb2017-07-261-8/+17
* SERVER-26646: Add structure that allows multiple WT extensions to be declared.Daniel Gottlieb2016-11-101-2/+2
* Revert "SERVER-26646: Add structure to build up wiredtiger extensions"Daniel Gottlieb2016-11-071-2/+2
* SERVER-26646: Add structure to build up wiredtiger extensionsDaniel Gottlieb2016-11-071-2/+2
* SERVER-26674 Add missing header includessamantharitter2016-11-051-0/+2
* SERVER-24991 log redaction for storage layer and mmapv1Ramon Fernandez2016-08-251-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-157/+153
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-1/+1
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-10/+10
* SERVER-17990 SERVER-18809 Community portion of ESEAndreas Nilsson2015-06-151-2/+5
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-0/+1
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-10/+10
* SERVER-17271 WiredTiger SizeStorer now uses a single WT_CURSOR for its lifetimeMathias Stearn2015-02-121-38/+62
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16111 display creation details for collections and indexesEric Milkie2014-12-231-2/+2
* fix ambiguous variable namingEric Milkie2014-11-121-8/+8
* SERVER-15953: add wiredtiger storage engine integrationEliot Horowitz2014-11-051-0/+212