summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-1764-133/+332
* Import wiredtiger-wiredtiger-2.6.1-284-g42823c9.tar.gz from wiredtiger branch...Michael Cahill2015-07-1765-798/+1009
* SERVER-19462 Changed std::chrono to stdx::chrono in r2_region_coverer_test.cppBrandon Zhang2015-07-171-1/+1
* SERVER-19462 Additional R2CellUnion and S2CellUnion functionsBrandon Zhang2015-07-165-36/+431
* SERVER-18766 Convert ClusterClientCursor to an interfaceJason Rassi2015-07-166-33/+82
* Change to std::string on files depending on s2Kevin Albertson2015-07-164-14/+17
* SERVER-19454 Remove useless check of shard host from movePrimary commandSpencer T Brody2015-07-168-29/+0
* SERVER-19426 Validate "o" field for applyOps command operations.J Delaney2015-07-161-4/+15
* SERVER-19375 choose new sync source based on last fetched op rather than last...matt dannenberg2015-07-1613-55/+62
* SERVER-18567 Remove legacy ConnectionString::parseKaloian Manassiev2015-07-1612-71/+21
* SERVER-18567 Move Future under the mongos commandsKaloian Manassiev2015-07-168-306/+312
* SERVER-19307 downconvert find/getMore based on wire protocol versionBenety Goh2015-07-168-30/+57
* SERVER-5811 update killCursors command response to conform to changes in the ...David Storch2015-07-164-41/+38
* SERVER-19276 NULL pointer crash in Chunk::_getExtremeKeyRandolph Tan2015-07-162-0/+12
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-1695-621/+662
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-1675-1617/+540
* SERVER-19215 internal ismaster runner for NetworkInterfaceASIOsamantharitter2015-07-164-1/+52
* SERVER-19215 factor command-running logic into new _asyncRunCommand()samantharitter2015-07-164-146/+215
* SERVER-19307 added rsStopGetMoreCmd fail point to make noPassthrough/server67...Benety Goh2015-07-161-0/+13
* SERVER-18594 Fix RS Catalog drop coll unit testRandolph Tan2015-07-164-16/+198
* SERVER-3518 Tests for full code coverage in bit test query operatorsQingyang Chen2015-07-161-0/+46
* SERVER-19430 Fix endian in definition of maxKey and minKeyAndrew Morrow2015-07-162-40/+6
* SERVER-19414 Set up global tick sourceSpencer T Brody2015-07-162-0/+4
* SERVER-19414 Unify global sharding state initialization between mongos and mo...Spencer T Brody2015-07-167-40/+130
* SERVER-19414 Don't store a pointer to the RemoteCommandTargeter in the DistLo...Spencer T Brody2015-07-163-22/+21
* SERVER-19414 Clean up ShardRegistry initializationSpencer T Brody2015-07-166-55/+70
* SERVER-18841 awaitData cursors block rather than busy wait in OP_GET_MORE pathQingyang Chen2015-07-167-144/+116
* SERVER-19001 Implementation of ThreadPoolTaskExecutor and basic tests.Andy Schwerin2015-07-1613-26/+1051
* SERVER-19412 Handle NULL PlanStage children in stageDebug commandJ Delaney2015-07-161-0/+12
* SERVER-19307 Collection::insertDocument should always notify capped collectio...Benety Goh2015-07-151-0/+7
* SERVER-19383 Change primaryId to primaryIndex in replication metadataSiyuan Zhou2015-07-157-25/+25
* SERVER-14691: $avg accumulator should return null if it receives no numeric i...Charlie Swanson2015-07-152-2/+2
* SERVER-8141 Avoid treating arrays as literals in aggregation pipelineCharlie Swanson2015-07-152-0/+41
* SERVER-18594 RS Catalog Manager implementation for drop collectionRandolph Tan2015-07-1512-118/+690
* SERVER-18594 Set up dist lock behavior before launching thread to run catalog...Spencer T Brody2015-07-151-28/+29
* SERVER-19385 Optimize bit test query operators with numbersQingyang Chen2015-07-153-26/+47
* SERVER-19000 Implement NetworkInterfaceImpl in terms of ThreadPool.Andy Schwerin2015-07-152-139/+40
* SERVER-19000 Fix lint formatting errorKaloian Manassiev2015-07-151-1/+1
* SERVER-19272 SERVER-19329 VersionType should do validation properly and store...Daniel Alabi2015-07-1512-628/+376
* SERVER-19272 LockpingsType should handle validation properlyDaniel Alabi2015-07-155-178/+83
* SERVER-19388 fix assertion in $or planningDavid Storch2015-07-143-15/+61
* SERVER-19000 Introduce ThreadPoolInterface so that tests may use a mocked out...Andy Schwerin2015-07-142-40/+97
* SERVER-18084 Modularize chunk migration state machineKaloian Manassiev2015-07-148-1702/+2062
* SERVER-18594 RS Catalog Manager implementation of shardCollectionSpencer T Brody2015-07-1421-165/+1075
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-1484-28/+9498
* SERVER-18530 Vendor SpiderMonkey v38.0.1esrJason Carey2015-07-141129-0/+643861
* SERVER-3518 Bit test query operatorsQingyang Chen2015-07-1411-2/+1374
* SERVER-19272 LocksType should handle validation properly and return better er...Daniel Alabi2015-07-147-473/+332
* SERVER-19272 Remove parseBSON declaration from MongosTypeDaniel Alabi2015-07-141-6/+0
* SERVER-19389: Remove wire level endianness checkSpencer Jackson2015-07-141-7/+2