summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-1958-221/+253
* SERVER-38700 convert static Database::dropDatabase to a method on DatabaseHolderBenety Goh2018-12-1910-54/+57
* SERVER-37499 fix lintBenety Goh2018-12-191-10/+9
* SERVER-37499 prevent deadlock within Exchange during transactionIan Boros2018-12-194-27/+219
* SERVER-38700 remove redundant DatabaseHolder implementation comments and head...Benety Goh2018-12-193-77/+8
* SERVER-38602 rollback clears drop-pending ident state in the storage engineBenety Goh2018-12-195-1/+22
* SERVER-38640 Do not update committed snapshot with null OpTimeTess Avitabile2018-12-192-20/+65
* SERVER-38381 Fix some override qualifiersADAM David Alan Martin2018-12-1917-89/+93
* SERVER-38668 Use ordered_unique_range_t when creating flat_set from sorted ve...Henrik Edin2018-12-193-2/+25
* SERVER-38462 just apply all of patches/*.patch. Update abseil revision.Billy Donahue2018-12-1995-1315/+2948
* SERVER-38600 KVStorageEngine skips drop-pending idents during ident reconcili...Benety Goh2018-12-193-13/+30
* SERVER-37994 Upgrade google benchmark to v1.4.1Henrik Edin2018-12-1951-837/+1413
* SERVER-38677 Remove the invalidations counter from TransactionParticipantKaloian Manassiev2018-12-1811-199/+180
* SERVER-38684 unshim CollectionBenety Goh2018-12-1824-692/+307
* SERVER-38684 fix unit tests to check and dereference boost::optional<T> in as...Benety Goh2018-12-189-48/+85
* SERVER-38596 add supportPendingDrops to serverStatus outputBenety Goh2018-12-185-0/+18
* SERVER-38584 Move IDL SCPs to InitializersSara Golemon2018-12-193-4/+23
* SERVER-37643 replace MultiIndexBlock reference in test with IndexCatalog::cre...Benety Goh2018-12-185-45/+37
* SERVER-38442: Date_t::min() has the wrong valueBilly Donahue2018-12-188-18/+13
* SERVER-38659 Fix race in stepdown testA. Jesse Jiryu Davis2018-12-181-0/+8
* SERVER-38484 Convert free_mon_mongod.cpp set parameters to IDLMark Benvenuto2018-12-181-2/+2
* SERVER-38467 do not block interruption when cleaning up temp collection from ...Eric Milkie2018-12-181-9/+11
* Revert "SERVER-37994 Upgrade google benchmark to v1.4.1"Gregory Wlodarek2018-12-1850-1375/+837
* SERVER-38579 Convert Tcmalloc set parameters to IDLMark Benvenuto2018-12-185-55/+162
* SERVER-38552 Convert configuration options in src/mongo/tools/mongobridge_opt...Mark Benvenuto2018-12-184-19/+68
* SERVER-38485 Convert free_mon_options.cpp config options to IDLMark Benvenuto2018-12-183-30/+52
* SERVER-38484 Convert free_mon_mongod.cpp set parameters to IDLMark Benvenuto2018-12-184-24/+65
* SERVER-38565 Convert FTDC options to IDLMark Benvenuto2018-12-187-229/+265
* SERVER-38433 Remove KB2731284 warningMark Benvenuto2018-12-183-87/+0
* SERVER-37449 Remove CursorManager's PlanExecutor registry.David Storch2018-12-1810-490/+463
* SERVER-37449 Make yield recovery throw if Database has been closed and reopened.David Storch2018-12-1810-10/+81
* SERVER-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-1821-651/+1046
* SERVER-33491 Fix benchmark.h compile with -fdirectives-onlyMathias Stearn2018-12-181-1/+6
* SERVER-33560 Remove deprecated Fixture function declarations from Google Benc...Robert Guo2018-12-181-6/+4
* SERVER-37994 Upgrade google benchmark to v1.4.1Henrik Edin2018-12-1850-847/+1382
* SERVER-38676 Handle 'true' in early processing of enableTestCommandsSara Golemon2018-12-181-5/+11
* SERVER-38458 Upgrade boost to version 1.69Henrik Edin2018-12-184813-193226/+226453
* SERVER-38450 Convert global conn pool options to IDLAndrew Morrow2018-12-173-23/+101
* SERVER-38536 Convert the debugCollectionUUIDs set parameter to IDLAndrew Morrow2018-12-174-5/+53
* SERVER-38535 Convert multi_index_block.cpp to parameter IDLAndrew Morrow2018-12-173-27/+57
* SERVER-37827 fix lintGregory Wlodarek2018-12-172-15/+10
* SERVER-37993 Upgrade ASIO to 1.12.2Andrew Morrow2018-12-1733-205/+568
* SERVER-38664 Use the correct return type to placate clang warningAndrew Morrow2018-12-171-1/+1
* SERVER-37827 Add Stitch library matcher functionsJacob Evans2018-12-176-7/+291
* SERVER-38491 convert parameters in src/mongo/db/commands/parameters.cpp to IDLIsabella Siu2018-12-174-238/+320
* SERVER-33683 Prevent deadlock in aggregate with transactionsIan Boros2018-12-1719-73/+377
* SERVER-38594 add server parameter for kv drop-pending ident supportBenety Goh2018-12-173-1/+46
* SERVER-38612 rebuildIndexesOnCollection() delegates Collection creation to Da...Benety Goh2018-12-176-3/+60
* SERVER-37834 Implement RFC 4514 X509 DN parserJonathan Reams2018-12-1720-128/+648
* SERVER-37344 Implement recovery token for retrying a commit command on a diff...Randolph Tan2018-12-178-91/+324