Explicitly initialize AsyncSocket in MockAsyncSSLSocket
[folly.git] / folly / IPAddress.h
2017-08-09 Yedidya FeldblumCut unnecessary parens in IPAddress.h
2017-08-08 Yedidya FeldblumApply clang-format to folly/**/*Address*.*
2017-08-01 Yedidya FeldblumDRY some methods in IPAddress
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-07-13 Yedidya FeldblumSort #include lines
2017-06-13 Nick TerrellAdd toFullyQualifiedAppend() methods
2017-01-04 Yedidya Feldblum2017
2016-07-09 Yedidya FeldblumMove IPAddress definitions to source files
2016-07-05 Subodh IyengarAdd sa_len for sockaddr conversions
2016-05-17 Yedidya FeldblumIPAddress::validate
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-08-21 Jason PradoRemove superfluous std::move calls
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-11-19 Alecs KingUse folly::IPAddress::hash instead of gethostid
2014-09-18 Sean CannellaRemove dependency on std::to_string
2014-09-09 Dave WatsonAdd link-local scope handling
2014-08-14 Marc Celanistore ipaddresses in folly::IPAddress
2014-08-14 Marc CelaniIPAddress::empty()
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-05-20 Anton LikhtarovMove common/network/IPAddress.h and related to folly/