cmake: fix path to FindGLog.cmake
[folly.git] / folly / IPAddressV6.cpp
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-11-02 Andrey IgnatovIntroduce non-throwing try* methods for IPAddress{...
2017-08-28 Christopher DykesEnable auto-deps in all of Folly
2017-08-24 Andrii KryzhykCreate generic method to extract mac address from EUI...
2017-08-08 Yedidya FeldblumApply clang-format to folly/**/*Address*.*
2017-08-06 Yedidya FeldblumConsistent use of sformat in address-related files v2017.08.07.00
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-19 Eli Lindseyappend the interface index instead of throwing an excep...
2017-07-18 Christopher DykesSupport if_indextoname in the socket portability header v2017.07.17.01
2017-07-14 Eli Lindseyreplace getnameinfo with inet_ntop in v6 string formatting
2017-07-13 Eli LindseyRevert D5408572: replace getnameinfo with inet_ntop...
2017-07-12 Eli Lindseyreplace getnameinfo with inet_ntop in v6 string formatting
2017-07-11 Yedidya FeldblumCompute masks in IPAddressV6
2017-07-10 Eli Lindseyadd the getnameinfo error code and v6 scope id to excep...
2017-06-13 Nick TerrellAdd toFullyQualifiedAppend() methods
2017-05-23 Christopher DykesMake a few implicit truncations either explicit, or...
2017-04-18 Angelo FaillaFix ASAN reported bug
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-27 Angelo FaillaImplemented IPAddressV6::getMacAddressFromLinkLocal
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
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-03-29 Yedidya FeldblumIPAddressV[46]::validate
2016-02-19 Tianjiao Yinfix dangling pointer bug in IPAddressV6
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-10-13 Igor Sugakfolly: fix clang -Wpessimizing-move
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-11-19 Alecs KingUse folly::IPAddress::hash instead of gethostid
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-09-15 Dave WatsonMake TSocketAddress use folly::IPAddress
2014-09-09 Nicholas OrmrodFix #includes
2014-09-09 Dave WatsonAdd link-local scope handling
2014-08-14 Henry FilgueirasImprove IPAddress::toFullyQualified() CPU performance
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/