aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | * | | | | | | | Removed the dockerfiles and test driver for stress testGravatar Yong Ni2017-05-08
| |/ / / / / / / /
| | | | | * / / / Add unbalanced unary benchmarkGravatar ncteisen2017-05-08
| | |_|_|/ / / / | |/| | | | | |
| | | | * | | | Add option to upload Jenkins test result to BQGravatar Matt Kwong2017-05-08
| | | | | | | |
| | | * | | | | Upgrade protobuf to 3.3.0Gravatar Ken Payson2017-05-08
| | | | |/ / / | | | |/| | |
| | * / | | | Reduce concurrent RPCs for single-core tests since some were timing outGravatar Vijay Pai2017-05-08
| |/ / / / / | | | | | | | | | | | | | | | | | | or otherwise taking long to complete
| * | | | | Merge pull request #11019 from jtattermusch/add_issue_templateGravatar Jan Tattermusch2017-05-08
| |\ \ \ \ \ | | | | | | | | | | | | | | Add issue template
| | * | | | | add issue templateGravatar Jan Tattermusch2017-05-08
| |/ / / / /
| * | | | | Merge pull request #10720 from ctiller/trickle_stallGravatar Craig Tiller2017-05-07
| |\ \ \ \ \ | | | | | | | | | | | | | | Add logging of flow control variables, (mostly) fix flow control
* | | | | | | Merge branch 'master' into handshakerGravatar jiangtaoli20162017-05-06
|\| | | | | |
| * | | | | | Merge pull request #11012 from ctiller/fpsGravatar Craig Tiller2017-05-06
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix port server on Windows
| | * | | | | | Bump versionGravatar Craig Tiller2017-05-05
| | | | | | | |
| | * | | | | | Fix port server on WindowsGravatar Craig Tiller2017-05-05
| |/ / / / / /
| * | | | | | Merge pull request #10977 from makdharma/pydocfixitGravatar makdharma2017-05-05
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Documentation fixes for python public API
| | * | | | | | Documentation fixes for python public API.Gravatar Makarand Dharmapurikar2017-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contains squashed commits for several typo fixes and comments made during review.
| * | | | | | | Merge pull request #10313 from vjpai/onesidedGravatar Vijay Pai2017-05-05
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add QPS tests for 1-sided unconstrained streaming
* | | | | | | | | Address Julien's comment and clang formatGravatar jiangtaoli20162017-05-05
| | | | | | | | |
| | | | * | | | | Merge github.com:grpc/grpc into trickle_stallGravatar Craig Tiller2017-05-05
| | | | |\ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | | | * | | | | Merge branch 'trickle_stall' of github.com:ctiller/grpc into trickle_stallGravatar Craig Tiller2017-05-05
| | | | |\ \ \ \ \
| | | | | | | | * \ Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-05-05
| | | | | | | | |\ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | serialization-refactor
* | | | | | | | | | Merge branch 'master' into handshakerGravatar jiangtaoli20162017-05-05
|\| | | | | | | | |
| * | | | | | | | | Merge pull request #10985 from jtattermusch/internal_ci_failing_targetsGravatar Jan Tattermusch2017-05-05
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Improve XML reports for internal_ci.
| * \ \ \ \ \ \ \ \ \ Merge pull request #9970 from xiaohaoliang/xiaohaoliang-patch-1Gravatar Jan Tattermusch2017-05-05
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | Update tools/run_tests/README.md
| | * | | | | | | | | Merge branch 'master' into xiaohaoliang-patch-1Gravatar Jan Tattermusch2017-05-05
| | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #10999 from matt-kwong/add_ubsanGravatar Matt Kwong2017-05-04
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add UBSan to list of tests generated
| | * | | | | | | | | | Add UBSan to list of tests generatedGravatar Matt Kwong2017-05-04
| |/ / / / / / / / / /
| * | | | | | | | | | Merge pull request #10994 from ctiller/0bugGravatar Craig Tiller2017-05-04
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Port server fixes
| | * | | | | | | | | | Port server fixesGravatar Craig Tiller2017-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_metadataGravatar Yang Gao2017-05-04
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | Add static method to generated code to return fully qualified protobuf service name
| | | | | * | | | | | | show error details in internal_ciGravatar Jan Tattermusch2017-05-04
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #10912 from dgquintas/trying-to-fix-stuffGravatar David G. Quintas2017-05-04
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Upmerge from 1.3.0 to master
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10958 from muxi/fix-on-cancel-crashGravatar Muxi Yan2017-05-04
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a bug where OP_CANCEL is completed prematurely
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10988 from markdroth/clang-formatGravatar Mark D. Roth2017-05-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | clang-format
| | * | | | | | | | | | | | clang-formatGravatar Mark D. Roth2017-05-04
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge pull request #10980 from markdroth/grpclb_deadline_fixGravatar Mark D. Roth2017-05-04
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure we set deadline for the LB call even without a pick.
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10987 from markdroth/client_channel_cleanup2Gravatar Mark D. Roth2017-05-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-format
| | * | | | | | | | | | | | | clang-formatGravatar Mark D. Roth2017-05-04
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Merge pull request #10845 from markdroth/client_channel_cleanupGravatar Mark D. Roth2017-05-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code clean-up in client_channel.
| | | | | | * | | | | | | | | Proper clang formatting.Gravatar James Eady2017-05-04
| | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | add error and failure count to sponge logGravatar Jan Tattermusch2017-05-04
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
| | | | | | | | | | | | | * Merge branch 'master' of github.com:MakMukhi/grpcGravatar Mahak Mukhi2017-05-03
| | |_|_|_|_|_|_|_|_|_|_|/| | |/| | | | | | | | | | | |
| | | | | | | | | | | | | * How to write unit tests for client sync APIs.Gravatar MakMukhi2017-05-03
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * Create unit_testing.mdGravatar MakMukhi2017-05-03
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #10953 from markdroth/cq_verifier_improvementGravatar Mark D. Roth2017-05-03
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve cq_verifier error message when success does not match.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10968 from matt-kwong/kokoro_updatesGravatar Matt Kwong2017-05-03
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update internal Linux CI jobs
| | * | | | | | | | | | | | | | Update internal Linux CI jobsGravatar Matt Kwong2017-05-03
| | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | Make sure we set deadline for the LB call even without a pick.Gravatar Mark D. Roth2017-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_interopGravatar kpayson642017-05-03
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Interop fixes
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10972 from ncteisen/credential-error-refcountGravatar Noah Eisen2017-05-03
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Error Refcount Bug
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10234 from zhimingxie/masterGravatar Jan Tattermusch2017-05-03
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | fix truncate bug in grpc_cli
| | | * | | | | | | | | | | | | | Fix error refcount bugGravatar Noah Eisen2017-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a missing ref in httpcli.c. Also added a test to avoid regression