summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-7572 Set up AuthorizationManager for webserver threadSpencer T Brody2012-11-271-13/+17
* SERVER-7734 Increase StackChecker limit in Mac OS X buildTad Marshall2012-11-211-1/+5
* SERVER-6591 Fix localhost auth exception in sharded systemsSpencer T Brody2012-11-201-0/+4
* Revert "SERVER-6591 Fix localhost auth exception in sharded systems"Eric Milkie2012-11-201-4/+0
* SERVER-6591 Fix localhost auth exception in sharded systemsSpencer T Brody2012-11-191-0/+4
* SERVER-7703 Increase Linux StackChecker test limit to 218KTad Marshall2012-11-181-1/+1
* SERVER-7703 Increase StackChecker test limitTad Marshall2012-11-171-2/+2
* Add AuthorizationManager to ClientBasic SERVER-7572Spencer T Brody2012-11-141-0/+19
* Keep AbstractMessagingPort in ClientBasic so that auth code doesn't need to t...Spencer T Brody2012-11-131-2/+2
* SERVER-7501 Remove syncThread from clientKristina2012-11-051-5/+1
* Get rid of casi<> type.Andy Schwerin2012-10-151-11/+1
* SERVER-2771 preliminary code cleanup; no functional changeEric Milkie2012-10-101-53/+19
* SERVER-6860 Assertion: 13548:BufBuilder grow() > 64MB when trying to profile ...Randolph Tan2012-09-191-12/+50
* Revert "SERVER-6860 Assertion: 13548:BufBuilder grow() > 64MB when trying to ...Randolph Tan2012-09-181-50/+12
* SERVER-6860 Assertion: 13548:BufBuilder grow() > 64MB when trying to profile ...Randolph Tan2012-09-181-12/+50