logging: convert assert() checks to FOLLY_SAFE_DCHECK()
[folly.git] / folly / SocketAddress.cpp
2017-10-29 Yedidya FeldblumCodeMod: Replace includes of folly/Hash.h with folly...
2017-10-19 Yedidya FeldblumRevert D6050464: [Folly] Move folly/Hash.h to folly...
2017-10-19 Yedidya FeldblumMove folly/Hash.h to folly/hash/
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-07-13 Yedidya FeldblumSort #include lines
2017-05-12 James Sedgwickadd FOLLY_FALLTHROUGH throughout to satisfy internal...
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-04 Yedidya Feldblum2017
2016-12-12 Christopher DykesFix some implicit truncation and sign coersion in the...
2016-11-30 Christopher DykesStart fixing implicit truncations
2016-11-09 Ali ZaveriExpose isFamilyInet() to check if SocketAddress is...
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-05-03 Marcelo JuchemMore useful logging upon failed AsyncServerSocket:...
2016-04-26 Yedidya FeldblumRetire BOOST_STATIC_ASSERT in favor of static_assert
2016-04-06 Michael LeeStart compiling a bit of `-Wshadow`
2016-04-01 Adam Simpkinsupdate SocketAddress::setFromPath() to take a StringPiece
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-06-29 Kjell Schuberta subset of folly now compiles with Windows mingw64...
2015-04-27 Naizhi LiAdd support for creating SocketAddress directly from...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-11-08 Sachin KadloorUndo a local change
2014-11-08 Sachin KadloorSocketAddress logging
2014-09-26 Dave WatsonFix SocketAddress AF_UNIX support
2014-09-26 Danny GuoRevert "Fix folly memory leaks found with clang:dev...
2014-09-26 Soren LassenFix folly memory leaks found with clang:dev + asan.
2014-09-26 Dave Watsonfix unittest
2014-09-19 Dave Watsonmove socketaddress to folly