Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | | | | | | | Removed the dockerfiles and test driver for stress test | Yong Ni | 2017-05-08 | |
| |/ / / / / / / / | ||||
| | | | | * / / / | Add unbalanced unary benchmark | ncteisen | 2017-05-08 | |
| | |_|_|/ / / / | |/| | | | | | | ||||
| | | | * | | | | Add option to upload Jenkins test result to BQ | Matt Kwong | 2017-05-08 | |
| | | | | | | | | ||||
| | | * | | | | | Upgrade protobuf to 3.3.0 | Ken Payson | 2017-05-08 | |
| | | | |/ / / | | | |/| | | | ||||
| | * / | | | | Reduce concurrent RPCs for single-core tests since some were timing out | Vijay Pai | 2017-05-08 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | or otherwise taking long to complete | |||
| * | | | | | Merge pull request #11019 from jtattermusch/add_issue_template | Jan Tattermusch | 2017-05-08 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add issue template | |||
| | * | | | | | add issue template | Jan Tattermusch | 2017-05-08 | |
| |/ / / / / | ||||
| * | | | | | Merge pull request #10720 from ctiller/trickle_stall | Craig Tiller | 2017-05-07 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add logging of flow control variables, (mostly) fix flow control | |||
* | | | | | | | Merge branch 'master' into handshaker | jiangtaoli2016 | 2017-05-06 | |
|\| | | | | | | ||||
| * | | | | | | Merge pull request #11012 from ctiller/fps | Craig Tiller | 2017-05-06 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix port server on Windows | |||
| | * | | | | | | Bump version | Craig Tiller | 2017-05-05 | |
| | | | | | | | | ||||
| | * | | | | | | Fix port server on Windows | Craig Tiller | 2017-05-05 | |
| |/ / / / / / | ||||
| * | | | | | | Merge pull request #10977 from makdharma/pydocfixit | makdharma | 2017-05-05 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Documentation fixes for python public API | |||
| | * | | | | | | Documentation fixes for python public API. | Makarand Dharmapurikar | 2017-05-05 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contains squashed commits for several typo fixes and comments made during review. | |||
| * | | | | | | | Merge pull request #10313 from vjpai/onesided | Vijay Pai | 2017-05-05 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add QPS tests for 1-sided unconstrained streaming | |||
* | | | | | | | | | Address Julien's comment and clang format | jiangtaoli2016 | 2017-05-05 | |
| | | | | | | | | | ||||
| | | | * | | | | | Merge github.com:grpc/grpc into trickle_stall | Craig Tiller | 2017-05-05 | |
| | | | |\ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | ||||
| | | | * | | | | | Merge branch 'trickle_stall' of github.com:ctiller/grpc into trickle_stall | Craig Tiller | 2017-05-05 | |
| | | | |\ \ \ \ \ | ||||
| | | | | | | | * \ | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | ncteisen | 2017-05-05 | |
| | | | | | | | |\ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | serialization-refactor | |||
* | | | | | | | | | | Merge branch 'master' into handshaker | jiangtaoli2016 | 2017-05-05 | |
|\| | | | | | | | | | ||||
| * | | | | | | | | | Merge pull request #10985 from jtattermusch/internal_ci_failing_targets | Jan Tattermusch | 2017-05-05 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Improve XML reports for internal_ci. | |||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #9970 from xiaohaoliang/xiaohaoliang-patch-1 | Jan Tattermusch | 2017-05-05 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | Update tools/run_tests/README.md | |||
| | * | | | | | | | | | Merge branch 'master' into xiaohaoliang-patch-1 | Jan Tattermusch | 2017-05-05 | |
| | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||
| * | | | | | | | | | | Merge pull request #10999 from matt-kwong/add_ubsan | Matt Kwong | 2017-05-04 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add UBSan to list of tests generated | |||
| | * | | | | | | | | | | Add UBSan to list of tests generated | Matt Kwong | 2017-05-04 | |
| |/ / / / / / / / / / | ||||
| * | | | | | | | | | | Merge pull request #10994 from ctiller/0bug | Craig Tiller | 2017-05-04 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Port server fixes | |||
| | * | | | | | | | | | | Port server fixes | Craig Tiller | 2017-05-04 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - correct a couple of race conditions that could result in duplicated port assignments to different processes - enhance detection code for 'is this port in use' to be much more robust | |||
| * | | | | | | | | | | | Merge pull request #10950 from jeady/service_name_metadata | Yang Gao | 2017-05-04 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | Add static method to generated code to return fully qualified protobuf service name | |||
| | | | | * | | | | | | | show error details in internal_ci | Jan Tattermusch | 2017-05-04 | |
| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | Merge pull request #10912 from dgquintas/trying-to-fix-stuff | David G. Quintas | 2017-05-04 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Upmerge from 1.3.0 to master | |||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #10958 from muxi/fix-on-cancel-crash | Muxi Yan | 2017-05-04 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a bug where OP_CANCEL is completed prematurely | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #10988 from markdroth/clang-format | Mark D. Roth | 2017-05-04 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | clang-format | |||
| | * | | | | | | | | | | | | clang-format | Mark D. Roth | 2017-05-04 | |
| |/ / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | Merge pull request #10980 from markdroth/grpclb_deadline_fix | Mark D. Roth | 2017-05-04 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure we set deadline for the LB call even without a pick. | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #10987 from markdroth/client_channel_cleanup2 | Mark D. Roth | 2017-05-04 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-format | |||
| | * | | | | | | | | | | | | | clang-format | Mark D. Roth | 2017-05-04 | |
| |/ / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | Merge pull request #10845 from markdroth/client_channel_cleanup | Mark D. Roth | 2017-05-04 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code clean-up in client_channel. | |||
| | | | | | * | | | | | | | | | Proper clang formatting. | James Eady | 2017-05-04 | |
| | | | | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | | | add error and failure count to sponge log | Jan Tattermusch | 2017-05-04 | |
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||
| | | | | | | | | | | | | * | Merge branch 'master' of github.com:MakMukhi/grpc | Mahak Mukhi | 2017-05-03 | |
| | |_|_|_|_|_|_|_|_|_|_|/| | |/| | | | | | | | | | | | | ||||
| | | | | | | | | | | | | * | How to write unit tests for client sync APIs. | MakMukhi | 2017-05-03 | |
| | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | * | Create unit_testing.md | MakMukhi | 2017-05-03 | |
| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | Merge pull request #10953 from markdroth/cq_verifier_improvement | Mark D. Roth | 2017-05-03 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve cq_verifier error message when success does not match. | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #10968 from matt-kwong/kokoro_updates | Matt Kwong | 2017-05-03 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update internal Linux CI jobs | |||
| | * | | | | | | | | | | | | | | Update internal Linux CI jobs | Matt Kwong | 2017-05-03 | |
| | | | | | | | | | | | | | | | | ||||
| | | | | * | | | | | | | | | | | Make sure we set deadline for the LB call even without a pick. | Mark D. Roth | 2017-05-03 | |
| | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As part of this, get the deadline from a channel arg instead of pick_args. | |||
| * | | | | | | | | | | | | | | Merge pull request #10913 from kpayson64/fix_python_interop | kpayson64 | 2017-05-03 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Interop fixes | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #10972 from ncteisen/credential-error-refcount | Noah Eisen | 2017-05-03 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Error Refcount Bug | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #10234 from zhimingxie/master | Jan Tattermusch | 2017-05-03 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | fix truncate bug in grpc_cli | |||
| | | * | | | | | | | | | | | | | | Fix error refcount bug | Noah Eisen | 2017-05-02 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a missing ref in httpcli.c. Also added a test to avoid regression |