summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-12774 added nscanned and nscannedObjects to slow query logBenety Goh2014-02-251-0/+3
* SERVER-11432: clean up some killCurrentOp.checkForInterrupt handlingEliot Horowitz2014-02-241-3/+4
* REVERT 'SERVER-12774 - added nscanned and nscannedObjects to slow query log'Benety Goh2014-02-221-3/+0
* SERVER-12774 added nscannedObjects to OpDebugBenety Goh2014-02-211-0/+3
* SERVER-12664 Change nUpdated to nMatched in bulk api resultsRandolph Tan2014-02-131-3/+3
* SERVER-12497 Eliminate unused, possibly broken Client::resetThread() method.Andy Schwerin2014-02-061-13/+0
* SERVER-10026 BF-120 use safer data types for query curop debugHari Khalsa2014-02-031-4/+2
* SERVER-12419 switch to using a post-command hook to capture gle informationEric Milkie2014-01-301-0/+4
* SERVER-7754 include query plan debug string in slow query log and db.currentOp()David Storch2014-01-261-0/+5
* SERVER-9466 always display numYields in slow query logDavid Storch2014-01-161-2/+1
* SERVER-12049 Redact sensitive data from slowms outputAndreas Nilsson2014-01-141-3/+17
* SERVER-3443 SERVER-7754 add plan exec stats to system profileHari Khalsa2014-01-141-0/+4
* SERVER-12319 nDocsModified in write commands to nModifiedRandolph Tan2014-01-131-3/+3
* SERVER-12241 Combine internal action types into oneAndreas Nilsson2014-01-071-1/+1
* SERVER-3409: Expose number of docs modified (excl. no-ops)Scott Hernandez2013-12-131-1/+3
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+3
* Always reset both the updated and no-op counters when (re)starting an updateAndrew Morrow2013-09-261-0/+1
* SERVER-10816 enable StackChecker when not optimized and in debug mode rather ...matt dannenberg2013-09-251-3/+3
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Disable stack checker when using clang sanitizersAndrew Morrow2013-08-151-3/+12
* SERVER-10101 fixed whitespace issuesEric Daniels2013-08-021-1/+1
* SERVER-9850 Disable logging in the Client destructorTad Marshall2013-07-161-0/+9
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-0/+1
* Get the dbwebserver code out of the tools and other non-server components.Andy Schwerin2013-07-091-59/+0
* Add pointer to AuthorizationManager to AuthzSessionExternalStateSpencer T Brody2013-06-031-1/+3
* Revert "Add pointer to AuthorizationManager to AuthzSessionExternalState"Spencer T Brody2013-06-011-3/+1
* Add pointer to AuthorizationManager to AuthzSessionExternalStateSpencer T Brody2013-05-311-1/+3
* Rename Auth[Global,Session]ExternalStateSpencer T Brody2013-05-311-2/+2
* Rename AuthExternalState to AuthSessionExternalStateSpencer T Brody2013-05-221-2/+2
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-2/+2
* SERVER-9333 clear ghostcache at reconfig timeEric Milkie2013-04-301-1/+1
* SERVER-9072 allow detaching a Client object from a threadGreg Studer2013-04-251-6/+23
* Increase StackChecker limit for LinuxTad Marshall2013-02-111-2/+2
* SERVER-8130 Fix invalid access in textSearchEnabled checkJason Rassi2013-01-241-2/+2
* SERVER-8044 Client destructor should clean up all associated curopsKristina2012-12-281-2/+8
* SERVER-8044 Don't delete curop while clientsMutex is heldKristina2012-12-281-3/+5
* SERVER-7572 Remove includes of security header filesSpencer T Brody2012-12-231-1/+0
* Increase StackChecker limit to 374 KB for Mac OS XTad Marshall2012-12-231-1/+1
* Increase StackChecker limit to 330 KB for WindowsTad Marshall2012-12-221-1/+1
* Moved StaleConfigException's to their own module.Alberto Lerner2012-12-211-1/+1
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-211-3/+5
* SERVER-1739 - add ninserted and ndeletedEliot Horowitz2012-12-211-0/+6
* SERVER-7572 Remove doauth argument from Client::ContextSpencer T Brody2012-12-211-12/+12
* SERVER-7572 Don't check authorization when creating a Client::ContextSpencer T Brody2012-12-201-30/+0
* SERVER-7572 SERVER-5279 Remove CurOp::info auth checkingSpencer T Brody2012-12-111-1/+1
* Set up an AuthorizationManager for every ClientBasic, not just those for inco...Spencer T Brody2012-12-031-11/+1
* Make AuthorizationManager check if an admin user exists on every localhost qu...Spencer T Brody2012-11-301-8/+0
* SERVER-7122 Assign required privileges to some random commandsSpencer T Brody2012-11-281-0/+14
* Replace CmdAuthenticate::getUserObj() with AuthorizationManager::getPrivilege...Andy Schwerin2012-11-281-2/+2