summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdbinitserver-27921-wait-deleteNathan Myers2017-04-031-2/+2
* SERVER-27921 Use new range deleter everwhereNathan Myers2017-04-0325-1310/+1255
* SERVER-28296 Add a LogicalSessionId test and library targetsamantharitter2017-04-032-0/+79
* SERVER-28296 Implement a LogicalSessionId classsamantharitter2017-04-032-0/+160
* SERVER-28349 Redirect stderr to stdout for process output logs generated by h...Eddie Louie2017-04-031-1/+2
* SERVER-28484 Remove timestamp from Linux package versions and filenamesRamon Fernandez2017-04-031-17/+49
* SERVER-28439 Add "silentfail" test status and --reportFailureStatus option to...Jonathan Abrahams2017-04-033-1/+15
* SERVER-28466 hang_analyzer should not attach to resmoke.py and dumpEddie Louie2017-04-031-9/+1
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-0242-214/+212
* SERVER-27458 Set "multiversion_platform_arch" on SSL Windows 2008R2.Max Hirschhorn2017-04-011-0/+1
* SERVER-21842 Generate report.json file and dump resmoke stacks on WindowsEddie Louie2017-03-313-15/+121
* Import wiredtiger: af735d14a603a6ef6256a6685f09ec13755a5024 from branch mongo...Alex Gorrod2017-04-01214-3402/+5420
* SERVER-28572Alex Gorrod2017-04-011-3/+3
* SERVER-28482 backup_restore.js should run ReplSetTest.awaitSecondaryNodes bef...Benety Goh2017-03-311-0/+1
* 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-3117-30/+458
* SERVER-28558 tests must not use jsTest.name() as a collection nameKyle Suarez2017-03-312-3/+4
* 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-21317 Enforce MONGO_VERSION is set properlyAndrew Morrow2017-03-311-1/+8
* SERVER-28426 Update etc/longevity.yml to use run_test.pyHenrik Ingo2017-03-311-3/+3
* 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-305-25/+66
* SERVER-26025 Smart pointer with clone on copyADAM David Alan Martin2017-03-3012-0/+2031
* SERVER-28541 Update build docs for FreeBSD.ADAM David Alan Martin2017-03-301-1/+3
* 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-28547 pass stepdownDelaySeconds as an argument to _continuousPrimarySt...Esha Maharishi2017-03-301-5/+8
* SERVER-28542 make ARS store interrupt status instead of CallbackCanceled in r...Esha Maharishi2017-03-304-15/+20
* SERVER-28416 Hang analyzer GDB on ARM can run "thread apply all bt"Jonathan Abrahams2017-03-301-7/+0
* SERVER-28463 Add set scheduler-locking to Hang Analyzer to prevent threads fr...Jonathan Abrahams2017-03-301-5/+6
* SERVER-28416 Split mongo pretty printers into separate fileJonathan Abrahams2017-03-303-315/+329
* Change the default Windows min version to ws08r2 from vistaDavid Hows2017-03-301-1/+1
* SERVER-28500 Absorb a ConflictingOperationInProgress error during a parallel ...Eddie Louie2017-03-291-1/+23
* SERVER-25717 Negative push index out of bounds should default to beginning of...Tess Avitabile2017-03-292-6/+9
* SERVER-28416 Fix BSONObj pretty printer used in hang_analyzer to support big ...Jonathan Abrahams2017-03-291-2/+8
* SERVER-28211 removed StorageInterface::startup() and shutdown() functionsBenety Goh2017-03-297-28/+1
* SERVER-28539: Update perf.yml, system-perf.yml, longevity.yml to use python2 ...dalyd2017-03-293-11/+11
* SERVER-28460 Run Jepsen's "register" test with pv0 in Evergreen.Max Hirschhorn2017-03-291-0/+38
* SERVER-28461 Run Jepsen's "set" test in Evergreen.Max Hirschhorn2017-03-291-11/+53
* SERVER-26452: WCE retry on renameCollection. Address possible dassert in drop...Daniel Gottlieb2017-03-295-23/+35
* SERVER-28533 Have collation.js ignore UUIDs in CollectionInfo comparisonGeert Bosch2017-03-291-1/+3
* 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-2915-0/+2289
* SERVER-28305 IDL BinderMark Benvenuto2017-03-295-0/+1166