aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
* Merge branch 'master' into fathomGravatar Yash Tibrewal2018-12-20
|\
* | Update context list testGravatar Yash Tibrewal2018-12-20
| |
| * Merge pull request #17547 from markdroth/alignment_cleanupGravatar Mark D. Roth2018-12-20
| |\ | | | | | | Remove now-unnecessary workarounds for alignment issues.
| | * Remove now-unnecessary workarounds for alignment issues.Gravatar Mark D. Roth2018-12-18
| | |
| * | Merge with head and resolve conflict.Gravatar yang-g2018-12-17
| |\ \ | |/ / |/| |
| * | Merge remote-tracking branch 'upstream/master' into ↵Gravatar yang-g2018-12-17
| |\| | | | | | | | | | gpr_test_util_to_grpc_test_util
* | | extend local credentials to support tcp loopbackGravatar Yihua Zhang2018-12-16
| |/ |/|
* | Merge pull request #17291 from soheilhy/worktree-security-cppGravatar Soheil Hassas Yeganeh2018-12-13
|\ \ | | | | | | Move security credentials, connectors, and auth context to C++
| * | Move security credentials, connectors, and auth context to C++Gravatar Soheil Hassas Yeganeh2018-12-13
| | | | | | | | | | | | | | | | | | | | | This is to use `grpc_core::RefCount` to improve performnace. This commit also replaces explicit C vtables, with C++ vtable with its own compile time assertions and performance benefits. It also makes use of `RefCountedPtr` wherever possible.
* | | Merge pull request #17470 from apolcyn/cares_default_prepGravatar apolcyn2018-12-12
|\ \ \ | | | | | | | | Avoid SRV and TXT lookups for localhost
| * | | Disable SRV and TXT lookups for localhostGravatar Alexander Polcyn2018-12-12
| |/ /
* / / Fix alignment in memory counters.Gravatar Mark D. Roth2018-12-12
|/ /
* | Merge pull request #17456 from ncteisen/socket-paginationGravatar Noah Eisen2018-12-11
|\ \ | | | | | | Channelz: Add Pagination to ServerSockets
| * | Add max_results to ServerSocketsGravatar ncteisen2018-12-11
| | |
* | | Revert "Revert "Allow encoding arbitrary channel args on a per-address basis.""Gravatar Mark D. Roth2018-12-11
|/ /
* | Merge pull request #17398 from yihuazhang/gdc_metadata_serverGravatar yihuaz2018-12-10
|\ \ | | | | | | Add a non-sticky network check of metadata server detection to google default credentials
* | | clang tidy and clang formatGravatar ncteisen2018-12-07
| | |
| | * revert the sampleGravatar yang-g2018-12-07
| | |
* | | reviewer feedbackGravatar ncteisen2018-12-07
| | |
| | * Fix BUILD files. Manually edit bzl filesGravatar yang-g2018-12-06
| | |
| | * Promote gpr_test_util to part of grpc_test_util, add a sample to show it ↵Gravatar yang-g2018-12-06
| |/ |/| | | | | works, build.yaml change first
| * bring back original network test for metadata server detectionGravatar Yihua Zhang2018-12-05
|/
* Add debug-only tracing to grpc_core::RefCountGravatar Soheil Hassas Yeganeh2018-12-01
| | | | | Also, this patch removes the *WithTracing variants in favor of the new API.
* Merge pull request #17354 from apolcyn/fix_ares_deadlocksGravatar apolcyn2018-11-30
|\ | | | | Cancel c-ares queries after a timeout to avoid getting stuck
* | Clang-formatGravatar yang-g2018-11-30
| |
| * Cancel still-active c-ares queries after 10 seconds to avoid chance of deadlockGravatar Alexander Polcyn2018-11-30
| |
* | convert more testsGravatar yang-g2018-11-30
| |
* | change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
| |
* | Add a class to wrap grpc_test_initGravatar yang-g2018-11-30
|/
* Merge pull request #17331 from yashykt/timestamplengthGravatar Yash Tibrewal2018-11-29
|\ | | | | Add the byte offset for the RPC that is traced in Timestamps
* \ Merge pull request #17323 from markdroth/inlined_vector_copy_and_move_fixGravatar Mark D. Roth2018-11-29
|\ \ | | | | | | Fix InlinedVector to use its elements' move and copy methods.
| | * s/int/uint32_tGravatar Yash Tibrewal2018-11-29
| | |
| | * Add a byte counter to chttp2_stream and use that for timestampsGravatar Yash Tibrewal2018-11-29
| | |
| | * Do not add the TCP buffer length.Gravatar Yash Tibrewal2018-11-29
| | |
| | * Update testGravatar Yash Tibrewal2018-11-28
| | |
| * | Fix InlinedVector to use its elements' move and copy methods.Gravatar Mark D. Roth2018-11-28
| |/
* | merge conflict fixGravatar Bill Feng2018-11-26
|\|
| * Merge pull request #17239 from vishalpowar/add_ads_in_metadataGravatar vishalpowar2018-11-26
| |\ | | | | | | Adding ads (data-plane-api) method name to wellknown names list.
| * | Reviewer commentsGravatar Yash Tibrewal2018-11-20
| | |
| * | CleanupGravatar Yash Tibrewal2018-11-16
| | |
| | * Run the tools/codegen/core/gen_static_metadata.py and generate theGravatar Vishal Powar2018-11-16
| | | | | | | | | | | | required files
| * | Merge masterGravatar Yash Tibrewal2018-11-16
| |\|
| | * Add a non-polymorphic variant to RefCounted.Gravatar Soheil Hassas Yeganeh2018-11-13
| | | | | | | | | | | | | | | | | | Using RefCounted<Child, NonPolymorphic> users can now build smart, ref-counted pointers without paying the costs of a vtable when it's possible.
* | | removed accidental submodule updateGravatar Bill Feng2018-11-07
| |/ |/|
* | Add BUILD file for stats_test.ccGravatar Yash Tibrewal2018-11-05
| |
* | Added another test case for status orderingGravatar Vijay Pai2018-11-05
| |
* | Merge pull request #16773 from yihuazhang/alts_tsi_handshaker_use_pollset_setGravatar yihuaz2018-11-02
|\ \ | | | | | | Use gRPC thread model (i.e., pollset_set) in ALTS TSI implementation
* \ \ Merge pull request #17050 from ncteisen/channelz-socketsGravatar Noah Eisen2018-11-01
|\ \ \ | | | | | | | | Channelz: Socket Tracks Addresses
| | * | use gRPC thread modelGravatar Yihua Zhang2018-11-01
| |/ / |/| |
| * | remove debugging outputGravatar ncteisen2018-10-31
| | |