summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27388 Add NetworkInterfaceExceededTimeLimitr3.4.1-rc0r3.4.1Jason Carey2016-12-138-38/+52
* Revert "SERVER-27042 Stabilize currentop.js and add unit tests for lock state...Charlie Swanson2016-12-138-299/+100
* SERVER-27042 Stabilize currentop.js and add unit tests for lock state reportingCharlie Swanson2016-12-138-100/+299
* SERVER-27377 Executables need --no-as-needed tooAndrew Morrow2016-12-131-1/+1
* SERVER-27363 Fix typo in packaging scriptBrian Samek2016-12-121-1/+1
* SERVER-27210 Fix flakey ScopedDbConnection unit testJonathan Reams2016-12-121-3/+6
* SERVER-27358 Convert socket timeout to milliseconds to use in connectsamantharitter2016-12-091-1/+1
* SERVER-27232 Fix early timeout in ASIO connpoolJason Carey2016-12-082-13/+129
* Import tools: 4a0fbf5245669b55915adf7547ac592223681fe1 from branch v3.4Ramon Fernandez2016-12-0819-94/+497
* SERVER-27300 fail indexing of the Symbol type when the collation is non-simpleDavid Storch2016-12-085-308/+171
* SERVER-27300 delete dead function shouldUseCollationIndexKey()David Storch2016-12-083-33/+12
* SERVER-27240 Replace ConnectBG with pollJason Carey2016-12-081-56/+111
* SERVER-27210 Allow shell to connect to replicasets with ssl=true in URIJonathan Reams2016-12-0815-18/+259
* SERVER-26940 lower maxConnections on windows stress testMatt Cotter2016-12-081-0/+6
* SERVER-26870 Don't hold on to OperationContext indefinitelyGeert Bosch2016-12-071-2/+2
* SERVER-27241 Create runtime directory on service startBrian Samek2016-12-071-0/+4
* SERVER-27078 fix race in ShardRegistry initializationMisha Tyulenev2016-12-072-27/+2
* SERVER-27071 ensure config.version doc cannot replicate to secondaries in con...Esha Maharishi2016-12-072-14/+100
* SERVER-26754 Disallow read concern majority reads with protocol version 0.Spencer T Brody2016-12-076-174/+9
* SERVER-27145 Shard name from a single node mongod not used as shard index in ...Jonathan Abrahams2016-12-071-1/+1
* SERVER-20447 Add concurrency workload that tests sharding functions:Jonathan Abrahams2016-12-0610-2/+1028
* SERVER-27194 must specify both viewOn and pipeline if modifying view when aut...Kyle Suarez2016-12-063-33/+52
* SERVER-27197 fix BSONType::Code comparison to not use collatorDavid Storch2016-12-064-9/+152
* SERVER-27200 fix CodeWScope comparison to not use collatorDavid Storch2016-12-065-10/+178
* SERVER-27271 rolesInfo returns duplicate "roles" fieldsSpencer Jackson2016-12-061-12/+12
* SERVER-27176 Improve performance of command writeConcern parsingJames Wahlin2016-12-064-21/+38
* SERVER-27171 Add operator<<(bool) to StringBuilderImplJames Wahlin2016-12-062-0/+14
* SERVER-26445 Make emit() not wait for flush() to complete.Max Hirschhorn2016-12-063-54/+81
* SERVER-27275 Longevity: Fix upload url for compile task so it's the same as u...Henrik Ingo2016-12-061-1/+1
* SERVER-27217 check for new nopreallocj parameter full name when parsing optionsEric Milkie2016-12-051-2/+2
* SERVER-27246 fix atomic applyOps with nonexistent dbsEric Milkie2016-12-052-75/+98
* SERVER-22657,SERVER-27215 Unit-tests for MigrationChunkClonerSourceLegacyKaloian Manassiev2016-12-056-73/+451
* SERVER-27218 Fix WT Ext4/XFS startup warning in the shellKevin Pulo2016-12-051-3/+5
* SERVER-27130 switch mongo-rocks to v3.4 branch for MongoDB 3.4Ramon Fernandez2016-12-021-1/+1
* SERVER-27102 force a ShardRegistry reload in the beginning of addShard to ens...Esha Maharishi2016-12-021-0/+13
* SERVER-27117 Set writeConcernMajorityJournalDefault to false for non journal ...William Schultz2016-12-0212-33/+44
* SERVER-27223 Make Command::parseNs() more efficientJames Wahlin2016-12-021-11/+1
* SERVER-27213 Recompute dependencies when joining matchesCharlie Swanson2016-12-016-15/+138
* SERVER-27110 clear OplogBuffer at the end of initial syncJudah Schvimer2016-12-015-0/+22
* SERVER-27092 blacklist apply_ops1.js from dynamic initial sync passthroughsJudah Schvimer2016-12-012-0/+4
* SERVER-27206 blacklist tests involving MapReduce from initial sync dynamic pa...Judah Schvimer2016-12-012-0/+78
* SERVER-26849 wait for balancer thread to terminate before finishing shutdownDianna Hohensee2016-12-013-22/+32
* SERVER-27214 Disallow chaining in stepdown_needs_electable_secondary.js and s...Judah Schvimer2016-12-012-2/+3
* SERVER-27196 add wtimeouts to stepdown_needs_electable_secondary.js and stepd...Eric Milkie2016-12-012-7/+13
* SERVER-27024 Added test for stepdown needs majority behaviorWilliam Schultz2016-12-013-21/+123
* SERVER-27217 fix command_line_parsing.jsEric Milkie2016-12-011-2/+2
* SERVER-27217 Allow nopreallocj to be specified in a YAML config fileEric Milkie2016-12-011-3/+5
* SERVER-27207 populate merge queue in AsyncResultsMerger when encountering Res...Kyle Suarez2016-12-011-0/+6
* SERVER-17368 Add openssl files to windows zip fileBrian Samek2016-11-302-1/+23
* SERVER-27201 fix DocumentSourceGraphLookup to correctly propagate ExpressionC...David Storch2016-11-304-0/+58