summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbwebserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* StringMap for command mapsEliot Horowitz2014-11-291-6/+6
* SERVER-14668 remove some usages of cc()Hari Khalsa2014-09-041-2/+1
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-171-1/+0
* SERVER-14376 Move mongoutils::html namespace into mongo::html namespace.Andy Schwerin2014-06-271-1/+1
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-4/+4
* SERVER-13931 retire the OpCtx::Factory, use global environment insteadHari Khalsa2014-06-091-9/+6
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-8/+12
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-12/+8
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-8/+12
* SERVER-13641 Don't include operation_context_impl.h in dbwebserver.Mathias Stearn2014-05-161-1/+0
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-9/+9
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-11/+27
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+0
* SERVER-12156 Split version.h/cpp into version and version_reporting.Andy Schwerin2013-12-231-1/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-9/+9
* SERVER-9818 allocate socket file descriptors before opening datafilesmatt dannenberg2013-09-101-0/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Revert "SERVER-9818 allocate socket file descriptors before opening datafiles"Spencer T Brody2013-09-041-1/+0
* SERVER-9818 allocate socket file descriptors before opening datafilesmatt dannenberg2013-09-041-0/+1
* SERVER-9518 Change webserver to use acquireUser to get user's password hash, ...Spencer T Brody2013-08-291-3/+15
* SERVER-9518 Cleanup authorization code and remove all uses of Principal and P...Spencer T Brody2013-08-191-1/+0
* SERVER-9518 SERVER-10323 Fix access control in the web serverSpencer T Brody2013-08-191-18/+11
* SERVER-8364 removed excess #IFDEF directivesEric Daniels2013-08-161-3/+1
* SERVER-8364 added OpenSSL version information to mongod SERVER-8364 fixed a typoEric Daniels2013-08-021-0/+3
* SERVER-10323 Temporarily disable user managment in the web server until it ca...Spencer T Brody2013-07-301-9/+10
* SERVER-9518 Separate cases that want to automatically acquire privileges when...Spencer T Brody2013-07-241-1/+1
* SERVER-10172 Refactor RamLog to make it thread-safe.Andy Schwerin2013-07-121-11/+3
* SERVER-10172 Appenders must be added to global log domain during single threa...Andy Schwerin2013-07-111-4/+6
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-2/+9
* Get the dbwebserver code out of the tools and other non-server components.Andy Schwerin2013-07-091-3/+2
* SERVER-9518 Move static methods from AuthorizationSession into AuthorizationM...Spencer T Brody2013-06-041-1/+3
* Revert "Move static methods from AuthorizationSession into AuthorizationManag...Spencer T Brody2013-06-041-3/+1
* Move static methods from AuthorizationSession into AuthorizationManager - INC...Spencer T Brody2013-06-041-1/+3
* Rename PrincipalName to UserNameSpencer T Brody2013-05-231-1/+1
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-5/+5
* normalize #includes in many filesEric Milkie2013-04-181-15/+19
* SERVER-7572 Remove includes of security header filesSpencer T Brody2012-12-231-1/+0
* SERVER-7572 Remove AuthenticationInfoSpencer T Brody2012-12-231-8/+0
* Consolidate duplicate implementations of code to execute commandsSpencer T Brody2012-12-181-7/+1
* SERVER-7934 Eliminate AcquiredPrivilege type.Andy Schwerin2012-12-141-3/+2
* SERVER-7572 Introduce PrincipalName type, instead of using a pair of strings ...Andy Schwerin2012-12-111-1/+1
* Support logging out of a database in AuthorizationManager SERVER-7572Spencer T Brody2012-12-051-1/+1
* Set up an AuthorizationManager for every ClientBasic, not just those for inco...Spencer T Brody2012-12-031-2/+1
* SERVER-7572 Set up AuthorizationManager for webserver threadSpencer T Brody2012-11-271-1/+2
* SERVER-7572 SERVER-7126 Maintain auth information in AuthorizationManager as ...Spencer T Brody2012-11-261-1/+30
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-4/+4