summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-301-0/+1
* SERVER-16431 Enable yielding for all storage enginesKaloian Manassiev2014-12-291-7/+2
* SERVER-16493: Have Client own Locker to amortize initialization costGeert Bosch2014-12-121-2/+22
* SERVER-16429 Add ScopedTransaction to AutoGetCollectionForRead and Map-reduceKaloian Manassiev2014-12-091-0/+2
* SERVER-14062 Remove the global OperationContext registryKaloian Manassiev2014-12-031-1/+8
* SERVER-6218 Profiler should only abbreviate query/updateobjJason Rassi2014-11-251-39/+41
* SERVER-16324 OpDebug::report() should read query from OpDebug, not CurOpJason Rassi2014-11-251-2/+1
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-1/+2
* SERVER-14062 Cleanup Client::hasWrittenSinceCheckpoint and some usages of cc()Kaloian Manassiev2014-11-131-49/+37
* SERVER-16020: Suppress non-applicable profiling data when using WTMark Benvenuto2014-11-131-2/+4
* SERVER-16108: Remove extra Timer and std::string in AutoGetCollectionForReadEliot Horowitz2014-11-121-13/+11
* SERVER-15888: WriteContext will switch from MODE_IX to MODE_X if collection d...Eliot Horowitz2014-11-031-1/+8
* SERVER-15888: Ensure MODE_X on implicit DB creationGeert Bosch2014-11-021-10/+45
* SERVER-15614 Move inProcCmd to a separate file and clean includesKaloian Manassiev2014-10-301-1/+1
* SERVER-15880 AutoGetCollectionForRead should always free its collection lockKaloian Manassiev2014-10-301-22/+9
* SERVER-14462 Clean usages of LockStat from CurOp and ClientKaloian Manassiev2014-10-301-2/+2
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-5/+0
* assert codesmatt dannenberg2014-10-201-1/+1
* SERVER-15714: change empty collection name from invariant to massertEliot Horowitz2014-10-201-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-9/+9
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-5/+6
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-63/+67