Moiz Haidry
|
465eb2f8d0
|
Merge pull request #19236 from mhaidrygoog/move_server_context
Move server context implementation to grpc_impl namespace and typedef…
|
6 years ago |
Soheil Hassas Yeganeh
|
21020d85c2
|
Update the doc for the new debug-only flags.
|
6 years ago |
Muxi Yan
|
ad0b0287df
|
Resolve build issue
|
6 years ago |
Soheil Hassas Yeganeh
|
345caa1285
|
Merge pull request #19264 from soheilhy/registered-call-static
Do not intern method and host for registered methods.
|
6 years ago |
Mark D. Roth
|
7767fbe683
|
Hide ConnectedSubchannel from LB policy API.
|
6 years ago |
Qiancheng Zhao
|
bf46c1198b
|
Merge pull request #19187 from bigfacebear/add_subchannel_tracer
add subchannel tracer
|
6 years ago |
Yash Tibrewal
|
84d75d454e
|
Move error ref to the the closure function instead of an internal function
|
6 years ago |
Qiancheng Zhao
|
8438cc804f
|
Added debug and non-debug tracers for subchannel.
|
6 years ago |
Moiz Haidry
|
186875337c
|
Sync with master
|
6 years ago |
John Luo
|
a0adb5003c
|
Feedbackg
|
6 years ago |
Soheil Hassas Yeganeh
|
bb5f186f3d
|
Convert TraceFlags in the hot path to DebugTraceFlags.
We see up to 4% of cpu reduction and 3% of latency savings
in production benchmarks.
|
6 years ago |
Hao Nguyen
|
6a71e9f546
|
Change Ruby Protobuf version to 3.8
|
6 years ago |
Hao Nguyen
|
7f787bd083
|
Link against pthread in examples
|
6 years ago |
Muxi Yan
|
3931c0bcd2
|
yapf_codes
|
6 years ago |
Muxi Yan
|
1f1eff115a
|
Split extra arguments
|
6 years ago |
Lidi Zheng
|
a91728737a
|
Merge pull request #19292 from mehrdada/clean-del
Clean up Python Channel.__del__ logic
|
6 years ago |
Lidi Zheng
|
7c92cdf98c
|
Merge pull request #19280 from ylil93/master
add compatibility check badge to README
|
6 years ago |
Hao Nguyen
|
a03cc2c876
|
Update ruby version to just 3.8
|
6 years ago |
Jan Tattermusch
|
aac8f213b5
|
Merge pull request #19302 from dronecore/add-cmake-system-name-ios
Add support for CMAKE_SYSTEM_NAME=iOS
|
6 years ago |
Jan Tattermusch
|
cc0653207a
|
Merge pull request #19259 from JunTaoLuo/regex-woes
Avoid regex inefficiencies in no-match scenarios
|
6 years ago |
Jan Tattermusch
|
56eb2e193c
|
Merge pull request #19308 from JunTaoLuo/johluo/migrate-client-interceptor-extensions
Migrate types required for client interceptors to Grpc.Core.Api
|
6 years ago |
Jan Tattermusch
|
56bd0487d4
|
Merge pull request #19313 from JamesNK/jamesnk/rename-grpc-dotnet-sln
React to renaming grpc-dotnet sln
|
6 years ago |
James Newton-King
|
4155e9cf05
|
React to renaming grpc-dotnet sln
|
6 years ago |
Soheil Hassas Yeganeh
|
741daa239a
|
Merge pull request #19288 from soheilhy/slice-move
Introduce grpc_slice_from_moved_string.
|
6 years ago |
Karthik Ravi Shankar
|
c27e68ace5
|
Merge pull request #19261 from karthikravis/migrate-client-context
Move ClientContext to grpc_impl
|
6 years ago |
Mehrdad Afshari
|
9847c6364a
|
Silence pylint
|
6 years ago |
Yash Tibrewal
|
ea427791d3
|
Reviewer comments
|
6 years ago |
Lidi Zheng
|
f7cb9c9f3e
|
Add Debug Example
|
6 years ago |
Muxi Yan
|
8ff61a3b9c
|
clang-format
|
6 years ago |
Muxi Yan
|
a8fe8d4f19
|
Use grpc_core::New and grpc_core::Delete
|
6 years ago |
Karthik Ravi Shankar
|
e4b992ee48
|
Merge branch 'master' into migrate-client-context
|
6 years ago |
Karthik Ravi Shankar
|
52291e5832
|
Fix PropogationOptions
|
6 years ago |
Muxi Yan
|
31f0fad9a1
|
Fix usage of new and delete
|
6 years ago |
Mark D. Roth
|
b7e1b6f3ff
|
Merge pull request #19250 from markdroth/channelz_map.alt
Convert channelz registry to use Map<> instead of InlinedVector<>.
|
6 years ago |
Soheil Hassas Yeganeh
|
5d65a9fa7b
|
Address comments from Vijay.
|
6 years ago |
rmstar
|
340087b3cc
|
Merge pull request #19022 from rmstar/objcut
Added some Objective C tests and minor bug fixes.
|
6 years ago |
Yash Tibrewal
|
68f12db4ca
|
Merge pull request #19297 from yashykt/typo
Fix typo
|
6 years ago |
John Luo
|
c9d928f36d
|
Migrate types required for client interceptors to Grpc.Core.Api
|
6 years ago |
John Luo
|
9b3c9e3635
|
Add MSBuild metadata to set LiteClient for client generation.
|
6 years ago |
Juanli Shen
|
bc4279ed55
|
Merge pull request #19277 from AspirinSJL/server_address_cmp
Add operator== for ServerAddress and InlinedVector
|
6 years ago |
Muxi Yan
|
29c3d43752
|
Make same change to pull request configs
|
6 years ago |
Muxi Yan
|
7b239a287e
|
Move extra args into RUN_TESTS_FLAGS
|
6 years ago |
Muxi Yan
|
658eeaf352
|
Merge pull request #19298 from muxi/test-timeout-crash
Resolve delayed callback crash
|
6 years ago |
Jonas Vautherin
|
a5090c5875
|
Add support for CMAKE_SYSTEM_NAME=iOS
An iOS toolchain is now part of CMake (3.14+), and therefore it
makes sense to consider it. Note: it used to report "Darwin" and
now it reports "iOS".
Reference: https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html#cross-compiling-for-ios-tvos-or-watchos
|
6 years ago |
Soheil Hassas Yeganeh
|
0d6cffd6c4
|
Introduce grpc_slice_from_moved_string.
Suggested by @markdroth to avoid extra allocation and copy when it's not
needed.
|
6 years ago |
Muxi Yan
|
cbf70f2db2
|
Remove unneeded import
|
6 years ago |
Juanli Shen
|
5bd4c0c7d0
|
Add operator== for ServerAddress and InlinedVector
|
6 years ago |
Yash Tibrewal
|
6ed651356d
|
Fix typo
|
6 years ago |
Mehrdad Afshari
|
45a0e5bd4f
|
Clean up Channel.__del__ logic
|
6 years ago |
Muxi Yan
|
9601b46ffa
|
Resolving testResponsesOver4MBAreAcceptedIfOptedIn delayed callback
|
6 years ago |