Fix copyright lines
[folly.git] / folly / detail / IPAddress.h
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-08-08 Yedidya FeldblumApply clang-format to folly/**/*Address*.*
2017-07-13 Yedidya FeldblumSort #include lines
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-30 Christopher DykesSwitch uses of networking headers to <folly/portability...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-09-14 Orvid KingHandle MSVC correctly in detail/IPAddress.h
2015-06-24 Sara GolemonProvide backfill s6_addr16 on BSD platforms
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-09-17 Sean CannellaFix folly signed/unsigned comparisons
2014-09-09 Dave WatsonAdd link-local scope handling
2014-08-15 Sara GolemonAdd missing s6_addr16 define for MacOSX targets
2014-08-14 Henry FilgueirasImprove IPAddress::toFullyQualified() CPU performance
2014-07-14 Elizabeth SmithMSVC includes for inet/sockets
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-05-20 Adam Simpkinsfix off-by-one error in IPAddress::longestCommonPrefix()
2014-05-20 Anton LikhtarovMove common/network/IPAddress.h and related to folly/