Futex::futexWait returns FutexResult
[folly.git] / folly / test / IPAddressTest.cpp
2018-01-05 Yedidya FeldblumMove folly/BitIterator.h to folly/container/
2017-12-08 Yedidya FeldblumMove folly/Bits.h to folly/lang/
2017-11-02 Andrey IgnatovIntroduce non-throwing try* methods for IPAddress{...
2017-10-28 Andrew KriegerBreak out BitIterator into its own header
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-29 Yedidya FeldblumMerge IPAddressTest.h into the IPAddressTest.cpp
2017-07-29 Yedidya FeldblumCompute masks in IPAddressV4
2017-07-19 Eli Lindseyappend the interface index instead of throwing an excep...
2017-07-11 Yedidya FeldblumCompute masks in IPAddressV6
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-27 Angelo FaillaImplemented IPAddressV6::getMacAddressFromLinkLocal
2017-01-04 Yedidya Feldblum2017
2016-10-31 Christopher DykesAccess the individual words of an IPv6 address correctl...
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-07-22 Mark IsaacsonFix ASAN exposed heap-use-after-free
2016-07-09 Yedidya FeldblumMove IPAddress definitions to source files
2016-05-17 Yedidya FeldblumIPAddress::validate
2016-03-29 Yedidya FeldblumIPAddressV[46]::validate
2016-03-01 Michael Leeto_string is not supported everywhere
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-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-06-24 Sara GolemonProvide backfill s6_addr16 on BSD platforms
2015-04-27 Yedidya FeldblumIPAddressV6::kToFullyQualifiedSize.
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 Marc CelaniIPAddress::empty()
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/