Soheil Hassas Yeganeh
80c177d4c4
Revert "Introduce string_view and use it for gpr_split_host_port."
6 years ago
Julien Boeuf
189c2c8c30
Adding support for STS Token Exchange Creds in core:
...
- IETF specification is available here:
https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16
6 years ago
Karthik Ravi Shankar
2602bdd3e4
Address review comments
6 years ago
Yunjia Wang
833bd5c118
Change trace flag name, add some comment in test
6 years ago
Yunjia Wang
c48eac2dd4
Modify variable name for consistency, remove extra test
6 years ago
Karthik Ravi Shankar
514413de70
Clang formatting errors
6 years ago
Karthik Ravi Shankar
c041acb7a7
Fix the unit tests to exercise nesting correctly.
6 years ago
Karthik Ravi Shankar
44160d2b65
Add unit test to check the re-entrancy of callbacks
6 years ago
Yunjia Wang
2a7e593ac4
Change consumer thread to class
6 years ago
Yunjia Wang
723d6580bd
Change to malloc
6 years ago
Yunjia Wang
241d77bd80
remove extra constant
6 years ago
Yunjia Wang
a68e7bc461
Remove extra header file, change to c test, change new/delete
6 years ago
Moiz Haidry
fbd5957ee8
Sanity and build fixes
6 years ago
Yunjia Wang
491d4a8d93
test name matching
6 years ago
Moiz Haidry
63083d4472
Code cleanup
6 years ago
Moiz Haidry
3ce20819cf
Modify codegen to use grpc_impl namespace and other cleanups
6 years ago
yunjiaw26
857d8d14b0
Fix format error and memory leak
6 years ago
Soheil Hassas Yeganeh
ef0f9bf7ec
Introduce string_view and use it for gpr_split_host_port.
6 years ago
Yunjia Wang
befd236fa3
Remove extra
6 years ago
Yunjia Wang
fdd856312a
Modify class name and other small changes
6 years ago
Prashant Jaikumar
43628b286f
Update googletest version to v1.8.1
...
Bazel builds of test/cpp/end2end:end2end_test were failing on Mac OS with v1.8.0 due to missing gtest symbols. The issue is not seen in v1.8.1. A WORKSPACE file was added to gtest repo in 1.8.1, so gtest.BUILD can be removed.
6 years ago
Prashant Jaikumar
fbfb93c88f
Fix C++ tests to run on iOS
...
- Define grpc_iomgr_run_in_background in iomgr_posix_cfstream.cc
- Use *_IF_SUPPORTED() for death tests
- Move global test init, teardown to SetUpTestCase, TearDownTestCase as GTMGoogleTestRun doesn't run main()
6 years ago
Yunjia Wang
a3a5685d29
Modify Node allocate/deallocate
6 years ago
Yunjia Wang
2fbd77aee4
Fix Node compile error on operator overload
6 years ago
Yunjia Wang
58e36f1034
Add base class abstract macro to all classes
6 years ago
Yunjia Wang
ad22f9d7bf
Add delete operator overload
6 years ago
Juanli Shen
67e6b03e92
Fix compression algorithm parsing
6 years ago
Vijay Pai
6124a835d4
Revert "Hide ConnectedSubchannel from LB policy API."
6 years ago
yang-g
e291396644
Cap deadline to 99999999 seconds on wire
6 years ago
Prashant Jaikumar
87245f7198
Fix BoringSSL pod name
6 years ago
Yash Tibrewal
8a310e5063
Clang tidy
6 years ago
Yash Tibrewal
4fc02c6bf5
add tests for bad stream IDs
6 years ago
Yunjia Wang
0a1b6d8304
Modify format - nullptr
6 years ago
Yunjia Wang
6fc7d2b18f
fix undefined reference to operator delete for MPMCQueue interface class
6 years ago
Yash Tibrewal
9f10ab5377
Add gtest dependency to the test instead of library
6 years ago
Yash Tibrewal
e60c43ff3e
Add out of bounds frame tests
6 years ago
Yunjia Wang
a633ad3814
add mpmcqueue implementation ad test
6 years ago
Yash Tibrewal
56a0153f16
Heap allocate the stream object for other benchmark cases too
6 years ago
Vijay Pai
f05c475f01
Fix Python3 incompatibility
6 years ago
Yash Tibrewal
cceca10a8a
Fix data race, heap use-after-free issue in bm_chttp2_transport
6 years ago
Yash Tibrewal
219c3b38aa
Clang-tidy
6 years ago
Yash Tibrewal
90f1c32b85
Sanity checks and return value
6 years ago
Muxi Yan
f5551f1138
Revert " Added some Objective C tests and minor bug fixes."
6 years ago
Mark D. Roth
7767fbe683
Hide ConnectedSubchannel from LB policy API.
6 years ago
Yash Tibrewal
94e7edad99
Add Delegating Channel
6 years ago
Yash Tibrewal
ea427791d3
Reviewer comments
6 years ago
Soheil Hassas Yeganeh
5d65a9fa7b
Address comments from Vijay.
6 years ago
Soheil Hassas Yeganeh
0d6cffd6c4
Introduce grpc_slice_from_moved_string.
...
Suggested by @markdroth to avoid extra allocation and copy when it's not
needed.
6 years ago
Juanli Shen
5bd4c0c7d0
Add operator== for ServerAddress and InlinedVector
6 years ago
Prashant Jaikumar
2b6e7c4423
Added some Objective C tests and minor bug fixes.
...
Objective-C tests: metadata, compression, keepalives, channel args.
Stress tests: network flap while streaming call in progress.
Bug fixes:
Stream gzip handling in interop server.
Keep alive, backoff time truncation bug in Obj-C layer.
6 years ago