Add missing override and remove redundant virtual in folly
[folly.git] / folly / io / async / test /
2015-06-22 Igor SugakAdd missing override and remove redundant virtual in...
2015-06-17 Praveen KumarUsing emplace_back to avoid temporary
2015-06-16 Sarang MastiFix leaks in tests
2015-06-15 Sara GolemonRevert "Using emplace_back to avoid temporary"
2015-06-15 Sarang MastiCheck readCallback before calling handleRead
2015-06-12 Praveen KumarUsing emplace_back to avoid temporary
2015-06-12 Praveen KumarNeedless temporary gone
2015-06-09 Dave WatsonAsyncSSLSocket StartTLS
2015-06-09 James SedgwickAsyncSocket::writeRequest() and its first user wangle...
2015-06-03 Abhik ChatterjeeComparing against tlsExthostname_
2015-06-03 Sarang MastiFix AsyncSocket::handleRead
2015-05-12 Marcelo JuchemConvenience functions to wrap a lambda as an AsyncTimeout.
2015-04-27 Jun LiMake MIN_WRITE_SIZE configurable for AsyncSSLSocket.
2015-04-27 Dave WatsonrunImmediatly fix
2015-04-10 Dave WatsonAsyncUDPServerSocket passes socket in callback
2015-04-02 Alan FrindellAdd socket mocks
2015-04-02 Alan FrindellMove AsyncSocket tests from thrift to folly
2015-04-02 Yedidya FeldblumEventBase::runImediatelyOrRunInEventBaseThreadAndWait.
2015-03-03 Subodh IyengarAdd test for running after terminate
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Haim GrosmanEventBase::runAfterDelay to throw an exception
2015-03-03 Andre PintoOptimize perf of EventBase with new option.
2015-03-03 Yedidya Feldblumclang:dev rejects vector<atomic<T>> in EventBaseTest...
2015-02-09 Brad KimMerge commit '64f2f2734ad853784bdd260bcf31e065c47c0741...
2015-02-04 Yedidya FeldblumEventBase::runInEventLoopThreadAndWait.
2015-02-02 Mark McDuffmake AsyncServerSocket bind to same port on ipv4 and...
2015-02-02 Haijun ZhuTry to fix IdleTime unit test
2015-01-13 Andrew Gallagherfolly: make remaining TARGETS files auto converitble...
2014-12-29 Hans FugalHHWheelTimer::cancelAll
2014-12-18 Dave WatsonAsyncUDPSocket
2014-12-11 Dave WatsonAdd REUSEPORT option to AsyncServerSocket
2014-12-11 Hans FugalHHWheelTimer::scheduleTimeoutFn
2014-12-11 Andre PintoCorrect getsockopt call made by AsyncSocket
2014-12-11 James Sedgwickadd consumeUntilDrained API to NotificationQueue::Consumer
2014-12-11 Andrei BajenovReadd unit test
2014-12-11 Nicholas OrmrodFix build break
2014-12-11 James Sedgwickmerge event base tests
2014-11-20 Andrei BajenovHHWheelTimer - fix scheduling timeouts within callbacks
2014-11-19 Daniel SommermannRun the HHWheelTimer and EventBase tests
2014-11-19 Dave WatsonClean up runBeforeLoop API
2014-11-19 Daniel SommermannMove some tests to folly
2014-10-15 Yedidya FeldblumBasic tests for EventHandler.