ashithasantosh
5820e833fc
Add activation logic and endpoint getters.
4 years ago
Yash Tibrewal
55821f5cf8
Revert "Merge pull request #23786 from michaelywg/cel_create_activation"
...
This reverts commit fe59761648
, reversing
changes made to 1856e224c3
.
4 years ago
Jan Tattermusch
ed97c209f1
clang format code
4 years ago
Jan Tattermusch
7d7435d1c4
make win stacktrace buildable on both cmake x86 and bazel 64bit
4 years ago
Michael Wang
b8771966f1
Added tests for eval_args address/port getters. Implemented said getters and CreateActivation.
...
Added logging for unsupported attributes
fixed make issues by moving grpc_authorization_engine under grpc
changed inet_aton to inet_pton
fixed issue leftover from initial implementation of evalargs
4 years ago
Esun Kim
3cdd6ccb26
Add MSAN workaround to TestEnvironment
4 years ago
Michael Wang
c6586f087f
implemented get_local_address accessor for grpc_endpoint
4 years ago
Yash Tibrewal
2c5291ff71
Plumb absl::Status through connectivity state notifiers
4 years ago
Vijay Pai
2667eba8c2
Fix a typo
4 years ago
Vijay Pai
9d79ca6058
C++ify core server
4 years ago
Vijay Pai
bb7cfb638d
Construct/destruct ExecCtx between init/shutdown only
4 years ago
Jan Tattermusch
bc9e99e635
clang format code
4 years ago
Jan Tattermusch
8cbd5550ef
address comments
4 years ago
Mark D. Roth
7c3fefea3f
Make request path more easily visible to LB policies.
4 years ago
Jan Tattermusch
f1975a09ff
include line numbers in win abort handler
4 years ago
Mark D. Roth
9404f66f70
Replace most uses of gpr_asprintf() with absl calls.
4 years ago
Esun Kim
62ac3f075a
Added call to grpc::testing::TestEnvironment in tests
4 years ago
Mark D. Roth
3bb427195e
Revert "Merge pull request #23053 from grpc/revert-22772-gpr_strvec"
...
This reverts commit 4b7452bcdb
, reversing
changes made to 133d0076b4
.
5 years ago
Karthik Ravi Shankar
f46c07f3f8
Revert "Remove gpr_strvec."
5 years ago
Mark D. Roth
c2ef110303
Replace gpr_strvec with absl::StrJoin().
5 years ago
yang-g
88e43d9901
Adjust wait timeout according to test slowdown factor
5 years ago
Mark D. Roth
fc6f26c89b
Remove grpc_core::StringView.
5 years ago
ZhenLian
096c276182
[4/n] Avoid using hardcoded test credentials
5 years ago
Jan Tattermusch
01d635b92a
improve code readability
5 years ago
Jan Tattermusch
84ae7981d2
blacklist a port that cannot be bound on WinRBE
5 years ago
Mark D. Roth
dbea965b8e
Fix fuzzers to actually run.
5 years ago
Mark D. Roth
48b9cd992d
Always construct LB policy config, even when only the policy name is specified.
5 years ago
Yash Tibrewal
957f0390df
Reviewer comments
5 years ago
Mark D. Roth
283574e3b7
Convert service config code to use new JSON API
5 years ago
Yash Tibrewal
6f5b4624af
Delete api_fuzzer
5 years ago
Esun Kim
74d2fb842e
Timeout for shutdown!
5 years ago
Yash Tibrewal
e36ede8c67
Remove exec_ctx dependency from logical thread
5 years ago
Jan Tattermusch
986070d280
use test size instead of timeout
5 years ago
Esun Kim
b2b7fc9af8
Replaced grpc_core::UniquePtr with std::unique_ptr
5 years ago
Esun Kim
3a519a0b64
Replaced grpc_core New & Delete with C++ new & delete
5 years ago
Lidi Zheng
c34bef4ca4
Format all Bazel files with buildifier
5 years ago
Esun Kim
81df105ac8
Deprecate gpr_get/set_allocation_functions
5 years ago
Yash Tibrewal
3a189d7e08
test changes
5 years ago
Vijay Pai
e35c869aaf
Remove unused-parameter warnings, round 2 (19 of 19)
5 years ago
Vijay Pai
7aa662b97b
Remove unused-parameter warnings, round 2 (18 of 19)
5 years ago
Vijay Pai
9b2392653a
clang-format
5 years ago
Vijay Pai
85105c6711
Use a parameter
5 years ago
Vijay Pai
2ded8cbadf
Remove unused parameter warning (14 of 20)
5 years ago
Mark D. Roth
0fbad5328f
Use a more standard iteration interface for LB policy metadata API.
5 years ago
Mark D. Roth
206c11f017
Use std::function<> for recv_trailing_metadata callback in LB policy API.
5 years ago
Mark D. Roth
5e9404e41a
Fix polymorphism for UniquePtr<> and OrphanablePtr<>.
5 years ago
Juanli Shen
6ced125bb3
xds failover locality handling
5 years ago
Vijay Pai
5d7e4bb301
Stop using deprecated gtest macros
5 years ago
Jan Tattermusch
6ebc1c616f
set uses_polling=False for some bazel tests
5 years ago
Brian Zhao
8274502af8
Windows's STACKFRAME Frame Addr should be RBP, the base pointer, not RSP, the stack pointer. This is documented here: https://docs.microsoft.com/en-us/windows/win32/api/dbghelp/ns-dbghelp-stackframe with the comment "AddrFrame x64: The frame pointer is RBP or RDI." Note that this is also what StackWalker uses: https://github.com/JochenKalmbach/StackWalker#initializing-the-stackframe64 and what Chromium uses: https://codesearch.chromium.org/chromium/src/v8/src/base/debug/stack_trace_win.cc?l=200&rcl=69d20d247f62a3378d15ce0956ed8bf9665e6a44 release notes: no
5 years ago