add LockTraits
[folly.git] / folly / io /
2016-07-05 Adam Simpkinsfix flaky ConnectTFOTimeout and ConnectTFOFallbackTimeo...
2016-07-02 Christopher DykesInclude the correct headers in various tests
2016-07-02 Christopher DykesDon't do #if in the middle of a parameter to a preproce...
2016-07-02 Christopher DykesMark a few constants as constexpr so VLAs aren't required
2016-07-02 Christopher DykesDon't use a VLA for the dest buffer when testing wide...
2016-06-30 Scott MichelsonGive each eventbase a wheeltimer
2016-06-24 Huapeng ZhouIOBuf: add a method to signal the underlying buffer...
2016-06-16 Blake LawsonAdded limited list of supported ciphers
2016-06-14 Joseph GriegoEventBase keepAlive counter is not atomic
2016-06-11 Alexey SpiridonovDCHECK on reentrant invocations of loop()
2016-06-09 Chad ParryAllow a timer with pending callbacks to be destroyed
2016-06-07 Subodh IyengarAdd TFO support to AsyncSSLSocket
2016-06-04 Christopher DykesDeal with a couple of warnings from MSVC
2016-06-03 Subodh IyengarAlways override write bio method
2016-06-01 Subodh IyengarMethods to change cipher suite list
2016-05-31 Subodh IyengarAdd support for TFO connections
2016-05-30 Christopher DykesSwitch uses of networking headers to <folly/portability...
2016-05-30 Christopher DykesSwitch uses of <sys/uio.h> to <folly/portability/SysUio.h>
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-30 Christopher DykesInclude <folly/portability/PThread.h> where needed
2016-05-30 Christopher DykesInclude <folly/portability/Fcntl.h> where needed
2016-05-30 Christopher DykesSwitch uses of <sys/syscall.h> to <folly/portability...
2016-05-28 Adam Simpkinsadd Cursor::readWhile() and skipWhile()
2016-05-27 Yang ChiSet bufferCallback_ back to nullptr upon HTTPSession...
2016-05-27 Subodh IyengarFix test for corking
2016-05-26 Adam Simpkinsmove io/Cursor-defs.h to io/Cursor.cpp
2016-05-25 Adam Simpkinsadd Cursor::peekBytes()
2016-05-24 Chad ParrySwitch HHWheelTimer::SharedPtr to a standard shared...
2016-05-20 Andrii GrynenkoMake outstanding LoopKeepAlive hold EventBase destructor
2016-05-18 Ilya Maykovadded IOBuf::wrapBufferAsValue()
2016-05-13 Mirek KlimosReplace RequestContext::setContext with RequestContextS...
2016-05-13 Chad ParryConstruct all HHWheelTimer instances with the factory...
2016-05-13 Subodh IyengarFix extra bytes in err message
2016-05-11 Subodh Iyengarwangle support for TFO
2016-05-11 Christopher DykesAdd a compatibility shim for working with libevent...
2016-05-11 Subodh IyengarMake error size more explicit
2016-05-10 Neel GoyalAdd NETWORK_ERROR to switch statement
2016-05-10 Kyle NekritzAdd additional ALPN mismatch tests.
2016-05-10 Faidon LiambotisFix a few typos all over the code
2016-05-09 Jim Meyeringfolly test: fix typo in RandomDataHolder::RandomDataHolder
2016-05-06 Haijun ZhuBind to a random file in unix domain socket test
2016-05-05 Andrii GrynenkoImplement LoopKeepAlive for EventBase
2016-05-05 Michael LeeSwitch gflags to portability/GFlags.h
2016-05-04 Andrii Grynenkofolly::Future integration with Python
2016-05-04 Pavlo KushnirOptimize copy/move
2016-05-03 Marcelo JuchemMore useful logging upon failed AsyncServerSocket:...
2016-05-02 Michael LeeUse portability for SYS_gettid
2016-05-02 Neel GoyalSet the appropriate AsyncSocketExceptionType from SSLEx...
2016-05-02 Anirudh RamachandranSimplify CryptoSSLRequestManager using unified futures API
2016-04-28 Subodh IyengarBetter exception types to SSLexception
2016-04-28 Subodh IyengarStop abusing errno
2016-04-28 Subodh IyengarStrict validation for certs
2016-04-28 Pavlo KushnirFaster onDestroy
2016-04-27 Subodh IyengarRemove dead code in AsyncSSLSocket
2016-04-27 Pavlo KushnirCheaper bumpHandlingTime
2016-04-27 Jon Maltiel SwensonOptimize away IOBuf clones on hot path
2016-04-26 Mirek KlimosAPI to set folly::RequestContext for current scope...
2016-04-26 Yedidya FeldblumRetire BOOST_STATIC_ASSERT in favor of static_assert
2016-04-25 Stepan PalamarchukRemove unnecessary construction of IOBuf in Cursor
2016-04-25 Andrew CoxUndelayedDestruction virtual=>override
2016-04-22 Tobias RitzauUpdates the internal representation of signals in Notif...
2016-04-20 Mirek KlimosReverted commit D3156698
2016-04-18 Mirek KlimosAPI to set folly::RequestContext for current scope
2016-04-18 Brian WalkerNotificationQueue Logging for Android bug
2016-04-16 Sven Overremove MoveWrapper from io/async/AsyncUDPServerSocket.h
2016-04-13 Neel GoyalAdd method to get the connect timeout used for an Async...
2016-04-10 Yedidya FeldblumSome cleanups to folly::EventBase after converting...
2016-04-07 Yedidya FeldblumUse folly::Function in folly::EventBase
2016-04-01 Christopher DykesCreate the pthread.h portability header
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-31 Kyle NekritzLog SSL alerts received on the server.
2016-03-31 Neel Goyalinclude glog for CHECK_EQ
2016-03-30 Yang Chiuse unit64_t for numElements in HHWheelTimer
2016-03-30 Misha Shneersonfix stack usage in HHWhileTimer
2016-03-29 Neel GoyalChange SSLContext to use a ThreadLocalPRNG
2016-03-28 Subodh IyengarFix cases of overwriting errno
2016-03-27 Haijun ZhuMove event_base_new out of critical region
2016-03-21 Anirudh RamachandranAdd support for probabilistically choosing server ciphers
2016-03-21 Anirudh RamachandranAdd option to retrieve hex representation of client...
2016-03-20 Mark Reitblattfix typo in log printing in AsyncSSLSocket
2016-03-17 Subodh IyengarAllow override of session context
2016-03-15 Subodh IyengarAllow httpsession to be movable readCB
2016-03-09 Kyle NekritzAdd replay safety connector/handler to delay transactio...
2016-03-09 Anirudh RamachandranSSL cleanup: moving some OpenSSL definitions to new...
2016-03-04 Kyle NekritzAdd replay safety method and callback to AsyncTransport.
2016-03-04 Yang ChiRemove persistentCork in native land
2016-03-03 Neel GoyalAdd service identity to SSL socket and use in ticket...
2016-03-03 Kyle NekritzUse false start with ALPN.
2016-03-03 Kyle NekritzFix AsyncSSLSocket handshake error reporting.
2016-02-25 Michael LeeSplit tests into test and benchmarks.
2016-02-25 Christopher DykesMinor MSVC issues
2016-02-25 Orvid KingExplicit vtordisp for MSVC
2016-02-23 Andrii GrynenkoFix SIOF in folly/io/async/Request.cpp
2016-02-23 Beny LuoAsyncSocketException: add detailed information in error...
2016-02-22 Michael LeeRemove extra `int main`s from unit tests.
2016-02-20 Andrii GrynenkoMove RequestContext::getStaticContext to .cpp
2016-02-17 Michael LeeHandle wrapvFull when IOV_MAX is not defined.
2016-02-17 Anirudh RamachandranECDSA async/offloading support for proxygen
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-09 Alan FrindellRelax HHWheelTimer::destroy assertion to accommodate...
next