summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25500 If drop fails, close cursors, not sessions.r3.2.9-rc1r3.2.9Michael Cahill2016-08-103-14/+47
* SERVER-25167 Increase logging on connection failure in NetworkInterfaMatt Cotter2016-08-083-4/+4
* SERVER-21378 add setParameter startupAuthSchemaValidation used to bypass auth...Hai-Kinh Hoang2016-08-054-25/+68
* SERVER-25075 Limit BSONObj buffer size used by 2dsphere index.Siyuan Zhou2016-08-031-4/+13
* SERVER-25353 Clean shutdown shouldn't leave secondaries needing to apply a batchr3.2.9-rc0Mathias Stearn2016-08-012-11/+23
* SERVER-20239 fix default value for enabled parameterBruce Lucas2016-08-011-1/+1
* Import wiredtiger-wiredtiger-2.8.0-601-gdddca65.tar.gz from wiredtiger branch...Ramon Fernandez2016-07-2965-7925/+854
* SERVER-17856: Allow mongod users to currentOp and killOp own operationsSpencer Jackson2016-07-2913-70/+156
* SERVER-22347 Use "legacy" read mode for replica set connections.Max Hirschhorn2016-07-293-2/+19
* SERVER-24842 Fix lint by removing trailing whitespace.Max Hirschhorn2016-07-291-1/+1
* SERVER-24630 Mongos erroneously advances config optime for writes that fail w...Siyuan Zhou2016-07-293-14/+19
* SERVER-24842 ShardingStateRecovery::recover cleanup should not wait for repli...Kaloian Manassiev2016-07-293-3/+11
* SERVER-20239 built-in sampling heap profilerBruce Lucas2016-07-282-0/+682
* Revert "SERVER-24842 ShardingStateRecovery::recover cleanup should not wait f...Kaloian Manassiev2016-07-281-6/+3
* SERVER-24842 ShardingStateRecovery::recover cleanup should not wait for repli...Kaloian Manassiev2016-07-281-3/+6
* SERVER-25254 Only advance config server optime in response to messages from c...Randolph Tan2016-07-273-7/+14
* SERVER-23795 Use storage engine isEmpty instead of storageSize.Michael Cahill2016-07-271-1/+1
* Import wiredtiger-wiredtiger-2.8.0-592-g848e5f5.tar.gz from wiredtiger branch...Ramon Fernandez2016-07-26319-6439/+17278
* SERVER-24334 Support conditional files in WiredTiger build.Michael Cahill2016-07-261-5/+18
* SERVER-21820 SERVER-21830 Export endian from SConstruct for use in third_partyAndrew Morrow2016-07-262-1/+10
* SERVER-25258: Improve mongos killOp opID parsingSpencer Jackson2016-07-261-1/+2
* SERVER-25029 fix segfault in mongos when config servers are not availableMisha Tyulenev2016-07-221-0/+4
* SERVER-23902 non-throwing stdx::threadJason Carey2016-07-191-1/+76
* SERVER-23409 tunable verbosity for tcmalloc in serverStatusKyle Suarez2016-07-181-5/+22
* SERVER-23069 improve tcmalloc freelist statsKyle Suarez2016-07-186-5/+94
* SERVER-25006 asio indicateUsed != indicateSuccessJason Carey2016-07-156-5/+112
* SERVER-23226 port CheckReplDBHash hook to jSRobert Guo2016-07-151-2/+6
* SERVER-24761 Abort entire query plan when a catalog operation occurs.Max Hirschhorn2016-07-158-5/+23
* SERVER-24933 Don't interrupt an oplog-apply batch when doing clean shutdownMathias Stearn2016-07-143-16/+27
* SERVER-23958 DBConfig::_loadIfNeeded will not do a reload even in cases where...Randolph Tan2016-07-141-3/+4
* Revert "SERVER-23902 non-throwing stdx::thread"Jason Carey2016-07-131-72/+1
* SERVER-24335 Make shell sharding helpers use wtimeout in their write concernsSpencer T Brody2016-07-131-7/+11
* SERVER-23145 SERVER-22449 sharding shell helpers return result and assert on ...Kevin Pulo2016-07-131-22/+22
* SERVER-23902 non-throwing stdx::threadJason Carey2016-07-131-1/+72
* SERVER-24892 Revert to old behavior of SCCC consistency checkingRandolph Tan2016-07-1311-15/+40
* SERVER-22383 Do not throw in shell if no database is specified in MongoURIJonathan Reams2016-07-131-1/+1
* SERVER-24849 Vendor SCons 2.5.0Andrew Morrow2016-07-13200-0/+52116
* Import wiredtiger-wiredtiger-2.8.0-220-g8b7110b.tar.gz from wiredtiger branch...r3.2.8-rc1r3.2.8Ramon Fernandez2016-07-074-13/+46
* SERVER-24773 _applyOplogUntil checks for shutdown while trying to pop from ne...r3.2.8-rc0Judah Schvimer2016-07-051-0/+4
* SERVER-24711 properly timeout asio connectionsMatt Cotter2016-06-303-1/+55
* SERVER-23126 Check result of connect when constructing DBClient from MongoURIJonathan Reams2016-06-303-1/+18
* Import wiredtiger-wiredtiger-2.8.0-219-gf4954f6.tar.gz from wiredtiger branch...Ramon Fernandez2016-06-2832-377/+639
* SERVER-24582 handle errors in asio closeJason Carey2016-06-241-1/+7
* SERVER-23930 Ensure new shard is available in the ShardRegistry after addShardKaloian Manassiev2016-06-242-15/+18
* Revert "SERVER-23930 Ensure new shard is available in the ShardRegistry after...Kaloian Manassiev2016-06-242-18/+15
* SERVER-23930 Ensure new shard is available in the ShardRegistry after addShardKaloian Manassiev2016-06-242-15/+18
* SERVER-24194 - Backport, change the dropAllQueued loop to avoid duplicating w...David Hows2016-06-243-36/+36
* SERVER-24432 Add find on local.sources to clusterMonitorAndreas Nilsson2016-06-221-0/+4
* SERVER-22723 Remove unused cappedOK argument from Collection::deleteDocumentGeert Bosch2016-06-223-5/+6
* SERVER-22723 Don't try to support copying collections with duplicate idsGeert Bosch2016-06-221-1/+1