summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19607 no recursion in JS -> BSON conversionJason Carey2015-09-2114-166/+493
* SERVER-20487 Advance config server opTime on write errorRandolph Tan2015-09-213-6/+55
* SERVER-20549: Cleanup naming of loc vs id in WiredTigerMartin Bligh2015-09-217-195/+188
* SERVER-20438: only update oplogHack once per vectored insertMartin Bligh2015-09-211-16/+20
* SERVER-20265 Config servers need to always include $gleStats in their command...Randolph Tan2015-09-211-1/+1
* SERVER-20245 use candidate index instead of candidate id in last votematt dannenberg2015-09-216-18/+17
* SERVER-20459 repl pings start as -1 ms to avoid collisions with 0 msEric Milkie2015-09-212-3/+5
* SERVER-20456 inform ReplicaSetMonitor of unreachable host and re-target in ne...David Storch2015-09-2114-11/+95
* SERVER-20417: Move file interim fileMark Benvenuto2015-09-217-30/+61
* SERVER-20467: Timestamps encoded incorrectlyMark Benvenuto2015-09-212-8/+12
* SERVER-18624 Track location of collection in system.namespacesCharlie Swanson2015-09-214-112/+125
* SERVER-19564: vectorize insertRecord(s)Martin Bligh2015-09-215-54/+110
* Revert "SERVER-18786: printShardingStatus/sh.status give info of active mongo...Kevin Pulo2015-09-201-48/+0
* SERVER-19057 avoid extra buffer copy when creating message in rpc buildersAdam Midvidy2015-09-193-16/+34
* SERVER-20176: For writeConcern j:1 only sync once at end of operationGeert Bosch2015-09-187-63/+43
* Revert "SERVER-20215 Unittests for SnapshotManagers"Mathias Stearn2015-09-182-363/+0
* SERVER-20215 Unittests for SnapshotManagersMathias Stearn2015-09-182-0/+363
* SERVER-20507 Make Database objects iterableMathias Stearn2015-09-183-48/+96
* SERVER-20457 don't use promise or future in integration testsAdam Midvidy2015-09-183-28/+43
* SERVER-20498 have metadata writer take the server addressAdam Midvidy2015-09-186-11/+13
* SERVER-20500 give startCommand unique CallbackHandles in testsAdam Midvidy2015-09-184-22/+66
* SERVER-18607 Promote modules list to stable buildInfo interfaceJonathan Reams2015-09-181-2/+1
* SERVER-20334 Added readConcern forwarding to mongos findYunhe (John) Wang2015-09-185-9/+49
* SERVER-19996 Keep Mutations no longer added on ntoreturn hackYunhe (John) Wang2015-09-182-4/+24
* SERVER-19806 validate nToSkip and nToReturn when upconverting pseudocommands ...Adam Midvidy2015-09-181-2/+13
* SERVER-20286: Add missing commentGeert Bosch2015-09-181-0/+3
* SERVER-20473 ReplicationCoordinator::setMaintenanceMode should return NotSeco...Benety Goh2015-09-182-5/+5
* SERVER-20327 Don't copy indexes catalog entry to array before parsingJames Wahlin2015-09-181-5/+5
* SERVER-17792 Kill cursors when query limit is reached in the shellJonathan Reams2015-09-183-3/+38
* SERVER-20416 use electionTimeout for the socket timeout in PV1 electionsmatt dannenberg2015-09-181-4/+1
* Revert "SERVER-20416 use electionTimeout for the socket timeout in PV1 electi...matt dannenberg2015-09-184-22/+11
* SERVER-18520 Add move support to Document and ValueMathias Stearn2015-09-183-16/+66
* SERVER-20233 Custom move assignments must handle self-assignmentMathias Stearn2015-09-187-20/+39
* SERVER-20416 use electionTimeout for the socket timeout in PV1 electionsmatt dannenberg2015-09-184-11/+22
* SERVER-20374 election timeout offset added to replica set configmatt dannenberg2015-09-188-75/+78
* SERVER-19855 Update config server optime based on response metadata from runn...Spencer T Brody2015-09-181-5/+25
* SERVER-19855 Update config server optime based on response metadata from runn...Spencer T Brody2015-09-185-13/+59
* SERVER-19855 SERVER-20425 Make ShardRegistry responsible for tracking the con...Spencer T Brody2015-09-1816-199/+90
* SERVER-19855 Change ShardingRequestMetadata to ConfigServerRequestMetadata to...Spencer T Brody2015-09-187-53/+167
* SERVER-20419 Use constant time lookup to cancel operations waiting for a conn...Andrew Morrow2015-09-183-21/+42
* SERVER-20470 tailable cursors should never be marked exhausted on mongosDavid Storch2015-09-181-1/+1
* SERVER-20339 Make NetworkInterfaceASIO the defaultsamantharitter2015-09-181-1/+1
* SERVER-19438 make ASIO timeouts less chattyAdam Midvidy2015-09-181-1/+1
* SERVER-20473 removed unused test function ReplCoordTest::simulateStepDownOnIs...Benety Goh2015-09-182-32/+0
* SERVER-20473 added test for calling ReplicationCoordinator::setMaintenanceMod...Benety Goh2015-09-181-3/+41
* SERVER-20473 ReplicationCoordinator::setMaintenanceMode() should fail if the ...Benety Goh2015-09-181-0/+5
* SERVER-20473 moved ReplCoordElectV1Test::simulateSuccessfulDryRun() to ReplCo...Benety Goh2015-09-183-55/+65
* SERVER-20457 add integration test for NetworkInterfaceASIO timeoutsAdam Midvidy2015-09-181-23/+119
* SERVER-20429: Correctly unblock requests after canceled lock attemptGeert Bosch2015-09-182-0/+50
* SERVER-20438: Remove pointless functionMartin Bligh2015-09-182-6/+1