summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-19242 wrap state machine lambdas in pre-condition checkssamantharitter2015-07-143-71/+25
* Move expression.h's out-of-line implementations to be inlineCharlie Swanson2015-07-141-16/+6
* SERVER-6074 Add $slice aggregation expressionCharlie Swanson2015-07-142-2/+116
* SERVER-19307 refactored BackgroundSync producer thread and rollback code.Benety Goh2015-07-149-69/+133
* SERVER-18084 Fix lint formatting violationKaloian Manassiev2015-07-141-6/+4
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-1426-173/+242
* SERVER-18968 enable WT verbose by defaultDavid Hows2015-07-141-2/+4
* SERVER-19144 SERVER-19145 add states and levels to doc validationEliot Horowitz2015-07-1311-10/+193
* SERVER-17335 Fix lint.Max Hirschhorn2015-07-132-5/+3
* SERVER-17335 Add validation for WT index and collection options.Max Hirschhorn2015-07-136-55/+97
* SERVER-19105 Add macro to register Accumulators, move REGISTER_EXPRESSION to ...Charlie Swanson2015-07-1315-162/+251
* SERVER-19243 $type to support "number"Qingyang Chen2015-07-137-49/+165
* SERVER-19307 SyncTail::tryPopAndWaitForMore should not consume buffered opera...Benety Goh2015-07-131-0/+5
* SERVER-19307 converted OplogReader::tcp_timeout from int to SecondsBenety Goh2015-07-133-3/+7
* SERVER-19329 RS Catalog Manager Implementation for config upgradeRandolph Tan2015-07-1318-112/+629
* SERVER-18796: sh.status() show 'dropped:false' colls againKevin Pulo2015-07-132-5/+2
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-1133-706/+694
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-1131-1277/+1508
* SERVER-13732 rewrite contained $or queries to rooted $or in the SubplanStageDavid Storch2015-07-1017-133/+1021
* SERVER-19211 support read committed in read after optimematt dannenberg2015-07-105-4/+190
* SERVER-19208 some unittests for committed snapshotsmatt dannenberg2015-07-103-0/+53