Add <new> header for placement new
[folly.git] / folly / io /
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...
2016-02-04 Andrii GrynenkoImprove RequestContext::getStaticContext() perf
2016-02-04 Neel GoyalAllow SSLSessionCallbacks to be used on SSL* that isn...
2016-02-03 Alan FrindellMake HHWheelTimer take a TimeoutManager rather than...
2016-02-03 Peter GriessAdd MockTimeoutManager
2016-02-01 Igor Sugakfolly: fix one more -Wunused-parameter
2016-02-01 Igor Sugakfolly: fix clang -Wmissing-field-initializers
2016-02-01 Neel GoyalComments for SSLVerifyPeerEnum
2016-01-30 Igor Sugakfolly: fix clang build with -Wunused-const-variable
2016-01-29 Orvid KingAdjust AsyncServerSocket to not use getsockname before...
2016-01-28 Lucian Grijincufolly: ubsan: replace undefined call through reinterpre...
2016-01-28 Michael LeeAdd (void)ssl back to SSLContext for -Wunused-parameter
2016-01-28 Marcus Holland-MoritzFix unused parameter errors under -Werror
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-28 Igor Sugakfolly: use -Wheader-hygiene with clang
2016-01-27 Maxim GeorgievAdd mechanizm for caching local and peer addresses...
2016-01-25 Michael BejdaThread-safe RequestContext putIfAbsent operation
2016-01-21 Kyle NekritzAdd getPeerCert() to AsyncTransport.
2016-01-21 Kyle NekritzAdding OpenSSLPtrTypes.h.
2016-01-15 Aaron BalsaraFix buck build for SSLContext
2016-01-15 Aaron BalsaraAllow SSLContext to read certificates and keys from...
2016-01-13 Michael LeeAdd a preprocessor guard around __STDC_LIMIT_MACROS...
2016-01-11 Kyle NekritzAdd security protocol trace event.
2016-01-05 Neel GoyalAdd canAdvance to cursor and tests
2015-12-30 Giuseppe OttavianoClose AsyncServerSocket sockets in reverse order
2015-12-28 Samrat BhattacharyaAdd Notification Queue Size in verbose logs of EventBase
2015-12-15 Lovro PuzarSupport gzip in folly/io:compression
2015-12-15 Neel GoyalUpdate SSLContext to use folly::Random and discrete_dis...
2015-12-15 Yang ChiAdd a per-socket buffer callback
2015-12-15 Yang ChiRemove per-write buffer callback from AsyncSocket
2015-12-10 Neel GoyalD2741855 broke my wangle. Reverting
2015-12-10 Neel GoyalUpdate SSLContext to use discrete_distribution
2015-12-09 Alan FrindellAdd support for ALPN
2015-12-09 Shijin Kongnotification queue read -> readNoInt
2015-12-08 Chad ParryAvoid cost of cancelAll
2015-12-08 Chip TurnerUpdate zstd to 0.4.2
2015-12-08 Neel GoyalMark some methods virtual on SSL Context.
2015-12-07 Kyle NekritzFix segfaults in AsyncSSLSocket when used in unencrypte...
2015-12-06 Kyle NekritzMake getWrappedTransport/getUnderlyingTransport const.
2015-12-06 Kyle NekritzRemove getBytesRead and getBytesWritten from folly...
2015-12-06 Umair Sadiqfix for negative delay in runAfterDelay
2015-11-25 Mark IsaacsonMake folly's T_CHECK_TIMEOUT/T_CHECK_TIME_LT use SKIP...
2015-11-23 Haijun ZhuFix HHWheelTimerTest.AtMostEveryN
2015-11-20 Haijun Zhuget back AsyncServerSocket's setMaxNumMessagesInQueue
2015-11-20 Anirudh RamachandranRemove unnecessary resetClientHelloParsing callback...
2015-11-18 Kyle NekritzAdd getUnderlyingTransport to AsyncTransportWrapper.
2015-11-13 Yang ChiAllow a AsyncSocket to be corked the whole time
2015-11-12 Chad ParryRestore the definition of HHWheelTimer::UniquePtr
2015-11-11 Yang ChiAdd a buffer callback to AsyncSocket
2015-11-11 Chad ParryImprove the DelayedDestruction smart pointer
2015-11-10 Shijin Kongchange log error back to check when pipe read fail...
2015-11-09 Shijin Kongchange CHECK to LOG(ERROR) when pipe read error on...
2015-11-09 Chad ParryMake sure there are no outstanding timers in the destructor
2015-11-06 Chad ParryCallbacks should ref the HHWheelTimer
2015-11-05 Haijun Zhucodemod setMaxNumMessagesInQueue to setMaxNumPendingCon...
2015-11-04 Subodh IyengarAdd ability to get application protocol from AsyncTrans...
2015-11-04 Subodh IyengarAllow underlying transport to be accessible from AsyncT...
2015-10-29 Pavlo KushnirDo not set startWork_ in EventBase if time measurement...
2015-10-28 Beny LuoFix clang issue on NotificationQueue::size
2015-10-27 Jun LiExpose pending messages in queue stats in AsyncServerSocket
2015-10-26 Mohammad HusainRename two callback function names of ConnectionEventCa...
2015-10-26 Shijin Kongreturn read error on non EAGAIN errno
2015-10-22 Alan FrindellFix infinite loop in Cursor::readTerminatedString
2015-10-21 Petr LapukhovAdd support for in-place creation of NotificationQueue...
2015-10-20 Jon Maltiel SwensonBring zstd support into folly/io/Compression.h
2015-10-17 Ranjeeth DasineniChange NotificationQueue assert -> CHECK
2015-10-16 Kyle NekritzCommiting missing header file change from D2408773
2015-10-16 Madhu RamanathanReverting D2503151 to unbreak buck build
next