add EXPECT_THROW_RE() and EXPECT_THROW_ERRNO() test macros
[folly.git] / folly / IPAddress.cpp
2017-11-02 Andrey IgnatovIntroduce non-throwing try* methods for IPAddress{...
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-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-04 Yedidya Feldblum2017
2016-12-13 Christopher DykesEnable -Wunreachable-code-return
2016-12-12 Christopher DykesFix some implicit truncation and sign coersion in the...
2016-11-30 Christopher DykesStart fixing implicit truncations
2016-07-09 Yedidya FeldblumMove IPAddress definitions to source files
2016-05-17 Yedidya FeldblumIPAddress::validate
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-09-09 Nicholas OrmrodFix #includes
2014-09-09 Dave WatsonAdd link-local scope handling
2014-07-15 Pavlo KushnirFix IPAddress operator==
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/