index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
base
/
status.cpp
Age
Commit message (
Expand
)
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
2020-03-24
SERVER-47040 LOGV2_FATAL also fasserts
Henrik Edin
2020-02-21
SERVER-45567 removing util/log.h where I can
Gabriel Russell
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
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
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
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
2016-05-09
SERVER-24082 Move std::string construction into Status constructor
Mathias Stearn
2015-12-16
SERVER-21050 Make CSRS use write concern timeout of 15 seconds
Kaloian Manassiev
2015-12-16
Revert "SERVER-21050 Make CSRS use write concern timeout of 15 seconds"
Kaloian Manassiev
2015-12-16
SERVER-21050 Make CSRS use write concern timeout of 15 seconds
Kaloian Manassiev
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
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
2013-05-22
SERVER-9757 Improve performance of Status as a return value
Andrew Morrow
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
2012-09-14
Introduced the Status class.
Alberto Lerner