Lidi Zheng
87e1189083
Use dedicated threads for synchronous runners
6 years ago
Karthik Ravi Shankar
7f88f66f93
Fix ordering of load and licenses in BUILD
...
Bazel requires load come above licenses in BUILD file.
6 years ago
Karthik Ravi Shankar
edd22e5a6c
Address reviewer comments
6 years ago
Vijay Pai
55748facd8
Fix server shutdown ordering issue
6 years ago
Alexander Polcyn
df4801a7fc
Address comments; remove unneedd nullptr check
6 years ago
Alexander Polcyn
6b62e2d1cc
Post-review change; ensure handshake queue has been initialized in alts_tsi_handshaker_test
6 years ago
Alexander Polcyn
528d50ab15
Add a global queue to limit the number of outstanding ALTS handshakes
6 years ago
Esun Kim
f40a702441
Clean up headers
6 years ago
Mark D. Roth
80c69d8277
Remove unnecessary owners in client_channel tree.
6 years ago
Guantao Liu
75e278ad74
Fix sanity checks.
6 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
Guantao Liu
b48fcfbc09
Fix build rules.
6 years ago
Guantao Liu
8c58f224de
Bare bones of the libuv EventManager.
6 years ago
James Newton-King
eef228a596
Clean up
6 years ago
James Newton-King
65f6feea41
Clean up
6 years ago
James Newton-King
7ef103b372
Make watch writing thread safe
6 years ago
Mark D. Roth
0e487a7405
Convert grpc_connector to C++.
6 years ago
James Newton-King
dbc0bcc91d
Add watchers lock
6 years ago
Jan Tattermusch
986070d280
use test size instead of timeout
6 years ago
Jan Tattermusch
d34f7f3df5
fix unobserved task exception problem for non-exhausted response streams
6 years ago
Jan Tattermusch
87bb6ed2bf
add UnobservedTaskExceptionTest
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
James Newton-King
48ba78a7de
Clean up
6 years ago
James Newton-King
dbff2e04ba
C# health checks watch
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
Stanley Cheung
bc345de788
Fix int64_t type
6 years ago
Stanley Cheung
778c34d175
PHP: add custom logger
6 years ago
Esun Kim
969d884185
Clean memory.h
6 years ago
Hannah Shi
4abd86c7fa
reduce 3 times memcpy of message to 1 time only.
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
Hannah Shi
337f0c5b15
indentation
6 years ago
Esun Kim
e8863d0064
Fix new & delete match
6 years ago