Switch uses of networking headers to <folly/portability/Sockets.h>
[folly.git] / folly / io / async / AsyncSocket.cpp
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