Fix SimpleBarrier
[folly.git] / folly / test / SocketAddressTest.cpp
2016-11-09 Ali ZaveriExpose isFamilyInet() to check if SocketAddress is...
2016-09-22 Michael LeeSwitch SocketAddressTest to use TemporaryFile instead...
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-09-06 Chip TurnerEliminate a string allocation in folly::SocketAddr...
2016-08-31 Naizhi LiFix folly::SocketAddress::reset
2016-08-05 Christopher DykesUse the socket portability layer when needed. v2016.08.08.00
2016-07-09 Yedidya FeldblumMove IPAddress definitions to source files
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-09-11 Yedidya FeldblumFix Build: IPv6: SocketAddressTest.SetFromStrings and...
2015-04-27 Naizhi LiAdd support for creating SocketAddress directly from...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-11-08 Daniel SommermannAdd some SocketAddress tests
2014-11-08 Nicholas OrmrodFix line too long lint errors
2014-09-26 Dave WatsonFix SocketAddress AF_UNIX support
2014-09-19 Dave Watsonmove socketaddress to folly