summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32498 Client should capture full thread nameJonathan Reams2018-02-051-5/+0
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-021-8/+9
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-3/+2
* SERVER-28201 Allow detatching of the current ClientJonathan Reams2017-04-191-8/+16
* SERVER-28298 Allow OperationContext objects to be created with an optional Lo...samantharitter2017-04-121-2/+3
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-241-6/+6
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-8/+9
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-2/+3
* SERVER-24367 Implement CollectionRangeDeleter task lifetime managementSam Dunietz2016-07-291-1/+1
* Revert "SERVER-24367 Implement CollectionRangeDeleter task lifetime management"Sam Dunietz2016-07-281-1/+1
* SERVER-24367 Implement CollectionRangeDeleter task lifetime managementSam Dunietz2016-07-281-1/+1
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-9/+10
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-2/+0
* SERVER-21401 Ensure that Client outlives its associated messaging portJason Rassi2015-11-131-4/+6
* SERVER-19315 Add PRNG to ClientCharlie Swanson2015-07-081-1/+12
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-82/+80
* SERVER-18515 Put OperationContext into mongos client request path.Andy Schwerin2015-06-051-0/+4
* Reapply "SERVER-18277 Clarify locking of Client when accessing its stored Ope...Andy Schwerin2015-06-021-3/+0
* Revert "SERVER-18277 Clarify locking of Client when accessing its stored Oper...Spencer T Brody2015-05-291-0/+3
* SERVER-18277 Clarify locking of Client when accessing its stored OperationCon...Andy Schwerin2015-05-291-3/+0
* SERVER-18277/SERVER-18482 Remove "_remote" field from CurOp.Andy Schwerin2015-05-221-0/+4
* SERVER-17310 Provide stdx polyfill for std::this_thread. Stop using boost::th...Andy Schwerin2015-05-191-1/+2
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-1/+0
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-0/+1
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-1/+0
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-42/+28
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-2/+2
* SERVER-17817 Move OpDebug function implementations to curop.cpp from client.cpp.Andy Schwerin2015-04-131-248/+7
* SERVER-17332 Add cursorExhausted flag to find/getMore log/profJames Wahlin2015-04-131-0/+3
* SERVER-17496 Remove unused code and includes in shardingKaloian Manassiev2015-04-091-1/+0
* SERVER-17817 Make CurOp a decoration of ClientBasic, not a member of Client.Andy Schwerin2015-04-071-12/+7
* 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-10/+3
* SERVER-17817 Attach pointer to ServiceContext to ClientBasic.Andy Schwerin2015-04-061-3/+4
* SERVER-17817 Move Locker cache in Client onto a decoration.Andy Schwerin2015-04-061-24/+0
* SERVER-17817 Move replication-specific data from Client into ReplClientInfo d...Andy Schwerin2015-04-061-11/+0
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-157/+0
* SERVER-17499 Unify GodScope and fromDBDirectClient boolJason Rassi2015-03-091-3/+1
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-3/+3
* SERVER-17330 move handshake cmd to master/slaveEric Milkie2015-02-251-45/+2
* SERVER-17323 Instantiate storage engine before the LockerKaloian Manassiev2015-02-201-1/+7
* SERVER-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-131-90/+98
* SERVER-16799 Report locking stats in the slow query logKaloian Manassiev2015-02-111-6/+22
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-4/+4
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16431 Remove extraneous space from OpDebug::report() outputJason Rassi2015-01-091-1/+1
* SERVER-16671: remove logging for write conflict at 0, add counter, fix pauseEliot Horowitz2015-01-061-0/+3
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-2/+2