summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-30711 fix compileIan Boros2019-01-111-1/+1
* SERVER-38257 Disable allCountsNonNegative invariant in multi_statement_transa...Tess Avitabile2019-01-111-1/+2
* SERVER-35393 Flush asio output and limit SecureTransport out bufferSara Golemon2019-01-113-19/+48
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-1182-602/+283
* SERVER-38302 change TransactionState to TerminationCausePavi Vetriselvan2019-01-111-1/+1
* Revert "SERVER-38302 update prepared commit/abort metrics before call to opOb...Pavi Vetriselvan2019-01-112-36/+17
* SERVER-37498 Remove the slowBackgroundIndexBuild failpointGregory Wlodarek2019-01-101-12/+6
* SERVER-37498 Change jstests to not use the slowBackgroundIndexBuild failpointGregory Wlodarek2019-01-103-32/+58
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-1016-104/+29
* SERVER-38483 Convert options in sasl_options.cpp to IDLSpencer Jackson2019-01-108-207/+250
* SERVER-37880 Merge the barrier functionality to be part of the unittests libraryKaloian Manassiev2019-01-1010-41/+5
* SERVER-35142 Update LinkBench to use 3.8.2 java driverjannaerin2019-01-101-0/+1
* SERVER-35138 service_state_machine will log backtrace for uncaught exceptionsJonathan Ma2019-01-101-4/+2
* SERVER-38893 Fix out-of-order biggie oplog insertGeert Bosch2019-01-103-31/+29
* SERVER-38810 Simplify correct usage of locking in Session/SessionCatalog.Andy Schwerin2019-01-1014-475/+515
* SERVER-38363 Test concurrent shardCollection and replaceCollection $outCharlie Swanson2019-01-101-0/+42
* SERVER-38114: Fix mainline buildsDavid Bradford2019-01-101-2/+3
* SERVER-38663 gperftools-2.5 on C++17 change throw() to noexceptBilly Donahue2019-01-103-19/+17
* SERVER-38114: Dynamically split previously split tasksDavid Bradford2019-01-1069-5701/+87
* SERVER-33226: remove getPrevError() commandKim Tao2019-01-1021-184/+4
* SERVER-38694 Allow specializing ServerParameter class in IDLSara Golemon2019-01-1011-90/+835
* SERVER-38887 Treat undefined filter object as unfiltered in Mongo.getDBs()Sara Golemon2019-01-102-4/+36
* SERVER-38534 Convert enableLocalhostAuthBypass to IDLHenrik Edin2019-01-103-1/+12
* SERVER-36825 Wrap SideTransaction oplog entry writes in write conflict retry ...Judah Schvimer2019-01-101-6/+9
* Revert "SERVER-28073 Upgrade Snappy to version 1.1.7"Ian Boros2019-01-1032-1151/+3910
* Revert "SERVER-28073 [Snappy-1.1.2 Patch]: Eliminate memory allocation from s...Ian Boros2019-01-101-22/+9
* Revert "SERVER-28073 [Snappy-1.1.2 Patch]: prefer memcpy to undefined reinte...Ian Boros2019-01-101-5/+2
* Revert "SERVER-28073 [Snappy-1.1.2 Patch]: fix Windows build for ssize_t"Ian Boros2019-01-101-1/+1
* Revert "SERVER-37829 disable failing test case under Windows"Benety Goh2019-01-101-2/+0
* SERVER-37829 disable failing test case under WindowsBenety Goh2019-01-101-0/+2
* Import wiredtiger: fa402fef1974b30ef61770caff58b0eabda97781 from branch mongo...Luke Chen2019-01-10742-1101/+1817
* SERVER-37829 Fix unittest on Windows debug due to StringData lifetime bugNick Zolnierz2019-01-092-1/+2
* SERVER-33589 Create an initial sync test fixtureSamy Lanka2019-01-096-19/+519
* SERVER-38800 rollback fixes collection counts using o2 fields of drop and ren...Benety Goh2019-01-095-20/+149
* SERVER-37311 add 'tls' alias for 'ssl' in mongo URIsIsabella Siu2019-01-092-3/+8
* SERVER-38838 Ensure JavaScript stack string isn't empty.Max Hirschhorn2019-01-092-0/+52
* SERVER-38827 Provide enum constructor for ServerParameter and SPS::get() acce...Sara Golemon2019-01-092-26/+43
* SERVER-28073 [Snappy-1.1.2 Patch]: fix Windows build for ssize_tMathew Robinson2019-01-091-1/+1
* SERVER-28073 [Snappy-1.1.2 Patch]: prefer memcpy to undefined reinterpret_ca...Mathew Robinson2019-01-091-2/+5
* SERVER-28073 [Snappy-1.1.2 Patch]: Eliminate memory allocation from snappy_co...Mathew Robinson2019-01-091-9/+22
* SERVER-28073 Upgrade Snappy to version 1.1.7Mathew Robinson2019-01-0932-3910/+1151
* SERVER-36639 Disallow restarting txn at active txn number if shard has aborte...Jack Mulrow2019-01-095-42/+120
* SERVER-38800 add collection count to o2 field of collection drop and rename o...Benety Goh2019-01-094-7/+48
* SERVER-38275 ban find explain with UUIDIan Boros2019-01-096-8/+76
* SERVER-37829 Add Stitch library update functionsNick Zolnierz2019-01-0910-21/+461
* SERVER-38738 collapse all getSSLManager() to one implementation and remove mutexIsabella Siu2019-01-097-70/+25
* SERVER-38800 add test cases to rollback_wt_drop.jsBenety Goh2019-01-091-2/+60
* SERVER-38800 ReplSetTest.dumpOplog() returns oplog entries in an array after ...Benety Goh2019-01-091-5/+12
* SERVER-38291 fix Windows compileBenety Goh2019-01-091-1/+1
* SERVER-38411 Propagate postBatchResumeToken through mongoS to clientBernard Gorman2019-01-0933-167/+448