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_test.cpp
Age
Commit message (
Expand
)
Author
2024-04-29
SERVER-89136 Enable MONGO_COMPILER_COLD_FUNCTION on clang
Mark Benvenuto
2023-06-15
SERVER-77042 automated IWYU changes up to ratio of 0.3
Daniel Moody
2022-07-29
SERVER-67606 replace instances of ErrorCategory::Interruption in tests
Matt Diener
2021-08-23
SERVER-52904 Status facelift
Billy Donahue
2020-11-16
SERVER-52741 Avoid invariant when trying to get optional ErrorExtraInfo
Pierlauro Sciarelli
2020-11-05
SERVER-52642 Status constructor must handle optional ErrorExtraInfo
Pierlauro Sciarelli
2020-08-01
SERVER-49800 fix use-after-move violations in tests
Benety Goh
2020-06-22
SERVER-46962 add optional parameter when creating ErrorExtraInfo class
Pavi Vetriselvan
2020-03-27
SERVER-47076 Clean up log lines in mongo/util
Cheahuychou Mao
2020-02-25
SERVER-46219 Unit Tests should log with json
Mark Benvenuto
2019-03-06
SERVER-39688 Support namespaces for ErrorExtraInfo
Jason Carey
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-01-17
SERVER-32684 Make mongos write command objects hold Status directly
Mathias Stearn
2018-01-17
SERVER-32586 Convert ResolvedView to use ErrorExtraInfo
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-11-02
SERVER-31629 Support putting unique codes directly into Status constructors
Mathias Stearn
2017-11-02
SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()
Mathias Stearn
2017-11-02
SERVER-31622 Support catching DBException by code or category
Mathias Stearn
2017-11-02
SERVER-31622 Fix bad throws
Mathias Stearn
2017-08-16
SERVER-30580 Make argument order consistently code then message
Mathias Stearn
2017-08-16
SERVER-30580 No more status locations
Mathias Stearn
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-04-17
SERVER-18050 catch boost::exception in exceptionToStatus
Adam Midvidy
2015-04-03
SERVER-17850 add utility to convert an exception to a Status
Adam Midvidy
2015-04-03
Revert "SERVER-17850 add utility to convert an exception to a Status"
Adam Midvidy
2015-04-02
SERVER-17850 add utility to convert an exception to a Status
Adam Midvidy
2015-02-13
SERVER-16559 Require C++11 and remove conditional compilation
Andrew Morrow
2014-04-07
SERVER-13470 Give Status move semantics in C++11 mode
Andrew Morrow
2014-02-26
SERVER-12770 Change stringification and casting of ErrorCodes::Error to impro...
Andy Schwerin
2013-12-10
SERVER-8886 Final set of license exceptions for OpenSSL
Ian Whalen
2013-05-22
SERVER-9757 Improve performance of Status as a return value
Andrew Morrow
2012-11-01
Add an isOK method to Status, and methods to get an ErrorCodes::Error from a ...
Andy Schwerin
2012-09-25
Make Status::OK a static function.
Andy Schwerin
2012-09-14
Introduced the Status class.
Alberto Lerner