aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* Merge pull request #11797 from yang-g/init_benchmark_to_testGravatar Yang Gao2017-07-13
|\ | | | | Replace InitBenchmark with InitTest. Remove qps_test.cc
| * Regenerate projects and fixesGravatar yang-g2017-07-13
| |
* | Add test tree owners for C/C++Gravatar Craig Tiller2017-07-13
| |
| * Replace InitBenchmark with InitTest. Remove qps_test.ccGravatar yang-g2017-07-13
|/
* Disable health check service in async end2end tests as it is causing flakes ↵Gravatar Sree Kuchibhotla2017-07-11
| | | | in mac
* Merge pull request #11572 from vjpai/internalizeGravatar Vijay Pai2017-07-10
|\ | | | | Separate internal-only and public parts of C++ API
* | Fix codegen_test_fullGravatar David Garcia Quintas2017-07-10
| |
| * Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
|/ | | | or that interface with core and are only for internal use
* Merge pull request #11696 from dgquintas/rr_concurrent_updates_fixGravatar David G. Quintas2017-07-07
|\ | | | | Fix RR concurrent updates
* \ Merge pull request #11639 from murgatroid99/master_1.4.1_upmergeGravatar Michael Lumish2017-07-07
|\ \ | | | | | | Upmerge v1.4.x to master
| | * Fix RR concurrent updatesGravatar David Garcia Quintas2017-07-06
| | |
* | | Merge pull request #11532 from ctiller/optimize_forGravatar Craig Tiller2017-07-06
|\ \ \ | | | | | | | | Allow application optimization targets to be hinted to grpc (prefer latency over throughput for now)
* \ \ \ Merge pull request #11557 from ncteisen/writelast-bugfixGravatar Noah Eisen2017-07-06
|\ \ \ \ | | | | | | | | | | WriteLast Bugfix
| | | * | Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmergeGravatar murgatroid992017-07-06
| |_|/| | |/| | | |
| | * | | Add channel args to qps serverGravatar Craig Tiller2017-07-06
| | | |/ | | |/|
* | / | Move gtest include after proto includeGravatar David Garcia Quintas2017-07-05
| |/ / |/| |
| * | s/hanging/pending/gGravatar ncteisen2017-07-05
| | |
| * | Add repro and fix to bidi caseGravatar ncteisen2017-07-05
| | |
| * | Add repro for coalescing bugGravatar ncteisen2017-07-05
| | |
| * | Make stream responses togglable via contextGravatar ncteisen2017-07-05
|/ /
* | Merge pull request #11648 from markdroth/c++_filter_fixesGravatar Mark D. Roth2017-06-30
|\ \ | | | | | | Improvements to C++ filter API
| * | Fix filter_end2end_test.Gravatar Mark D. Roth2017-06-30
| | |
* | | Merge pull request #11539 from dgquintas/alarm_non_copyableGravatar David G. Quintas2017-06-29
|\ \ \ | | | | | | | | Make grpc::Alarm non-copyable
| | * | Improvements to C++ filter API:Gravatar Mark D. Roth2017-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Make sure all C-core parameters are passed into C++ methods. - Add Destroy() methods for ChannelData and CallData. - Use C++-style casts. - Add 'extern "C"' to iomgr/closure.h, which is used in C++ filters.
| * | | Split move testGravatar David Garcia Quintas2017-06-28
| | | |
| | | * Merge pull request #11610 from ncteisen/v1.4.x-perf-bot-patchGravatar Noah Eisen2017-06-27
| | | |\ | | | | | | | | | | Perf Bot Backport
| | | | * Few more bm trickle fixesGravatar ncteisen2017-06-26
| | | | |
| | | | * Clang fmt and copyright sanityGravatar ncteisen2017-06-26
| | | | |
| | | | * Add json out flag to qps driverGravatar ncteisen2017-06-26
| | | | |
| | | | * Fix bm_diffGravatar ncteisen2017-06-26
| | | | |
* | | | | added test for RR connectivity state upon subchannels shutdownGravatar David Garcia Quintas2017-06-26
| |/ / / |/| | |
| | * | Fix RR policy connectivity state upon subchannels shutdownGravatar David Garcia Quintas2017-06-23
| | |/
* | | Merge pull request #11499 from markdroth/trailers_onlyGravatar Mark D. Roth2017-06-22
|\ \ \ | | | | | | | | Add support for Trailers-Only responses.
| * | | Add support for Trailers-Only responses.Gravatar Mark D. Roth2017-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - When receiving a Trailers-Only response, return the metadata as trailing metadata instead of initial metadata. - Send Trailers-Only response when we have no non-default initial metadata, no message to send, and trailing metadata to send.
| | * | Make grpc::Alarm non-copyableGravatar David Garcia Quintas2017-06-20
| |/ /
* / / Still create channel if remotedb is false. Just do not use it in the file ↵Gravatar yang-g2017-06-19
|/ / | | | | | | parsing
* | clang fmtGravatar ncteisen2017-06-19
| |
* | Add json out flag to qps driverGravatar ncteisen2017-06-19
| |
* | Merge remote-tracking branch 'origin/master' into HEADGravatar Ken Payson2017-06-13
|\ \
| * \ Merge pull request #9823 from mjkim/fix_unkownGravatar Mehrdad Afshari2017-06-12
| |\ \ | | | | | | | | Fix typos
| * | | Add rich closure debug modeGravatar ncteisen2017-06-08
| | | |
| * | | Merge github.com:grpc/grpc into ALL-the-thingsGravatar Craig Tiller2017-06-08
| |\ \ \
| | * | | license fixesGravatar Jan Tattermusch2017-06-08
| | | | |
| | * | | fix remaining license noticesGravatar Jan Tattermusch2017-06-08
| | | | |
| | * | | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| | | | |
| * | | | Merge github.com:grpc/grpc into ALL-the-thingsGravatar Craig Tiller2017-06-07
| |\| | |
| * | | | Merge github.com:grpc/grpc into ALL-the-thingsGravatar Craig Tiller2017-06-07
| |\ \ \ \
| | | * | | Implement LB policy updatesGravatar David Garcia Quintas2017-06-06
| | |/ / /
| | * | | Pare down args once moreGravatar ncteisen2017-06-06
| | | | |
| * | | | Merge branch 'selectivity' into ALL-the-thingsGravatar Craig Tiller2017-06-02
| |\ \ \ \