apply clang-tidy modernize-use-override
[folly.git] / folly / io / async / NotificationQueue.h
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-04-14 Christopher DykesRemove the old SpinLock implementations
2017-04-05 Alan FrindellMake NotificationQueue::Consumer::messageAvailable...
2017-03-28 Maged MichaelChange trylock() to try_lock() in folly::SpinLock to...
2017-01-04 Yedidya Feldblum2017
2016-12-12 Christopher DykesDon't declare a variable for exceptions we discard
2016-12-12 Christopher DykesFix some implicit truncation and sign coersion in the...
2016-08-12 Sven Overfix folly::NotificationQueue for move-only value types
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-13 Mirek KlimosReplace RequestContext::setContext with RequestContextS...
2016-05-04 Andrii Grynenkofolly::Future integration with Python
2016-04-22 Tobias RitzauUpdates the internal representation of signals in Notif...
2016-04-18 Brian WalkerNotificationQueue Logging for Android bug
2016-04-01 Christopher DykesCreate the pthread.h portability header
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-12-09 Shijin Kongnotification queue read -> readNoInt
2015-11-10 Shijin Kongchange log error back to check when pipe read fail...
2015-11-09 Shijin Kongchange CHECK to LOG(ERROR) when pipe read error on...
2015-10-28 Beny LuoFix clang issue on NotificationQueue::size
2015-10-21 Petr LapukhovAdd support for in-place creation of NotificationQueue...
2015-10-17 Ranjeeth DasineniChange NotificationQueue assert -> CHECK
2015-10-13 Lucian Grijincufolly: NotificationQueue: fix headers
2015-08-02 Yedidya FeldblumFix ASAN failure in folly/io/async/test/NotificationQue...
2015-07-22 Ondrej Leheckamaking thrift and folly header files compile clean...
2015-07-02 Yedidya FeldblumLift thrift/lib/cpp/test/TNotificationQueueTest.
2015-05-28 Marcelo Juchemcleaning up RequestContext
2015-04-27 Nicholas OrmrodWe might avoid some temporaries in putMessagesImpl
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-12-18 Adam Simpkinsupdate call sites to use SpinLock
2014-12-11 James Sedgwickadd consumeUntilDrained API to NotificationQueue::Consumer
2014-10-29 Sean CannellaSupport NotificationQueue on iOS/Android
2014-07-14 Gunjan SharmaFix another race in Notification Queue
2014-07-09 Gunjan SharmaFix race in Notification Queue
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-09 Dave WatsonRemove extraneous syscalls if NotificationQueue size...
2014-03-18 Dave WatsonMove thrift/lib/cpp/async to folly.