summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-2044-103/+152
* SERVER-38661 Don't allow read commands to change global read timestamp for sh...Jack Mulrow2018-12-209-451/+0
* SERVER-38719 unshim DatabaseHolderBenety Goh2018-12-206-118/+26
* SERVER-37830 Common Status objects for C APIsJustin Seyster2018-12-205-317/+312
* SERVER-37565 Unlock memory held during SCRAM authenticationPatrick Freed2018-12-205-32/+69
* SERVER-38474: remove UninterruptibleLockGuard from ReplSetDistLockManager::sh...Kim Tao2018-12-201-2/+0
* Revert "SERVER-36416 Add dropConnections administrative command"Benety Goh2018-12-205-146/+1
* SERVER-38629 Schedule task on coordinator creation to call cancelIfNotYetStar...Esha Maharishi2018-12-202-3/+58
* SERVER-38448 Shut down the TransactionCoordinatorService's ThreadPool on mong...Esha Maharishi2018-12-203-53/+59
* SERVER-36416 Add dropConnections administrative commandJonathan2018-12-205-1/+146
* SERVER-38489: convert server parameter to IDLBilly Donahue2018-12-204-47/+118
* SERVER-37722 Check for quiet flag when logging connection end messageJonathan2018-12-201-3/+5
* SERVER-35688 Make RSM use async networkingMathias Stearn2018-12-206-237/+270
* SERVER-35688 Make RSM return SharedSemiFuturesMathias Stearn2018-12-2010-18/+18
* SERVER-35682 SharedSemiFuture improvementsMathias Stearn2018-12-201-3/+21
* SERVER-35688 Make ConnectionPool support transport::ConnectSSLModeMathias Stearn2018-12-209-379/+429
* SERVER-38319 Propagate URI options from DBClientRS through all codepathsMathias Stearn2018-12-209-149/+213
* Revert "SERVER-36902 Abort transaction on shell exit"Benety Goh2018-12-205-128/+52
* Revert "SERVER-36902 Update jsTests for new shell transaction API"Daniel Gottlieb2018-12-203-16/+3
* SERVER-36902 Update jsTests for new shell transaction APIA. Jesse Jiryu Davis2018-12-203-3/+16
* SERVER-36902 Abort transaction on shell exitA. Jesse Jiryu Davis2018-12-205-52/+128
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-2028-242/+104
* SERVER-38700 unshim DatabaseBenety Goh2018-12-1910-382/+72
* SERVER-38429 fix lintBenety Goh2018-12-191-1/+1
* SERVER-38354 remove unused variableBenety Goh2018-12-191-1/+1
* SERVER-38700 add Database::init()Benety Goh2018-12-194-11/+12
* SERVER-38429 Signal all threads waiting for checking out session on session c...Siyuan Zhou2018-12-192-1/+61
* SERVER-38700 make Database::userCreateNS() a member functionBenety Goh2018-12-1912-84/+86
* SERVER-38354 Allow shutdown error in reading last applied optime on startupSiyuan Zhou2018-12-191-0/+2
* SERVER-38700 fold dropAllDatabasesExceptLocal logic into StorageInterfaceImpl...Benety Goh2018-12-195-64/+37
* SERVER-37499 fix lint (stdx)Benety Goh2018-12-191-1/+1
* 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-38600 KVStorageEngine skips drop-pending idents during ident reconcili...Benety Goh2018-12-193-13/+30
* 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