summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/socket_exception.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
| | | | | | Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare.
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
|
* SERVER-32674 Make SocketException not be a special typeMathias Stearn2018-01-191-32/+18
|
* SERVER-31734 eliminate non-Status DBException constructorMathias Stearn2018-01-041-1/+2
|
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-1/+1
|
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-1/+1
|
* SERVER-30580 Make DBException hold a StatusMathias Stearn2017-08-161-1/+1
|
* SERVER-23513 Move SocketException to its own librarysamantharitter2016-04-071-0/+89