Muxi Yan
9ec763a800
Add doc to notice that users should not reuse GRPCUnaryResponseHandler
5 years ago
Muxi Yan
38d361c398
Update GRPCUnaryResponseHandler with generics
5 years ago
Hope Casey-Allen
bdac6a5dd4
Revert csharp workaround for empty payload gzip compression crash
5 years ago
Hope Casey-Allen
60d0105542
Fix compression filter Stream::Next bug
5 years ago
Muxi Yan
bceb2c8921
Update doc of interceptor about response order requirements
5 years ago
Jan Tattermusch
6df4fc5865
improve comments
5 years ago
Lidi Zheng
bb38187221
Add a TODO to remove a.out
5 years ago
Nicolas Noble
e3095a15ce
Revert "[Exposing ALTS Context 2/2] Provide a Utility Function to Get Context"
5 years ago
Richard Belleville
aa156984b1
Support mutating a value used for a response in grpcio_testing
5 years ago
Zhen Lian
fe9576c861
[Exposing ALTS Context 2/2] Provide a Utility Function to Get Context
5 years ago
Jan Tattermusch
2791791128
adjust port.h to fix parse_address_with_named_scope_id_test
5 years ago
Prashant Jaikumar
2526dfade5
WIP: Make core and C++ tests work with bazel on Mac OS
5 years ago
Julien Boeuf
cedf76ee9a
Fixing bug where subject token was used instead of the actor token.
5 years ago
Jan Tattermusch
4b834f4661
add tests empty send_message buffer
5 years ago
Jan Tattermusch
745f973eeb
ensure there is at least one slice in send_message buffer
5 years ago
Vijay Pai
be6979202b
Revamp server-side C++ callback API, message allocator, and mocking
5 years ago
Lidi Zheng
87e1189083
Use dedicated threads for synchronous runners
5 years ago
Karthik Ravi Shankar
7f88f66f93
Fix ordering of load and licenses in BUILD
...
Bazel requires load come above licenses in BUILD file.
5 years ago
Karthik Ravi Shankar
edd22e5a6c
Address reviewer comments
5 years ago
Vijay Pai
55748facd8
Fix server shutdown ordering issue
5 years ago
Alexander Polcyn
df4801a7fc
Address comments; remove unneedd nullptr check
5 years ago
Alexander Polcyn
6b62e2d1cc
Post-review change; ensure handshake queue has been initialized in alts_tsi_handshaker_test
5 years ago
Alexander Polcyn
528d50ab15
Add a global queue to limit the number of outstanding ALTS handshakes
5 years ago
Esun Kim
f40a702441
Clean up headers
5 years ago
Mark D. Roth
80c69d8277
Remove unnecessary owners in client_channel tree.
5 years ago
Karthik Ravi Shankar
eaefb98aeb
Create http_over_grpc proto
...
This adds http_over_grpc.proto and enables it to be used.
6 years ago
Mark D. Roth
0e487a7405
Convert grpc_connector to C++.
6 years ago
Jan Tattermusch
986070d280
use test size instead of timeout
6 years ago
Yash Tibrewal
114f03ed6d
Reduce log level of gpr_cpu_current_cpu to GPR_DEBUG
6 years ago
Yash Tibrewal
79aa21fa71
Reviewer comments
6 years ago
Vijay Pai
405d7b4ce0
Ban use of std::sync constructs
6 years ago
Jan Tattermusch
cf019a8cbe
only run the test with tracing enabled on windows
6 years ago
Jan Tattermusch
1387226fe0
reduce amount of logs generated by ExternalDnsWithTracingClientServerTest
6 years ago
Mikko Rantanen
71d627c2c7
Fix format
6 years ago
Mikko Rantanen
ff4af602b0
Ensure awake pollset_work threads exist on Windows
6 years ago
Yash Tibrewal
61020b55f9
Remove GRPC_CLOSURE_LIST_SCHED and remove scheduler field from grpc_closure
6 years ago
Zhen Lian
15c9e4f0d5
Patch for PR#20873
6 years ago
Muxi Yan
87e73a5ba4
Put back bcm.c exclusion since it's still creating duplicate symbols error
6 years ago
Alexander Polcyn
8e9c5a4c33
Update CLOSURE_RUN to Closure::Run
6 years ago
Alexander Polcyn
d7c51c6163
Have ALTS handshake clients do a RECV_STATUS op
6 years ago
Soheil Hassas Yeganeh
3261d69ae4
Use 64-bit atomic variales instead of gpr_atm in channelz.
...
There is possibility of overflow for both timestamps and counters.
Use Atomic<int64_t> and Atomic<gpr_cycle_counter> to make sure
there is no overflow.
Prior to bdd3fdddb2
, we were using grpc_millis. So the overflow
was hidden due to the fact that the deltas were correct upto 2^32
milliseconds (i.e., 49 days).
6 years ago
Jan Tattermusch
3f302c2c04
Improve ServerCallContext doc comments.
6 years ago
Esun Kim
8cad3b37dc
Updates build files to use a sorted list of sources
6 years ago
Esun Kim
969d884185
Clean memory.h
6 years ago
Yash Tibrewal
628bfb7978
Removed unused functions
6 years ago
Yash Tibrewal
800a9eb775
Fix TSAN race in handshaker code
6 years ago
Yash Tibrewal
0a9a0eb2e0
Reviewer comments
6 years ago
Muxi Yan
2a7e2af747
Fix a typo and a format issue
6 years ago
Muxi Yan
dc583632fc
List err_data.c explicitly in source files
6 years ago
Yash Tibrewal
d60b60a837
Reviewer comments
6 years ago