summaryrefslogtreecommitdiff
path: root/src/mongo/s/s_only.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-47/+0
* SERVER-18101 Remove usage of default_version.cppKaloian Manassiev2015-04-171-4/+5
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-8/+6
* SERVER-18080 Move cluster commands out of mongoscoreKaloian Manassiev2015-04-171-1/+29
* SERVER-17817 Remove ClientInfo class.Andy Schwerin2015-04-161-10/+20
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17817 Move OpDebug function implementations to curop.cpp from client.cpp.Andy Schwerin2015-04-131-1/+1
* SERVER-17937 Remove 'exception: ' prefix returned from command processingKaloian Manassiev2015-04-091-5/+3
* SERVER-17817 Split ClusterLastErrorInfo concept out of ClientInfo type and in...Andy Schwerin2015-04-071-3/+4
* SERVER-17817 When setting up ClientBasic, get AuthorizationSession object fro...Andy Schwerin2015-04-061-3/+1
* SERVER-17817 Remove inoperative code from client.h/cppAndy Schwerin2015-04-061-2/+1
* SERVER-17817 Attach pointer to ServiceContext to ClientBasic.Andy Schwerin2015-04-061-3/+4
* SERVER-17817 Move replication-specific data from Client into ReplClientInfo d...Andy Schwerin2015-04-061-1/+0
* 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