Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-29000 Remove the miniwebserver and derivatives | Andrew Morrow | 2017-04-27 | 1 | -123/+0 |
| | |||||
* | SERVER-27938 Rename all OperationContext variables to opCtx | Maria van Keulen | 2017-03-07 | 1 | -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 output | Andrew Morrow | 2016-06-24 | 1 | -1/+6 |
| | |||||
* | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | 2015-06-20 | 1 | -72/+74 |
| | |||||
* | SERVER-15395 Remove lock stats from web interface | James Wahlin | 2015-04-03 | 1 | -19/+6 |
| | |||||
* | SERVER-13256 Add usings and qualifications for names from namespace std | Andrew Morrow | 2015-01-15 | 1 | -0/+6 |
| | |||||
* | SERVER-16342: remove some snapshot global data that doesn't make sense any more | Eliot Horowitz | 2014-11-27 | 1 | -4/+0 |
| | |||||
* | SERVER-14668 Make Locker an interface | Kaloian Manassiev | 2014-09-11 | 1 | -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/concurrency | Kaloian Manassiev | 2014-08-13 | 1 | -1/+1 |
| | | | | Also performs some cleanup of the includes around locking. | ||||
* | SERVER-14376 Move mongoutils::html namespace into mongo::html namespace. | Andy Schwerin | 2014-06-27 | 1 | -2/+1 |
| | |||||
* | SERVER-13961 Convert most usages of LockState from TLS to OperationContext | Kaloian Manassiev | 2014-06-13 | 1 | -3/+4 |
| | |||||
* | SERVER-8886 Add OpenSSL exception to files in src/mongo/db | Ian Whalen | 2013-09-06 | 1 | -0/+12 |
| | |||||
* | Get the dbwebserver code out of the tools and other non-server components. | Andy Schwerin | 2013-07-09 | 1 | -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. |