aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #10963 from vjpai/remakeGravatar Vijay Pai2017-05-11
|\ | | | | Stop checking for pre-c++11 compilers since these are no longer supported
* \ Merge pull request #11028 from yang-g/default_hcGravatar Yang Gao2017-05-11
|\ \ | | | | | | Lower the level of a log message to INFO
* \ \ Merge pull request #11069 from yang-g/bazel_test_filteringGravatar Yang Gao2017-05-11
|\ \ \ | | | | | | | | Properly filter the end2end tests
* \ \ \ Merge pull request #11083 from jtattermusch/fix_port_serverGravatar Jan Tattermusch2017-05-11
|\ \ \ \ | | | | | | | | | | Fix port server in internal CI
| * | | | source the linux rc fileGravatar Jan Tattermusch2017-05-11
| | | | |
| * | | | Enable IPv6 in Docker for internal CIGravatar Matt Kwong2017-05-11
|/ / / /
* | | | Merge pull request #11067 from jtattermusch/core_fixing_nitsGravatar Jan Tattermusch2017-05-11
|\ \ \ \ | | | | | | | | | | Fixing nits in core.
| | | | * Stop checking for pre-c++11 compilers since these are no longerGravatar Vijay Pai2017-05-10
| |_|_|/ |/| | | | | | | | | | | supported
* | | | Merge pull request #11066 from vjpai/all_you_old_compilers_you_must_goGravatar Vijay Pai2017-05-10
|\ \ \ \ | | | | | | | | | | Remove gcc-4.4 and 4.6 from portability tests
* \ \ \ \ Merge pull request #11079 from grpc/revert-10982-masterGravatar Craig Tiller2017-05-10
|\ \ \ \ \ | | | | | | | | | | | | Revert "Documentation on how to write unit tests using auto-generated mocked stubs."
| * | | | | Revert "Documentation on how to write unit tests using auto-generated mocked ↵Gravatar Craig Tiller2017-05-10
|/ / / / / | | | | | | | | | | | | | | | stubs."
* | | | | 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
| | | | | | * | Properly filter the end2end testsGravatar yang-g2017-05-10
| | | | | | | |
* | | | | | | | 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
| | | | | | | | * | | fix encoding of charsGravatar Jan Tattermusch2017-05-10
| | | | | | | | | | |
| | | | | | | | * | | print insecure channel target in traceGravatar Jan Tattermusch2017-05-10
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #11048 from kpayson64/fix_py_artifactGravatar kpayson642017-05-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix python artifact build
| | | | | | | | * | | Remove gcc-4.4 and 4.6 from portability tests since core now accepts C++11.Gravatar Vijay Pai2017-05-10
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| | | | | | * | | | 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