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
|
345caa1285
|
Merge pull request #19264 from soheilhy/registered-call-static
Do not intern method and host for registered methods.
|
6 years ago |
Qiancheng Zhao
|
bf46c1198b
|
Merge pull request #19187 from bigfacebear/add_subchannel_tracer
add subchannel tracer
|
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 |
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 |
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 |
Karthik Ravi Shankar
|
e4b992ee48
|
Merge branch 'master' into migrate-client-context
|
6 years ago |
Karthik Ravi Shankar
|
52291e5832
|
Fix PropogationOptions
|
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 |
Juanli Shen
|
bc4279ed55
|
Merge pull request #19277 from AspirinSJL/server_address_cmp
Add operator== for ServerAddress and InlinedVector
|
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 |
John Luo
|
21bf2a2a83
|
Better fix
|
6 years ago |
Muxi Yan
|
bb6a97b0c8
|
Merge pull request #19217 from muxi/fix-header
Fix crash on received header
|
6 years ago |
Prashant Jaikumar
|
2b6e7c4423
|
Added some Objective C tests and minor bug fixes.
Objective-C tests: metadata, compression, keepalives, channel args.
Stress tests: network flap while streaming call in progress.
Bug fixes:
Stream gzip handling in interop server.
Keep alive, backoff time truncation bug in Obj-C layer.
|
6 years ago |
Mark D. Roth
|
f9fcdc015d
|
Convert ChannelzRegistry to use Map<> instead of InlinedVector<>.
|
6 years ago |
Mark D. Roth
|
c46eb428cb
|
Merge pull request #19066 from markdroth/lb_policy_channelz_api_cleanup
Remove channelz from LB policy API.
|
6 years ago |
Mark D. Roth
|
cfb31818ef
|
Remove channelz from LB policy API.
|
6 years ago |
Jan Tattermusch
|
6f186fa8fd
|
Merge pull request #19274 from jtattermusch/fix_macos_interop_toprod
Fix macos interop toprod tests
|
6 years ago |
Lidi Zheng
|
69594561bc
|
Merge pull request #18408 from lidizheng/unpin-cython
Unpin Cython from 0.28.3
|
6 years ago |
Lily Li
|
195aae6cb5
|
add compatibility check badge to README
|
6 years ago |
Stanley Cheung
|
c63b8e16a8
|
Merge pull request #19232 from jtattermusch/php_dots_in_metadata_keys
PHP: Allow dots in metadata keys
|
6 years ago |
Stanley Cheung
|
6a4f97032d
|
Merge pull request #19257 from stanley-cheung/php-update-math-server-test
PHP: update generated code test
|
6 years ago |
Stanley Cheung
|
3b61d3efa3
|
Further simplify package.json
|
6 years ago |
Stanley Cheung
|
d30d538dba
|
Move math_server.js out of examples/ directory
|
6 years ago |
rmstar
|
7d99c560ec
|
Merge pull request #19138 from rmstar/cfstreamtestlog
cfstream_test: print HTTP2 stream id of completed RPCs
|
6 years ago |
Lidi Zheng
|
f8b1e6cb44
|
Merge pull request #19193 from ygj6/dev
some typo errors
|
6 years ago |
Lidi Zheng
|
cd848e17f2
|
Bump up the Cython version to 0.29.8
|
6 years ago |
Vijay Pai
|
d363e0ad47
|
Merge pull request #19270 from vjpai/more_gallantry
Stop misspelling our own project name
|
6 years ago |
Jan Tattermusch
|
00826d278b
|
Merge pull request #19267 from jtattermusch/corelang_pr_build_only_job
Add config for C/C++ build only PR job
|
6 years ago |
Yash Tibrewal
|
1d05dad90c
|
Merge pull request #19260 from yashykt/tcpfix
Do not reset outgoing buffer on failsafe path
|
6 years ago |