summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_session_id_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59717 Remove stmtId from internal session id for retryable internal tr...Jonathan Lee2021-10-131-54/+7
* SERVER-58751 Make logical session cache track related sessions as one logical...Cheahuychou Mao2021-08-141-0/+93
* SERVER-47616: changed auto made by the linter, no opAndrew Shuvalov2020-09-281-7/+8
* SERVER-47616: improve error message plus testsAndrew Shuvalov2020-09-281-1/+7
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-31/+5
* SERVER-44978 Thread-through ServiceContext and ThreadPool to ReadThroughCacheKaloian Manassiev2020-02-151-2/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-24/+24
* 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-1/+5
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-061-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38335 Make killAllSessions not attach the lsid from request to Operati...Randolph Tan2019-02-041-5/+54
* SERVER-39232 Allow commands that do not require auth to refresh sessionsRandolph Tan2019-01-311-0/+17
* SERVER-37179 Pass the reference of OperationSessionInfoFromClient around.Siyuan Zhou2018-10-241-2/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-31/+5
* SERVER-35180 Change L to LL to fix compile on MacBlake Oler2018-07-301-1/+1
* SERVER-35180 Safeguard from setting operation session info values while in a ...Blake Oler2018-07-301-0/+24
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-27/+14
* SERVER-35513 Forbid transactions on inMemory storage engineTess Avitabile2018-06-141-1/+27
* SERVER-35527 Ignore session information on the embedded version of mongodJack Mulrow2018-06-111-0/+16
* SERVER-35188 Rename ServiceLiason* types to ServiceLiaison*Jack Mulrow2018-05-311-4/+4
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-9/+12
* SERVER-34184 Trasnsaction fields are not accepted unless their preconditinal ...Siyuan Zhou2018-04-131-1/+1
* SERVER-33305 Expand scramsha1 tests to include SHA256Sara Golemon2018-02-241-3/+5
* SERVER-33158 Shrink LogicalSession refresh batchesJason Carey2018-02-081-0/+11
* SERVER-33012 Create scramSHA256IterationCount setParameterSara Golemon2018-02-011-2/+2
* SERVER-32836 Refactor SCRAM mechanism to be block independentSara Golemon2018-01-251-2/+2
* SERVER-32460 platforms upgrade/downgrade workJason Carey2018-01-191-3/+0
* SERVER-32278 Update auth unit tests to use SCRAM-SHA-1Sara Golemon2017-12-121-6/+8
* SERVER-31941 Disallow retryable writes in storage engines that do not support...Jack Mulrow2017-11-171-2/+23
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-1/+1
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-1/+1
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-201-1/+1
* SERVER-30765 Only allow transaction numbers on mongos or replica set membersJack Mulrow2017-09-141-1/+20
* SERVER-30568 Add test that user can specify their own uid in a LogicalSessionIdsamantharitter2017-08-281-0/+14
* SERVER-30568 Remove the startSession ActionTypesamantharitter2017-08-251-18/+0
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-0/+15
* SERVER-28338 KillSessions SupportJason Carey2017-08-171-1/+34
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-6/+6
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-34/+203
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-131-2/+4
* SERVER-28297 Add IDL to LogicalSessionId classSamantha Ritter2017-05-051-0/+27
* SERVER-28296 Add a LogicalSessionId test and library targetsamantharitter2017-04-031-0/+57