5858 Commits (db54580f20cba0b9ab13f6668c73fe199ecb1059)

Author SHA1 Message Date
Vijay Pai 5d7e4bb301 Stop using deprecated gtest macros 5 years ago
yang-g 49b796eeb1 Clean up the test 5 years ago
yang-g 76308c0c9a Fix sanity_check and add a test 5 years ago
Jan Tattermusch 6ebc1c616f set uses_polling=False for some bazel tests 5 years ago
Hope Casey-Allen 2af922e8c3 Skip service config tests for gcc4.8 and below 5 years ago
Lidi Zheng 781b12023a Fix import failure due to 'visibility = ["//visibility:public"]' 5 years ago
Soheil Hassas Yeganeh 9b9764cb2a Fix build error in SSL fuzzer. 5 years ago
Soheil Hassas Yeganeh 35e2760ffa Add a fast path to allocate slices in the resource quota. 5 years ago
Soheil Hassas Yeganeh 05901eaaa3 Fix filter_latency.cc 5 years ago
Esun Kim c965ca1494 Pull out configuration from ssl_utils 5 years ago
Soheil Hassas Yeganeh c9376b4e0b Use cycle clock instead of clock monotonic to measure call latency. 5 years ago
Mark D. Roth 51d18ecc63 Convert mpscq API from C to C++. 5 years ago
Vijay Pai fd9bdd9922 Avoid duplicate initialization of SSL (from within grpc and from test) 5 years ago
Mark D. Roth d3f50ace39 Use mutex instead of combiner in client channel data plane. 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
Esun Kim 3c6bb96a1f Add test for static elements 5 years ago
Vijay Pai 65eb9c9ddb
Revert "Test message size of 100MB" 5 years ago
Juanli Shen d34f366337 Test message size of 100MB 5 years ago
Arjun Roy b46e3668d3 s/branch/tail_call/ for CH2 on_hdr(). 5 years ago
Mark D. Roth 21c5424477 Add API for accessing per-call backend metric data in LB policies. 5 years ago
Arjun Roy 2767accc1b Fixed init-order-fiasco for static slice table. 5 years ago
Mark D. Roth 18be57b4df LB policy API changes suggested by Sanjay. 5 years ago
Esun Kim 2707fd0bd4 Added GRPC_USE_CPP_STD_LIB flag 5 years ago
yang-g 3728329033 return unavailable on transport closed 5 years ago
Esun Kim a031f0ffd6 Remove all nanopb defines 5 years ago
Mark D. Roth 5d646ff9ff Make Map<> copyable. 5 years ago
Esun Kim e0b94db1b9 Enforce abstract class rule 5 years ago
Hope Casey-Allen 59564ebd96 Fix warnings to unblock gcc8 support 5 years ago
Matthew Stevenson 6189d34724 Revert "Forgot to autogenerate files and run clang_format/tidy_code" 5 years ago
Matthew Stevenson 9295e4ebb3 Forgot to autogenerate files and run clang_format/tidy_code 5 years ago
Juanli Shen a802b14be6 Add xds resolver 5 years ago
Qiancheng Zhao 1391c93a95 atomic client idle filter 5 years ago
Esun Kim feb263ba6d Add check_attrs & clean-up build.yaml 5 years ago
Yihua Zhang ae863630d5 Add spiffe client-side credential reload 5 years ago
Juanli Shen 45dd8be442 Use LRS in xds policy 5 years ago
Esun Kim be4e684a82 Migrated tsi/alts from nanopb to upb 5 years ago
Tony Lu d2ce6e707c Isolated test-specific build steps so that unrelated tasks don't run them 5 years ago
Yihua Zhang c414fe06f8 add cred data to BUILD files 5 years ago
Esun Kim 6f2234277a Disable nanopb fuzzer test 5 years ago
Juanli Shen 79f191114e Use EDS in xds LB policy 5 years ago
Yihua Zhang 8a301a438a revision 1 5 years ago
Esun Kim c6b0bd08c7 Updated grpclb to use upb 5 years ago
Soheil Hassas Yeganeh bdd3fdddb2 Expose cycle counter and use it /channelz. 5 years ago
Yihua Zhang dab3bdde61 recongize URI and email address SAN fields 5 years ago
Arjun Roy b2cda1e185 Reduced ops for grpc_chttp2_stream_map_find(). 5 years ago
Hope Casey-Allen bd8a04a6e9 Add human-readable names for channelz sockets and listen sockets 5 years ago
Mark D. Roth db3d8be647 Add MetadataInterface abstraction to LB policy API. 5 years ago
Yash Tibrewal 2d498d2b6c Add a few tests for ContextList and BufferList. Also, check that 5 years ago
Yunjia Wang 7c10819641 Fix comments 5 years ago
Mark D. Roth 224f0ef837 Second attempt: Hide ConnectedSubchannel from LB policy API. 5 years ago