summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_session_id.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39535 Update localLogicalSessionTimeoutMinutes param to IDLAndrew Morrow2019-02-221-2/+4
* 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-8/+10
* SERVER-34046 Ad an embedded specific ismaster commandAndrew Morrow2018-03-311-1/+0
* Revert "SERVER-34046 Separate implementations for CmdIsMaster for embedded an...Henrik Edin2018-03-271-0/+1
* SERVER-34046 Separate implementations for CmdIsMaster for embedded and mongod.Henrik Edin2018-03-271-1/+0
* SERVER-34048 Temporary fix to not crash embedded when asked for logical sessi...Henrik Edin2018-03-221-0/+1
* SERVER-30880 Handle migration of sessions with incomplete historyRandolph Tan2017-10-251-0/+5
* SERVER-28338 KillSessions SupportJason Carey2017-08-171-0/+3
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-1/+6
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-62/+44
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-131-3/+7
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-0/+1
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-7/+2
* SERVER-28903 Session Transaction State and Table skeleton codeRandolph Tan2017-06-231-0/+5
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-151-0/+1
* Revert "SERVER-29417 Attach logical session ids to cursors"Max Hirschhorn2017-06-151-1/+0
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-141-0/+1
* SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-091-0/+5
* Revert "SERVER-28346 Add more unit tests for the logical session cache"James Wahlin2017-06-081-5/+0
* SERVER-28753 Add support for TxnNumber/StmtId in write commandsKaloian Manassiev2017-06-081-6/+0
* SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-071-0/+5
* SERVER-28300 Implement the logical session cacheSamantha Ritter2017-06-051-2/+1
* SERVER-28297 Add IDL to LogicalSessionId classSamantha Ritter2017-05-051-5/+26
* SERVER-28296 Implement a LogicalSessionId classsamantharitter2017-04-031-0/+103