summaryrefslogtreecommitdiff
path: root/src/mongo/db/introspect.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6218 Profiler should only abbreviate query/updateobjJason Rassi2014-11-251-27/+1
* SERVER-16057 mongo::profile() shouldn't reuse BufBuilderJason Rassi2014-11-141-4/+4
* SERVER-15541 Clean up some usages of WriteUnitOfWorkJason Rassi2014-11-041-7/+7
* SERVER-15888: fix profiling inf. loop when can't profileEliot Horowitz2014-11-031-0/+4
* SERVER-15888: fix lock for collection creation in profilingEliot Horowitz2014-11-031-25/+48
* SERVER-14668: fix possible deadlock on profilingEliot Horowitz2014-10-191-2/+7
* 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-1/+1
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-4/+5
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-0/+3
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-5/+4
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-4/+5
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-5/+4
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-4/+5
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-1/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14538 _appendUserInfo: don't save addr pointing to temporaryJason Rassi2014-07-141-1/+1
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+3
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-2/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-1/+2
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-2/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-1/+2
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-2/+1
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-3/+2
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-2/+2
* SERVER-13961 Remove all 'checking' variants of dbHolderKaloian Manassiev2014-06-021-3/+4
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+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-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-3/+3
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-9/+15
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-4/+5
* some cleaning of userCreateNsEliot Horowitz2014-04-031-11/+6
* SERVER-11643: remove Client::ns()Eliot Horowitz2014-04-031-4/+4
* SERVER-13413 profiling should not do version checks against op namespaceGreg Studer2014-03-311-1/+3
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-2/+2
* SERVER-11611: profile writing code now uses Collection::insertDocumentEliot Horowitz2013-12-281-26/+32
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to mongod...Eric Milkie2013-12-241-1/+1
* SERVER-11426 change C++ drive to accept both userSource and db as the DB to a...matt dannenberg2013-10-301-1/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-3/+4
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9518 Get UserName out of AuthorizationSession, not PrincipalNamesSpencer T Brody2013-08-191-2/+2
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-1/+1
* SERVER-6405: trivial prep cleanup of Database classEliot Horowitz2013-06-181-6/+6
* Rename PrincipalName to UserNameSpencer T Brody2013-05-231-1/+1
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-5/+8
* Use PrincipalName::getDB() to find database name in introspect.cppAndrew Schwerin2012-12-231-15/+10
* when choosing a user to put in system.profile, make best effort to use one fr...Eliot Horowitz2012-12-221-6/+26
* SERVER-7572 Make profiler record user names from AuthorizationManagerSpencer T Brody2012-12-211-5/+18