summaryrefslogtreecommitdiff
path: root/src/mongo/s/request.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20758 remove remaining uses of CursorCache and ShardedClientCursorDavid Storch2015-11-111-16/+0
* SERVER-20596 Remove unhelpful timer that shows up in mongos profiles.Andy Schwerin2015-11-091-2/+1
* SERVER-20040 Don't call methods on ForwardingCatalogManager while holding a d...Spencer T Brody2015-09-021-3/+3
* SERVER-19406 Implement OP_KILL_CURSORS path for ClusterCursorManagerJason Rassi2015-08-251-1/+1
* SERVER-17886 Don't call Request::getns() if message doesn't include nsJason Rassi2015-08-251-4/+4
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-5/+5
* SERVER-18084 Cleanup includesKaloian Manassiev2015-07-281-3/+2
* SERVER-18770 SERVER-18768 implement ClusterFindCmd::run()David Storch2015-07-091-2/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-97/+80
* SERVER-18292 remove global Strategy instanceAdam Midvidy2015-06-051-4/+4
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-0/+2
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-2/+0
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-0/+2
* SERVER-17817 Remove ClientInfo class.Andy Schwerin2015-04-161-2/+2
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-3/+0
* SERVER-17933 Invalid database name check should not close the connectionKaloian Manassiev2015-04-101-12/+17
* SERVER-17817 Split ClusterLastErrorInfo concept out of ClientInfo type and in...Andy Schwerin2015-04-071-2/+3
* SERVER-17817 Remove ClientInfo::getRemote in favor of parent class's implemen...Andy Schwerin2015-04-011-6/+1
* SERVER-17496 Move ShardConnection to separate fileKaloian Manassiev2015-03-091-16/+12
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14853 Port networking library to AAEJason Carey2014-08-121-4/+4
* SERVER-14268: Improve server message parsingMark Benvenuto2014-07-301-5/+4
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+4
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-4/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+4
* SERVER-11982 connection error when doing sharded cluster upgrade following re...Randolph Tan2014-02-111-26/+1
* SERVER-12549 opcounters after write commands in mongos not correctly updatedSiyuan Zhou2014-02-101-6/+5
* SERVER-11681 kill wbl, deprecate RCAR option and remove unneeded --useWriteCo...Greg Studer2014-01-081-6/+4
* SERVER-11681 mongos upconverts all writes by defaultGreg Studer2013-12-161-1/+1
* SERVER-11222 Refresh invalid users exactly once per command authorization checkSpencer T Brody2013-10-211-0/+2
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to sharding filesIan Whalen2013-08-271-0/+12
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-15/+14
* SERVER-9811 Make sure to check for queries on special $cmd.sys namespace as w...Spencer T Brody2013-07-231-1/+2
* SERVER-9811 Better error for query on the $cmd namespace without a limit of 1Randolph Tan2013-07-221-6/+7
* make mongos log killCursor requestsGreg Studer2013-02-221-6/+4
* SERVER-7717 Removed ops section from serverStatusShaun Verch2012-12-191-4/+0
* SERVER-7572 Remove AuthenticationInfo::isAuthorizedForLevelSpencer T Brody2012-12-111-16/+0
* Store cursor namespaces in mongos. Necessary so mongos can check authorizatio...Spencer T Brody2012-11-301-1/+1
* Cleanup and remove dead code related to CRUD processing in mongosSpencer T Brody2012-11-291-1/+6
* Separate functions for locating documents vs locating points in the shard-key...Kevin Matulef2012-09-251-1/+1
* SERVER-6516 better logging in mongos and GLE codepathsMathias Stearn2012-08-061-1/+14
* Requests may exist for which the MessagingPort is null.Alberto Lerner2012-06-111-1/+6
* Remove dependency between ClientInfo and AbstractMessagePort.Alberto Lerner2012-06-111-1/+1
* Disambiguated file name.Alberto Lerner2012-05-021-3/+3
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-5/+5
* fix killOp in mongos with or without auth SERVER-4251Eliot Horowitz2012-01-241-4/+10