summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38425 Use oplogReplay for oplog visibility queryr3.2.22-rc0r3.2.22A. Jesse Jiryu Davis2018-12-172-3/+5
* Import wiredtiger: 264bc732b0b25f84e4c3af70220d3cedb34bc551 from branch mongo...r3.2.21-rc0r3.2.21Luke Chen2018-08-235-17/+83
* SERVER-36778 Make 3.2 client metadata log messages match 3.4+ formatKevin Pulo2018-08-211-2/+2
* SERVER-35854 naively log received client metadataKevin Pulo2018-07-265-0/+99
* SERVER-36010 Use severe() for Windows exceptions logsYves Duhem2018-07-191-5/+5
* SERVER-35693 Pre-sort $in elements to avoid O(n^2) boost::flat_set() complexity.David Storch2018-06-271-1/+4
* SERVER-34540 Remove sleeptest from dbtestJonathan Reams2018-05-231-68/+0
* SERVER-34851 Disallow index selection for identical min & max values on findJames Wahlin2018-05-223-9/+4
* SERVER-34888 Do not store subject name without validationSara Golemon2018-05-213-0/+24
* SERVER-30724 Initial sync waits for oplog visibility before beginning cloneJudah Schvimer2018-05-212-1/+50
* Import wiredtiger: 4babae8093f7a3cb05226abe959e10e0bb6b2716 from branch mongo...Luke Chen2018-04-1214-53/+250
* SERVER-34149 Upgrade zlib to latest.ADAM David Alan Martin2018-04-1132-719/+3819
* SERVER-26790: validateElementInfo should verify OIDs can be skippedSpencer Jackson2018-03-291-1/+3
* SERVER-12644 noprealloc warning should be logged properlyGabriel Russell2018-03-191-2/+1
* SERVER-33751 Allow connecting to an existing cluster in ReplSetTestRobert Guo2018-03-121-1/+9
* SERVER-24785 backup_restore.js fails when observing FTDC interim filesMark Benvenuto2018-02-201-1/+9
* SERVER-30114 Add simple slow spinlock monitoringMark Benvenuto2018-02-204-0/+90
* SERVER-32241 applyOps reports success even when a nested applyOps fails.Matthew Russotto2018-02-152-7/+4
* SERVER-32446 check if CSRS is initiated when reading isMaster response setNam...Misha Tyulenev2018-01-311-1/+7
* SERVER-31462 Register Database::AddCollectionChange in the correct orderXiangyu Yao2018-01-302-6/+8
* Revert "SERVER-32446 check if CSRS is initiated when reading isMaster respons...Misha Tyulenev2018-01-301-3/+0
* SERVER-32446 check if CSRS is initiated when reading isMaster response setNam...Misha Tyulenev2018-01-291-0/+3
* SERVER-32569 allow config servers and shard replica sets to start in non-clus...Misha Tyulenev2018-01-298-12/+53
* SERVER-31818 Add server parameter to disable MarkThreadIdleMark Benvenuto2018-01-171-0/+7
* SERVER-32410 Validate User::CredentialData during authSara Golemon2018-01-125-5/+36
* Import wiredtiger: 46c2f8fd9b678f4e876bd4fbc888d0040b628045 from branch mongo...Luke Chen2018-01-127-59/+53
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2018-01-116-43/+48
* SERVER-32001 Fix unindexing of rollback in unique partial indexesGeert Bosch2018-01-031-0/+1
* SERVER-30702 Stop printing stack traces on massert failuresMathias Stearn2017-12-211-3/+2
* SERVER-32048 Ensure updates that implicitly create an array element generate ...Tess Avitabile2017-12-1316-5/+379
* SERVER-31380 Add metrics related to tcmalloc acquiring and decommitting memor...Mark Benvenuto2017-12-044-1/+93
* SERVER-30009: Allow JS functions to be terminated with ';'r3.2.18-rc0r3.2.18Spencer Jackson2017-11-201-0/+8
* SERVER-32030: Divide SyncTail::oplogApplication OperationContext lifetime int...Daniel Gottlieb2017-11-181-5/+10
* SERVER-31589 Replaces OpContext pts with ReplicationCoordinator ptrs.Pavithra Vetriselvan2017-11-179-22/+26
* SERVER-31101 Drop WT table on secondary after collection is droppedKatherine Walker2017-11-172-10/+21
* SERVER-31587 limit scope of OperationContext in ReplBatcherBenety Goh2017-11-171-13/+34
* SERVER-31590 Release unused cursors in the cache before awaiting oplog deletionDon Anderson2017-11-175-4/+24
* SERVER-31440 Fix Connpool HostTimeout raceJason Carey2017-11-161-95/+152
* SERVER-30482 Verify and enforce good ordering for the values for the sharding...Henrik Edin2017-11-011-0/+24
* SERVER-23440 Rename duplicate metadata_test testsGeert Bosch2017-10-302-2/+2
* SERVER-29937 Make sure liveness timeouts cannot be missedJudah Schvimer2017-10-304-14/+45
* SERVER-29649 Add startupWarning for replset running with --nojournal when wri...Katherine Walker2017-10-301-0/+20
* SERVER-31516 Fix improper initialization of empty NamespaceString.David Storch2017-10-272-1/+14
* SERVER-31149 Enable recovery progress messagesXiangyu Yao2017-10-191-0/+1
* SERVER-29772 Add allowUnsafeRenamesDuringInitialSync server parameterJudah Schvimer2017-10-052-3/+28
* SERVER-29651 Interrupts are caught in implscope functions or by the deadline ...Ted Tuckman2017-10-046-95/+121
* SERVER-31176 Use stderr for interactive password promptsKevin Pulo2017-10-041-2/+2
* SERVER-19076 handle multiline shard keys in sh.status()Kevin Pulo2017-10-042-53/+85
* SERVER-29287 PCRE 8.41Mark Benvenuto2017-10-02130-540/+775
* SERVER-30166 Replace string with explicit std::string. Enables compulation wh...Steven Green2017-10-026-29/+248