summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/hostandport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-14/+11
* SERVER-40989 Get SockAddr out of HostAndPortMathias Stearn2019-07-011-4/+0
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-101-5/+2
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-05-141-2/+5
* SERVER-40621 De-template the operator for StringBuilderImpl<A> << HostAndPortBilly Donahue2019-04-291-9/+13
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-04-241-5/+2
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-04-241-2/+5
* SERVER-40621 Add fmt::formatter<mongo::HostAndPort>Billy Donahue2019-04-151-6/+18
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-3/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-9/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-30850 Handle replica set connection strings in startParallelShell()Sara Golemon2017-10-031-1/+3
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-271-0/+4
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-261-4/+0
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-261-0/+4
* SERVER-28229: Bind to localhost by defaultSpencer Jackson2017-04-281-0/+17
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-0/+10
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-241-10/+0
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-0/+10
* SERVER-14596 move free function escape out of bsonelementMatt Cotter2016-09-081-0/+1
* SERVER-22382 allow mongo --host to take uriMatt Cotter2016-08-181-1/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-110/+103
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-3/+3
* SERVER-15835 Require brackets around hostname for ipv6 addressesCharlie Swanson2014-10-281-0/+6
* SERVER-15335 Make HostAndPort hashable.Andy Schwerin2014-09-221-0/+13
* SERVER-5436 improve ipv6 parsing in HostAndPortmatt dannenberg2014-07-181-4/+43
* SERVER-14528 Move HostAndPort::me into a file-local method in LegacyReplCoord...Andy Schwerin2014-07-111-25/+0
* SERVER-14419 Implement HostAndPort::parse.Andy Schwerin2014-07-021-18/+39
* SERVER-14419 Introduce unittest of HostAndPort; make ":123" unparseable due t...Andy Schwerin2014-07-021-2/+9
* SERVER-14367 HostAndPort deinlining.Andy Schwerin2014-06-301-0/+128