Commit c86e189
Updating submodules
Summary:
GitHub commits:
facebook/buck2-prelude@7090ea7
facebook/fb303@1b7544f
facebook/fbthrift@6a48e4e
facebook/folly@d3a569d
facebook/mvfst@71fac54
facebook/wangle@8389b30
facebookexperimental/edencommon@bcfa404
facebookexperimental/rust-shed@323c008
facebookincubator/fizz@89ddbcc
Reviewed By: ajb85
fbshipit-source-id: a1c9a061e258c6b4a7519209ed970b0e5843b44f1 parent 4964a70 commit c86e189
5 files changed
+5
-5
lines changed- build/deps/github_hashes/facebook/mvfst-rev.txt+1-1
- build/deps/github_hashes/facebook/wangle-rev.txt+1-1
- thrift/compiler/generate/t_cocoa_generator.cc+20-27
- thrift/compiler/generate/t_hack_generator.cc+20-32
- thrift/compiler/generate/t_java_deprecated_generator.cc+6-8
- thrift/compiler/generate/t_js_generator.cc+5-7
- thrift/compiler/generate/t_json_generator.cc+4-6
- thrift/compiler/generate/t_py_generator.cc+20-24
- thrift/conformance/cpp2/Testing.h+6-2
- thrift/lib/cpp/concurrency/InitThreadFactory.cpp+3-1
- thrift/lib/cpp/concurrency/test/ThreadManagerTests.cpp+3-5
- thrift/lib/cpp/transport/TSocket.cpp+1-2
- thrift/lib/cpp2/FieldRef.h+2-2
- thrift/lib/cpp2/Thrift.h+1-1
- thrift/lib/cpp2/async/AsyncProcessor.h+1-2
- thrift/lib/cpp2/async/ClientSinkBridge.cpp+3-1
- thrift/lib/cpp2/async/ReconnectingRequestChannel.cpp+12-4
- thrift/lib/cpp2/async/RetryingRequestChannel.cpp+6-2
- thrift/lib/cpp2/async/RocketClientChannel.cpp+12-4
- thrift/lib/cpp2/async/ServerGeneratorStream-inl.h+3-1
- thrift/lib/cpp2/async/tests/SinkServiceTest.cpp+3-1
- thrift/lib/cpp2/async/tests/StreamServiceTest.cpp+3-1
- thrift/lib/cpp2/frozen/FrozenMacros.h+3-1
- thrift/lib/cpp2/frozen/schema/MemorySchema.h+5-3
- thrift/lib/cpp2/gen/module_types_cpp.h+2-2
- thrift/lib/cpp2/op/StdSerializer.cpp+1-1
- thrift/lib/cpp2/op/detail/Clear.h+12-4
- thrift/lib/cpp2/op/detail/Encode.h+2-2
- thrift/lib/cpp2/protocol/CompactProtocol-inl.h+3-1
- thrift/lib/cpp2/protocol/CompactV1Protocol-inl.h+3-1
- thrift/lib/cpp2/protocol/Serializer.h+1-1
- thrift/lib/cpp2/protocol/detail/protocol_methods.h+2-2
- thrift/lib/cpp2/reflection/internal/reflection-inl-pre.h+2-2
- thrift/lib/cpp2/server/Cpp2Connection.cpp+3-1
- thrift/lib/cpp2/server/ThriftServer.cpp+12-4
- thrift/lib/cpp2/test/InstrumentationTest.cpp+3-1
- thrift/lib/cpp2/test/ProtoBufBench.cpp+4-2
- thrift/lib/cpp2/test/ProtoBufBenchData.proto+12-4
- thrift/lib/cpp2/test/ProtocolTest.cpp+4-2
- thrift/lib/cpp2/test/ThriftVsProtoBufBench.cpp+3-1
- thrift/lib/cpp2/test/server/ThriftServerTest.cpp+3-1
- thrift/lib/cpp2/transport/core/ThriftRequest.cpp+6-2
- thrift/lib/cpp2/transport/rocket/client/RocketClient.cpp+15-5
- thrift/lib/cpp2/transport/rocket/test/util/FdUtils.cpp+3-1
- thrift/lib/cpp2/type/Id.h+2-2
- thrift/lib/cpp2/type/ThriftType.h+1-1
- thrift/lib/cpp2/util/AllocationColocator.h+1-1
- thrift/lib/cpp2/util/gtest/Printer.h+4-4
- thrift/lib/py/protocol/fastproto.cpp+3-1
- thrift/lib/py/server/CppServerWrapper.cpp+24-8
- thrift/lib/python/capi/extractor.cpp+3-1
- thrift/test/FieldRefTraitsTest.cpp+8-8
- thrift/test/IOBufPtrTest.cpp+3-1
- thrift/test/StructPatchTest.cpp+1-3
- thrift/test/ZlibTest.cpp+3-1
- thrift/test/benchmarks/serialization_benchmark.cpp+12-4
- build/deps/github_hashes/facebookincubator/fizz-rev.txt+1-1
- quic/api/QuicPacketScheduler.cpp+2-3
- quic/api/QuicTransportBase.cpp+6-8
- quic/api/QuicTransportFunctions.cpp+1-2
- quic/client/QuicClientTransport.cpp+2-2
- quic/codec/test/QuicReadCodecTest.cpp+2-2
- quic/common/test/FunctionLooperTest.cpp+4-4
- quic/common/testutil/MockAsyncUDPSocket.h+1-1
- quic/common/udpsocket/test/QuicAsyncUDPSocketMock.h+1-1
- quic/congestion_control/Copa.cpp+3-6
- quic/congestion_control/NewReno.cpp+2-4
- quic/loss/QuicLossFunctions.cpp+3-4
- quic/loss/QuicLossFunctions.h+1-2
- quic/server/state/ServerStateMachine.cpp+2-2
- quic/state/AckHandlers.cpp+1-2
- quic/state/TransportSettings.h+3-3
- quic/state/stream/StreamReceiveHandlers.cpp+2-2
- quic/xsk/packet_utils.cpp+4-3
0 commit comments