summaryrefslogtreecommitdiff
path: root/src/mongo/s/s_only.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17723 setShardingState should not reinitialize config servers listKaloian Manassiev2015-03-311-6/+1
* SERVER-17499 Unify GodScope and fromDBDirectClient boolJason Rassi2015-03-091-1/+1
* SERVER-13339 Cleanup some SConscript and includesKaloian Manassiev2015-02-201-5/+0
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-14062 Cleanup Client::hasWrittenSinceCheckpoint and some usages of cc()Kaloian Manassiev2014-11-131-2/+3
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-7382 command countersdaveh862014-09-241-0/+6
* SERVER-14668 remove some usages of cc()Hari Khalsa2014-09-041-2/+1
* SERVER-14668 Move locking related files to be under mongo/db/concurrencyKaloian Manassiev2014-08-131-2/+0
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-301-1/+1
* SERVER-14079: Add signal handlers to shellMark Benvenuto2014-06-051-2/+1
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-4/+6
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-2/+0
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+1
* SERVER-12497 Eliminate unused, possibly broken Client::resetThread() method.Andy Schwerin2014-02-061-13/+0
* SERVER-11681 mongos upconverts all writes by defaultGreg Studer2013-12-161-1/+1
* SERVER-6246 SERVER-9515 Implement proper authz checks for user and role manag...Spencer T Brody2013-10-101-6/+7
* SERVER-1891 Consolidate command authorization checking logic.Andy Schwerin2013-07-171-28/+3
* Revert "SERVER-1891 Consolidate command authorization checking logic."Andy Schwerin2013-07-101-3/+28
* SERVER-1891 Consolidate command authorization checking logic.Andy Schwerin2013-07-101-28/+3
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-7/+8
* SERVER-9740 Add checkAuthForCommand method to all commands and use that for a...Spencer T Brody2013-07-091-6/+5
* Revert "SERVER-9518 Make all methods on AuthorizationManager non-static"Spencer T Brody2013-06-051-2/+2
* SERVER-9518 Make all methods on AuthorizationManager non-staticSpencer T Brody2013-06-051-2/+2
* 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-3/+4
* SERVER-9072 allow detaching a Client object from a threadGreg Studer2013-04-251-8/+24
* SERVER-8938 Remove noauth global from code, move into AuthorizationManagerSpencer T Brody2013-03-131-2/+4
* SERVER-8471 Remove Command::requiresAuthSpencer T Brody2013-03-121-1/+1
* SERVER-7572 Remove more references to AuthenticationInfoSpencer T Brody2012-12-201-5/+3
* Set ok:0 when command isn't foundSpencer T Brody2012-12-181-5/+5
* Consolidate duplicate implementations of code to execute commandsSpencer T Brody2012-12-181-29/+72
* SERVER-4532 can't call ClientInfo::addShard on things you don't really useEliot Horowitz2012-12-121-4/+5
* Set up an AuthorizationManager for every ClientBasic, not just those for inco...Spencer T Brody2012-12-031-5/+1
* Make AuthorizationManager check if an admin user exists on every localhost qu...Spencer T Brody2012-11-301-18/+0
* Replace CmdAuthenticate::getUserObj() with AuthorizationManager::getPrivilege...Andy Schwerin2012-11-281-2/+2
* SERVER-7572 Set up AuthorizationManager for webserver threadSpencer T Brody2012-11-271-0/+29
* SERVER-7572 If no ClientInfo object exists when fetching one, create itSpencer T Brody2012-11-151-1/+5