qualify std::move in StringKeyedTest
[folly.git] / folly / io /
2015-10-29 Pavlo KushnirDo not set startWork_ in EventBase if time measurement...
2015-10-28 Beny LuoFix clang issue on NotificationQueue::size
2015-10-27 Jun LiExpose pending messages in queue stats in AsyncServerSocket
2015-10-26 Mohammad HusainRename two callback function names of ConnectionEventCa...
2015-10-26 Shijin Kongreturn read error on non EAGAIN errno
2015-10-22 Alan FrindellFix infinite loop in Cursor::readTerminatedString
2015-10-21 Petr LapukhovAdd support for in-place creation of NotificationQueue...
2015-10-20 Jon Maltiel SwensonBring zstd support into folly/io/Compression.h
2015-10-17 Ranjeeth DasineniChange NotificationQueue assert -> CHECK
2015-10-16 Kyle NekritzCommiting missing header file change from D2408773
2015-10-16 Madhu RamanathanReverting D2503151 to unbreak buck build
2015-10-16 Jon Maltiel SwensonBring ZSTD support into folly/io/Compression.h
2015-10-16 Mohammad HusainAdd connection event callback to AsyncServerSocket
2015-10-15 Kyle NekritzAdd framework for switching certs based on signature_al...
2015-10-15 Subodh IyengarAdd handshake and connect times
2015-10-15 Subodh IyengarEphemeral ciphers in false start list
2015-10-14 Yedidya FeldblumFix Build: address some maybe-uninitialized warnings...
2015-10-13 Mohammad HusainGetter to know if the socket is accepting new connections
2015-10-13 Lucian Grijincufolly: NotificationQueue: fix headers
2015-10-13 Igor Sugakfolly: fix clang -Wpessimizing-move
2015-10-13 Woo Xieadd shutdownWrite to wangle for closing socket write...
2015-10-07 Yedidya FeldblumRemove evil using statements from AsyncSSLSocket.h
2015-10-05 Kyle NekritzCheck if handshake timeout is set in AsyncSSLSocket...
2015-10-03 Andre PintoFix async readme
2015-10-03 Yedidya FeldblumConverge folly::make_unique to C++14's std::make_unique
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-10-01 Alex Landauthrift-tls: Expose client common name in connection...
2015-09-30 Mohammad HusainAPIs to determine which end of the socket has closed it
2015-09-30 Ranjeeth Dasineniadd callback to specify a client next protocol filter
2015-09-29 Subodh IyengarPre-prune iobufs from clone
2015-09-29 Andre PintoOpen source AsyncPipe
2015-09-29 Yedidya FeldblumCodeMod apache::thrift::async::TEventBase to folly...
2015-09-24 James Sedgwickrevert D2379210
2015-09-21 Subodh IyengarFix potential delete behavior of guard
2015-09-18 Yedidya FeldblumSupport MSVC, which does not have VLAs, in folly/io...
2015-09-16 Yedidya FeldblumCompatibility: libevent: accessors for struct event
2015-09-16 James Sedgwickuse HHWheelTimer for EventBase::runAfterDelay
2015-09-16 Lucian Grijincufolly: io: SSLContext/AsyncSSLSocket: drop global stati...
2015-09-15 Lucian Grijincufolly: async: fix SIOF in test
2015-09-14 Yedidya FeldblumCodeMod: Drop FOLLY_OVERRIDE and FOLLY_FINAL
2015-09-11 Maxim GeorgievMarking a bunch of AsyncSSLSocket methods as "const".
2015-09-11 Yedidya FeldblumFix Build: IPv6: SocketAddressTest.SetFromStrings and...
2015-09-02 Haijun ZhuErasing Cpp2Worker in its evb thread
2015-08-31 Kyle NekritzLog TLS signature_algorithms extension values.
2015-08-25 Maxim GeorgievAdding a unit test for HHWheelTimer exercising the...
2015-08-24 Peter GriessCreate MockAsyncUDPSocket
2015-08-23 Yedidya FeldblumRename fixup from TDelayedDestruction to DelayedDestruc...
2015-08-23 Yedidya FeldblumRename fixup from TNotificationQueue to NotificationQueue.
2015-08-21 Maxim GeorgievAdd a default timeout parameter to HHWheelTimer.
2015-08-18 Subodh IyengarRefactor HandshakeHelper and add a peeking handshake...
2015-08-17 Yedidya FeldblumExtract folly/io/async/test/RequestContextTest.cpp...
2015-08-14 Naizhi LiAllow AysncUDPSocket to work without SO_REUSEADDR flag
2015-08-14 Dave WatsonRemove dep on boost_thread
2015-08-13 Peter GriessSet IPV6_V6ONLY in folly::AsyncUDPServerSocket
2015-08-12 Orvid KingAdd MSVC support to MaxAlign
2015-08-12 Yedidya FeldblumCodeMod apache::thrift::transport::TSocketAddress to...
2015-08-05 Yedidya FeldblumScopedEventBaseThread should support an EventBaseManage...
2015-08-02 Yedidya FeldblumFix ASAN failure in folly/io/async/test/NotificationQue...
2015-07-31 Michael LeeNot to use EventBaseLocal on mobile
2015-07-31 Sophia WangDelayedDestruction cleanup
2015-07-30 Mark McDuffadd EventBase-local storage abstraction
2015-07-27 Sophia Wangfix clang ASAN error in DelayedDestructionBaseTest
2015-07-25 mwilliamsFix some warnings in folly
2015-07-22 Ondrej Leheckamaking thrift and folly header files compile clean...
2015-07-21 Hans FugalFix "reference to 'thread' is ambiguous"
2015-07-21 Ondrej Leheckafixing compiler errors when compiling with Wunused...
2015-07-21 Viswanath SivakumarFix logspew in DelayedDestruction
2015-07-20 Steve O'Brienfolly HHWheelTimer: fix loop variable
2015-07-15 Sophia WangMake DestructorGuard inherit from a base
2015-07-15 Yedidya FeldblumFix Build: folly/io/async/test/ScopedEventBasedThreadTe...
2015-07-09 Subodh IyengarAdd mocks for isBufferMovable
2015-07-09 Tudor BosmanAdd isManaged / makeManaged
2015-07-02 Yedidya FeldblumLift thrift/lib/cpp/test/TNotificationQueueTest.
2015-07-01 Woo Xiecheck ReadCallback before using it
2015-07-01 Woo Xiemove the socket setting into setReadCB()
2015-06-26 Dave WatsonFix stop_ thread race
2015-06-26 Woo Xieopt proxygen with newly added OpenSSL functions
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 Woo Xiedo not suppurt compress and expand
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 KumarGet *=default*ed default constructors
2015-06-12 Praveen KumarNeedless temporary gone
2015-06-12 Alan FrindellTemporarily disable performWriteIovec
2015-06-12 Woo Xieopt proxygen with new SSL_write_iovec function
2015-06-11 Woo Xierefactor the interpretation of SSL errors into a function
2015-06-11 Tudor BosmanMake IOBuf copyable
2015-06-10 Praveen KumarFix libc++ use
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_
next