summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-1119-84/+153
* SERVER-21220 ESE - mongo side temp file coverage (fixed unit tests)Andreas Nilsson2015-11-118-15/+139
* SERVER-21405 Add more context for shell error message "error doing query: fai...Randolph Tan2015-11-111-2/+2
* SERVER-19519 Disallow creating an index with key '_fts'Charlie Swanson2015-11-112-0/+15
* SERVER-20833 Uninitialised value in TypeMatchExpressionJames Wahlin2015-11-111-2/+2
* SERVER-21376 Fill in 'rejectedPlans' field of explain for relevant verbositiesCharlie Swanson2015-11-111-1/+1
* SERVER-21193 Fix compileRandolph Tan2015-11-111-1/+1
* SERVER-6102 Deserialize BSON undefined as JS undefinedJonathan Reams2015-11-112-11/+4
* SERVER-21393 Randomize times in NetworkInterfaceASIO stress testsamantharitter2015-11-111-2/+13
* SERVER-21390 Add long-running ops to NetworkInterfaceASIO stress testsamantharitter2015-11-111-15/+23
* SERVER-21186 Make all sharding tests use default verbosity of 1Kaloian Manassiev2015-11-111-1/+1
* SERVER-21303 pass HeartBeatResponse by referenceJudah Schvimer2015-11-113-6/+6
* SERVER-21193 mongos claims that config db is empty on CSRS clusterRandolph Tan2015-11-1115-109/+334
* Revert "SERVER-21220 ESE - mongo side temp file coverage"Andreas Nilsson2015-11-116-118/+16
* SERVER-21272 Make RemoteCommandTargeter use timeout for findHostKaloian Manassiev2015-11-1115-78/+164
* SERVER-21272 Make replica set monitor retry finding hostsKaloian Manassiev2015-11-118-114/+153
* SERVER-21220 ESE - mongo side temp file coverageAndreas Nilsson2015-11-116-16/+118
* Import wiredtiger-wiredtiger-mongodb-3.2.0-rc2-44-gd9ec1ff.tar.gz from wiredt...Michael Cahill2015-11-1122-101/+215
* SERVER-20869 Include cstdint in mongobridge.h.Max Hirschhorn2015-11-102-1/+1
* SERVER-21396 unittest fixmatt dannenberg2015-11-101-2/+4
* SERVER-20869 Fix compile by doing .as<long> instead of .as<int64_t>.Max Hirschhorn2015-11-101-1/+1
* SERVER-21396 raise default electionTimeoutMillis to 10 secondsEric Milkie2015-11-101-1/+1
* SERVER-21108 use stdx to fix lintAdam Midvidy2015-11-101-2/+2
* SERVER-20869 Add support for probabilistically discarding messages.Max Hirschhorn2015-11-106-10/+112
* SERVER-21363 Check whether to close connection after receiving response.Max Hirschhorn2015-11-101-5/+23
* SERVER-21108 add method to check if a stream is still openAdam Midvidy2015-11-1011-6/+244
* SERVER-21389 Signal _electionDryRunFinishedEvent in repl executorSiyuan Zhou2015-11-101-1/+1
* SERVER-20609 add MONGO_COMPILER_ALWAYS_INLINEAdam Midvidy2015-11-103-0/+9
* SERVER-20609 make BSON validation inlineableAdam Midvidy2015-11-109-64/+34
* SERVER-20674 Enable timeouts in NetworkInterfaceASIO stress testsamantharitter2015-11-101-5/+3
* SERVER-21373 Use sleep command in NetworkInterfaceASIO testssamantharitter2015-11-101-44/+25
* SERVER-21222 minOpTime recovery should only be written if the config server i...Randolph Tan2015-11-102-1/+10
* SERVER-21331 WTIndexCursors should start in EOF stateMathias Stearn2015-11-101-1/+1
* SERVER-20146 Only allow read concern in shell helper if mongod supports itJonathan Reams2015-11-101-0/+4
* SERVER-20143 Strand NetworkInterfaceASIOJason Carey2015-11-0923-246/+303
* SERVER-20702 Sleep test command optionally takes no lockssamantharitter2015-11-091-17/+58
* SERVER-20596 Remove unhelpful timer that shows up in mongos profiles.Andy Schwerin2015-11-091-2/+1
* SERVER-20944 Replace Event on CallbackState with condition variable.Andy Schwerin2015-11-092-51/+43
* SERVER-20944 Move as much work as possible outside of ThreadPoolTaskExecutor ...Andy Schwerin2015-11-093-49/+91
* SERVER-21305: Correctly calculate lock acquisition time for long waitsGeert Bosch2015-11-092-14/+11
* SERVER-21348 fix typo in startup warningsRobert Guo2015-11-091-1/+1
* SERVER-21328: Make waitUntilDurable a no-op for ephemeral storage engineGeert Bosch2015-11-091-0/+5
* SERVER-20928 Synchronize stepdown process with events.Siyuan Zhou2015-11-0912-122/+128
* SERVER-21325 remove warning about inconsistent sizeStorer stats during validateDan Pasette2015-11-091-13/+0
* SERVER-21355 Explicitly ignore return valueMathias Stearn2015-11-091-1/+3
* SERVER-20867 Integrate mongobridge into ShardingTest.Max Hirschhorn2015-11-091-38/+183
* SERVER-21341 PlanYieldPolicy::resetTimer() call should be post-yieldJason Rassi2015-11-061-2/+5
* SERVER-21140 clean up readConcern parsing validationMathias Stearn2015-11-062-24/+43
* SERVER-20944 distribute mongos work across multiple TaskExecutorsDavid Storch2015-11-0612-48/+323
* SERVER-21315 Make sure to cleanup state transition on failed dist lock acquis...Randolph Tan2015-11-064-17/+29