summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-19538 fassert instead of calling dbexit() when cert is expired."Ramon Fernandez2015-07-271-3/+4
* SERVER-19538 fassert instead of calling dbexit() when cert is expired.Max Hirschhorn2015-07-271-4/+3
* Revert "SERVER-19389: Remove wire level endianness check"Ramon Fernandez2015-07-231-2/+7
* SERVER-19389: Remove wire level endianness checkSpencer Jackson2015-07-231-7/+2
* SERVER-19052 fix compileDan Pasette2015-07-221-1/+1
* SERVER-19525: use of wrong type for size count of rolling back insertMartin Bligh2015-07-221-1/+1
* SERVER-19052 cleanup unreachable if statement from removal of sizeStorer calcsDan Pasette2015-07-221-6/+1
* SERVER-19052 Remove sizeStorer recalculations at startup with WiredTigerDan Pasette2015-07-223-13/+3
* Revert "Revert "SERVER-19513: Unindex documents when truncating WT capped col...Ramon Fernandez2015-07-221-0/+3
* Revert "SERVER-19513: Unindex documents when truncating WT capped collections"Ramon Fernandez2015-07-221-3/+0
* SERVER-19513: Unindex documents when truncating WT capped collectionsGeert Bosch2015-07-221-0/+3
* SERVER-17254: Throttle retry of failed drop attemptsMartin Bligh2015-07-202-0/+15
* SERVER-19489 WorkingSet::clear() now clears the list of WorkingSetIDs that ne...David Storch2015-07-201-0/+1
* SERVER-15901: Periodically cleanup unused lock headsGeert Bosch2015-07-143-0/+26
* SERVER-18371 Add configure check for SSL/FIPSJonathan Reams2015-07-141-1/+1
* SERVER-19375 choose new sync source based on last fetched op rather than last...matt dannenberg2015-07-148-11/+16
* SERVER-17259: Handle disappearance of collection during M/RGeert Bosch2015-07-131-2/+2
* Import wiredtiger-wiredtiger-mongodb-3.0.4-22-g3963315.tar.gz from wiredtiger...Michael Cahill2015-07-132-1/+13
* BUILD-770 Fix windows-64/windows-32 compilesJonathan Reams2015-07-121-0/+4
* SERVER-19255 initialize _ready member of Listener to falseAdam Midvidy2015-07-101-1/+1
* BUILD-770 Backport version info and source tarball changesJonathan Reams2015-07-1017-328/+158
* SERVER-17078 Faster WT stats for storageSizeMichael Cahill2015-07-102-2/+2
* SERVER-17567 Don't unconditionally export parse number specializationsAndrew Morrow2015-07-101-1/+1
* SERVER-19189: Remove counters from WT session cacheMartin Bligh2015-07-102-41/+15
* SERVER-19189: Checking epoch outside of the lock is racyMartin Bligh2015-07-101-4/+5
* SERVER-19189: dont check sessions is empty outside of the lockMartin Bligh2015-07-101-1/+1
* SERVER-18994 rework applier draining to avoid possible deadlockmatt dannenberg2015-07-072-6/+9
* SERVER-19298: always use collection options when creating collectionsScott Hernandez2015-07-071-2/+3
* SERVER-19298: always use collection options when creating collectionsScott Hernandez2015-07-072-6/+20
* SERVER-17689: handle wce better in initial syncScott Hernandez2015-07-0611-216/+267
* Import wiredtiger-wiredtiger-mongodb-3.0.4-20-ga3b359d.tar.gz from wiredtiger...Alexander Gorrod2015-07-0639-348/+798
* SERVER-18086 fix leak in QueryPlanner::planFromCacheQingyang Chen2015-07-011-6/+10
* SERVER-17370 Fix bugs in storage engine-specific index and collection optionsMathias Stearn2015-07-0112-108/+109
* SERVER-18955 Have ShardedClientCursor set the batch size before all callscharlie.page@gmail.com2015-07-012-23/+27
* SERVER-19178 Fix a bug positioning cursors for capped collection truncatesMichael Cahill2015-07-011-4/+8
* SERVER-17815 tie breaker value should not be static in PlanRanker::scoreTreeDavid Storch2015-06-291-1/+1
* Revert "SERVER-17470 Remove link to replset data in the http server"Siyuan Zhou2015-06-295-5/+6
* SERVER-17470 Remove link to replset data in the http serverSiyuan Zhou2015-06-295-6/+5
* SERVER-19178 In WiredTiger capped collection truncates, avoid walking lists o...Michael Cahill2015-06-292-10/+24
* SERVER-17386 WiredTiger session cache improvementsMichael Cahill2015-06-292-117/+120
* SERVER-17568 Correctly acquire _mutex in CountdownLatchHolder::get in v8_util...Andy Schwerin2015-06-252-2/+2
* SERVER-18461 cover range predicates comparing BinData in building index boundscoollog2015-06-252-4/+76
* SERVER-18795: fix backport of printSlaveReplicationInfo on arbitersSam Kleinman2015-06-251-1/+1
* SERVER-18795: provide better printReplicationInfo error message for abitersSam Kleinman2015-06-251-1/+6
* SERVER-18979: Duplicate uassert & fassert codesMark Benvenuto2015-06-251-2/+2
* SERVER-19054: Don't log background tasks taking less than 100msGeert Bosch2015-06-191-1/+2
* SERVER-18874 Backport changes to RocksDB from mongo-partners repoIgor Canadi2015-06-1917-85/+550
* SERVER-18455 stop logging sync_pullOpLog message in master slavematt dannenberg2015-06-191-2/+0
* SERVER-15017: benchRun might return incorrect stats valuesdalyd2015-06-182-59/+86
* SERVER-18926 avoid iterating the entire working set when preparing for a Wire...David Storch2015-06-1717-252/+88