summaryrefslogtreecommitdiff
path: root/src/mongo/db/restapi.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-4328 like writelocktry, make readlocktry be global and not per db. con...Dwight2012-01-271-4/+4
* SERVER-4328 thinking that try locks are not a great idea, so we shouldn'tDwight2012-01-271-1/+1
* SERVER-2278 recent changes to not do the unlock / relock with write lock if d...dwight2012-01-161-0/+14
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+294