summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21459 reserve bytes in ReplyBuilder buffer to avoid excessive reallocingAdam Midvidy2015-11-1714-7/+54
* SERVER-21436 NetworkInterfaceThreadPool for shardingJason Carey2015-11-1722-122/+884
* SERVER-21392 Make CSRS config server updates retryKaloian Manassiev2015-11-1710-39/+126
* SERVER-21507 - Add support to ReplSetTest for config.settingsScott Hernandez2015-11-171-0/+8
* SERVER-21403 make SortedDataInterface::Cursor implementations for unique indi...David Storch2015-11-174-49/+104
* SERVER-21403 plumb flag indicating whether or not index is unique down to MMA...David Storch2015-11-1710-19/+48
* SERVER-21290 Fix pessimizing move warning in shard_registry.cppKaloian Manassiev2015-11-171-1/+1
* SERVER-21441 faster shard targeting for equality queries on the shard keyDavid Storch2015-11-1710-23/+56
* SERVER-18058 Rename hidden variable nameKaloian Manassiev2015-11-161-2/+2
* SERVER-21293 Add network timeout to the query fetcherKaloian Manassiev2015-11-165-11/+44
* SERVER-21392 Make commands retry on interrupted operationsKaloian Manassiev2015-11-169-95/+344
* SERVER-21478: use lastWrite instead of replCoord::lastOpTime when transitioni...r3.2.0-rc3Scott Hernandez2015-11-164-11/+38
* SERVER-21474 Remove stepdown_while_draining test and failpointScott Hernandez2015-11-161-9/+0
* SERVER-21425 temporarily comment out racy partsEric Milkie2015-11-161-11/+12
* SERVER-21452 hearbeat response from secondary should not schedule a priority ...Benety Goh2015-11-162-1/+12
* SERVER-21464: Return all threaed-local memory to tcmalloc central cache when ...Martin Bligh2015-11-152-14/+27
* Revert "SERVER-21229 group replicated inserts"Geert Bosch2015-11-135-209/+87
* Revert "SERVER-20845 audit log reconfigs"Spencer Jackson2015-11-133-12/+3
* SERVER-21229 group replicated insertsmatt dannenberg2015-11-135-87/+209
* SERVER-21404: Add rollback file coverage to ESESpencer Jackson2015-11-135-1/+182
* SERVER-21250: pushAll from network threadScott Hernandez2015-11-132-50/+114
* Revert "SERVER-21452 hearbeat response from secondary should not schedule a p...Benety Goh2015-11-132-12/+1
* SERVER-21401 Fix race on MessagingPort::_remoteParsedJason Rassi2015-11-132-13/+7
* SERVER-21401 Ensure that Client outlives its associated messaging portJason Rassi2015-11-137-14/+45
* SERVER-10771 applyOps indicates which op caused an errorJudah Schvimer2015-11-131-10/+19
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-1313-65/+247
* SERVER-21452 hearbeat response from secondary should not schedule a priority ...Benety Goh2015-11-132-1/+12
* SERVER-21452 log begin and end of fetcher in bgsyncBenety Goh2015-11-131-0/+2
* SERVER-20845 audit log reconfigsmatt dannenberg2015-11-133-3/+12
* SERVER-21108 optimize getShardNoReload to take a HostAndPortAdam Midvidy2015-11-135-12/+33
* SERVER-21429 Add on/off flag for Javascript JITJason Carey2015-11-138-3/+45
* SERVER-21247 Unit Tests for fast-failover correctnessSiyuan Zhou2015-11-131-0/+58
* SERVER-21447 reject configs with protocolversions other than 0 and 1matt dannenberg2015-11-132-4/+19
* SERVER-21362 journal sync in PV0matt dannenberg2015-11-132-10/+1
* SERVER-21434 Retry a findAndModify if it conflicts on an update or deleteCharlie Swanson2015-11-135-18/+156
* SERVER-21016 Use constant time comparison for SCRAM1 signature comparisonsMark Benvenuto2015-11-131-1/+29
* SERVER-20884 remove duplicate invariantAdam Midvidy2015-11-131-1/+0
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-1338-554/+232
* SERVER-20825 Only start SnapshotThread with --enableMajorityReadConcernMathias Stearn2015-11-121-3/+4
* SERVER-19510 Move ExtensionsCallback out of MatchExpressionParserJason Rassi2015-11-1221-201/+257
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-1229-529/+712
* SERVER-21425 do not update term when triggering stepdownEric Milkie2015-11-1211-42/+78
* SERVER-20257 Support readConcern in count command shell helperJonathan Reams2015-11-122-35/+20
* SERVER-21236 Don't automatically add 'configsvr':true to replset config when ...Spencer T Brody2015-11-125-34/+96
* SERVER-21174 applyChunkOpsDeprecated should retry on notMaster or network errorsMisha Tyulenev2015-11-124-61/+125
* Revert "SERVER-21388 validate captrunc argument"Robert Guo2015-11-121-5/+0
* SERVER-21416 remove OperationContext pointer from AsyncResultsMergerDavid Storch2015-11-126-20/+14
* SERVER-21286 Bump release number if version string is pre-releaseJonathan Reams2015-11-121-0/+1
* SERVER-20727 Seed shell random numbers from SecureRandomJonathan Reams2015-11-122-11/+16
* SERVER-20991 Change WiredTiger caching strategy on WindowsMark Benvenuto2015-11-121-0/+3