Commit 7dbed09
Updating submodules
Summary:
GitHub commits:
facebook/fb303@20d9e40
facebook/fbthrift@9276a05
facebook/folly@69a1b93
facebook/mvfst@ebda6b3
facebook/wangle@361d577
facebookexperimental/edencommon@788762a
facebookexperimental/rust-shed@2e01a77
facebookincubator/fizz@2c1956f
Reviewed By: ajb85
fbshipit-source-id: 051d50b89d847a3df5d9447df8549fabca6dcfeb1 parent 1f60086 commit 7dbed09
5 files changed
Lines changed: 5 additions & 5 deletions
- CMakeLists.txt+5-2
- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- build/deps/github_hashes/facebook/mvfst-rev.txt+1-1
- build/deps/github_hashes/facebook/wangle-rev.txt+1-1
- thrift/compiler/generate/t_ast_generator.cc+3-3
- thrift/compiler/lib/const_util.h+4
- thrift/doc/contributions/documentation/site-structure.md-1
- thrift/doc/releases/index.md-11
- thrift/doc/releases/release-notes-v1.md-6
- thrift/lib/cpp/EventHandlerBase.cpp+2-13
- thrift/lib/cpp/EventHandlerBase.h+9-2
- thrift/lib/cpp/test/EventHandlerBaseTest.cpp+4-4
- thrift/lib/cpp2/async/AsyncProcessor.cpp+11
- thrift/lib/cpp2/async/AsyncProcessor.h+21
- thrift/lib/cpp2/async/MultiplexAsyncProcessor.cpp+9-1
- thrift/lib/cpp2/async/PreprocessingAsyncProcessorWrapper.cpp+2-1
- thrift/lib/cpp2/server/BaseThriftServer.cpp+2-10
- thrift/lib/cpp2/server/BaseThriftServer.h+17-13
- thrift/lib/cpp2/server/Cpp2Connection.cpp+2
- thrift/lib/cpp2/server/ThriftProcessor.cpp+1
- thrift/lib/cpp2/test/ProcessorEventHandlerTest.cpp+54-1
- thrift/lib/cpp2/transport/rocket/server/ThriftRocketServerHandler.cpp+7
- thrift/lib/cpp2/type/AnyDebugWriterTest.cpp+1-1
- thrift/lib/cpp2/type/TypeTest.cpp+2-2
- thrift/lib/go/thrift/multiplexed_protocol.go+1-1
- thrift/lib/go/thrift/request_channel.go+5-5
- thrift/lib/go/thrift/serializer_types_test.go+13-13
- thrift/lib/go/thrift/ssl_socket.go+2-1
- thrift/lib/go/thrift/timingseries.go+7-6
- thrift/lib/py3/server.pxd+2-3
- thrift/lib/py3/server.pyx+3
- thrift/lib/python/client/test/async_client_test.py+12
- thrift/lib/python/client/test/http2_helper.h+39
- thrift/lib/python/client/test/http2_helper.pxd+20
- thrift/lib/python/client/test/http2_helper.pyi+17
- thrift/lib/python/client/test/http2_helper.pyx+23
- thrift/lib/python/client/test/test_server.py+3-1
- thrift/lib/python/types.pxd+1-1
- thrift/lib/thrift/id.thrift+1
- thrift/lib/thrift/schema.thrift+1
- thrift/lib/thrift/serverdbginfo.thrift+1-7
- thrift/lib/thrift/standard.thrift+1
- thrift/lib/thrift/type.thrift+1
- thrift/lib/thrift/type_rep.thrift+1
- thrift/website/sidebars.js-9
- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- fizz/CMakeLists.txt+1-3
- fizz/client/AsyncFizzClient-inl.h+25-11
- fizz/client/ClientProtocol.cpp+3-3
- fizz/client/PskSerializationUtils.cpp+3-1
- fizz/cmake/FizzOptions.cmake+5
- fizz/crypto/aead/AEGISCipher.cpp+155-180
- fizz/crypto/aead/AEGISCipher.h-2
- fizz/crypto/aead/CryptoUtil.h+137
- fizz/crypto/aead/OpenSSLEVPCipher.cpp+145-169
- fizz/experimental/ktls/AsyncKTLSSocket.h+2-2
- fizz/experimental/ktls/KTLS.h+1
- fizz/extensions/javacrypto/JavaCryptoCertificateVerifier.cpp+1-2
- fizz/extensions/javacrypto/JavaCryptoCertificateVerifier.h+1-1
- fizz/extensions/javacrypto/JavaCryptoPeerCert.h-3
- fizz/fizz-config.h.in+1
- fizz/protocol/Actions.h+2-2
- fizz/protocol/AsyncFizzBase.h+3-4
- fizz/protocol/Certificate.h+29-9
- fizz/protocol/CertificateVerifier.h+2-2
- fizz/protocol/DefaultCertificateVerifier.cpp+1-2
- fizz/protocol/DefaultCertificateVerifier.h+1-1
- fizz/protocol/Factory.h+2-3
- fizz/protocol/FizzBase-inl.h+6-5
- fizz/protocol/FizzBase.h+18-5
- fizz/protocol/Params.h+4-3
- fizz/protocol/test/FizzBaseTest.cpp+58-20
- fizz/protocol/test/Mocks.h+1-1
- fizz/server/AsyncFizzServer-inl.h+11-3
- fizz/server/ServerProtocol.cpp+4-3
- fizz/server/TicketCodec.cpp+3-1
- fizz/server/test/TicketCodecTest.cpp+10-3
- fizz/tool/CertificateVerifiers.h+2-2
- fizz/tool/FizzClientCommand.cpp+7-2
- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- build/deps/github_hashes/facebookincubator/fizz-rev.txt+1-1
- wangle/acceptor/Acceptor.cpp+1-1
- wangle/acceptor/ConnectionManager.h+3-3
- wangle/acceptor/FizzConfigUtil.cpp-1
- wangle/acceptor/LoadShedConfiguration.h+2-2
- wangle/acceptor/SSLContextSelectionMisc.h+1-1
- wangle/bootstrap/AcceptRoutingHandler.h+1-1
- wangle/bootstrap/BaseClientBootstrap.h+1-1
- wangle/bootstrap/ClientBootstrap.h+2-2
- wangle/bootstrap/RoutingDataHandler.h+3-3
- wangle/bootstrap/ServerBootstrap.cpp+1-1
- wangle/bootstrap/test/BootstrapTest.cpp+3-3
- wangle/bootstrap/test/Mocks.h+1-1
- wangle/channel/Handler.h+22-22
- wangle/channel/Pipeline.h+5-6
- wangle/channel/broadcast/BroadcastHandler.h+2-2
- wangle/channel/broadcast/BroadcastPool.h+2-2
- wangle/channel/broadcast/ObservingHandler.h+1-1
- wangle/channel/broadcast/Subscriber.h+1-1
- wangle/channel/broadcast/test/Mocks.h+2-2
- wangle/channel/test/MockHandler.h+1-1
- wangle/channel/test/OutputBufferingHandlerTest.cpp+2-2
- wangle/channel/test/PipelineTest.cpp+5-5
- wangle/client/persistence/FilePersistenceLayer.h+1-1
- wangle/client/persistence/FilePersistentCache.h+1-1
- wangle/client/persistence/PersistentCache.h+1-1
- wangle/client/persistence/PersistentCacheCommon.h+2-4
- wangle/client/ssl/SSLSessionCallbacks.h+1-1
- wangle/client/ssl/SSLSessionPersistentCache.h+1-1
- wangle/client/ssl/test/ThreadSafeSSLSessionCacheTest.cpp+1-1
- wangle/codec/ByteToMessageDecoder.h+2-2
- wangle/codec/MessageToByteEncoder.h+2-2
- wangle/codec/StringCodec.h+2-2
0 commit comments