Yash Tibrewal
114f03ed6d
Reduce log level of gpr_cpu_current_cpu to GPR_DEBUG
5 years ago
Yash Tibrewal
79aa21fa71
Reviewer comments
5 years ago
Vijay Pai
405d7b4ce0
Ban use of std::sync constructs
5 years ago
Jan Tattermusch
cf019a8cbe
only run the test with tracing enabled on windows
5 years ago
Jan Tattermusch
1387226fe0
reduce amount of logs generated by ExternalDnsWithTracingClientServerTest
5 years ago
Yash Tibrewal
61020b55f9
Remove GRPC_CLOSURE_LIST_SCHED and remove scheduler field from grpc_closure
5 years ago
Zhen Lian
15c9e4f0d5
Patch for PR#20873
5 years ago
Muxi Yan
87e73a5ba4
Put back bcm.c exclusion since it's still creating duplicate symbols error
5 years ago
Alexander Polcyn
8e9c5a4c33
Update CLOSURE_RUN to Closure::Run
5 years ago
Alexander Polcyn
d7c51c6163
Have ALTS handshake clients do a RECV_STATUS op
5 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).
5 years ago
Jan Tattermusch
3f302c2c04
Improve ServerCallContext doc comments.
5 years ago
Esun Kim
8cad3b37dc
Updates build files to use a sorted list of sources
5 years ago
Esun Kim
969d884185
Clean memory.h
5 years ago
Yash Tibrewal
628bfb7978
Removed unused functions
5 years ago
Yash Tibrewal
800a9eb775
Fix TSAN race in handshaker code
5 years ago
Yash Tibrewal
0a9a0eb2e0
Reviewer comments
5 years ago
Muxi Yan
2a7e2af747
Fix a typo and a format issue
5 years ago
Muxi Yan
dc583632fc
List err_data.c explicitly in source files
5 years ago
Yash Tibrewal
d60b60a837
Reviewer comments
5 years ago
Esun Kim
e8863d0064
Fix new & delete match
5 years ago
Esun Kim
e45b60d1fe
Fix unique_ptr<char> memory allocation mismatch
5 years ago
Esun Kim
c569f9883f
Add legacy functions for internal usage
5 years ago
Yash Tibrewal
eff1648ad7
Remove unused variable
5 years ago
Yash Tibrewal
33c49187d9
Fix gen_build_yaml.py
5 years ago
Muxi Yan
243ff8ad73
generate projects
5 years ago
Zhen Lian
ddf565db33
running clang-format -i on each modified files
5 years ago
Esun Kim
b2b7fc9af8
Replaced grpc_core::UniquePtr with std::unique_ptr
5 years ago
Esun Kim
5a5734ff03
Use std::string for channelz
5 years ago
Lidi Zheng
cb6726d0ea
Make the exception detail more helpful
5 years ago
Esun Kim
d287745c77
Fix test
5 years ago
Esun Kim
3d3577e28d
Update by review
5 years ago
Esun Kim
3a519a0b64
Replaced grpc_core New & Delete with C++ new & delete
5 years ago
Richard Belleville
40510efdc1
Yapf
5 years ago
Esun Kim
3de8f0b849
Replaced grpc_core::Map with std::map
5 years ago
Esun Kim
0bf9799107
Replaced grpc_core::Set with std::set
5 years ago
Richard Belleville
10e7befbf4
Appease pylint
5 years ago
Richard Belleville
3f1b5fe2aa
Whoops
5 years ago
Richard Belleville
7bf58e82fd
(hopefully) fix Windows
5 years ago
Lidi Zheng
918492d3ca
Make buildifier happy
5 years ago
Esun Kim
de81f120b2
Abseilify StringView
5 years ago
Richard Belleville
df8bd10b96
Skip test not applicable to unary-stream case
5 years ago
Esun Kim
4e396883d4
Update by review
5 years ago
Esun Kim
1e74c102cd
Add GRPC_USE_ABSL flag
5 years ago
Lidi Zheng
80f66ab248
Eliminate an evil space line
5 years ago
Lidi Zheng
08f145da99
Unify the logic around Core Callback API for both sides
5 years ago
Richard Belleville
a08da012d2
Switch to config-driven style
5 years ago
Esun Kim
aaf48c66fc
Change upb from filegroup to library
5 years ago
Lidi Zheng
c34bef4ca4
Format all Bazel files with buildifier
5 years ago
Lidi Zheng
4373d88caf
Fix the tests after merging with Unified Stub Call
5 years ago