summaryrefslogtreecommitdiff
path: root/src/mongo/db/sessions_collection_sharded.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36964 Prevent secondaries in SessionsCollectionRS from attempting to s...Blake Oler2018-10-221-1/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-21/+23
* 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