logging: fix unused variable warning in non-debug builds
[folly.git] / folly / IPAddressV4.h
2017-11-02 Andrey IgnatovIntroduce non-throwing try* methods for IPAddress{...
2017-10-29 Yedidya FeldblumCodeMod: Replace includes of folly/Hash.h with folly...
2017-10-19 Yedidya FeldblumRevert D6050464: [Folly] Move folly/Hash.h to folly...
2017-10-19 Yedidya FeldblumMove folly/Hash.h to folly/hash/
2017-10-17 Yedidya FeldblumMake Range.h and FBString.h mutually independent
2017-08-09 Yedidya FeldblumLet IPAddressV4::bitCount and IPAddressV6::bitCount...
2017-08-08 Yedidya FeldblumApply clang-format to folly/**/*Address*.*
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-07-29 Yedidya FeldblumCompute masks in IPAddressV4
2017-06-13 Nick TerrellAdd toFullyQualifiedAppend() methods
2017-04-16 Angelo Failla`IPVAddressV(46)::fromInverseArpaName` static methods v2017.04.17.00
2017-04-12 Angelo FaillaIPAddressV(46) methods to convert IPs to their inverse...
2017-01-04 Yedidya Feldblum2017
2016-12-12 Christopher DykesFix some implicit truncation and sign coersion in the...
2016-07-09 Yedidya FeldblumMove IPAddress definitions to source files
2016-05-17 Yedidya FeldblumIPAddress::validate
2016-03-29 Yedidya FeldblumIPAddressV[46]::validate
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-10-26 Florent ThoumieAdd new toBinary() function to IPAddress.
2015-10-21 Emil HesslowAdd getIPv6For6To4 to IPAddressV4
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-10-15 Francis MaMove static member inside the scope of the function
2014-09-15 Dave WatsonMake TSocketAddress use folly::IPAddress
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/