summaryrefslogtreecommitdiff
path: root/src/mongo/db/restapi.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-02-181-3/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-226/+219
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-16773 Get rid of ScopedLock and 2 memory allocationsKaloian Manassiev2015-01-261-3/+4
* 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/+6
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16209 LogComponent::kNetworking -> kNetworkMatt Kangas2014-11-181-1/+1
* SERVER-15380 Tune MONGO_LOG_DEFAULT_COMPONENT declarationsMatt Kangas2014-10-281-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-14668 remove some usages of cc()Hari Khalsa2014-09-041-1/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14443 implement canAcceptWritesForDatabase() and canServeReadsFor() in...matt dannenberg2014-07-311-0/+1
* SERVER-14645 Switch LockState usages to OperationContextKaloian Manassiev2014-07-221-2/+1
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-171-1/+0
* SERVER-14420 Get rid of global replSettings objectSpencer T Brody2014-07-091-4/+5
* SERVER-14500 remove the replSet boolmatt dannenberg2014-07-081-2/+3
* SERVER-14376 Move mongoutils::html namespace into mongo::html namespace.Andy Schwerin2014-06-271-1/+1
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-5/+8
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-191-6/+8
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-1/+0
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-1/+1
* SERVER-14116 logging cleanup - removed out()Benety Goh2014-06-041-1/+1
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-1/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-2/+2
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-2/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-2/+2
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-8/+8
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-9/+9
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-1/+2
* SERVER-13645 move replication_server_status.h/.cpp to repl_settings.h/.cppmatt dannenberg2014-04-231-1/+1
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-1/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9518 Change webserver to use acquireUser to get user's password hash, ...Spencer T Brody2013-08-291-14/+0
* SERVER-9517 Remove no longer used dbname parameter from getPrivilegeDocumentSpencer T Brody2013-08-261-2/+1
* SERVER-9517 Remove dbname argument from AuthzManager::hasPrivilegeDocumentSpencer T Brody2013-08-261-1/+1
* Fix assert numberSpencer T Brody2013-08-191-1/+1
* SERVER-9518 SERVER-10323 Fix access control in the web serverSpencer T Brody2013-08-191-27/+17
* Fix oddly formed conditional in rest interface query parsingAndrew Morrow2013-08-011-1/+1
* SERVER-7772 rename and move header to is_master.hEric Milkie2013-04-161-12/+15
* SERVER-7772 repl_startEric Milkie2013-03-111-1/+0
* SERVER-7572 Remove doauth argument from Client::ContextSpencer T Brody2012-12-211-3/+3
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-3/+11
* get rid of readlocktryassertEliot Horowitz2012-04-241-3/+6
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1