summaryrefslogtreecommitdiff
path: root/src/mongo/db/initialize_operation_session_info.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-21/+23
* SERVER-36982 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-09-241-9/+4
* SERVER-35695 Add server parameter to enable transactions on inMemoryWilliam Schultz2018-08-141-1/+16
* SERVER-35180 Safeguard from setting operation session info values while in a ...Blake Oler2018-08-091-0/+7
* SERVER-34664 Commands that are unsupported in a transaction should errorTess Avitabile2018-08-061-2/+6
* SERVER-33697 Provide sanity check on the number of cached sessionsCheahuychou Mao2018-07-091-1/+1
* SERVER-35513 Forbid transactions on inMemory storage engineTess Avitabile2018-06-141-1/+6
* SERVER-35527 Ignore session information on the embedded version of mongodJack Mulrow2018-06-111-2/+7
* SERVER-34653 Add 'AuthorizationSession::isAuthenticated()'Billy Donahue2018-05-021-1/+1
* SERVER-34184 Trasnsaction fields are not accepted unless their preconditinal ...Siyuan Zhou2018-04-131-7/+25
* SERVER-33561 Add a FCV parser file, refactoring FCV codeDianna Hohensee2018-03-021-1/+0
* SERVER-32880 Parse and add autocommit parameter to SessionPavithra Vetriselvan2018-02-211-7/+17
* SERVER-32460 platforms upgrade/downgrade workJason Carey2018-01-191-9/+0
* SERVER-31941 Disallow retryable writes in storage engines that do not support...Jack Mulrow2017-11-171-2/+7
* SERVER-31640: Parse logical session IDS for authenticated clientsSpencer Jackson2017-11-131-2/+5
* SERVER-31900: Fix typo of FCV 3.4 -> 3.6 in logical session error response.Daniel Gottlieb2017-11-101-1/+1
* SERVER-31777 deactivate logical sessions for fcv34Jason Carey2017-11-091-5/+9
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-2/+1
* SERVER-31116 localhost bypass for sessionsJason Carey2017-09-271-0/+9
* SERVER-30430 Gate session use on featureCompatibilityVersionGabriel Russell2017-09-211-0/+6
* SERVER-30765 Only allow transaction numbers on mongos or replica set membersJack Mulrow2017-09-141-1/+5
* SERVER-30782 setting lsid must take the clientlockJason Carey2017-08-231-0/+4
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-0/+67