5 files changed
+5
-5
lines changed- 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_mstch_python_generator.cc+9
- thrift/lib/cpp2/gen/module_types_h.h+6-12
- thrift/lib/cpp2/protocol/JSONProtocolCommon-inl.h+20-29
- thrift/lib/cpp2/protocol/Object.h+3-2
- thrift/lib/cpp2/protocol/detail/Object.h+19-15
- thrift/lib/cpp2/transport/rocket/compression/CompressionAlgorithmSelector.cpp+142-34
- thrift/lib/cpp2/transport/rocket/compression/CompressionAlgorithmSelector.h+6
- thrift/lib/cpp2/transport/rocket/compression/test/CompressionAlgorithmSelectorTest.cpp+32-3
- thrift/lib/cpp2/transport/rocket/payload/ChecksumPayloadSerializerStrategy.h+6-4
- thrift/lib/cpp2/transport/rocket/payload/DefaultPayloadSerializerStrategy.h+6-6
- thrift/lib/cpp2/transport/rocket/payload/test/ChecksumPayloadSerializerStrategyTest.cpp+35
- thrift/lib/go/thrift/client.go
- thrift/lib/go/thrift/client_test.go+126
- thrift/lib/go/thrift/dummy/codec.go+155
- thrift/lib/go/thrift/dummy/const.go+16
- thrift/lib/go/thrift/dummy/handler.go+40
- thrift/lib/go/thrift/dummy/metadata.go+203
- thrift/lib/go/thrift/dummy/svcs.go+268
- thrift/lib/go/thrift/dummy/types.go+223
- thrift/lib/go/thrift/header_simple_server_test.go+9-35
- thrift/lib/go/thrift/rocket_client_test.go+16-25
- thrift/lib/go/thrift/rocket_simple_server_test.go+24-58
- thrift/lib/go/thrift/rocket_test.go+9-9
- thrift/lib/go/thrift/rocket_upgrade_client_test.go+9-13
- thrift/lib/go/thrift/rocket_upgrade_simple_server_test.go+8-7
- thrift/lib/go/thrift/rocket_upgrade_test.go+25-27
- thrift/lib/go/thrift/server_options.go+2-2
- thrift/lib/go/thrift/simple_server_test.go+21-60
- thrift/lib/python/mutable_containers.pyx+6-1
- thrift/lib/python/test/mutable_map_test.py+36-3
- thrift/lib/rust/Cargo.toml+1-1
- thrift/lib/thrift/RpcMetadata.thrift+32
- thrift/test/go/if/dummy.thrift+9-8
- .buckconfig.d/external_cells/facebook/folly/external_cell.buckconfig+1-1
- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- fizz/client/AsyncFizzClient-inl.h+1-1
- fizz/server/AsyncFizzServer-inl.h+1-1
- fizz/server/ServerProtocol.cpp+2-1
- fizz/server/State.cpp+4
- fizz/server/State.h+1
- fizz/server/test/ServerProtocolTest.cpp+9-2
- fizz/util/Tracing.cpp+2-2
- fizz/util/Tracing.h+1-1
- folly+1-1
- folly/coro/Accumulate.h+3-3
- folly/coro/AsyncGenerator.h+11-11
- folly/coro/AsyncPipe.h+5-5
- folly/coro/AsyncScope.h+5-5
- folly/coro/AsyncStack.h+2-2
- folly/coro/AutoCleanup-fwd.h+2-2
- folly/coro/AutoCleanup.h+3-3
- folly/coro/BUCK+153-153
- folly/coro/Baton.cpp+1-1
- folly/coro/Baton.h+1-1
- folly/coro/BlockingWait.h+7-7
- folly/coro/BoundedQueue.h+1-1
- folly/coro/Collect-inl.h+7-7
- folly/coro/Collect.h+6-6
- folly/coro/Concat-inl.h+1-1
- folly/coro/Concat.h+2-2
- folly/coro/CurrentExecutor.h+3-3
- folly/coro/DetachOnCancel.h+6-6
- folly/coro/Filter.h+2-2
- folly/coro/FutureUtil.h+6-6
- folly/coro/Generator.h+2-2
- folly/coro/GmockHelpers.h+4-4
- folly/coro/GtestHelpers.h+3-3
- folly/coro/Merge-inl.h+9-9
- folly/coro/Merge.h+2-2
- folly/coro/Mutex.h+2-2
- folly/coro/Promise.h+2-2
- folly/coro/Retry.h+5-5
- folly/coro/RustAdaptors.h+2-2
- folly/coro/ScopeExit.h+3-3
- folly/coro/SharedLock.h+1-1
- folly/coro/SharedMutex.h+3-3
- folly/coro/SharedPromise.h+1-1
- folly/coro/Sleep-inl.h+1-1
- folly/coro/Sleep.h+2-2
- folly/coro/SmallUnboundedQueue.h+4-4
- folly/coro/Task.h+12-12
- folly/coro/TimedWait.h+6-6
- folly/coro/Timeout-inl.h+2-2
- folly/coro/Timeout.h+3-3
- folly/coro/Traits.h+1-1
- folly/coro/Transform.h+2-2
- folly/coro/UnboundedQueue.h+2-2
- folly/coro/ViaIfAsync.h+5-5
- folly/coro/WithAsyncStack.h+2-2
- folly/coro/WithCancellation.h+1-1
- folly/executors/GlobalExecutor.cpp+4-20
- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- build/deps/github_hashes/facebookincubator/fizz-rev.txt+1-1
- quic/api/QuicSocket.h-183
- quic/api/QuicSocketLite.h+183
- quic/api/QuicTransportBase.cpp-103
- quic/api/QuicTransportBase.h-20
- quic/api/QuicTransportBaseLite.cpp+104
- quic/api/QuicTransportBaseLite.h+119-1
- quic/api/test/Mocks.h+35-27
- quic/api/test/QuicTransportTest.cpp+3-3
- quic/codec/Decode.cpp+3-3
- quic/codec/QuicWriteCodec.cpp+1-1
- quic/codec/Types.h+4-4
- quic/codec/test/QuicWriteCodecTest.cpp+2-2
- quic/congestion_control/BbrBandwidthSampler.cpp+1-1
- quic/logging/BaseQLogger.cpp+2-2
- quic/loss/test/QuicLossFunctionsTest.cpp+2-2
- quic/observer/SocketObserverContainer.h+10-9
- quic/observer/SocketObserverInterface.h+17-17
- quic/server/test/QuicServerTransportTest.cpp+1-1
- quic/state/stream/StreamStateFunctions.cpp+8-7
- quic/state/test/QuicStreamFunctionsTest.cpp+2-2
- quic/tools/tperf/tperf.cpp+3-3
0 commit comments