summaryrefslogtreecommitdiff
path: root/src/mongo/s/request.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20077 requestId field of message header should always be a signed integerWaley Chen2016-03-171-2/+2
* SERVER-20758 remove remaining uses of CursorCache and ShardedClientCursorDavid Storch2015-11-111-2/+0
* SERVER-20040 Don't call methods on ForwardingCatalogManager while holding a d...Spencer T Brody2015-09-021-1/+1
* SERVER-17886 Don't call Request::getns() if message doesn't include nsJason Rassi2015-08-251-0/+4
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-1/+2
* Revert "SERVER-19319 Send setShardVersion command after sharding a collection"Kaloian Manassiev2015-07-291-1/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-32/+38
* SERVER-17817 Remove ClientInfo class.Andy Schwerin2015-04-161-2/+2
* SERVER-17933 Invalid database name check should not close the connectionKaloian Manassiev2015-04-101-2/+0
* SERVER-17817 Get rid of dead Request::getClientInfo method.Andy Schwerin2015-03-311-4/+0
* SERVER-17496 Move ShardConnection to separate fileKaloian Manassiev2015-03-091-29/+12
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-0/+4
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-4/+0
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-0/+4
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-11982 connection error when doing sharded cluster upgrade following re...Randolph Tan2014-02-111-21/+0
* SERVER-12549 opcounters after write commands in mongos not correctly updatedSiyuan Zhou2014-02-101-2/+0
* 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-3/+4
* Put version management class/header in its own module.Alberto Lerner2012-12-211-1/+0
* SERVER-7572 Remove AuthenticationInfo::isAuthorizedForLevelSpencer T Brody2012-12-111-5/+0
* pch headerSiddharth Singh2012-08-061-1/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-3/+3
* fix killOp in mongos with or without auth SERVER-4251Eliot Horowitz2012-01-241-1/+4
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+114