| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-23 | SERVER-81059 bulk-revert of include of boost iif.hpp | Billy Donahue | |
| 2023-07-01 | SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0 | Daniel Moody | |
| 2022-05-06 | SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes | Billy Donahue | |
| 2021-08-23 | SERVER-52904 Status facelift | Billy Donahue | |
| 2020-11-05 | SERVER-52642 Status constructor must handle optional ErrorExtraInfo | Pierlauro Sciarelli | |
| 2020-06-22 | SERVER-46962 add optional parameter when creating ErrorExtraInfo class | Pavi Vetriselvan | |
| 2020-04-26 | SERVER-47735 change mongo source over to logv2 | Billy Donahue | |
| - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2:: | |||
| 2020-03-24 | SERVER-47040 LOGV2_FATAL also fasserts | Henrik Edin | |
| Added LOGV2_FATAL_NOTRACE and LOGV2_CONTINUE to have different behavior. | |||
| 2020-02-21 | SERVER-45567 removing util/log.h where I can | Gabriel Russell | |
| o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp | |||
| 2020-02-20 | SERVER-45869 more automatically converted structured | Gabriel Russell | |
| 2019-12-18 | SERVER-44934 Support logging of Status and DBException in logv2 | Henrik Edin | |
| 2019-07-14 | SERVER-41204 Output the transaction abort reason in the slow log line | Kaloian Manassiev | |
| 2019-04-09 | SERVER-40476 remove mongoutils::str | Billy Donahue | |
| Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare. | |||
| 2019-02-13 | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | |
| Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | |||
| 2018-10-22 | SERVER-37651 Update header files with new license | Ramon Fernandez | |
| 2018-03-26 | SERVER-33568 Support StringBuilder << streaming for Status and StatusWith<T> | Mathias Stearn | |
| 2018-01-17 | SERVER-32684 Make mongos write command objects hold Status directly | Mathias Stearn | |
| 2018-01-04 | SERVER-31734 Core ErrorExtraInfo implementation | Mathias Stearn | |
| 2017-11-02 | SERVER-31734 Add Status::withContext() and addContext() | Mathias Stearn | |
| These prepend the message with a context string, leaving everything else alone. | |||
| 2017-08-16 | SERVER-30580 Always use errorString() when streaming an ErrorCode::Error | Mathias Stearn | |
| 2017-08-16 | SERVER-30580 StringData-ify error handling functions | Mathias Stearn | |
| 2017-08-16 | SERVER-30580 No more status locations | Mathias Stearn | |
| 2016-05-17 | SERVER-24082 Never allocate an ErrorInfo for OK Statuses | Mathias Stearn | |
| This makes the isOK() check cheaper. | |||
| 2016-05-09 | SERVER-24082 Move std::string construction into Status constructor | Mathias Stearn | |
| Previously it was done at every call site that used string literals. | |||
| 2015-12-16 | SERVER-21050 Make CSRS use write concern timeout of 15 seconds | Kaloian Manassiev | |
| This change makes all CSRS majority writes to use a write concern timeout of 15 seconds instead of 5 seconds (for the dist lock manager) and infinity for the regular writes. It also contains a small change to improve error reporting. | |||
| 2015-12-16 | Revert "SERVER-21050 Make CSRS use write concern timeout of 15 seconds" | Kaloian Manassiev | |
| This reverts commit 85e7a1558eb2e618194d5920dbffe9fc333ef52e. | |||
| 2015-12-16 | SERVER-21050 Make CSRS use write concern timeout of 15 seconds | Kaloian Manassiev | |
| This change makes all CSRS majority writes to use a write concern timeout of 15 seconds instead of 5 seconds (for the dist lock manager) and infinity for the regular writes. It also contains a small change to improve error reporting. | |||
| 2015-06-20 | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | |
| 2015-04-08 | SERVER-17803 Constructing Status shouldn't require error string copy | Jason Rassi | |
| Removes 'const char*' Status constructor. | |||
| 2015-02-06 | SERVER-16940 Change pass-by-const-ref of StringData to pass-by-value | Tyler Brock | |
| 2014-05-16 | SERVER-13264 Move Apache-licensed files to AGPL | Ian Whalen | |
| Also update generators. | |||
| 2013-05-22 | SERVER-9757 Improve performance of Status as a return value | Andrew Morrow | |
| - Make OK be represented by a NULL ErrorInfo pointer, making it much faster to construct and return an OK Status. - Inline most of the trivial methods of Status, but particuarly the refcounting, so that returning a Status doesn't require any function calls. - Remove the no longer necessary machinery around statics. - Move lifecycle inlines to a -inl.h header for clarity. | |||
| 2012-12-19 | add Status::toString | Eliot Horowitz | |
| 2012-11-08 | Add missing ostream header | Andrew Morrow | |
| 2012-09-25 | Make Status::OK a static function. | Andy Schwerin | |
| Also change all Status::OK references to Status::OK(). This change makes Status::OK() accesible to functions running in static initialization blocks. | |||
| 2012-09-14 | Introduced the Status class. | Alberto Lerner | |
