summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Import tools: 4f093ae71cdb4c6a6e9de7cd1dc67ea4405f0013 from branch v3.4r3.4.7-rc0r3.4.7Thomas Schubert2017-07-3124-539/+534
* SERVER-29282 Prevent BSON Document size from being exceeded when grouping ins...William Schultz2017-07-312-12/+176
* SERVER-30049 applyOperation_inlock() allows exceptions from Collection::inser...Benety Goh2017-07-261-7/+2
* SERVER-29817 Use hinted insert when building CollectionMetadata for performance.Andy Schwerin2017-07-242-4/+6
* SERVER-29817 Use hinted insert when building chunkRangeMapAndy Schwerin2017-07-211-4/+7
* SERVER-29876 moveChunk command ignores '_waitForDelete' optionEsha Maharishi2017-07-213-1/+22
* SERVER-29297 stepUp should wait for durability in awaitReplicationJudah Schvimer2017-07-181-3/+18
* SERVER-30060 Do not gather shard disk usage statistics unless 'maxSize' is setKaloian Manassiev2017-07-173-4/+16
* SERVER-30058 Balancer policy should not move chunks off shards on 'size excee...Kaloian Manassiev2017-07-174-25/+23
* SERVER-27581 Only fetch missing documents on update oplog entries during initialJudah Schvimer2017-07-177-116/+80
* SERVER-29540 awaitNodesAgreeOnPrimary logs why it retriesJudah Schvimer2017-07-141-0/+16
* SERVER-30132 Storage Node Watchdog needs to check journal directoryMark Benvenuto2017-07-131-1/+1
* SERVER-29015 TopologyCoordinator should not transition to candidate role in a...Benety Goh2017-07-125-14/+157
* SERVER-29947 Implement Storage Node WatchdogMark Benvenuto2017-07-121-0/+1
* SERVER-29568: Create opensslCipherConfig setParameterSpencer Jackson2017-07-112-0/+32
* SERVER-29327: Prevent DBDirectClient from storing MaxTimeMS on cursorsSpencer Jackson2017-07-113-14/+22
* SERVER-29383 When catchUpTimeoutMillis is 0, we should skip doing catchup ent...Siyuan Zhou2017-07-052-5/+27
* SERVER-27831 SERVER-28737: Push threadsafety responsibility inside of KVCatal...Daniel Gottlieb2017-07-0511-119/+88
* SERVER-26452: WCE retry on renameCollection. Address possible dassert in drop...Daniel Gottlieb2017-06-275-24/+36
* SERVER-28677 InitialSyncer should reset optimes on every attemptWilliam Schultz2017-06-274-0/+36
* SERVER-29618 fix serialization of geo match expressionsr3.4.6-rc0r3.4.6Kyle Suarez2017-06-273-21/+17
* Import tools: 29b8883c560319b016f8bd4927807fa36f1a682f from branch v3.4Ramon Fernandez2017-06-2731-122/+1232
* SERVER-28578 When doing an upgrade from PV0 to PV1, we should not return from...Matthew Russotto2017-06-272-6/+16
* SERVER-29676 arrayToObject should not error out on explicit value of null or ...Wan Bachtiar2017-06-271-1/+1
* Import wiredtiger: d2f2eae6d7718a53ac5bacf7141773ee0696f3c6 from branch mongo...Alex Gorrod2017-06-272-4/+30
* SERVER-29647 Fix $match swapping to avoid moving before $sort-$limit.David Storch2017-06-262-1/+26
* SERVER-28418 make the split command on mongod return a stale version error if...Esha Maharishi2017-06-232-3/+7
* SERVER-27347 For table drop, only close relevant URIs.Don Anderson2017-06-216-23/+80
* Import wiredtiger: 89049da5f36d57585cccac275382f7fe8fc472e2 from branch mongo...Alex Gorrod2017-06-1926-227/+352
* SERVER-29489 Use 'maxTimeMs' when calling listDatabases against shardsKaloian Manassiev2017-06-192-1/+8
* SERVER-28323 Don't pass JavaScript scopes a function ID numberSpencer Jackson2017-06-196-60/+35
* SERVER-28997: Limit SCRAM-SHA-1 cache's use of Secure MemorySpencer Jackson2017-06-1910-65/+116
* SERVER-28052 Make SHA1Hash a full fledged classRandolph Tan2017-06-1911-207/+382
* SERVER-28960 Avoid creating core dumps during DEATH_TESTs.Max Hirschhorn2017-06-161-0/+8
* SERVER-26355 Implement the interruptible form of Notification::get().Andy Schwerin2017-06-162-33/+53
* SERVER-29100 Wait for the same journaling requirement in get_last_error.jsSiyuan Zhou2017-06-161-1/+3
* SERVER-29382 Fix cancel race related to the timeout in ReplicationCoordinator...Siyuan Zhou2017-06-162-13/+18
* SERVER-28751 Allow stepDown command to work against primary in catchup modeSiyuan Zhou2017-06-165-49/+62
* SERVER-26848 Remove dead code of primary catch-up.Siyuan Zhou2017-06-167-606/+0
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-06-1620-234/+667
* SERVER-25765 Commands should wait for write concern even if they throw an exc...Spencer T Brody2017-06-162-20/+29
* SERVER-29237 add maxConnecting in asio connpoolJason Carey2017-06-156-6/+249
* SERVER-22322 Add namespaces to listIndexes NamespaceNotFound messagesMaria van Keulen2017-06-151-4/+6
* SERVER-29011 Don't use side sessions during compacts in the WT KV EngineDavid Hows2017-06-152-4/+4
* SERVER-28877 Fix cancel race which can cause crashes during elections.Matthew Russotto2017-06-143-0/+89
* SERVER-29240 Add test to ensure valid index creation for capped collections d...William Schultz2017-06-141-0/+18
* SERVER-29197 initial sync now builds capped indexes correctlyEric Milkie2017-06-142-22/+58
* SERVER-28717 Expand $lookup localField when a sub-obj field in an arrayJames Wahlin2017-06-145-22/+517
* SERVER-29075 Add remaining client metadata to the currentOp outputMark Benvenuto2017-06-131-0/+3
* SERVER-28864 clear compressor list before reconnecting in shellJonathan Reams2017-06-131-2/+5