summaryrefslogtreecommitdiff
path: root/src/mongo/db/sessions_collection_sharded.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42508 Get rid of some additional unused code in SessionsCollectionKaloian Manassiev2019-10-311-31/+20
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-301-31/+21
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-291-3/+3
* SERVER-42508 Convert SessionsCollection to throw instead of return status Par...Marcos José Grillo Ramírez2019-10-241-2/+3
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-091-3/+65
* SERVER-37837 Move `config.transactions` manipulation out of SessionsCollectionKaloian Manassiev2019-05-021-5/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* 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-1/+5
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-3/+6
* SERVER-32198 Move the sessions collection namespace constant to NamespaceStringKaloian Manassiev2018-05-241-8/+8
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34773 Use kSessionsNamespaceString instead of its constituent StringDa...Kaloian Manassiev2018-05-021-7/+8
* SERVER-32677 Prevent sessions periodic refresh from prematurely accessing sha...Blake Oler2018-04-201-0/+5
* SERVER-29908 Consolidate some sharding libraries to help break dependency cyclesKaloian Manassiev2018-02-121-1/+1
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-171-15/+2
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-7/+7
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-2/+2
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+23
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-2/+1
* SERVER-28336 endSessions commandGabriel Russell2017-09-211-3/+2
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-201-3/+9
* SERVER-30805 add LSC::findRemovedSessions()Jason Carey2017-08-311-0/+49
* SERVER-29203 Implement SessionsCollectionShardedsamantharitter2017-08-181-0/+97