fix Baton.h typo
[folly.git] / folly / io /
2015-06-09 Dave WatsonAsyncSSLSocket StartTLS
2015-06-09 James Sedgwickremove Singleton from io/async deps
2015-06-09 Alan FrindellAdd internal mode for HHWheelTimer
2015-06-09 James SedgwickAsyncSocket::writeRequest() and its first user wangle...
2015-06-05 Tudor BosmanAdd cloning constructor to folly::IOBuf
2015-06-05 Louis Brandyremove useless self-assignment in folly::iobuf
2015-06-03 Alecs Kingfix mem leak
2015-06-03 Mark McDuffAsyncServerSocket: more tries for binding to a port
2015-06-03 Abhik ChatterjeeComparing against tlsExthostname_
2015-06-03 Sarang MastiFix asan test crashes
2015-06-03 Sarang MastiFix AsyncSocket::handleRead
2015-05-28 Andre PintoInstrument EventHandlers' execution
2015-05-28 Marcelo Juchemcleaning up RequestContext
2015-05-20 James Sedgwickmake AsyncSocket::WriteRequest an interface
2015-05-20 Alan FrindellFix race issue in EventBase::runInEventBaseThreadAndWai...
2015-05-12 YM CHENfix namespace v2
2015-05-12 Sean CannellaLazily initialize AsyncSSLSocket EorBioMethod
2015-05-12 Tudor BosmanIOBuf::reserve would return less tailroom than requeste...
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 Nicholas OrmrodWe might avoid some temporaries in putMessagesImpl
2015-04-27 Dave WatsonrunImmediatly fix
2015-04-10 Dave WatsonAsyncUDPServerSocket passes socket in callback
2015-04-10 Joel GoguenAdd static method to skip SSL init
2015-04-02 Alan FrindellMove TAsyncSignalHandler into folly
2015-04-02 Alan FrindellAdd socket mocks
2015-04-02 Alan FrindellMove AsyncSocket tests from thrift to folly
2015-04-02 Naizhi LiAdd support for writev for AsyncUDPSocket
2015-04-02 Joel GoguenMove OpenSSL uninitialization to a separate function
2015-04-02 Yedidya FeldblumEventBase::runImediatelyOrRunInEventBaseThreadAndWait.
2015-04-02 Dave Watsonasyncudpserversocket reuse port
2015-03-25 Dave Watsonhttpserver on serverbootstrap (2)
2015-03-25 Dave WatsonUdp Acceptor
2015-03-25 Sean CannellaSocketAddress::anyAddress should be a method
2015-03-18 Praveen KumarBackoffTimeout disallow copy, move, default ctor
2015-03-18 Praveen KumarWe might avoid some temporaries
2015-03-18 Praveen KumarAsyncServerSocket disallow copy, move, and default...
2015-03-18 Naizhi LiAdd support for iovec for UDP send in folly::AsyncUDPSocket
2015-03-18 Adam Simpkinsadd Cursor::isAtEnd()
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 Sean CannellaReduce AsyncSocket code size
2015-03-03 Beny Luoadd preprocessor to hide unused functions
2015-03-03 Andre PintoOptimize perf of EventBase with new option.
2015-03-03 Michael LeeRemove @/folly dependency from folly/io:compression
2015-03-03 Dave WatsonUse folly's async udp socket
2015-03-03 Sara GolemonReformat comment for readability, 80-col rule, and...
2015-03-03 Yedidya Feldblumclang:dev rejects vector<atomic<T>> in EventBaseTest...
2015-03-03 Jim Meyeringfolly: avoid new warnings from -Winconsistent-missing...
2015-02-11 Ranjeeth Dasineniremove stray / in include path
2015-02-11 Yedidya FeldblumDedupe the implementations of EventBase::runInEventBase...
2015-02-11 Yedidya FeldblumAvoid EventBase depending on Baton (mutex/condvar variant).
2015-02-09 Brad KimMerge commit '64f2f2734ad853784bdd260bcf31e065c47c0741...
2015-02-04 Philip Proninfix AsyncServerSocket::bind issue
2015-02-04 Dave Watsonkill asyncsslserversocket
2015-02-04 Dave WatsonRemove request context enable flag
2015-02-04 Haijun ZhuSet CLOEXEC for connected fd
2015-02-04 Yedidya FeldblumEventBase::runInEventLoopThreadAndWait.
2015-02-02 Shijin Kongenable ssl false start with Next Protocol Negotiation...
2015-02-02 Claudiu Gheorghemake getFD() a const method on AsyncUDPServerSocket
2015-02-02 Mark McDufffix memory leak in AsyncServerSocket
2015-02-02 Mark McDuffmake AsyncServerSocket bind to same port on ipv4 and...
2015-02-02 Adam Simpkinsadd IOBuf::appendToIov()
2015-02-02 James SedgwickgetVia() and waitVia()
2015-02-02 Haijun ZhuTry to fix IdleTime unit test
2015-01-13 James Sedgwickmove Futures from folly::wangle to folly
2015-01-13 Andrew Gallagherfolly: make remaining TARGETS files auto converitble...
2015-01-13 Peter GriessFix HHWheelTimer compilation bug in libc++ build
2015-01-13 Sergey Doroshenkofolly: AsyncServerSocket::getAddress: prefer IPv6
2015-01-07 Bob Haarmansome fixes for clang-3.5 compatibility
2015-01-07 Keith AdamsAdd convenience functions to serialize to / deserialize...
2014-12-29 Dave WatsonKill fbthrift dep
2014-12-29 Hans FugalHHWheelTimer::cancelAll
2014-12-29 Tao ChenRevert "folly: AsyncServerSocket::getAddress: prefer...
2014-12-29 Viswanath SivakumarAllow unregistering connect callback in AsyncSocket
2014-12-29 Lucian Grijincufolly: AsyncServerSocket::getAddress: prefer IPv6
2014-12-29 Dave WatsonMove TAsyncTransport to folly as AsyncTransportWrapper
2014-12-18 Adam Simpkinsremove PortableSpinLock.h
2014-12-18 Adam Simpkinsupdate call sites to use SpinLock
2014-12-18 Adam Simpkinsrename io::PortableSpinLock to SpinLock
2014-12-18 Cameron PickettAdd specific multi-bind to AsyncServerSocket
2014-12-18 James Sedgwickmove wangle/Executor.h to folly/ root
2014-12-18 Dave WatsonAsyncUDPSocket
2014-12-11 James Sedgwickfuture_* callbacks in ThreadManager thread
2014-12-11 Philip Proninfix Cursor::skipAtMostSlow bug introduced in D1724111
2014-12-11 Dave WatsonAdd REUSEPORT option to AsyncServerSocket
2014-12-11 Dave WatsonSet a better default for maxReadsPerEvent
2014-12-11 Shijin Kongfix local variable shadow
2014-12-11 Philip Proninimprove io::Cursor read() performance for small sizeof(T)
2014-12-11 Hans FugalMore logging in HHWheelTimer::scheduleTimeoutFn
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 Mainak Mandalfix varint decoding in case the first buffer is smaller...
2014-12-11 Nicholas OrmrodIOBuf::moveToFbString legacy 4GiB limit
2014-12-11 Nicholas Ormrodzlib compression fails on large IOBufs
2014-12-11 Subodh IyengarMake SSLContext's exit() handling more graceful
2014-12-11 James SedgwickAsyncSocketHandler
next