Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #6513 from ctiller/warnings | Nicolas Noble | 2016-05-10 |
|\ | | | | | Enable -Wextra-semi on compilers that support it | ||
* \ | Merge pull request #6279 from dgquintas/lb_proto_v1 | Jan Tattermusch | 2016-05-10 |
|\ \ | | | | | | | Updated load balancer proto to v1 | ||
| | * | Enable -Wextra-semi on compilers that support it | Craig Tiller | 2016-05-10 |
| |/ |/| | | | | | Use some template magic to make warning detection much easier in the future. | ||
* | | Merge pull request #6320 from markdroth/limit_metadata_size | Jan Tattermusch | 2016-05-10 |
|\ \ | | | | | | | Add support for max metadata size. | ||
* \ \ | Merge pull request #6475 from grpc/release-0_14 | Nicolas Noble | 2016-05-09 |
|\ \ \ | | | | | | | | | Upmerge from 0.14.0 | ||
* \ \ \ | Merge pull request #6421 from ctiller/mwha | Jan Tattermusch | 2016-05-09 |
|\ \ \ \ | | | | | | | | | | | Exclude 1byte tests from msan | ||
* \ \ \ \ | Merge pull request #6462 from jtattermusch/benchmarking_unify_scenarios | Jan Tattermusch | 2016-05-09 |
|\ \ \ \ \ | | | | | | | | | | | | | Improve benchmarking scenarios and enable "smoketest only" suite. | ||
| | | * | | | Revert "Merge pull request #6214 from makdharma/master" | Nicolas "Pixel" Noble | 2016-05-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 48d833a9d8280216040ef731341502d7d0f157e4, reversing changes made to 66e9d8e8a7717d7ccece629df4454fc546e19daa. | ||
* | | | | | | Revert "cronet wrapper code" | Craig Tiller | 2016-05-09 |
| | | | | | | |||
| | | * | | | rename grpc.protoc.compiler to grpc.tools.protoc | Jan Tattermusch | 2016-05-06 |
| | | | | | | |||
| | | * | | | fix python distribtests with docker on overlay | Jan Tattermusch | 2016-05-06 |
| |_|/ / / |/| | | | | |||
| | | * | | Fix asan test failure. | Mark D. Roth | 2016-05-06 |
| | | | | | |||
| * | | | | add support for scenario categories | Jan Tattermusch | 2016-05-05 |
| | | | | | |||
* | | | | | Merge pull request #6450 from nicolasnoble/gopro | Jan Tattermusch | 2016-05-05 |
|\ \ \ \ \ | |/ / / / |/| | | | | Continuation of #6280. | ||
* | | | | | Merge pull request #6442 from jtattermusch/csharp_fixing_distribtests | Jan Tattermusch | 2016-05-05 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix C# distrib tests after getting rid of grpc.native.csharp package | ||
* \ \ \ \ \ | Merge pull request #6214 from makdharma/master | Nicolas Noble | 2016-05-05 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | cronet wrapper code | ||
| | | | | * | | More clang-format fixes. | Mark D. Roth | 2016-05-05 |
| | | | | | | | |||
| | | * | | | | small addendum for python distribtests | Jan Tattermusch | 2016-05-05 |
| | | | | | | | |||
| | * | | | | | fix C# distrib test after getting rid of grpc.native.csharp package | Jan Tattermusch | 2016-05-05 |
| |/ / / / / |/| | | | | | |||
* | | | | | | Merge pull request #6374 from grpc/dgquintas-patch-1 | Jan Tattermusch | 2016-05-04 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixed name of test config for h2_census | ||
* \ \ \ \ \ \ | Merge pull request #6412 from ctiller/large_async_secure_and_fixed | Jan Tattermusch | 2016-05-04 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix coverage for large message and secure async end2end | ||
* \ \ \ \ \ \ \ | Merge pull request #6323 from dgquintas/codegen_remove_proto | Jan Tattermusch | 2016-05-04 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Moved protos out of core_codegen interface | ||
| | | | | * | | | | Fix Python distrib test | Masood Malekghassemi | 2016-05-04 |
| | | | | | | | | | |||
| | | | | * | | | | Test binary Python distributions | Masood Malekghassemi | 2016-05-04 |
| |_|_|_|/ / / / |/| | | | | | | | |||
| | | | | | * | | Apply clang-format diffs. | Mark D. Roth | 2016-05-04 |
| | | | | | | | | |||
| | | | | | * | | Fix max_message_length test, which was broken by the previous fix to the | Mark D. Roth | 2016-05-04 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | proxy tests. | ||
| | | | | | * | | Use unlimited default for max header size until receiving new settings | Mark D. Roth | 2016-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. | ||
| | | | | * | | | Exclude 1byte tests from msan | Craig Tiller | 2016-05-03 |
| |_|_|_|/ / / |/| | | | | | | |||
| | | | * | | | Added dummy cronet api implementation so we can build on Jenkins. | Makarand Dharmapurikar | 2016-05-03 |
| | | | | | | | |||
| | | | | * | | Fix build breakage in bad_client tests. | Mark D. Roth | 2016-05-03 |
| | | | | | | | |||
| | | | | * | | Remove some unneeded code from an earlier iteration of this code. | Mark D. Roth | 2016-05-03 |
| | | | | | | | |||
| | * | | | | | Fix async_end2end_test flow control | Craig Tiller | 2016-05-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Completion queues + flow control + single threading is hard. We need a read outstanding on a call to grant flow control tokens to the remote end. To do that we need to request a read *before* we wait for the write to be finished, otherwise, in the case of a large write we'll block waiting for flow control tokens. Built on #6402 | ||
| | | | | * | | Merge branch 'master' into limit_metadata_size | Mark D. Roth | 2016-05-03 |
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | | | |||
| | | | | * | | Added bad_client test to check that the server rejects requests with too | Mark D. Roth | 2016-05-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | much metadata and refuses to send responses with too much metadata. | ||
| | * | | | | | Merge github.com:grpc/grpc into large_async_secure_and_fixed | Craig Tiller | 2016-05-03 |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||
| | * | | | | | Cover large message sent securely or insecurely over async | Vijay Pai | 2016-05-02 |
| | | | | | | | |||
| | * | | | | | Add coverage for secure async end2end testing | Vijay Pai | 2016-05-02 |
| | | |/ / / | | |/| | | | |||
* | | | | | | Merge pull request #6340 from ctiller/fail_fast_breaks_qps | Jan Tattermusch | 2016-05-02 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Disable fail fast for qps driver | ||
| | * | | | | | Merge branch 'master' of github.com:grpc/grpc into codegen_remove_proto | David Garcia Quintas | 2016-05-02 |
| | |\| | | | | |||
| | | | | * | | Merge branch 'master' into limit_metadata_size | Mark D. Roth | 2016-05-02 |
| | | | | |\ \ | | | | |_|/ / | | | |/| | | | |||
| | | | | * | | Changed writing code to honor the peer's header size limit setting. | Mark D. Roth | 2016-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 ignored | Craig Tiller | 2016-04-30 |
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | Also add corpus entries that helped diagnose this bug | ||
* | | | | | | Merge pull request #6368 from ctiller/vtune | Nicolas Noble | 2016-04-29 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Ensure minimum size of alt stack (to please vtune) | ||
| | | | * | | | Fixed name of test config for h2_census | David G. Quintas | 2016-04-29 |
| |_|_|/ / / |/| | | | | | |||
* | | | | | | Merge pull request #6354 from ctiller/portabit | Jan Tattermusch | 2016-04-29 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix double delete | ||
| | * | | | | | Ensure minimum size of alt stack (to please vtune) | Craig Tiller | 2016-04-29 |
| |/ / / / / |/| | | | | | |||
* | | | | | | clang-format, make code more self-documenting | Craig Tiller | 2016-04-29 |
| | | | | | | |||
* | | | | | | Add a shard channel arg to client channel construction | Craig Tiller | 2016-04-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C core automatically shares subchannels between channels. Therefore our multiple channel performance tests were really testing single channel performance. | ||
| * | | | | | Fix typo | Craig Tiller | 2016-04-28 |
| | | | | | | |||
| * | | | | | Fix double delete | Craig Tiller | 2016-04-28 |
| | | | | | |