aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #10982 from MakMukhi/masterGravatar MakMukhi2017-05-10
|\ | | | | Documentation on how to write unit tests using auto-generated mocked stubs.
| * Post-review updatesGravatar MakMukhi2017-05-10
| |
* | Merge pull request #10743 from ncteisen/serialization-refactorGravatar Noah Eisen2017-05-10
|\ \ | | | | | | Add to Codegen Interface, Refactor Proto Serialization
* \ \ Merge pull request #11031 from murgatroid99/node_client_refactorGravatar Michael Lumish2017-05-10
|\ \ \ | | | | | | | | Refactor client logic into superclass with generic methods, improve documentation
* \ \ \ Merge pull request #11062 from ctiller/c++compat3Gravatar Craig Tiller2017-05-10
|\ \ \ \ | | | | | | | | | | Add some casts for C++ compatibility
* \ \ \ \ Merge pull request #11061 from ctiller/ubsanc++Gravatar Craig Tiller2017-05-10
|\ \ \ \ \ | | | | | | | | | | | | Fixes for ubsan C++ build
* \ \ \ \ \ Merge pull request #11059 from ctiller/stalls-be-goneGravatar Craig Tiller2017-05-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix small message streaming ping-pong write count regression
* \ \ \ \ \ \ Merge pull request #11048 from kpayson64/fix_py_artifactGravatar kpayson642017-05-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix python artifact build
| | | | | | * | Add static assert to enforce subtype invariantGravatar ncteisen2017-05-10
| | | | | | | |
* | | | | | | | Merge pull request #11033 from ncteisen/more-trickleGravatar Noah Eisen2017-05-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add Unbalanced Unary Benchmark
| * | | | | | | | ClangGravatar ncteisen2017-05-10
| | | | | | | | |
| | | | | * | | | Add some casts for C++ compatibilityGravatar Craig Tiller2017-05-10
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #11060 from ctiller/writes_per_rpcGravatar Craig Tiller2017-05-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Increase error threshold for too many writes
| | | | | * | | | Add protobuf failures to ubsan suppression fileGravatar Craig Tiller2017-05-10
| | | | | | | | |
| | | | | * | | | ubsan fix: dont deref past end of arrayGravatar Craig Tiller2017-05-10
| | | | | | | | |
| | | | | * | | | Dont run ubsan tests on boringsslGravatar Craig Tiller2017-05-10
| |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Increase error threshold for too many writesGravatar Craig Tiller2017-05-10
|/ / / / / / /
* | | | | | | Merge pull request #11040 from jtattermusch/fix_csharp_macos_x86_artifactGravatar Jan Tattermusch2017-05-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix C# macos x86 artifact build
| | * | | | | | Add warmupGravatar ncteisen2017-05-09
| | | | | | | |
* | | | | | | | Merge pull request #10967 from matt-kwong/upload_results2Gravatar Matt Kwong2017-05-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add option to upload Jenkins test result to BQ
| | | | | * | | | Fix small message streaming ping-pong write count regressionGravatar Craig Tiller2017-05-09
| | | | | | | | |
| | | | | | * | | Switch 'apply' for 'call' in pass-through functionsGravatar murgatroid992017-05-09
| | | | | | | | |
| | | | * | | | | Fix python artifact buildGravatar Ken Payson2017-05-09
| | | | | | | | |
* | | | | | | | | Merge pull request #10995 from kpayson64/upgrade_protobufGravatar kpayson642017-05-09
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Upgrade protobuf to 3.3.0
* | | | | | | | | Update INSTALL.mdGravatar Mehrdad Afshari2017-05-09
| | | | | | | | |
* | | | | | | | | Amend build instructions on macOSGravatar Mehrdad Afshari2017-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add instructions about setting `LIBTOOL` and `LIBTOOLIZE` when building on macOS.
| | | | * | | | | Run bm resonable number of timesGravatar ncteisen2017-05-09
| | | | | | | | |
* | | | | | | | | Merge pull request #11009 from vjpai/limesGravatar Vijay Pai2017-05-09
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Reduce concurrent RPCs for single-core qps tests
| | | * | | | | | | Update VM creation script to install GCP Python libraryGravatar Matt Kwong2017-05-09
| | | | | | | | | |
* | | | | | | | | | Merge pull request #11035 from ncteisen/sanityGravatar Noah Eisen2017-05-09
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Regain Sanity
| | | | | * | | | | | fix C# macos x86 artifact buildGravatar Jan Tattermusch2017-05-09
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #11027 from yongni/stress_cleanupGravatar yongni2017-05-09
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Removed the dockerfiles and test driver for stress test
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10915 from yongni/masterGravatar yongni2017-05-09
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | Created Dockerfile for golang 1.7 and 1.8.
| * | | | | | | | | | | Added go 1.7 and 1.8 template and Dockerfile(s) for go/grpc-matrix test setup.Gravatar Yong Ni2017-05-08
|/ / / / / / / / / / /
| | | | | | | | * / / Refactor client logic into superclass with generic methods, improve ↵Gravatar murgatroid992017-05-08
| | | | | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | documentation
| | * | | | | / / / Regain sanityGravatar ncteisen2017-05-08
| |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | 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 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