Fix copyright lines
[folly.git] / folly / experimental / io / AsyncIO.cpp
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-21 Yedidya FeldblumApply clang-format to folly/experimental/io/
2017-05-12 Philip Proninreturn range from AsyncIO::cancel(), fix test
2017-05-11 Philip ProninAsyncIO::cancel
2017-01-04 Yedidya Feldblum2017
2016-10-19 Jim Meyeringfolly/experimental: avoid shadowing warnings
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-10-21 Philip Proninfix "iocb" reporting in AsyncIO
2015-07-15 Lucian Grijincufolly: AsyncIOOp: improve logging message: add strerror
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-09-17 Shao-Chuan WangAdding IO stats in AsyncIO.
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-07-01 Philip Proninfix AsyncIO::doWait
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-09-22 Altan AlpayAsyncIO::initializeContext() should provide more debug...
2013-05-20 Tudor BosmanMake folly::AsyncIO thread safe
2013-04-21 Tudor Bosmanremove folly/eventfd.h
2013-03-19 Tudor BosmanAdd CHECK for out-of-range minRequests
2013-03-19 Lucian Grijincufolly: AsyncIO: add debuging helper
2013-03-19 Tudor BosmanRework folly::AsyncIO interface to make it easier for...
2013-03-19 Tudor BosmanAsyncIO: CHECK preconditions
2013-03-19 Tudor BosmanAsyncIO in folly