summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/hostandport.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-2/+9
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-9/+2
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-2/+9
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-271-0/+20
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-261-20/+0
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-261-0/+20
* SERVER-28229: Bind to localhost by defaultSpencer Jackson2017-04-281-0/+5
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-0/+6
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-241-6/+0
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-0/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-83/+85
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-3/+3
* SERVER-15335 Make HostAndPort hashable.Andy Schwerin2014-09-221-2/+12
* SERVER-14343 leaner include pathsAndrew Morrow2014-07-121-1/+1
* SERVER-14528 Move HostAndPort::me into a file-local method in LegacyReplCoord...Andy Schwerin2014-07-111-8/+0
* SERVER-14436 Introduce MemberConfig and ReplicaSetTag types and parsing.Andy Schwerin2014-07-081-1/+8
* SERVER-14419 Implement HostAndPort::parse.Andy Schwerin2014-07-021-3/+16
* SERVER-14419 Introduce unittest of HostAndPort; make ":123" unparseable due t...Andy Schwerin2014-07-021-0/+3
* SERVER-14367 HostAndPort deinlining.Andy Schwerin2014-06-301-134/+49
* SERVER-14368 move isSelf from HostAndPort to a free function in namespace replmatt dannenberg2014-06-271-3/+0
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-13/+13
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12284 Improve HostAndPort comparisonsMathias Stearn2014-01-291-9/+6
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-8/+8
* SERVER-8030 Validate connection string in JavaScript connect() functionTad Marshall2013-03-111-1/+1
* SERVER-8132: speed up getServerAddressEliot Horowitz2013-01-141-10/+19
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-3/+3
* SERVER-6489 Get rid of cloud.cpp, dynHost, etc.Andy Schwerin2012-07-231-71/+14
* SERVER-5230 Use bind_ip in HostAndPort::me()Matt Dannenberg2012-06-131-5/+2
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-5/+5
* better HostAndPort assertion error messageEliot Horowitz2012-02-211-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+239