summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28574 Add C++17's `as_const` to stdx.ADAM David Alan Martin2017-04-031-0/+54
* SERVER-26360 Node should be able to leave RECOVERING after going too staleWilliam Schultz2017-04-032-13/+53
* SERVER-28296 Add a LogicalSessionId test and library targetsamantharitter2017-04-032-0/+79
* SERVER-28296 Implement a LogicalSessionId classsamantharitter2017-04-032-0/+160
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-0242-214/+212
* Import wiredtiger: af735d14a603a6ef6256a6685f09ec13755a5024 from branch mongo...Alex Gorrod2017-04-01214-3402/+5420
* SERVER-28211 cleaned up StorageInterfaceImpl unit testBenety Goh2017-03-311-169/+142
* SERVER-22611 Make CatalogCache::onStaleConfigError clear the passed cache entryKaloian Manassiev2017-03-311-6/+10
* SERVER-22611 Make the catalog cache unit-tests go through the CatalogCacheKaloian Manassiev2017-03-316-276/+383
* SERVER-24879 Add $mergeObjects aggregation expressionnzolnierzmdb2017-03-3116-30/+298
* SERVER-28548 skip unused keys in restorePosition, even when prev location is ...Eric Milkie2017-03-311-4/+0
* SERVER-28548 improve bucket diagnostic output for btreesEric Milkie2017-03-311-5/+4
* SERVER-28551 Implementation of `void_t` in stdx.ADAM David Alan Martin2017-03-301-0/+26
* SERVER-28352 fix lintDianna Hohensee2017-03-301-1/+1
* SERVER-28352 Fix ticks increment in LogicalClock::reserveTicksWilliam Schultz2017-03-304-21/+64
* SERVER-26025 Smart pointer with clone on copyADAM David Alan Martin2017-03-3012-0/+2031
* SERVER-28528 Remove some unnecessary cycle marksADAM David Alan Martin2017-03-307-69/+47
* SERVER-28432 Move key management out from TimeProofServiceJack Mulrow2017-03-3013-56/+42
* SERVER-27937 pull apart the AsyncResultsMerger logic into (1) establishing th...Esha Maharishi2017-03-3014-903/+895
* SERVER-28542 make ARS store interrupt status instead of CallbackCanceled in r...Esha Maharishi2017-03-304-15/+20
* SERVER-25717 Negative push index out of bounds should default to beginning of...Tess Avitabile2017-03-292-6/+9
* SERVER-28211 removed StorageInterface::startup() and shutdown() functionsBenety Goh2017-03-297-28/+1
* SERVER-26452: WCE retry on renameCollection. Address possible dassert in drop...Daniel Gottlieb2017-03-295-23/+35
* SERVER-28532 Implement UUID::appendToBuilderGeert Bosch2017-03-292-5/+13
* SERVER-28531 Fix convert-to-capped to use new UUID.Geert Bosch2017-03-291-9/+9
* SERVER-28306 IDL Code GeneratorMark Benvenuto2017-03-299-0/+1170
* SERVER-27831: Push threadsafety responsibility inside of KVCatalog's RecordStoreDaniel Gottlieb2017-03-2911-108/+74
* SERVER-27458 SERVER-28322 Remove outdated buildersAndrew Morrow2017-03-296-126/+23
* SERVER-28376 ReplSetTest.stepUp() calls awaitReplication() before sending rep...Benety Goh2017-03-291-1/+8
* SERVER-28376 remove requirement for node 0 of every shard to be primary in Sh...Benety Goh2017-03-291-2/+8
* SERVER-28376 split ReplSetTest.initiate() into 3 functions.Benety Goh2017-03-281-3/+32
* SERVER-28502 Only capture debug allocator stack samples on intel platformsAndrew Morrow2017-03-281-5/+10
* SERVER-28376 remove references to unsupported ReplSetTest.initiate() initiate...Benety Goh2017-03-281-8/+3
* SERVER-28438 Add keyId field to logicalTime objectJack Mulrow2017-03-287-16/+103
* SERVER-25717 Allow for negative push indexesTess Avitabile2017-03-283-22/+144
* SERVER-28025 Sever `index_access_method`'s catalog dependency.ADAM David Alan Martin2017-03-2811-375/+724
* SERVER-28491 Re-host unit tests that used ReplicationExecutorTest onto Thread...Andy Schwerin2017-03-2722-804/+614
* SERVER-28489 MockStream hook methods may still be used if the stream gets can...samantharitter2017-03-241-2/+2
* SERVER-28489 Add documentation to mock stream frameworksamantharitter2017-03-241-0/+59
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-2431-44/+51
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-2429-199/+100
* SERVER-27727 Hide idle threads in hang analyzer (core only)Mathias Stearn2017-03-246-2/+123
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-2412-45/+59
* SERVER-27834 disable implicit collection creation in IndexBuilderBenety Goh2017-03-241-16/+3
* SERVER-27834 FeatureCompatibilityVersion creates the admin.system.version col...Benety Goh2017-03-241-0/+13
* SERVER-27834 applyOperation_inlock() fails index creation if collection is mi...Benety Goh2017-03-242-0/+51
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-03-2411-49/+661
* SERVER-22954 Do not call into the MMAPV1 storage engine on the recipient shardKaloian Manassiev2017-03-242-29/+23
* SERVER-28204 added server parameter to select between 3.4 and 3.6 rollback im...Benety Goh2017-03-233-60/+135
* Revert "SERVER-28400 Firefox ESR 45.8.0"Mark Benvenuto2017-03-2389-1588/+811