aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/end2end_test.cc
Commit message (Collapse)AuthorAge
* When there is an error from filters (such as max recv message size tooGravatar yang-g2017-02-23
| | | | | large), add an error to the batch to avoid emitting new rpc on the server side in C++.
* Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-27
|\
| * Merge github.com:grpc/grpc into maxmsgszGravatar Craig Tiller2017-01-26
| |\
* | | Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| |/ |/| | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* | Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
| |
| * Fix testGravatar Craig Tiller2017-01-20
|/
* Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-12
|\
* | Uncover the badnessGravatar Craig Tiller2017-01-12
| |
| * manual revert of #8901Gravatar yang-g2017-01-11
| |
* | Start resolving memory issues in C++ metadataGravatar Craig Tiller2016-12-08
| |
| * Revert "Test credentials provider update"Gravatar Craig Tiller2016-11-29
| |
| * Test credentials provider updateGravatar yang-g2016-11-22
|/
* Remove some unnecessary new/delete patternsGravatar Vijay Pai2016-11-04
|
* clang-formatGravatar Vijay Pai2016-11-01
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* Merge branch 'master' into rpc_mgrGravatar Sree Kuchibhotla2016-10-28
|\
* \ Merge branch 'master' into rpc_mgrGravatar Sree Kuchibhotla2016-10-27
|\ \
| | * Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-26
| | |\ | | |/ | |/|
| * | Fix propagation of channel args for insecure channels.Gravatar Mark D. Roth2016-10-24
| | |
| | * BufferPool --> ResourceQuotaGravatar Craig Tiller2016-10-17
| | |
* | | Fix testGravatar Sree Kuchibhotla2016-10-13
| | |
| | * Buffer pool C++ wrapperGravatar Craig Tiller2016-09-28
| |/
* / Make settings configurableGravatar Sree Kuchibhotla2016-09-27
|/
* make inline metadata value clearerGravatar yang-g2016-09-16
|
* Add a test for nonbin header containing binary valueGravatar yang-g2016-09-15
|
* Add a check for metadata from auth pluginGravatar yang-g2016-09-15
|
* Merge pull request #7559 from dgquintas/codegen_cleanseGravatar Craig Tiller2016-09-13
|\ | | | | Removed references to public APIs from codegen/
* \ Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-09-08
|\ \
| * | Change UnimplementedService to UnimplementedEchoService in echo.protoGravatar murgatroid992016-09-01
| | |
| | * removed codegen/log.hGravatar David Garcia Quintas2016-07-27
| |/ |/|
| * Merge pull request #6737 from ctiller/delayed-writeGravatar Craig Tiller2016-07-19
| | | | | | | | Delay beginning most writes until we enter poll()
* | Merge branch 'master' into assert_not_expectGravatar Robbie Shade2016-07-15
|\ \
| * | Better fix for flow control bugGravatar Craig Tiller2016-07-07
| |/
| * Merge pull request #6798 from jboeuf/fix_3803Gravatar Jan Tattermusch2016-06-24
| |\ | | | | | | Fix #3803
* | | ASSERT vector size before directly accessing first elementGravatar Robbie Shade2016-06-23
|/ /
* | Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-15
|\ \
* | | Deal with issues surrounding const members of classes used inGravatar Vijay Pai2016-06-15
| | | | | | | | | | | | containers
* | | Deal with to_string, proper usage of nullptr, and lack of map::emplaceGravatar Vijay Pai2016-06-15
| | |
| * | add a test with empty requestGravatar yang-g2016-06-07
|/ /
| * Fix double-free issue for optional_message.Gravatar Julien Boeuf2016-06-06
|/ | | | Also better end to end testing of plumbing of plugin error message.
* Merge branch 'master' of github.com:grpc/grpc into credentials_refactoringGravatar Julien Boeuf2016-05-18
|\
| * fix compiling errorGravatar yang-g2016-05-10
| |
| * Add parsing back to protobuf exampleGravatar yang-g2016-05-06
| |
| * Add a test for server returning error with debug info in trailer.Gravatar yang-g2016-05-05
| |
* | Refactoring the core security code.Gravatar Julien Boeuf2016-05-04
|/ | | | | | | | | | | | | | | | | | | | | As opposed to a flat directory, we now have the following structure: - security -context - credentials - composite - fake - google_default - iam - jwt - oauth2 - plugin - ssl - transport - util We have not refactored the test code yet but this PR is already large enough...
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Add support for IP Addresses in Subject Alt Names.Gravatar Paul Querna2016-03-14
|
* Allow use of alternative credential types.Gravatar Dan Born2016-03-03
|
* Fix ResponseStreamServerCancelAfter test flakeGravatar Sree Kuchibhotla2016-02-29
|