summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-162-62/+0
* bump tools to r3.2.0-rc3Ramon Fernandez2015-11-161-1/+1
* 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-157-35/+41
* fix test to check unlock statusScott Hernandez2015-11-141-3/+2
* Revert "SERVER-21229 group replicated inserts"Geert Bosch2015-11-135-209/+87
* SERVER-21461: longevity.yml calls wrong pathChung-Yen Chang2015-11-131-2/+2
* SERVER-21259 sys-perf: upload FTDC after tests are doneRui Zhang2015-11-131-2/+1
* 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-133-51/+115
* 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-132-10/+100
* 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-21457 Disable two_nodes_priority_take_over.jsSiyuan Zhou2015-11-131-0/+6
* 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-21433: Perf.yml project should kill unwanted processes before starting...dalyd2015-11-131-0/+12
* 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-20908 Run jstestfuzz on a sharded cluster in evergreenRobert Guo2015-11-132-82/+152
* SERVER-20941 Update v8-specific code and comments in JS testsKamran Khan2015-11-1314-77/+57
* SERVER-21434 Retry a findAndModify if it conflicts on an update or deleteCharlie Swanson2015-11-137-23/+172
* SERVER-21016 Use constant time comparison for SCRAM1 signature comparisonsMark Benvenuto2015-11-131-1/+29
* SERVER-21417 Add command line options to resmoke.py to include or exclude tagsCharlie Swanson2015-11-133-17/+76
* SERVER-20981 Add background thread functionality to the concurrency suiteJudah Schvimer2015-11-136-91/+279
* 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-21435 Use a new shard instead of re-using an existing one in addshard5...Spencer T Brody2015-11-121-11/+8
* SERVER-21256 New sharding test suite configurations using mongo shell --readM...Jonathan Abrahams2015-11-122-2/+29
* SERVER-21439 Run aggregation tests with readConcern/writeConcern overridesMike Grundy2015-11-125-3/+48
* 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-124-36/+25
* SERVER-21415: standalone vs. oplog comparisonChung-Yen Chang2015-11-121-1/+1
* SERVER-21236 Don't automatically add 'configsvr':true to replset config when ...Spencer T Brody2015-11-126-37/+173
* SERVER-21437 give the restarted node more time to catch up in resync_with_wri...matt dannenberg2015-11-121-1/+1
* SERVER-21438 check the node for changes in its sync source in maxSyncSourceLa...matt dannenberg2015-11-121-2/+4
* SERVER-21174 applyChunkOpsDeprecated should retry on notMaster or network errorsMisha Tyulenev2015-11-124-61/+125