summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wrap condition variable waitForConditionOrInterruptNoAssertUntilfailpoint_syncJason Chan2019-07-175-20/+11
* add timeoutLingzhi Deng2019-07-162-2/+22
* syncNowLingzhi Deng2019-07-164-1/+43
* Add clearSignalsLingzhi Deng2019-07-162-1/+11
* parseBSONLingzhi Deng2019-07-153-3/+105
* include SyncConfig in setModeLingzhi Deng2019-07-154-4/+12
* wrap sync-related members into SyncConfigLingzhi Deng2019-07-154-18/+31
* sync logicJason Chan2019-07-152-0/+52
* Add _signals and _waitForLingzhi Deng2019-07-151-2/+7
* Initial commit; add isSyncJason Chan2019-07-151-0/+2
* SERVER-41313 Fix lintShreyas Kalyan2019-07-151-9/+8
* SERVER-33259 add libunwind to third_partyBilly Donahue2019-07-15807-12/+130702
* SERVER-41313 Evaluate Driver's Client Side FLE Specification Tests in ShellShreyas Kalyan2019-07-156-29/+14
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-1541-229/+192
* SERVER-42153 Remove FCV gating for flow controlXiangyu Yao2019-07-151-8/+1
* Revert "SERVER-33259 add libunwind to third_party"Xiangyu Yao2019-07-15807-130697/+12
* SERVER-41355 Step down calls yieldLocksForPreparedTransactions withoutSuganthi Mani2019-07-155-44/+68
* SERVER-33259 add libunwind to third_partyBilly Donahue2019-07-15807-12/+130697
* SERVER-41041 ViewCatalog should actively reload after changesGregory Wlodarek2019-07-1510-272/+364
* SERVER-41204 Output the transaction abort reason in the slow log lineKaloian Manassiev2019-07-1411-76/+204
* SERVER-41658 Convert ShardCollectionType into an IDL typeJamie Heppenstall2019-07-1220-518/+387
* SERVER-42077 Add 'allowDiskUse' option to find commandMisha Ivkov2019-07-1211-3/+152
* SERVER-42083 refactor SortPattern into its own classMisha Ivkov2019-07-127-114/+238
* SERVER-41530 For uncapped collections, CollectionBulkLoaderImpl::insertDocumentsAllison Easton2019-07-123-42/+89
* SERVER-41261 Use the oplog entry after the common point to calculate rollback...Jason Chan2019-07-127-31/+107
* SERVER-42134 Deprecate certain mapReduce parametersCharlie Swanson2019-07-123-4/+30
* SERVER-41951 Make the findAndModify path on mongos attach databaseVersion whe...Jason Zhang2019-07-123-15/+28
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-1224-19/+177
* SERVER-42111 Enable auto-decrypt in communityShreyas Kalyan2019-07-122-2/+143
* SERVER-42154 IndexBuildsCoordinator uses repl state info provided by callerBenety Goh2019-07-121-3/+4
* SERVER-41829 findAndModify ignores filter expressions that are not objectsArun Banala2019-07-123-6/+60
* Import wiredtiger: 3f686382114354b29b1d92b9c4a7dfc870dc5b94 from branch mongo...Luke Chen2019-07-1283-314/+938
* SERVER-42154 provide replication state info to index builds during secondary ...Benety Goh2019-07-115-11/+26
* SERVER-41760 fix lintBenety Goh2019-07-111-2/+2
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-119-37/+181
* SERVER-41704 adding asn1 libfuzzer parserjason.piao2019-07-112-0/+48
* SERVER-41796 OpMsg HandleRequest fuzzerjason.piao2019-07-112-0/+136
* SERVER-41950 Flush database cache on primary shard when creating a database i...Esha Maharishi2019-07-113-0/+27
* Revert "SERVER-40620 fassert during document fetch when there is evidence of ...Misha Ivkov2019-07-113-39/+0
* SERVER-42154 add hangAfterInitializingIndexBuild fail point to IndexBuildsCoo...Benety Goh2019-07-111-0/+5
* SERVER-41944 Validate the given shard key for refineCollectionShardKeyJamie Heppenstall2019-07-117-233/+387
* SERVER-40620 fassert during document fetch when there is evidence of index co...Misha Ivkov2019-07-113-0/+39
* SERVER-41942: Clear partialTxnList after committing a prepared transaction du...Lingzhi Deng2019-07-112-0/+117
* SERVER-40168 Pull the OplogTruncaterThread out of WiredTigerKVEngine and put ...Gabe Villasana2019-07-1120-241/+252
* SERVER-42154 abort index builds on NotMaster errors when using IndexBuildsCoo...Benety Goh2019-07-111-0/+12
* SERVER-38667 remove unused replication state notification functions from Inde...Benety Goh2019-07-115-47/+0
* SERVER-41870 implement IndexBuildsCoordinator::abortIndexBuildByBuildUUID()Benety Goh2019-07-112-3/+2
* SERVER-32434 operator<<(ostream,StringData)Billy Donahue2019-07-112-1/+42
* SERVER-41870 remove unused function IndexBuildsCoordinator::abortIndexBuildBy...Benety Goh2019-07-102-19/+0
* SERVER-39471 Remove unique index FCV upgrade codepathXiangyu Yao2019-07-1018-395/+28