aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | | | | | * | | | | | Add static assert to enforce subtype invariantGravatar ncteisen2017-05-10
* | | | | | | | | | | | Merge pull request #11033 from ncteisen/more-trickleGravatar Noah Eisen2017-05-10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ClangGravatar ncteisen2017-05-10
| | | | | | | | | | | * | Merge branch 'uberpoll' of github.com:ctiller/grpc into uberpollGravatar Craig Tiller2017-05-10
| | | | | | | | | | | |\ \
| | | | | | | | | | | * | | Add missing includeGravatar Craig Tiller2017-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
|\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | 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
|/ / / / / / / / / / / /
| | | | | | | | | | * / Fix tests on MacGravatar Craig Tiller2017-05-10
| | | | | | | | | |/ /
| | | | | | | | | * | Fix BUILDGravatar Craig Tiller2017-05-10
| | | | | | | | | * | Merge github.com:grpc/grpc into uberpollGravatar Craig Tiller2017-05-10
| | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #11040 from jtattermusch/fix_csharp_macos_x86_artifactGravatar Jan Tattermusch2017-05-10
|\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Add warmupGravatar ncteisen2017-05-09
* | | | | | | | | | | | Merge pull request #10967 from matt-kwong/upload_results2Gravatar Matt Kwong2017-05-09
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Update INSTALL.mdGravatar Mehrdad Afshari2017-05-09
* | | | | | | | | | | | | Amend build instructions on macOSGravatar Mehrdad Afshari2017-05-09
| | | | | | | | | | | * | Solve uv link problemGravatar Craig Tiller2017-05-09
| | | | | | | | | | | * | Add missing file to BUILDGravatar Craig Tiller2017-05-09
| | | | * | | | | | | | | Run bm resonable number of timesGravatar ncteisen2017-05-09
| | | | | | | | | | | | * Add 2 new scenarios for better bw measurementGravatar Vijay Pai2017-05-09
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #11009 from vjpai/limesGravatar Vijay Pai2017-05-09
|\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Update VM creation script to install GCP Python libraryGravatar Matt Kwong2017-05-09
| | | | | | | | | | | | * Fix printfGravatar Craig Tiller2017-05-09
| | | | | | | | | | | | * Fix test nameGravatar Craig Tiller2017-05-09
| | | | | | | | | | | | * Fix tracer usageGravatar Craig Tiller2017-05-09
| | | | | | | | | | | | * Fix tracer declGravatar Craig Tiller2017-05-09
| | | | | | | | | | | | * Fix mac buildGravatar Craig Tiller2017-05-09
| | | | | | | | | | | | * Fix trace dependency messGravatar Craig Tiller2017-05-09
| | | | | | | | | | | | * Merge github.com:grpc/grpc into uberpollGravatar Craig Tiller2017-05-09
| | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #11035 from ncteisen/sanityGravatar Noah Eisen2017-05-09
|\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | fix C# macos x86 artifact buildGravatar Jan Tattermusch2017-05-09
* | | | | | | | | | | | | | Merge pull request #11027 from yongni/stress_cleanupGravatar yongni2017-05-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10915 from yongni/masterGravatar yongni2017-05-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | 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 documenta...Gravatar murgatroid992017-05-08
| | | | | | | |/ / / / / /
| | * | | | | / / / / / / 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
| |_|_|/ / / / / / / |/| | | | | | | | |
| | | | | | | | * | Lower the level of a log message to INFOGravatar yang-g2017-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
|/ / / / / / /
* | | | | | | Merge pull request #11019 from jtattermusch/add_issue_templateGravatar Jan Tattermusch2017-05-08
|\ \ \ \ \ \ \