aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests
Commit message (Collapse)AuthorAge
* Fix new testGravatar Craig Tiller2016-06-27
|
* Merge pull request #6973 from makdharma/network_status_changeGravatar Jan Tattermusch2016-06-27
|\ | | | | Network status tracking
| * clang-format fixesGravatar Makarand Dharmapurikar2016-06-22
| |
| * Network status trackingGravatar Makarand Dharmapurikar2016-06-20
| | | | | | | | | | | | | | Recreated the old PR (https://github.com/grpc/grpc/pull/6283) in a new repo since the old repo was destroyed. Removed changes to tcp_posix.c and tpc_windows.c, instead depending on the idempotent endpoint shutdown code from https://github.com/grpc/grpc/pull/6911.
* | Fix copyrightGravatar Craig Tiller2016-06-20
| |
* | Fix errored streams prematurely terminating, add a testGravatar Craig Tiller2016-06-20
|/
* Merge pull request #6958 from ctiller/cpuburnGravatar Jan Tattermusch2016-06-17
|\ | | | | Reduce cost of some heavyweight tests
| * Reduce cost of some heavyweight testsGravatar Craig Tiller2016-06-17
| |
* | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
|\|
| * Add format check for gpr_log and gpr_asprintfGravatar Yuchen Zeng2016-06-10
| |
* | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
|\|
| * Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-07
| |\
| * | s/maybe_compression_level.compression_level/maybe_compression_level.levelGravatar David Garcia Quintas2016-06-07
| | |
* | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-07
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-06-06
| |\ \
* | \ \ 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.