summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbwebserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+4
* SERVER-23507 Do not dereference null value in dbwebserver.cppKaloian Manassiev2016-04-051-1/+1
* SERVER-23429 Get rid of Command::htmlHelp and _webCommandsKaloian Manassiev2016-03-301-44/+92
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-4/+2
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-414/+412
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+1
* SERVER-18515 Put OperationContext into mongos client request path.Andy Schwerin2015-06-051-4/+4
* SERVER-18236 hang slaveOk/secondaryOk and readPreference off OpCtxAdam Midvidy2015-06-031-3/+2
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-1/+1
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-1/+1
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-1/+1
* SERVER-17607 initial OP_COMMAND mongod implementationAdam Midvidy2015-05-181-3/+22
* SERVER-18099 Refactor buildinfo/version reportingJonathan Reams2015-04-301-2/+0
* SERVER-18117 Add replset view back to http interfaceSpencer T Brody2015-04-291-1/+2
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-2/+0
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+2
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-2/+2
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-2/+2
* SERVER-17761 DbWebServer should own the AdminAccess pointerKaloian Manassiev2015-03-271-1/+1
* SERVER-17653 Early allocate port for the HTTP interfaceKaloian Manassiev2015-03-261-381/+383
* SERVER-17705 Fix credentials field inconsistencyAndreas Nilsson2015-03-241-0/+4
* SERVER-17669 Remove web auth prompt for non-auth mongodAndreas Nilsson2015-03-201-0/+4
* SERVER-17470 Remove link to replset data in the http serverSiyuan Zhou2015-03-101-3/+1
* SERVER-17379 Require connection be on localhost to allow unauthorized access ...Spencer T Brody2015-03-031-3/+1
* 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