summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-05-2910-80/+203
* Import wiredtiger: 5e14c6107f8cae984d73e208fa7ce11341917bf1 from branch mongo...Luke Chen2018-05-2826-137/+228
* SERVER-35251 Set the snapshot window default size to zero temporarilyDianna Hohensee2018-05-262-1/+4
* SERVER-34286 Ensure that operations never unexpectedly exceed the truncation ...Bernard Gorman2018-05-252-6/+22
* SERVER-34779 Add hook for checking dbhash while a test is running.Max Hirschhorn2018-05-256-88/+200
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-05-2523-144/+111
* SERVER-35215 Future::onError<ErrorCodes::Error>()Mathias Stearn2018-05-252-9/+156
* Revert "SERVER-34653 don't parse if early auth-checks can reject."Louis Williams2018-05-2515-156/+64
* SERVER-33889 Remove auditing command from embeddedAndrew Morrow2018-05-252-62/+60
* SERVER-32335 idempotency test ops should be applied individually by SyncTailT...Benety Goh2018-05-251-3/+9
* SERVER-34991 JS tests doing transaction operations must use majority writeCon...Dianna Hohensee2018-05-251-4/+3
* SERVER-33639 Protect against distlock acquisition timeout at createDatabase timejannaerin2018-05-251-2/+2
* SERVER-34653 don't parse if early auth-checks can reject.Billy Donahue2018-05-2515-64/+156
* SERVER-34790 ensure proper locks are held when doing reads or writes, via deb...Eric Milkie2018-05-258-13/+53
* SERVER-35055 keyed executorJason Carey2018-05-255-0/+712
* SERVER-32335 replace SyncTail::setHostname with OplogApplier optionBenety Goh2018-05-255-15/+28
* SERVER-31767 Provide a window of snapshot history that is accessible for PIT ...Dianna Hohensee2018-05-2532-41/+1355
* SERVER-34341 parseCollModUUIDAndNss should uassert the input UUID is in the c...Xiangyu Yao2018-05-241-12/+7
* SERVER-34102 Fix to prevent race between _handleTimePassing (stepdown timeout...Suganthi Mani2018-05-246-2/+71
* SERVER-34944 Create a shim-override mechanism.ADAM David Alan Martin2018-05-243-8/+70
* SERVER-34999 Deprecate clone and copydb commandsMaria van Keulen2018-05-243-4/+24
* SERVER-34893 Make the config server determine the control chunk on migration ...Randolph Tan2018-05-245-26/+66
* SERVER-32198 Move the sessions collection namespace constant to NamespaceStringKaloian Manassiev2018-05-2414-71/+72
* SERVER-34632 Rename `struct dbTask` to DBTaskKaloian Manassiev2018-05-242-40/+40
* SERVER-34632 Use alias for the callback of CatalogCacheLoader::getChunksSinceKaloian Manassiev2018-05-2410-83/+55
* SERVER-35201 Define HAVE_ARM_NEON_INTRIN_H flag for AArch64Daniel Stewart2018-05-241-0/+4
* Revert "SERVER-34944 Create a shim-override mechanism."Louis Williams2018-05-243-70/+8
* SERVER-35128: Add a boost::optional overload to Logstream builder's operator<<Daniel Gottlieb2018-05-241-0/+11
* SERVER-35077 fix lintBenety Goh2018-05-241-1/+2
* SERVER-34944 Create a shim-override mechanism.ADAM David Alan Martin2018-05-233-8/+70
* SERVER-31396 add tests for change streams being resilient to node failures in...Ian Boros2018-05-231-0/+14
* SERVER-35077 Add armv7-a SDK builderAndrew Morrow2018-05-232-6/+6
* SERVER-34731 Fixes race condition in read_concern_snapshot_yielding.jsSuganthi Mani2018-05-231-1/+10
* SERVER-35170 Add misc fixes to enable building in -std=c++17 modeAndrew Morrow2018-05-236-26/+67
* SERVER-33736 timestamp index updates from vector insertsEric Milkie2018-05-234-8/+16
* SERVER-34661 Return early when the vote request response has an error.Suganthi Mani2018-05-232-2/+42
* SERVER-35061: Javascript sleep should error on premature wakeSpencer Jackson2018-05-237-29/+92
* SERVER-35177 Do not send 4.0-format option to shards when FCV is 3.6Charlie Swanson2018-05-231-6/+0
* SERVER-35127: Do not timestamp any collection drops committed by dropDatabase.Daniel Gottlieb2018-05-232-79/+20
* SERVER-33934 Protect against distlock acquisition timeout at createCollection...jannaerin2018-05-232-0/+11
* SERVER-33639 Protect against distlock acquisition timeout at createDatabase timejannaerin2018-05-235-0/+171
* SERVER-34975 Treat an OID-embedded timestamp as unsigned.Justin Seyster2018-05-225-12/+22
* SERVER-33198 Add complete two-phase locking testing to lock_state_test.cppDianna Hohensee2018-05-223-64/+86
* SERVER-33641: Check oplogs in tests on stop repl setDavid Bradford2018-05-221-8/+39
* SERVER-35019 Correct interruptibility in MultiIndexBlock destructorLouis Williams2018-05-222-8/+6
* SERVER-33639 Fix UUID inconsistencies in mapReduce on a sharded output collec...jannaerin2018-05-224-36/+75
* SERVER-35137 sasl seterror formatsBilly Donahue2018-05-222-11/+18
* SERVER-34776 dropDatabase should respect user provided writeConcernLouis Williams2018-05-222-14/+31
* SERVER-35123 Fix periodic_runner_impl_testJason Carey2018-05-221-6/+0
* SERVER-34893 Embedded authorization componentsADAM David Alan Martin2018-05-2218-240/+798