aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests
Commit message (Collapse)AuthorAge
...
* | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-06
|\ \ \ \ | | |/ / | |/| |
| | | * Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-03
| | | |\ | | |_|/ | |/| |
| * | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-06-02
| |\ \ \
| | | * \ Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-05-31
| | | |\ \ | | | |/ / | | |/| |
* | | | | Rename functionsGravatar Craig Tiller2016-05-24
| | | | |
* | | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-24
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Make request_with_flags timeout deadline equal to that of request_with_payload.Gravatar Robbie Shade2016-05-23
| | | | |
| | * | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-05-19
| | |\ \ \
| | | | | * Merge branch 'compression_incoming_checks' into compression_md_level_bisGravatar David Garcia Quintas2016-05-18
| | | | | |\
| | | | * | \ Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-05-18
| | | | |\ \ \ | | | | |/ / / | | | |/| | |
| | | | | * | Compression test fixesGravatar David Garcia Quintas2016-05-17
| | | | | | |
| | | | | * | Merge branch 'moar-compression-public-refactorings' into ↵Gravatar David Garcia Quintas2016-05-17
| | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | compression_md_level_bis
| | | | | | | * Moved down verification upon cancellationGravatar David Garcia Quintas2016-05-17
| | | | | | | |
| | | | | | | * Merge branch 'master' of github.com:grpc/grpc into compression_incoming_checksGravatar David Garcia Quintas2016-05-17
| | | | | | | |\ | | | | |_|_|_|/ | | | |/| | | |
| | | | | | | * INTERNAL -> UNIMPLEMENTED for disabled algorithmsGravatar David Garcia Quintas2016-05-17
| | | | | | | |
| | | | | | * | Refactorings and renamings related to compression.Gravatar David Garcia Quintas2016-05-16
| | | | |_|/ / | | | |/| | | | | | | | | | | | | | | | | Also added levels to the channel args options.
| | | | | * | made send_initial_md compression level a "maybe"Gravatar David Garcia Quintas2016-05-12
| | | | | | |
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-05-12
| | | | | |\ \ | | | | |_|/ / | | | |/| | |
* | | | | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-11
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Julien Boeuf2016-05-10
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | credentials_refactoring
| | | | | * | Allow servers to select compression level via initial MD.Gravatar David Garcia Quintas2016-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting the newly added compression_level field of grpc_op::send_initial_metadata by a server now has the effect of applying that compression level for the subsequent call messages leaving the server. The ultimate meaning of the level depends on the client's supported compression algorithms.
* | | | | | | Fix filter_causes_closeGravatar Craig Tiller2016-05-09
| | | | | | |
* | | | | | | Convert tests to new error schemeGravatar Craig Tiller2016-05-06
| |/ / / / / |/| | | | |
| * | | | | More clang-format fixes.Gravatar Mark D. Roth2016-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...
| * | | | Apply clang-format diffs.Gravatar Mark D. Roth2016-05-04
| | | | |
| * | | | Fix max_message_length test, which was broken by the previous fix to theGravatar Mark D. Roth2016-05-04
| | | | | | | | | | | | | | | | | | | | proxy tests.
| * | | | Use unlimited default for max header size until receiving new settingsGravatar Mark D. Roth2016-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from the peer. This both complies with the RFC and ensures that if the user sets a higher limit than the 16K default, we won't incorrectly reject data sent before settings are exchanged. Also fix proxy tests.
| | | * | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-05-03
| | | |\ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'master' into limit_metadata_sizeGravatar Mark D. Roth2016-05-02
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Changed writing code to honor the peer's header size limit setting.Gravatar Mark D. Roth2016-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed large_metadata test to only cover the case where both the client and server support large metadata; I will cover the other cases in separate tests in a subsequent commit.
| | * | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-04-29
| | |\ \ \ | |_|/ / / |/| | | |
| * | | | Mark stream as cancelled if we exceed the metadata size limit.Gravatar Mark D. Roth2016-04-28
| | | | | | | | | | | | | | | | | | | | Also take this opportunity to convert the seen_error field to a bool.
| | * | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-04-27
| | |\ \ \
| * | | | | Initial attempt at adding support for max metadata size. Currently, theGravatar Mark D. Roth2016-04-27
| | |/ / / | |/| | | | | | | | | | | | | | | | | | code does not seem to be properly causing the RPC to fail when the max size is exceeded.
* | | | | Merge github.com:grpc/grpc into split-me-baby-one-more-timeGravatar Craig Tiller2016-04-26
|\| | | |
| | | * | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-04-25
| | | |\ \ | | |_|/ / | |/| | |
| | | | * Validation for incoming compressed dataGravatar David Garcia Quintas2016-04-23
| | |_|/ | |/| |
| | | * Changes across the board from pollset to pollset_setGravatar David Garcia Quintas2016-04-18
| | | |
| * | | Fixing op duplication in test.Gravatar Julien Boeuf2016-04-15
| | |/ | |/|
| | * Added grpc_call_stats to the call stackGravatar David Garcia Quintas2016-04-14
| |/
| * Merge pull request #6080 from ctiller/filters-can-cause-closesGravatar Jan Tattermusch2016-04-12
| |\ | | | | | | Add a test for forced stream closure on the server, and make it work
* | | Fix new testGravatar Craig Tiller2016-04-06
|/ /
* | Merge github.com:grpc/grpc into e2efuzzGravatar Craig Tiller2016-04-06
|\ \
| | * Fix commentGravatar Craig Tiller2016-04-06
| |/ |/|
| * Merge pull request #6087 from ctiller/reset_copyrightGravatar Jan Tattermusch2016-04-05
| |\ | | | | | | Remove unnecessary -2016 from copyrights
| | * Remove unnecessary -2016 from copyrightsGravatar Craig Tiller2016-04-05
| | |
* | | Fix structGravatar Craig Tiller2016-04-04
| | |
* | | Add a test demonstrating forced closure of a stream, and make it workGravatar Craig Tiller2016-04-04
| | |
* | | Add test to verify bad behaviorGravatar Craig Tiller2016-04-04
| | |