summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-11302 Do not do auth checks when operating on behalf of a DBDirectClient.Andy Schwerin2013-10-231-15/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-7/+9
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* split out NamespaceIndex into its own file and clean dependencies a bitEliot Horowitz2013-07-071-1/+0
* SERVER-9072 allow detaching a Client object from a threadGreg Studer2013-04-251-1/+7
* SERVER-8130 Fix invalid access in textSearchEnabled checkJason Rassi2013-01-241-1/+1
* SERVER-7572 Remove includes of security header filesSpencer T Brody2012-12-231-1/+0
* SERVER-7572 Remove AuthenticationInfoSpencer T Brody2012-12-231-3/+0
* SERVER-7572 Remove doauth argument from Client::ContextSpencer T Brody2012-12-211-6/+6
* SERVER-7572 Don't check authorization when creating a Client::ContextSpencer T Brody2012-12-201-1/+0
* SERVER-7572 Remove Client::isAdminSpencer T Brody2012-12-201-1/+0
* Introduce client_basic.{h,cpp}, replacing client_common.h.Andy Schwerin2012-12-181-1/+1
* Keep AbstractMessagingPort in ClientBasic so that auth code doesn't need to t...Spencer T Brody2012-11-131-5/+0
* SERVER-7501 Remove syncThread from clientKristina2012-11-051-9/+0
* Cleanup includes in mongo/db/client.hAndy Schwerin2012-10-251-9/+10
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-4/+4
* pch headerSiddharth Singh2012-08-061-1/+1
* SERVER-6391: limit Client iterations when calculating yield timeBen Becker2012-07-241-2/+2
* remove broken implementation of killing ops if socket is goneEliot Horowitz2012-06-261-8/+0
* SERVER-5000 only have a 1 connection id counter and passEliot Horowitz2012-06-131-1/+1
* move Context timing into Context rather than hacky CurOp versionEliot Horowitz2012-06-121-0/+2
* SERVER-5999 option to turn of page fault exception in critical sectionsEliot Horowitz2012-06-071-0/+1
* move LockState to its own fileEliot Horowitz2012-05-071-2/+5
* remove some dead codeEliot Horowitz2012-04-231-27/+0
* avoid printing garbage into the log at shutdownEric Milkie2012-04-201-2/+2
* some cleaning of get rid of writelock for Lock::GlobalWrite and Lock::DBWriteEliot Horowitz2012-04-181-11/+12
* get rid of writelock for Lock::GlobalWrite and Lock::DBWriteEliot Horowitz2012-04-181-0/+10
* SERVER-4328 stub out some currentOp reporting of lockstate. to be iteratedDwight2012-04-051-0/+2
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-2/+2
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-0/+1
* Merge remote branch 'main_readonly/master'Dwight2012-03-121-1/+1
|\
| * Use correct string functionMathias Stearn2012-03-051-1/+1
* | Merge remote branch 'main_readonly/master'Dwight2012-02-291-0/+1
|\ \ | |/
| * reset Client::hasWritten this pass at beginning of new requests, part of SERV...Eliot Horowitz2012-02-281-0/+1
* | Merge remote branch 'main/master'dwight2012-02-221-2/+2
|\ \ | |/
| * Don't destruct clients and clientsMutext on exitMathias Stearn2012-02-211-2/+2
* | SERVER-4328 goodbye MongoMutex [almost]Dwight2012-02-081-1/+2
* | SERVER-4328 db level locking objectsdwight2012-01-221-7/+1
* | Merge remote branch 'main/master'dwight2012-01-141-1/+13
|\ \ | |/
| * helper method Client::allowedToThrowPageFaultException and some PageFault* cl...Eliot Horowitz2012-01-061-0/+2
| * some cleaning of the PageFaultException api to remove public membersEliot Horowitz2012-01-051-1/+11
* | SERVER-4328 roll back some collection level concurrency things - we will take...dwight2012-01-141-13/+0
|/
* SERVER-4215 check version and lock docs to server with cursor early in m/rgregs2011-12-291-1/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+286