aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
* Merge masterGravatar Yash Tibrewal2017-11-16
|\
* | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | ExecCtx and some minor changes
| * Merge pull request #13387 from grpc/import_fixGravatar Juanli Shen2017-11-14
| |\ | | | | | | Fix an internal build failure
| * \ Merge pull request #13189 from apolcyn/pass_args_to_tsiGravatar apolcyn2017-11-14
| |\ \ | | | | | | | | Use existing read buffer in security handshaker if present
| | | * Fix an internal build failureGravatar Juanli Shen2017-11-14
| | |/ | |/|
* | | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| | |
| * | Merge pull request #13365 from jtattermusch/stats_test_boundary_skippingGravatar Jan Tattermusch2017-11-14
| |\ \ | | | | | | | | Make stats_test.IncHistogram skip values far from boundaries
| | | * Fix missing copyright, fix merge conflict in updated BUILDGravatar Alexander Polcyn2017-11-13
| | | |
| | | * Merge remote-tracking branch 'upstream/master' into pass_args_to_tsiGravatar Alexander Polcyn2017-11-13
| | | |\ | | |_|/ | |/| |
| | | * Merge remote-tracking branch 'upstream/master' into pass_args_to_tsiGravatar Alexander Polcyn2017-11-13
| | | |\
| | | * | Use existing read buffer in security handshaker if presentGravatar Alexander Polcyn2017-11-13
| | | | |
| | * | | make stats_test skip values far from boundariesGravatar Jan Tattermusch2017-11-13
| | | |/ | | |/|
| * | | clang-format after nullptr changesGravatar Craig Tiller2017-11-10
| | | |
| * | | Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| |/ /
* | | Correction to closure.cc,bm_chttp2_hpack and few moreGravatar Yash Tibrewal2017-11-10
| | |
* | | Removing more exec_ctx instancesGravatar Yash Tibrewal2017-11-09
| | |
* | | Merge masterGravatar Yash Tibrewal2017-11-09
|\| |
* | | Merge with masterGravatar Yash Tibrewal2017-11-09
|\ \ \
| | * | Reduce # of arithmetic ops to reduce time spent in this test.Gravatar Vijay Pai2017-11-09
| | | |
| | * | Remove include from end2end data files and add extern C to each definition ↵Gravatar Yash Tibrewal2017-11-07
| |/ / | | | | | | | | | instead
| * | MacOS uses end2end tests. therefore extern C neededGravatar Yash Tibrewal2017-11-07
| | |
| * | No Clang on end2end generated filesGravatar Yash Tibrewal2017-11-06
| | |
| * | Merge masterGravatar Yash Tibrewal2017-11-06
| |\ \
| | * \ Merge github.com:grpc/grpc into 50Gravatar Craig Tiller2017-11-06
| | |\ \
| | | * | Removing port 443 for the service name (used as audience) when the url is https.Gravatar Julien Boeuf2017-11-03
| | | | |
| | * | | Merge github.com:grpc/grpc into 50Gravatar Craig Tiller2017-11-03
| | |\| |
| | | * | Merge pull request #13246 from yashykt/testlinkage1Gravatar Yash Tibrewal2017-11-03
| | | |\ \ | | | | | | | | | | | | Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to pr…
| | | * \ \ Merge pull request #13161 from markdroth/service_config_fixesGravatar Mark D. Roth2017-11-03
| | | |\ \ \ | | | | | | | | | | | | | | Fix service config parsing bugs
| | * | | | | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |/ / / /
| | * | | | Improvements to C Core's backoff code and APIGravatar David Garcia Quintas2017-11-02
| | | | | |
| | | | * | Adding public_headers_must_be_c89 as a clang exceptionGravatar Yash Tibrewal2017-11-02
| | | | | |
| | | | * | Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to print the ↵Gravatar Yash Tibrewal2017-11-02
| | | |/ / | | |/| | | | | | | | | | | | addresses of public api functions to check if they can be linked to
| * | | | Merge masterGravatar Yash Tibrewal2017-11-02
| |\| | |
| | * | | Merge pull request #13022 from yihuazhang/TSI_TEST_LIB_FIXGravatar yihuaz2017-11-01
| | |\ \ \ | | | | | | | | | | | | Modify TSI test library to correctly handle the case of TSI_INCOMPLETE_DATA
| * | | | | objC needs C linkageGravatar Yash Tibrewal2017-11-01
| | | | | |
| * | | | | LLVMfuzzer extern CGravatar Yash Tibrewal2017-10-31
| | | | | |
| * | | | | bazel build errorsGravatar Yash Tibrewal2017-10-31
| | | | | |
| * | | | | changes for bazel and test certificatesGravatar Yash Tibrewal2017-10-31
| | | | | |
| * | | | | Remove test/core/censusGravatar Yash Tibrewal2017-10-31
| | | | | |
| * | | | | Merge branch 'master' into testc++izeGravatar Yash Tibrewal2017-10-31
| |\| | | |
| * | | | | BUILD changes. test languauge to C++Gravatar Yash Tibrewal2017-10-31
| | | | | |
| | * | | | Merge pull request #13106 from Vizerai/census_updateGravatar Jim King2017-10-31
| | |\ \ \ \ | | | | | | | | | | | | | | Cleaning up census code.
| * | | | | | windows linker errorsGravatar Yash Tibrewal2017-10-31
| | | | | | |
| | | | * | | modify TSI handshake to correctly handle the case of TSI_INCOMPLETE_DATAGravatar Yihua Zhang2017-10-30
| | | | | | |
| * | | | | | some BUILD changes and designated initializersGravatar Yash Tibrewal2017-10-30
| | | | | | |
| * | | | | | BUILD files changes for bazelGravatar Yash Tibrewal2017-10-30
| | | | | | |
| * | | | | | more changesGravatar Yash Tibrewal2017-10-30
| | | | | | |
| * | | | | | Merge branch 'master' into testc++izeGravatar Yash Tibrewal2017-10-30
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Changes to build other platformsGravatar Yash Tibrewal2017-10-30
| | | | | | |
| | | * | | | Fix a data race in microbenchmark stats gatheringGravatar Vijay Pai2017-10-30
| | |/ / / /