summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-28353 make ARS actually interruptible from the deadline on the Operati...Esha Maharishi2017-03-232-46/+56
* SERVER-28204 added Rollback interface and 3.6 implementationBenety Goh2017-03-235-0/+844
* SERVER-28204 added RollbackTest fixtureBenety Goh2017-03-2310-58/+308
* SERVER-28400 Firefox ESR 45.8.0Mark Benvenuto2017-03-2389-811/+1588
* Revert "SERVER-19019 prohibit mapReduce on system collections"Kyle Suarez2017-03-231-6/+1
* SERVER-27786 Implement _computeOperationTimeJack Mulrow2017-03-231-12/+61
* SERVER-28430 Expose dropConnections() method on ConnectionPool through the Ne...Judah Schvimer2017-03-236-0/+22
* SERVER-19019 prohibit mapReduce on system collectionsKyle Suarez2017-03-231-1/+6
* SERVER-21538 Use mockable cv wait in background_thread_clock_source_testMathias Stearn2017-03-223-35/+55
* SERVER-28421 Implement ClockSource::waitForConditionUntil()Mathias Stearn2017-03-224-55/+128
* SERVER-27439 Large queries can omit comment in currentOpBernard Gorman2017-03-221-13/+54
* Revert "SERVER-26025 Smart pointer with clone on copy"Randolph Tan2017-03-2212-1803/+0