Fix copyright lines
[folly.git] / folly / io / async / AsyncSocket.cpp
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2018-01-09 Dan MelnicReturn if we handle any error messages to avoid unneces...
2017-12-15 Dan MelnicFix zerocopy AsyncSocket memory leaks
2017-12-05 Liang Zhuexclude Unix Domain Socket from setErrMessageCB
2017-11-22 Fuat GeleriEnable EventBase switching for AsyncSocket even if...
2017-11-09 Dan MelnicRemove the zerocopy write threshold support, add suppor...
2017-11-03 Dan MelnicExpose the zerocopy buf ID, change the AsyncSocket...
2017-10-26 Christopher DykesFix build with Windows SDK v10.0.16232
2017-10-26 Dan MelnicDisable zerocopy if we're notified about deferred copie...
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-10-17 Dan MelnicDo not set WriteFlags::WRITE_MSG_ZEROCOPY if the buffer...
2017-10-13 Vitaly BerovReplace ShutdownSocketSet to singleton
2017-10-13 Lucian Grijincufolly: AsyncSocketException: move implementation to...
2017-10-09 Dan MelnicAdd SO_ZEROCOPY support v2017.10.09.00
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-06-23 Kyle NekritzMove address caching logic from AsyncSSLSocket to Async...
2017-06-21 Giuseppe OttavianoPrint expected/actual thread names when running EventBa...
2017-06-21 Petr LapukhovHave reserved sockopt to disable TSOCKS
2017-05-15 Maxim GeorgievIn AsyncSocket::handleErrMessages() inside the loop...
2017-05-11 Kevin ChenAdd writable() to AsyncTransport
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-04-17 Maxim GeorgievAllow error message callback cancellation regardless...
2017-04-10 Christopher DykesRefactor FOLLY_GCC_DISABLE_WARNING to play nice with... v2017.04.10.00
2017-03-10 Maxim GeorgievImplementing a callback interface for folly::AsyncSocke...
2017-03-09 Kyle NekritzReplace MSG_PEEK with a pre-received data interface.
2017-02-16 Christopher DykesAdjust a few things to avoid triggering warnings under...
2017-02-14 Maxim GeorgievTimestamping callback interface in folly::AsyncSocket
2017-01-28 Jason RahmanRFC: Include timeout duration in exception message
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-18 Maxim GeorgievAdding 'compound assignment union operator' for folly...
2017-01-13 Dave WatsonAdd AsyncSSLSocket option to turn off transparent tls
2017-01-04 Yedidya Feldblum2017
2016-12-13 Neel GoyalAdd evb change callback to SSL Socket
2016-12-12 Christopher DykesFix some implicit truncation and sign coersion in the...
2016-11-30 Christopher DykesStart fixing implicit truncations
2016-11-29 Tiho TarnavskiFix incorrect bytesWritten computation in AsyncSocket
2016-11-25 Subodh IyengarFix TFO refused case
2016-11-07 Stepan PalamarchukRemove noexcept from AsyncSocket::prepareReadBuffer
2016-10-04 Jim Meyeringfolly/io/async/AsyncSocket.cpp: avoid shadowing warning...
2016-09-29 Subodh IyengarFix apple bug around TFO writes
2016-09-22 Subodh IyengarAdd logs for TFO succeded
2016-08-17 Subodh IyengarInvoking correct callback during TFO fallback
2016-08-17 Subodh IyengarSimplify TFO write path
2016-08-09 Christopher DykesProperly support socketpair and reading and writing...
2016-08-09 Subodh IyengarRemove getTFOSucceeded
2016-08-05 Christopher DykesUse the socket portability layer when needed. v2016.08.08.00
2016-08-04 Christopher DykesFix a pair of non-ascii quotes that made their way...
2016-08-03 Gustavo Serra ScaletFix compiler warnings
2016-07-12 Kevin LewiAdding the ability to check for whether TCP fast open...
2016-06-07 Subodh IyengarAdd TFO support to AsyncSSLSocket
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 <unistd.h> to <folly/portability/Unistd.h>
2016-05-30 Christopher DykesInclude <folly/portability/Fcntl.h> where needed
2016-05-27 Yang ChiSet bufferCallback_ back to nullptr upon HTTPSession...
2016-04-28 Subodh IyengarStop abusing errno
2016-04-13 Neel GoyalAdd method to get the connect timeout used for an Async...
2016-03-28 Subodh IyengarFix cases of overwriting errno
2016-03-04 Yang ChiRemove persistentCork in native land
2016-02-17 Michael LeeHandle wrapvFull when IOV_MAX is not defined.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-27 Maxim GeorgievAdd mechanizm for caching local and peer addresses...
2015-12-15 Yang ChiAdd a per-socket buffer callback
2015-12-15 Yang ChiRemove per-write buffer callback from AsyncSocket
2015-11-13 Yang ChiAllow a AsyncSocket to be corked the whole time
2015-11-11 Yang ChiAdd a buffer callback to AsyncSocket
2015-10-15 Subodh IyengarAdd handshake and connect times
2015-10-13 Igor Sugakfolly: fix clang -Wpessimizing-move
2015-09-30 Mohammad HusainAPIs to determine which end of the socket has closed it
2015-09-18 Yedidya FeldblumSupport MSVC, which does not have VLAs, in folly/io...
2015-08-18 Subodh IyengarRefactor HandshakeHelper and add a peeking handshake...
2015-06-26 Woo Xieopt proxygen with newly added OpenSSL functions
2015-06-22 Igor SugakAdd missing override and remove redundant virtual in...
2015-06-15 Sarang MastiCheck readCallback before calling handleRead
2015-06-12 Praveen KumarGet *=default*ed default constructors
2015-06-09 James Sedgwickremove Singleton from io/async deps
2015-06-09 James SedgwickAsyncSocket::writeRequest() and its first user wangle...
2015-06-03 Sarang MastiFix AsyncSocket::handleRead
2015-05-20 James Sedgwickmake AsyncSocket::WriteRequest an interface
2015-03-25 Sean CannellaSocketAddress::anyAddress should be a method
2015-03-18 Naizhi LiAdd support for iovec for UDP send in folly::AsyncUDPSocket
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Sean CannellaReduce AsyncSocket code size
2015-02-09 Brad KimMerge commit '64f2f2734ad853784bdd260bcf31e065c47c0741...
2015-02-04 Haijun ZhuSet CLOEXEC for connected fd
2014-12-29 Viswanath SivakumarAllow unregistering connect callback in AsyncSocket
2014-12-11 Dave WatsonSet a better default for maxReadsPerEvent
2014-11-08 Dave WatsonMove SSL socket to folly
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-10-29 Dave WatsonMove AsyncSocket to folly (try 2)
2014-10-29 Viswanath SivakumarRevert "D1587625 [thrift->folly] AsyncSocket"
2014-10-29 Dave WatsonAsyncSocket