Remove SingletonVault C bindings
[folly.git] / folly / SocketAddress.h
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-06 Valeriy Khromovadd static makeFromPath to construct SocketAddress...
2017-08-08 Yedidya FeldblumApply clang-format to folly/**/*Address*.*
2017-08-01 Yedidya FeldblumCut debugging code from SocketAddress
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-04 Yedidya Feldblum2017
2016-11-09 Ali ZaveriExpose isFamilyInet() to check if SocketAddress is...
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-05-30 Christopher DykesSwitch uses of networking headers to <folly/portability...
2016-05-03 Marcelo JuchemMore useful logging upon failed AsyncServerSocket:...
2016-04-01 Adam Simpkinsupdate SocketAddress::setFromPath() to take a StringPiece
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-08-12 Yedidya FeldblumCodeMod apache::thrift::transport::TSocketAddress to...
2015-06-29 Kjell Schuberta subset of folly now compiles with Windows mingw64...
2015-06-12 Praveen KumarGet *=default*ed default constructors
2015-04-27 Naizhi LiAdd support for creating SocketAddress directly from...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-10-15 Sean CannellaPort compilation fixes (1/3)
2014-10-15 Anton LikhtarovAdd extra assertions in ExternalUnixAddr::free()
2014-09-26 Dave WatsonFix SocketAddress AF_UNIX support
2014-09-19 Dave Watsonmove socketaddress to folly