aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
...
* | | | | | Merge pull request #6553 from grpc/revert-6488-revert-6214-masterGravatar Jan Tattermusch2016-05-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Revert "Revert "cronet wrapper code"", and fix the issue with build.yaml
| | * | | | | Fix tsan reported errorGravatar Craig Tiller2016-05-12
| | | | | | |
* | | | | | | Add callback when gRPC FD is about to be orphaned.Gravatar Robbie Shade2016-05-12
| |_|/ / / / |/| | | | |
| | * | | | Fix test usage of pollsetGravatar Craig Tiller2016-05-12
| | | | | |
| * | | | | Revert "Revert "cronet wrapper code""Gravatar makdharma2016-05-11
|/ / / / /
| * | | | clang-formatGravatar Craig Tiller2016-05-11
| | | | |
| | * | | Merge branch 'master' into server_channel_affinityGravatar Sree Kuchibhotla2016-05-11
| | |\ \ \ | |_|/ / / |/| | | |
| * | | | Merge github.com:grpc/grpc into cleaner-posix3Gravatar Craig Tiller2016-05-11
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #6514 from yang-g/va_startGravatar Jan Tattermusch2016-05-10
|\ \ \ \ \ | | | | | | | | | | | | Change argument type to avoid undefined behavior
| | | | * | clang-formatGravatar Julien Boeuf2016-05-10
| | | | | |
| | | | * | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Julien Boeuf2016-05-10
| | | | |\ \ | |_|_|_|/ / |/| | | | | | | | | | | credentials_refactoring
| * | | | | Change argument type to avoid undefined behaviorGravatar yang-g2016-05-10
| | | | | |
| | | * | | Merge branch 'master' into server_channel_affinityGravatar Sree Kuchibhotla2016-05-10
| | | |\ \ \ | | |_|/ / / | |/| | | |
* / | | | | Enable -Wextra-semi on compilers that support itGravatar Craig Tiller2016-05-10
|/ / / / / | | | | | | | | | | | | | | | Use some template magic to make warning detection much easier in the future.
* | | | | Merge pull request #6320 from markdroth/limit_metadata_sizeGravatar Jan Tattermusch2016-05-10
|\ \ \ \ \ | | | | | | | | | | | | Add support for max metadata size.
* \ \ \ \ \ Merge pull request #6421 from ctiller/mwhaGravatar Jan Tattermusch2016-05-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | Exclude 1byte tests from msan
* | | | | | | Revert "cronet wrapper code"Gravatar Craig Tiller2016-05-09
| | | | | | |
| | * | | | | Fix asan test failure.Gravatar Mark D. Roth2016-05-06
| | | | | | |
* | | | | | | Merge pull request #6214 from makdharma/masterGravatar Nicolas Noble2016-05-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | cronet wrapper code
| | | * | | | | More clang-format fixes.Gravatar Mark D. Roth2016-05-05
| | | | | | | |
* | | | | | | | Merge pull request #6374 from grpc/dgquintas-patch-1Gravatar Jan Tattermusch2016-05-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixed name of test config for h2_census
* \ \ \ \ \ \ \ \ Merge pull request #6323 from dgquintas/codegen_remove_protoGravatar Jan Tattermusch2016-05-04
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Moved protos out of core_codegen interface
| | | | | | | | * | 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.
| | | | | | | | * Fix some ubsan issues: I fear no bugs were harmed in the making of this episodeGravatar Craig Tiller2016-05-03
| |_|_|_|_|_|_|/ |/| | | | | | |
| | | | * | | | Exclude 1byte tests from msanGravatar Craig Tiller2016-05-03
| |_|_|/ / / / |/| | | | | |
| | | * | | | Added dummy cronet api implementation so we can build on Jenkins.Gravatar Makarand Dharmapurikar2016-05-03
| | | | | | |
| | | | * | | Fix build breakage in bad_client tests.Gravatar Mark D. Roth2016-05-03
| | | | | | |
| | | | * | | Remove some unneeded code from an earlier iteration of this code.Gravatar Mark D. Roth2016-05-03
| | | | | | |
| | | | * | | Merge branch 'master' into limit_metadata_sizeGravatar Mark D. Roth2016-05-03
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
| | | | * | | Added bad_client test to check that the server rejects requests with tooGravatar Mark D. Roth2016-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | much metadata and refuses to send responses with too much metadata.
| | | | | | * Merge branch 'master' into server_channel_affinityGravatar Sree Kuchibhotla2016-05-03
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'master' of github.com:grpc/grpc into codegen_remove_protoGravatar David Garcia Quintas2016-05-02
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | | * | | 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.
* | | | | | | Fix bug where max_frame_size was ignoredGravatar Craig Tiller2016-04-30
| |/ / / / / |/| | | | | | | | | | | | | | | | | Also add corpus entries that helped diagnose this bug
* | | | | | Merge pull request #6368 from ctiller/vtuneGravatar Nicolas Noble2016-04-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ensure minimum size of alt stack (to please vtune)
| | | * | | | Fixed name of test config for h2_censusGravatar David G. Quintas2016-04-29
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #6354 from ctiller/portabitGravatar Jan Tattermusch2016-04-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix double delete
| | * | | | | Ensure minimum size of alt stack (to please vtune)Gravatar Craig Tiller2016-04-29
| |/ / / / / |/| | | | |
| | | | | * Merge branch 'master' into server_channel_affinityGravatar Sree Kuchibhotla2016-04-29
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix typoGravatar Craig Tiller2016-04-28
| | | | | |
| * | | | | Fix double deleteGravatar Craig Tiller2016-04-28
| | | | | |
* | | | | | Merge pull request #2286 from ctiller/split-me-baby-one-more-timeGravatar Jan Tattermusch2016-04-28
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Further lock contention reduction for CHTTP2
| | | * | | 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 pull request #6304 from ctiller/expandypieGravatar Nicolas Noble2016-04-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | Expand corpora
| | | | | | * Merge remote-tracking branch 'upstream/master' into server_channel_affinityGravatar Sree Kuchibhotla2016-04-27
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #6183 from nicolasnoble/msys-supportGravatar Jan Tattermusch2016-04-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Adding support for msys.