summaryrefslogtreecommitdiff
path: root/src/mongo/db/sessions_collection_rs.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-2/+2
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-1/+4
* SERVER-44944 SessionsCollectionRS::_isStandaloneOrPrimary() does not require ...Benety Goh2019-12-111-0/+1
* SERVER-42508 Get rid of some additional unused code in SessionsCollectionKaloian Manassiev2019-10-311-18/+19
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-301-36/+34
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-291-50/+39
* SERVER-42508 Convert SessionsCollection to throw instead of return status Par...Marcos José Grillo Ramírez2019-10-241-28/+31
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-1/+1
* SERVER-36963 SessionsCollectionRS maintains a RemoteCommandTargeterBen Caimano2019-08-121-109/+83
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-091-19/+26
* SERVER-37837 Move `config.transactions` manipulation out of SessionsCollectionKaloian Manassiev2019-05-021-22/+0
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-2/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-3/+3
* SERVER-37624 Allow sessions collection TTL index expiration value to change u...Blake Oler2018-11-021-4/+23
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36964 Prevent secondaries in SessionsCollectionRS from attempting to s...Blake Oler2018-10-131-9/+22
* SERVER-37562 Reduce all IX locks to IS locks in SessionsCollectionRSBlake Oler2018-10-111-13/+4
* SERVER-34120 call done() in SessionsCollectionRSJason Carey2018-09-051-1/+9
* SERVER-36332 write to primary from secondary in LogicalSessionsCache for Repl...Misha Tyulenev2018-08-281-36/+39
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-32198 Move the sessions collection namespace constant to NamespaceStringKaloian Manassiev2018-05-241-30/+37
* SERVER-34773 Use kSessionsNamespaceString instead of its constituent StringDa...Kaloian Manassiev2018-05-021-20/+20
* SERVER-31565 Add stats about logical sessions background jobs to serverStatusJason Carey2017-11-071-1/+1
* SERVER-31534 Do not call callbacks under locks in SessionsCollectionRSsamantharitter2017-10-181-4/+15
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+23
* SERVER-28336 endSessions commandGabriel Russell2017-09-211-4/+1
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-201-19/+71
* SERVER-30805 add LSC::findRemovedSessions()Jason Carey2017-08-311-41/+52
* SERVER-29202 Remove unused fetch methods from logical session cachesamantharitter2017-08-181-17/+0
* SERVER-29202 Implement SessionsCollectionRSsamantharitter2017-08-181-0/+170