aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-11
|\
| * Merge pull request #12318 from dgquintas/fix_epoll1_flakiness_client_lb_e2eGravatar David G. Quintas2017-09-08
| |\ | | | | | | {grpclb,client_lb}_end2end: Fix epoll1 flakes
| * \ Merge pull request #12200 from dgquintas/rename_lr_to_pluginGravatar David G. Quintas2017-09-08
| |\ \ | | | | | | | | Renamed load_reporting.{c,h} to load_reporting_plugin.{c,h}
* | | | Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-08
|\| | |
| * | | Merge pull request #12418 from jiangtaoli2016/fake_zero_copy_protectorGravatar Mark D. Roth2017-09-08
| |\ \ \ | | | | | | | | | | Fake zero copy protector
| * \ \ \ Merge pull request #12372 from vjpai/armalarmadingdongGravatar Vijay Pai2017-09-07
| |\ \ \ \ | | | | | | | | | | | | Core API change: Decouple alarm construction from setting to avoid races in MT code
| * \ \ \ \ Merge pull request #12402 from kumaralokgithub/masterGravatar kumaralokgithub2017-09-07
| |\ \ \ \ \ | | | | | | | | | | | | | | Partition microbenchmarks to be easily shareable with google specific transports
| * \ \ \ \ \ Merge pull request #12437 from dgquintas/fix_concurrent_mergesGravatar David G. Quintas2017-09-07
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix use of grpc_channel_filter from concurrent merges
| | * | | | | | Fix use of grpc_channel_filter from concurrent mergesGravatar David Garcia Quintas2017-09-07
| | | | | | | |
| * | | | | | | Merge github.com:grpc/grpc into stats_histoGravatar Craig Tiller2017-09-07
| |\| | | | | |
| | | | | | * | Merge branch 'master' of github.com:grpc/grpc into rename_lr_to_pluginGravatar David Garcia Quintas2017-09-07
| | | | | | |\ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Merge pull request #12104 from dgquintas/filters_prioGravatar David G. Quintas2017-09-07
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added way to remove filters from channel stack builder
| * | | | | | | | Merge github.com:grpc/grpc into stats_histoGravatar Craig Tiller2017-09-07
| |\| | | | | | |
| | * | | | | | | Merge pull request #12369 from markdroth/call_combinerGravatar Mark D. Roth2017-09-07
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Second attempt at call combiner PR
| | | | | | | | | * {grpclb,client_lb}_end2end: Fix epoll1 flakesGravatar David Garcia Quintas2017-09-07
| | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Merge pull request #12080 from y-zeng/connectivityGravatar Yuchen Zeng2017-09-07
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Reconnect channels automatically in C++ clients
| * | | | | | | | | clang-formatGravatar Craig Tiller2017-09-07
| | | | | | | | | |
| * | | | | | | | | Merge github.com:grpc/grpc into stats_histoGravatar Craig Tiller2017-09-07
| |\| | | | | | | |
| | | | | | | * | | Decouple alarm construction from setting to avoid races in MT codeGravatar Vijay Pai2017-09-07
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Revert "Annotate benign race"Gravatar Craig Tiller2017-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6869da4d658bf3e6631a8773e4b8ae315fcfec0e.
| | | | | | | * | fix secure_endpoint_testGravatar jiangtaoli20162017-09-07
| | | | | | | | |
| | | | | | * | | Merge remote-tracking branch 'upstream/master'Gravatar Alok Kumar2017-09-06
| | | | | | |\ \ \
| | | | | * | \ \ \ Merge branch 'master' of github.com:grpc/grpc into filters_prioGravatar David Garcia Quintas2017-09-06
| | | | | |\ \ \ \ \ | | | | | | | |/ / / | | | | | | |/| | |
| | | | | | | | | * s/load_reporting/server_load_reportingGravatar David Garcia Quintas2017-09-06
| | | | | | | | | |
| | | | | | | * | | Clang format modified filesGravatar Alok Kumar2017-09-06
| | | | | | | | | |
| | | | | | | * | | Fix microbenchmarks BUILD fileGravatar Alok Kumar2017-09-06
| | | | | | | | | |
| | | | | | | * | | Partition microbenchmarks to be easily sharable for google specific transportsGravatar Alok Kumar2017-09-06
| | | | | | | | | |
| * | | | | | | | | Merge github.com:grpc/grpc into stats_histoGravatar Craig Tiller2017-09-06
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| | | * | | | | | | Condition variables are not latches, againGravatar David Garcia Quintas2017-09-06
| | |/ / / / / / /
| | | | | | | * / Fake zero-copy frame protectorGravatar jiangtaoli20162017-09-06
| | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | Increase the grace period in ReconnectChannel testsGravatar Yuchen Zeng2017-09-06
| | | | | | | |
| * | | | | | | Annotate benign raceGravatar Craig Tiller2017-09-06
| | | | | | | |
| * | | | | | | Update Bazel for new systemsGravatar Craig Tiller2017-09-06
| | | | | | | |
| * | | | | | | Fix ASAN detected failureGravatar Craig Tiller2017-09-06
| | | | | | | |
| * | | | | | | Bounds fixesGravatar Craig Tiller2017-09-05
| | | | | | | |
| | | | * | | | Clarify log messages when starting test cases.Gravatar Mark D. Roth2017-09-05
| | | | | | | |
| * | | | | | | Optimize testGravatar Craig Tiller2017-09-05
| | | | | | | |
| | * | | | | | Merge pull request #12373 from nicolasnoble/gtest_is_not_gmockGravatar Nicolas Noble2017-09-05
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Splitting gmock out of gtest.
| | * \ \ \ \ \ \ Merge pull request #12024 from yihuazhang/tsi_test_libGravatar Mark D. Roth2017-09-05
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add transport security test library
| * | \ \ \ \ \ \ \ Merge branch 'stats_histo_ints' into stats_histoGravatar Craig Tiller2017-09-01
| |\ \ \ \ \ \ \ \ \
* | | | | | | | | | | Change plugin credentials API to support both sync and async modes.Gravatar Mark D. Roth2017-09-01
| |_|/ / / / / / / / |/| | | | | | | | |
| | | | * | | | | | Splitting gmock out of gtest.Gravatar Nicolas "Pixel" Noble2017-09-01
| |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Add stats testGravatar Craig Tiller2017-09-01
| | | | | | | | |
| | | | | * | | | Revert "Revert "Implement call combiner""Gravatar Mark D. Roth2017-09-01
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | This reverts commit bf19961d0a49b43cb528392efeb4880eeebb9b5e.
| | * | | | | | Expose stats into qps_driverGravatar Craig Tiller2017-08-31
| |/ / / / / /
| * | | | | | Merge branch 'stats' into stats_histoGravatar Craig Tiller2017-08-31
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge github.com:grpc/grpc into statsGravatar Craig Tiller2017-08-31
|\ \ \ \ \ \ \
| | * | | | | | Expose histograms via microbenchmarksGravatar Craig Tiller2017-08-31
| |/ / / / / / |/| | | | | |
| * | | | | | Merge pull request #12306 from kpayson64/ref_counting_slicesGravatar kpayson642017-08-31
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Give ownership of byte buffers to write ops
| * | | | | | | Make package names consistent under test/coreGravatar yang-g2017-08-31
| | | | | | | |