summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-12/+12
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-161-4/+5
* SERVER-13617 don't compare pointers to 0 using >Mathias Stearn2014-05-011-1/+1
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-291-15/+0
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-1/+0
* SERVER-13500 prevent syncSourceFeedback segfault by not allowing NULL members...matt dannenberg2014-04-091-1/+1
* SERVER-13437 Cannot wait for write concern for createIndexes command on mongosRandolph Tan2014-04-081-4/+8
* SERVER-11643: remove Client::ns()Eliot Horowitz2014-04-031-1/+0
* SERVER-11643: remove unused Client::setContextEliot Horowitz2014-04-031-3/+0
* SERVER-13167 allow PFE in each document in insert write commandMathias Stearn2014-03-211-0/+6
* SERVER-11432: clean up some killCurrentOp.checkForInterrupt handlingEliot Horowitz2014-02-241-6/+12
* SERVER-12497 Eliminate unused, possibly broken Client::resetThread() method.Andy Schwerin2014-02-061-6/+0
* 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