summaryrefslogtreecommitdiff
path: root/src/mongo/s/s_only.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-0/+1
* SERVER-20224 Now only the command processor calls txn->setWriteConcern()Mathias Stearn2016-05-091-4/+11
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-4/+4
* SERVER-22540 Commands that do writes on mongos should take a writeConcern and...Judah Schvimer2016-04-121-0/+22
* SERVER-23414 Get rid of Command::runAgainstRegisteredKaloian Manassiev2016-03-301-25/+0
* SERVER-23407 Get rid of public fields in the Command classKaloian Manassiev2016-03-301-2/+2
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-1/+0
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-131-0/+1
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-1/+1
* SERVER-20646 Get rid of CommonErrorCodesKaloian Manassiev2015-10-131-1/+1
* SERVER-20407 Sharded findAndModify should retry on shard version mismatchKaloian Manassiev2015-09-161-4/+5
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-3/+3
* SERVER-18770 SERVER-18768 implement ClusterFindCmd::run()David Storch2015-07-091-0/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-111/+102
* SERVER-18292 move runCommands to commands.cppAdam Midvidy2015-06-051-0/+3
* SERVER-18515 Put OperationContext into mongos client request path.Andy Schwerin2015-06-051-2/+2
* SERVER-18236 hang slaveOk/secondaryOk and readPreference off OpCtxAdam Midvidy2015-06-031-6/+5
* SERVER-17607 initial OP_COMMAND mongod implementationAdam Midvidy2015-05-181-8/+35
* 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