summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/cidr.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-7/+9
* SERVER-36895 updated SAN recognition for IP addresses on Mac and OpenSSLShreyas Kalyan2018-10-081-0/+1
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-2/+2
* SERVER-30721 Remove CIDRException, use DBException directlySara Golemon2017-08-181-8/+8
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-4/+4
* SERVER-29856 Use StringData instead of std::string in CIDR/AddressRestriction<T>Sara Golemon2017-06-291-5/+9
* SERVER-29166 Implement an address range classSara Golemon2017-06-201-0/+144