summaryrefslogtreecommitdiff
path: root/src/mongo/s/service_entry_point_mongos.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58503 Kill open cursors for a connection when a load balanced connecti...George Wangensteen2021-10-131-0/+13
* SERVER-58735 Repurpose LastError for NotPrimaryError trackerYoonsoo Kim2021-08-041-5/+5
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-6/+1
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-87/+12
* SERVER-57457 Close connection on receiving of OP_DELETE, OP_INSERT, OP_UPDATE...Irina Yatsenko2021-07-081-21/+16
* SERVER-55788 Deprecate legacy wire protocol opcodesPavi Vetriselvan2021-05-071-0/+5
* SERVER-53197 Don't log awaitable hello/ismaster as slow queryA. Jesse Jiryu Davis2020-12-081-9/+1
* SERVER-51690 Add support for async command execution to MongosAmirsaman Memaripour2020-11-241-104/+199
* SERVER-50513 Rename local variables/functions in the new replica set monitorMatthew Saltz2020-11-131-2/+2
* SERVER-51106 Make the isMaster command a derived class of helloAli Mir2020-09-231-2/+3
* SERVER-50242 Don't log awaitable "hello" as slow queryA. Jesse Jiryu Davis2020-08-251-1/+10
* SERVER-48978 Futurize handleRequestAndrew Chen2020-07-301-3/+7
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47426 Remove ShardConnection and VersionManagerBlake Oler2020-04-131-4/+0
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideEsha Maharishi2020-03-251-13/+15
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-2/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-6/+20
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+1
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-301-1/+0
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-221-1/+16
* SERVER-30735 Make DBDirectClient use its own LastErrorMathias Stearn2017-08-281-1/+1
* SERVER-28510 Close incoming mongod connection on NotMaster error when handlin...Mathias Stearn2017-08-171-1/+1
* SERVER-28964 Close connection after seeing invalid OP_MSG flagsMathias Stearn2017-08-171-17/+22
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-2/+2
* SERVER-30580 Remove DBException::_shard memberMathias Stearn2017-08-161-3/+0
* SERVER-30181 remove support for pseudo commandsMathias Stearn2017-07-261-1/+1
* SERVER-29305 `DBDirectClient::call` uses OpContextADAM David Alan Martin2017-06-081-3/+1
* SERVER-28816 OP_MSG for mongos ingress layerMathias Stearn2017-05-121-2/+12
* SERVER-28749 Unify ServiceEntryPointMongod and ServiceEntryPointMongosJonathan Reams2017-04-211-110/+66
* SERVER-28318 make sharded getLastError work with paths that go over ASIOEsha Maharishi2017-04-061-2/+6
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-241-1/+1
* SERVER-27727 Hide idle threads in hang analyzer (core only)Mathias Stearn2017-03-241-1/+5
* SERVER-28303 Delete old OP_MSG codeMathias Stearn2017-03-201-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-10/+10
* SERVER-27667 Get rid of sharding Request classKaloian Manassiev2017-01-161-11/+63
* SERVER-27556 Cleanup sharding request processing codeKaloian Manassiev2017-01-031-30/+14
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-4/+5
* SERVER-25918 Operations on closed sessions should return a TransportSessionCl...samantharitter2016-09-121-0/+5
* SERVER-25755 Remove extra logging from TL changeJason Carey2016-08-231-1/+2
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-0/+141