Add mechanizm for caching local and peer addresses in AsyncSSLSocket.
[folly.git] / folly / io /
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
2015-10-16 Jon Maltiel SwensonBring ZSTD support into folly/io/Compression.h
2015-10-16 Mohammad HusainAdd connection event callback to AsyncServerSocket
2015-10-15 Kyle NekritzAdd framework for switching certs based on signature_al...
2015-10-15 Subodh IyengarAdd handshake and connect times
2015-10-15 Subodh IyengarEphemeral ciphers in false start list
2015-10-14 Yedidya FeldblumFix Build: address some maybe-uninitialized warnings...
2015-10-13 Mohammad HusainGetter to know if the socket is accepting new connections
2015-10-13 Lucian Grijincufolly: NotificationQueue: fix headers
2015-10-13 Igor Sugakfolly: fix clang -Wpessimizing-move
2015-10-13 Woo Xieadd shutdownWrite to wangle for closing socket write...
2015-10-07 Yedidya FeldblumRemove evil using statements from AsyncSSLSocket.h
2015-10-05 Kyle NekritzCheck if handshake timeout is set in AsyncSSLSocket...
2015-10-03 Andre PintoFix async readme
2015-10-03 Yedidya FeldblumConverge folly::make_unique to C++14's std::make_unique
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-10-01 Alex Landauthrift-tls: Expose client common name in connection...
2015-09-30 Mohammad HusainAPIs to determine which end of the socket has closed it
2015-09-30 Ranjeeth Dasineniadd callback to specify a client next protocol filter
2015-09-29 Subodh IyengarPre-prune iobufs from clone
2015-09-29 Andre PintoOpen source AsyncPipe
2015-09-29 Yedidya FeldblumCodeMod apache::thrift::async::TEventBase to folly...
2015-09-24 James Sedgwickrevert D2379210
2015-09-21 Subodh IyengarFix potential delete behavior of guard
2015-09-18 Yedidya FeldblumSupport MSVC, which does not have VLAs, in folly/io...
2015-09-16 Yedidya FeldblumCompatibility: libevent: accessors for struct event
2015-09-16 James Sedgwickuse HHWheelTimer for EventBase::runAfterDelay
2015-09-16 Lucian Grijincufolly: io: SSLContext/AsyncSSLSocket: drop global stati...
2015-09-15 Lucian Grijincufolly: async: fix SIOF in test
2015-09-14 Yedidya FeldblumCodeMod: Drop FOLLY_OVERRIDE and FOLLY_FINAL
2015-09-11 Maxim GeorgievMarking a bunch of AsyncSSLSocket methods as "const".
2015-09-11 Yedidya FeldblumFix Build: IPv6: SocketAddressTest.SetFromStrings and...
2015-09-02 Haijun ZhuErasing Cpp2Worker in its evb thread
2015-08-31 Kyle NekritzLog TLS signature_algorithms extension values.
2015-08-25 Maxim GeorgievAdding a unit test for HHWheelTimer exercising the...
2015-08-24 Peter GriessCreate MockAsyncUDPSocket
2015-08-23 Yedidya FeldblumRename fixup from TDelayedDestruction to DelayedDestruc...
2015-08-23 Yedidya FeldblumRename fixup from TNotificationQueue to NotificationQueue.
2015-08-21 Maxim GeorgievAdd a default timeout parameter to HHWheelTimer.
2015-08-18 Subodh IyengarRefactor HandshakeHelper and add a peeking handshake...
2015-08-17 Yedidya FeldblumExtract folly/io/async/test/RequestContextTest.cpp...
2015-08-14 Naizhi LiAllow AysncUDPSocket to work without SO_REUSEADDR flag
2015-08-14 Dave WatsonRemove dep on boost_thread
2015-08-13 Peter GriessSet IPV6_V6ONLY in folly::AsyncUDPServerSocket
2015-08-12 Orvid KingAdd MSVC support to MaxAlign
2015-08-12 Yedidya FeldblumCodeMod apache::thrift::transport::TSocketAddress to...
2015-08-05 Yedidya FeldblumScopedEventBaseThread should support an EventBaseManage...
2015-08-02 Yedidya FeldblumFix ASAN failure in folly/io/async/test/NotificationQue...
next