Add mechanizm for caching local and peer addresses in AsyncSSLSocket.
[folly.git] / folly / FBString.h
2016-01-27 Yedidya FeldblumExtract endianness checks into Portability.h
2016-01-08 Giuseppe OttavianoFix two fbstring operator+ overloads
2015-12-18 Kosov Eugenefixed build with g++ 5+ and ASAN enabled
2015-11-12 Giuseppe OttavianoDisable assertions in FBString when used as std::string
2015-11-10 Steve O'BrienFBString: fix constructors so it compiles with newer...
2015-10-06 Adrian ZgorzalekUse attribute(no_sanitize) instead of no_sanitize_addre...
2015-10-05 Giuseppe OttavianoImprove performance of fbstring copy and move ctors...
2015-09-15 Yedidya FeldblumPrefer constexpr to preprocessor macros in FBString.h
2015-09-15 Yedidya FeldblumDrop support for GCC < 4.8 in folly/FBString.h
2015-09-14 Christopher ColePort fbstring_core to big-endian architectures.
2015-07-29 Orvid KingHandle MSVC in FBString.h
2015-07-27 Orvid KingFix the size of the enum in FBString.h under MSVC
2015-07-22 Ondrej Leheckamaking thrift and folly header files compile clean...
2015-07-21 Ondrej Leheckafixing compiler errors when compiling with Wunused...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-01-13 Andrei AlexandrescuMini-refactoring prompted by https://phabricator.fb...
2015-01-13 Jim Meyeringfolly/FBString.h: avoid -Wsign-compare error
2014-12-29 Andrei AlexandrescuBring fbstring::operator+ to date with C++11
2014-11-08 Nicholas OrmrodOverride #define of keyword
2014-10-29 Nicholas OrmrodFix multiple includes
2014-07-09 Tudor BosmanRemove unnecessary and broken hash specializations
2014-07-07 Hannes Roth(Folly/FBString) Enum class for category
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-26 Nicholas OrmrodMake fbstring libgcc-safe
2014-06-26 Nicholas OrmrodFBString conservative additions
2014-06-14 Lucian Grijincufolly: fbstring: make it conservative-only: write ...
2014-06-14 Nicholas Ormrodfbstring conservative corruption
2014-06-14 Nicholas Ormrodstatic-ify FBString asserts
2014-06-09 Philip Proninrevert "conditionally write terminator in c_str()"
2014-06-09 Tudor BosmanMore opensource build fixes
2014-05-20 Lucian Grijincufolly: fbstring: conditionally write terminator in...
2014-05-20 Elizabeth SmithBetter <bits/c++config.h> detection
2014-04-18 Elizabeth Smithfbstring likely/unlikley ifdef for stuff that doesn...
2014-04-18 Elizabeth SmithAdd missing includes for msvc
2014-03-31 Hannes Roth(Folly/FBString) Use a lambda to throw an exception...
2014-03-31 Nicholas OrmrodNULL -> nullptr
2014-02-28 Anton LikhtarovEasy: fix signed/unsigned comparisons
2014-02-28 Nicholas OrmrodFix FBString's new includes
2014-02-28 Nicholas OrmrodRemove disallowed &* of FwdIterator
2014-02-28 Peter GriessTry again to fix hash<fbstring> namespacing
2014-02-06 Peter GriessUse libc++ equivalent of std::__ostream_insert()
2013-12-20 Peter GriessHandle lack of <bits/c++config.h> and <bits/functexcept.h>
2013-12-20 Nicholas OrmrodFBString iomanip fix.
2013-12-20 Peter GriessRevert "Handle lack of <bits/c++config.h> and <bits...
2013-11-26 Peter GriessHandle lack of <bits/c++config.h> and <bits/functexcept.h>
2013-10-24 Rajat GoelIssue with find and npos
2013-10-24 Nicholas OrmrodChange FBString's #define throw
2013-10-24 Philip Proninfix a few bugs in FBString
2013-10-24 Nicholas OrmrodMigrating folly to gcc-4.7.1
2013-10-15 Tudor BosmanAdd noexcept specification for move ctor, move assignme...
2013-09-22 Andrew Gallagherfolly: don't inline functions with ASAN disabled
2013-09-08 Andrew Gallagherfolly: disable address sanitizer warnings on fbstring
2013-07-18 Chip TurnerFix folly/FBString.h build error
2013-07-18 Andrei Alexandrescufbstring::shrink_to_fit
2013-06-26 Jim Meyeringfolly: accommodate use of -Wshadow in other projects
2013-05-20 Philip Proninfix fbstring move assignment operator
2013-03-19 Tom JacksonShort-circuit operator== based on size()
2013-03-19 Ben Gertzfieldfolly (easy): Disable GCC-specific warning disabling...
2013-03-19 Philip Proninassert on self move assignment
2013-01-19 Andrew Gallagherfbstring: avoid including Likely.h
2013-01-19 Tudor Bosmanunbreak fbstring<wchar_t> default constructor (!!!)
2012-12-16 Gaurav JainFix some clang compiler warnings/errors
2012-12-16 Soren Lassentiny fbstring push_back(Char) optimization
2012-12-16 Marcelo JuchemClang complains about errors in folly String-inl.h...
2012-10-29 Andrei Alexandrescufbstring's front() and back() return by reference
2012-10-12 Wei XuFix fbstring hash
2012-10-12 Jeremy LilleyFix push_back() to shared fbstring bug.
2012-08-26 Andrei AlexandrescuFix debug build.
2012-08-26 Andrei AlexandrescuFaster repeated append (particularly for short strings)
2012-08-08 Andrew Gallagherfbstring: mute uninitialized warnings in fbstring code
2012-06-05 Andrew Gallagherfbstring: remove reference to /home/engshare/ paths
2012-06-05 Tudor BosmanCheck the return value from malloc / realloc.
2012-06-05 Tudor BosmanTypos.
2012-06-02 Jordan DeLongPull from FB rev 63ce89e2f2301e6bba44a111cc7d4218022156f6