summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats/snapshots_webplugins.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-29000 Remove the miniwebserver and derivativesAndrew Morrow2017-04-271-123/+0
|
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
| | | | | | This commit is an automated rename of all whole word instances of txn, _txn, and txnPtr to opCtx, _opCtx, and opCtxPtr, respectively in all .cpp and .h files in src/mongo.
* SERVER-24286 Restore stream state flags when writing top outputAndrew Morrow2016-06-241-1/+6
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-72/+74
|
* SERVER-15395 Remove lock stats from web interfaceJames Wahlin2015-04-031-19/+6
|
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+6
|
* SERVER-16342: remove some snapshot global data that doesn't make sense any moreEliot Horowitz2014-11-271-4/+0
|
* SERVER-14668 Make Locker an interfaceKaloian Manassiev2014-09-111-1/+0
| | | | | | Turns the Locker class into an interface and changes most usages of LockState to now be either accesses to this interface or to use the default interface implementation.
* SERVER-14668 Move locking related files to be under mongo/db/concurrencyKaloian Manassiev2014-08-131-1/+1
| | | | Also performs some cleanup of the includes around locking.
* SERVER-14376 Move mongoutils::html namespace into mongo::html namespace.Andy Schwerin2014-06-271-2/+1
|
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-3/+4
|
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* Get the dbwebserver code out of the tools and other non-server components.Andy Schwerin2013-07-091-0/+116
The web server component has an implicit dependency on the server logging behavior, and is not used outside of mongod and mongos, anyways.