summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-27083 Refactor ReplicationCoordinatorImpl to eliminate topoMutex.Matthew Russotto2017-03-2211-421/+291
* SERVER-27681 Remove duplicated ShardKeyPattern functionality from CollectionM...Kaloian Manassiev2017-03-226-99/+83
* SERVER-28181 Fix the deadlock in OplogFetcher's constructor.Siyuan Zhou2017-03-221-7/+7
* SERVER-26025 Smart pointer with clone on copyADAM David Alan Martin2017-03-2212-0/+1803
* SERVER-28294 Host CollectionUUID on top of standalone UUID librarysamantharitter2017-03-228-157/+28
* SERVER-28294 Add a standalone UUID library to utilitiessamantharitter2017-03-225-0/+460
* SERVER-28310 fix mongos count command error reporting to include details in e...David Storch2017-03-221-10/+8
* SERVER-28219 Extend OplogBufferCollection so that it can be initialized using...Judah Schvimer2017-03-228-22/+746
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-2227-24/+311
* SERVER-28425 fix QueryPlannerAccess invariantDavid Storch2017-03-221-1/+1
* SERVER-28107 augment command result with operationTime in mongosMisha Tyulenev2017-03-229-14/+277
* SERVER-19677 Add support for running the intel decimal library testAndrew Morrow2017-03-224-2/+65
* SERVER-26113 explain() for aggregation request does not propogate to correspo...Nick Zolnierz2017-03-212-5/+5
* SERVER-27892 Don't call canAcceptWritesFor in mapReduce until after grabing l...Spencer T Brody2017-03-211-9/+10
* SERVER-8433 limit recursion when serializing Document to BSONKyle Suarez2017-03-215-18/+109
* SERVER-8433 prohibit constructing FieldPaths that exceed the depth limitKyle Suarez2017-03-214-2/+125
* SERVER-28014 Add logging to expose non-SSL connections when SSL is preferred ...samantharitter2017-03-213-1/+28
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-2126-151/+24
* SERVER-21538 Put BGThreadClockSource to sleep when it isn't neededMathias Stearn2017-03-203-15/+152
* SERVER-28311 Make BSONObjBuilder returnableMathias Stearn2017-03-205-11/+57
* SERVER-28303 Delete old OP_MSG codeMathias Stearn2017-03-206-29/+27
* SERVER-22611 Skip invalidated collections in CatalogCache::onStaleConfigErrorKaloian Manassiev2017-03-201-0/+3
* SERVER-28380 Clear ramlog before looking for stopReplProducer failpoint log m...Spencer T Brody2017-03-203-2/+72
* SERVER-28204 migrate OplogFetcher to use AbstractAsyncComponentBenety Goh2017-03-204-137/+17
* SERVER-28204 added AbstractAsyncComponentBenety Goh2017-03-204-0/+894
* SERVER-28204 moved TaskExecutorMock out of initial_syncer_test.cpp into its o...Benety Goh2017-03-204-39/+151
* SERVER-27098 Review and fix log levels in initial sync codeWilliam Schultz2017-03-201-2/+2
* SERVER-27681 Fix broken OSX compile due to unused variableKaloian Manassiev2017-03-201-2/+0
* SERVER-27681 Use CatalogCache to load metadata on shardsKaloian Manassiev2017-03-1920-1911/+554
* SERVER-28357 Do not enforce quota on starting MMAPv1 compactGeert Bosch2017-03-181-1/+2
* SERVER-28295 Add new error code NoSuchSessionsamantharitter2017-03-171-0/+1
* SERVER-27721 Implement rate limiter check for advancing logical clocksJack Mulrow2017-03-175-2/+94
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-1726-24/+151
* Import wiredtiger: cc2f15f595b16479affd73791c207da334453bcc from branch mongo...Michael Cahill2017-03-1710-62/+179
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-1624-1328/+121
* SERVER-28281 Rotate deps, moving catalog to top.ADAM David Alan Martin2017-03-1613-27/+110
* SERVER-27873 Dump a JavaScript backtrace of any code running in SpiderMonkey ...Jonathan Abrahams2017-03-162-1/+18
* SERVER-28314 Remove unused PlanCache::_writeOperations memberGeert Bosch2017-03-162-5/+0
* SERVER-25062 Fix MetadataManagerTest.NotificationBlocksUntilDeletion.Andy Schwerin2017-03-151-3/+3