Muxi Yan
309ba19152
Channel pool
6 years ago
Muxi Yan
0fd4727def
deprecated old API
6 years ago
Muxi Yan
e2e5c81893
New API for GRPCCall
6 years ago
Stanley Cheung
e5ce1e36e6
Regenerate projects
6 years ago
Stanley Cheung
020bdd102f
Bump version to v1.17.x
6 years ago
Muxi Yan
5e790a3117
Proto-related changes
6 years ago
Muxi Yan
9fbc9105a6
Update tests
6 years ago
Soheil Hassas Yeganeh
d6b140df03
Revert the change in grpc.h because it's part of C API.
...
I mistakenly added "const ref" which breaks Android client.
6 years ago
Moiz Haidry
b4d5c7cee4
Benchmark test for callback unary gRPC
...
Every thread intitiates multiple RPCs. The Callback of the unary RPC then issues a new RPC and this goes until the benchmark shuts down. For shutdown the main thread waits on a conditional variable. After shutdown the callbacks increment a rpcs done variable and once the the rpcs done equate the the total number of outstanding rpcs, the last callback performing the increment operation also issues a signal to wake up the main thread. The mainthread process to join the other threads and perform cleanup
6 years ago
Guantao Liu
af1b4d6b48
Merge pull request #16797 from guantaol/settings_timeout_test
...
Fix the test failure with callback-based polling.
6 years ago
Jan Tattermusch
12d0da6511
Merge pull request #16806 from jtattermusch/fix_python_api_tools_installation
...
Fix google-api-python-client installation in dockerfiles
6 years ago
Juanli Shen
61b542f912
Merge pull request #16750 from AspirinSJL/timer
...
Clean some timer code
6 years ago
apolcyn
3f1c75208e
Merge pull request #16593 from iguchi1124/remove-duplicate-error
...
Ruby: remove duplicated `Unimplemented` error definition
6 years ago
Yash Tibrewal
62a16fb45a
Merge pull request #16795 from yashykt/disable_error_tracking
...
Disable error tracking until Fathom changes are commited
6 years ago
Stanley Cheung
d1b5efdef7
Merge pull request #16803 from stanley-cheung/upmerge-from-1_15
...
Upmerge from v1.15.x branch
6 years ago
Jan Tattermusch
3c10c6d414
Merge pull request #16754 from jtattermusch/fix_unsecure_pc
...
fix *_unsecure.pc files
6 years ago
Jan Tattermusch
352b694544
fix google-api-python-client installation
6 years ago
Nathaniel Manista
83b678220e
Merge pull request #16335 from ghostwriternr/python_bazel_4
...
Add Bazel targets for (some) Python unit tests.
6 years ago
Stanley Cheung
50a6ac8f09
Upmerge from v1.15.x branch to master
6 years ago
Soheil Hassas Yeganeh
5faf1b72ed
Avoid unnecessary ref/unref calls to get mdelem from slices.
...
grpc_mdelem_from_slices() unref's the key and value. As a result,
in quite a few cases on the hot path, we first ref slice, so that
grpc_mdelem_from_slices() can unref them.
Add grpc_mdelem_from_slices_no_unref() which does not unref() the
input slices. This cuts 0.5% - 1.0% across app benchmarks.
6 years ago
kkm
a844323c7e
Rename test classes *Test; UWYU in Tools.Test project
6 years ago
kkm
51e41ae7d5
Merge remote-tracking branch 'golden/master' into package-grpc-tools
6 years ago
Soheil Hassas Yeganeh
2699e1c5da
Make link_head consistent with link_tail.
...
This is a tiny change I note while removing memset() calls.
link_head doesn't set the reserved pointer while link_tail (correctly)
does.
6 years ago
ncteisen
8abb4370a9
Add pop_back test
6 years ago
Yash Tibrewal
3b26fe7262
Merge pull request #16764 from yashykt/keepaliv_status
...
Keepalive watchdog firing should return status UNAVAILABLE
6 years ago
Guantao Liu
0c18293e55
Fix the test failure with callback-based polling.
6 years ago
Jan Tattermusch
10dc690092
Merge pull request #16552 from jtattermusch/csharp_expose_client_certificate_request
...
Expose certificate request type in SslServerCredentials
6 years ago
Muxi Yan
818908ae9c
Merge pull request #16714 from muxi/add-timer-manager-debug
...
Core infrastructure for timer manager debug
6 years ago
Jan Tattermusch
b94841dea9
Merge pull request #16777 from jtattermusch/csharp_optimized_grpc_csharp_ext
...
build assembly-optimized grpc_csharp_ext with cmake
6 years ago
Yash Tibrewal
8925f65b75
Disable error tracking till Fathom changes are commited
6 years ago
ncteisen
4b36519c40
reviewer feedback
6 years ago
ncteisen
5de6e2533d
Merge branch 'master' of https://github.com/grpc/grpc into channelz-server-sockets
6 years ago
ncteisen
c3a0a5bcb5
fix objc
6 years ago
Noah Eisen
f526602bff
Merge pull request #16767 from ncteisen/channel-trace-size
...
Limit Channel Trace by Memory
6 years ago
ncteisen
6f6033c910
remove stale commentS
6 years ago
Yash Tibrewal
db0e30d6b2
Merge branch 'master' into keepaliv_status
6 years ago
Yash Tibrewal
f17efc8860
Update status in objc interop tests
6 years ago
Jan Tattermusch
460faf4bc2
dont repeat "ClientCertificate" in enum values
6 years ago
ncteisen
e36b2aacec
reviewer feedback
6 years ago
Noah Eisen
5159d8bacd
Merge pull request #16765 from ncteisen/channelz-perf
...
Shard Channelz Stats by CPU
6 years ago
Yihua Zhang
70a6c790b9
Add changes in #16782
6 years ago
ncteisen
7136072e34
Fix objc build
6 years ago
ncteisen
3c2024c6af
reviewer comments
6 years ago
yihuaz
285d4ef1be
Revert "Revert "Create and pass pollset_set to ALTS TSI handshaker""
6 years ago
yihuaz
291fa1022a
Merge pull request #16791 from grpc/revert-16695-pass_pollset_set_tsi_handshaker
...
Revert "Create and pass pollset_set to ALTS TSI handshaker"
6 years ago
Yang Gao
683f20225c
Merge pull request #16789 from yang-g/secure
...
Adjust server_auth_filter location.
6 years ago
Jan Tattermusch
ce656957ea
address review comments
6 years ago
Jan Tattermusch
cf534be6d3
Merge pull request #16756 from jtattermusch/csharp_channeloptions_improvements
...
C#: ChannelOption improvements
6 years ago
Jan Tattermusch
8df5b613f2
Merge pull request #16783 from jtattermusch/csharp_reference_docs_generator
...
Add script for automatic generation of C# reference docs
6 years ago
Jan Tattermusch
a3a0adc9be
Merge pull request #16785 from jtattermusch/issue_template_troubleshooting
...
Mention TROUBLESHOOTING.md in issue template
6 years ago