Adds writer test case for RCU
[folly.git] / folly / io / async / test / EventBaseTest.cpp
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-12-05 Pingjia ShanFix RequestContext held too long issue in EventBase
2017-10-23 Christopher DykesModernize use of std::make_unique
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-07-30 Yedidya FeldblumConsistent indentation for class visibility labels
2017-05-23 Yedidya FeldblumFix some old license headers
2017-05-16 Yedidya FeldblumFix violations of unused-lambda-capture
2017-05-16 Christopher DykesSwitch implicit references of folly::make_unique to...
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-04-06 Alan FrindellGet rid of try/catch in messageAvailable, which is...
2017-03-23 Jim Meyeringchange EXPECT_EQ(false, ... to EXPECT_FALSE(...; ditto...
2017-03-08 Jon Maltiel Swensonstd::make_unique -> folly::make_unique for older platforms
2017-02-09 Andrii GrynenkoAdd keepAlive() mechanism
2017-01-07 Christopher Dykesstd::chrono'ize EventBase::setMaxLatency
2017-01-06 Christopher Dykesstd::chrono'ize EventBase::setLoadAvgMsec
2016-12-19 Jim Meyeringfolly/io/async/test/EventBaseTest.cpp: doubly-nested...
2016-12-10 Christopher DykesEnable -Wunreachable-code-break v2016.12.12.00
2016-11-18 Christopher DykesMark a couple more local constexpr values as static
2016-11-15 Andrii GrynenkoThread-safe version of loopKeepAlive()
2016-08-30 Zonr ChangFix joining threads twice when exiting EventBaseTest...
2016-08-10 Christopher DykesWait for all threads to finish executing before leaving...
2016-08-03 Mirek KlimosUnset RequestContext properly in EventBase::runLoopCall...
2016-08-02 Dave WatsonEnsure getVia(eventbase) does not busy wait
2016-07-23 Yedidya FeldblumMove RequestContext definitions to source files
2016-07-02 Christopher DykesMark a few constants as constexpr so VLAs aren't required
2016-07-02 Christopher DykesDon't use a VLA for the dest buffer when testing wide...
2016-06-14 Joseph GriegoEventBase keepAlive counter is not atomic
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-20 Andrii GrynenkoMake outstanding LoopKeepAlive hold EventBase destructor
2016-05-05 Andrii GrynenkoImplement LoopKeepAlive for EventBase
2016-02-01 Igor Sugakfolly: fix clang -Wmissing-field-initializers
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-06-22 Igor SugakAdd missing override and remove redundant virtual in...
2015-06-17 Praveen KumarUsing emplace_back to avoid temporary
2015-06-15 Sara GolemonRevert "Using emplace_back to avoid temporary"
2015-06-12 Praveen KumarUsing emplace_back to avoid temporary
2015-06-12 Praveen KumarNeedless temporary gone
2015-04-27 Dave WatsonrunImmediatly fix
2015-04-02 Yedidya FeldblumEventBase::runImediatelyOrRunInEventBaseThreadAndWait.
2015-03-03 Subodh IyengarAdd test for running after terminate
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 Haijun ZhuTry to fix IdleTime unit test
2015-01-13 Andrew Gallagherfolly: make remaining TARGETS files auto converitble...
2014-12-11 James Sedgwickadd consumeUntilDrained API to NotificationQueue::Consumer
2014-12-11 James Sedgwickmerge event base tests
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