summaryrefslogtreecommitdiff
path: root/src/mongo/db/introspect.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-7572 Remove doauth argument from Client::ContextSpencer T Brody2012-12-211-1/+1
* SERVER-7814 - log error but don't fail user op if can't profileEliot Horowitz2012-12-021-10/+13
* SERVER-7814 - better error handling for fast_oplog_insert and profilingEliot Horowitz2012-12-011-0/+8
* SERVER-7206 change global variable in profiler to be heap-basedEric Milkie2012-11-071-14/+33
* SERVER-6860 Assertion: 13548:BufBuilder grow() > 64MB when trying to profile ...Randolph Tan2012-09-191-8/+17
* Revert "SERVER-6860 Assertion: 13548:BufBuilder grow() > 64MB when trying to ...Randolph Tan2012-09-181-17/+8
* SERVER-6860 Assertion: 13548:BufBuilder grow() > 64MB when trying to profile ...Randolph Tan2012-09-181-8/+17
* fix assert codeBen Becker2012-07-021-1/+1
* SERVER-6222: lazy init profile collectionBen Becker2012-07-021-6/+26
* fix profiling with db level lockingEliot Horowitz2012-04-191-1/+1
* make fields in Record privateEliot Horowitz2012-03-301-1/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+88