Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | | | fix compiling error | yang-g | 2016-05-10 | |
* | | | | | | | Merge pull request #6279 from dgquintas/lb_proto_v1 | Jan Tattermusch | 2016-05-10 | |
|\ \ \ \ \ \ \ | ||||
| | * | | | | | | Enable -Wextra-semi on compilers that support it | Craig Tiller | 2016-05-10 | |
| |/ / / / / / |/| | | | | | | ||||
* | | | | | | | Merge pull request #6320 from markdroth/limit_metadata_size | Jan Tattermusch | 2016-05-10 | |
|\ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ | Merge pull request #6475 from grpc/release-0_14 | Nicolas Noble | 2016-05-09 | |
|\ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ | Merge pull request #6421 from ctiller/mwha | Jan Tattermusch | 2016-05-09 | |
|\ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ | Merge pull request #6462 from jtattermusch/benchmarking_unify_scenarios | Jan Tattermusch | 2016-05-09 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | Revert "Merge pull request #6214 from makdharma/master" | Nicolas "Pixel" Noble | 2016-05-09 | |
* | | | | | | | | | | | Revert "cronet wrapper code" | Craig Tiller | 2016-05-09 | |
| | | | | | | | * | | | Resolve conflicts | Yuchen Zeng | 2016-05-06 | |
| | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | ||||
| | | | | | | | * | | | Fix naming and comment problems | Yuchen Zeng | 2016-05-06 | |
| | | | | | | * | | | | Add parsing back to protobuf example | yang-g | 2016-05-06 | |
| | | * | | | | | | | | 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 clang formatting | Sree Kuchibhotla | 2016-05-06 | |
| | | * | | | | | | | Fix asan test failure. | Mark D. Roth | 2016-05-06 | |
| | | | | | * | | | | Add a test for server returning error with debug info in trailer. | yang-g | 2016-05-05 | |
| | | | | | | | | * | Fixed compression interop and re-enable for C++. | David Garcia Quintas | 2016-05-05 | |
| * | | | | | | | | | add support for scenario categories | Jan Tattermusch | 2016-05-05 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||
* | | | | | | | | | Merge pull request #6450 from nicolasnoble/gopro | Jan Tattermusch | 2016-05-05 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||
| | | | | * | | | | Remove redundant error check | Sree Kuchibhotla | 2016-05-05 | |
* | | | | | | | | | Merge pull request #6442 from jtattermusch/csharp_fixing_distribtests | Jan Tattermusch | 2016-05-05 | |
|\ \ \ \ \ \ \ \ \ | ||||
| | | | | | * | | | | Add remaining inteorp tests to stress client | Sree Kuchibhotla | 2016-05-05 | |
| | | | | | * | | | | Interop client that is resilient to server restarts | Sree Kuchibhotla | 2016-05-05 | |
| |_|_|_|_|/ / / / |/| | | | | | | | | ||||
* | | | | | | | | | Merge pull request #6214 from makdharma/master | Nicolas Noble | 2016-05-05 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||
| | | | | * | | | | 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 | |
|\ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ | Merge pull request #6412 from ctiller/large_async_secure_and_fixed | Jan Tattermusch | 2016-05-04 | |
|\ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ | Merge pull request #6323 from dgquintas/codegen_remove_proto | Jan Tattermusch | 2016-05-04 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| | | | | * | | | | | | 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 | |
| | | | | | * | | | | Use unlimited default for max header size until receiving new settings | Mark D. Roth | 2016-05-04 | |
| | | | | * | | | | | 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 | |
| | | | | | | * | | Add plugins at the time of static initialization | Yuchen Zeng | 2016-05-03 | |
| | | | | * | | | | 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 | |
| | * | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | 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 | |
| | | | | |\ \ \ \ | | | | |_|/ / / / | | | |/| | | | | |