Commit Graph

13741 Commits

Author SHA1 Message Date
Craig Tiller
6169d5f7b0 Update copyrights 2016-03-31 07:46:18 -07:00
Craig Tiller
6e2cf6b6c7 Update tool 2016-03-31 07:46:10 -07:00
Jan Tattermusch
353729a852 Merge pull request #6014 from nicolasnoble/manual-upmerge
Manual upmerge from 0.13
2016-03-30 07:39:42 -07:00
Jan Tattermusch
981bfb0fd3 Merge pull request #5933 from dgquintas/sockaddr_resolver_lb
added grpclb support to sockaddr resolver
2016-03-30 07:26:03 -07:00
Jan Tattermusch
58b66f5a0f Merge pull request #5950 from dgquintas/lb_policies_new_interface
Changes to resolver-LB interfaces.
2016-03-30 07:25:42 -07:00
Jan Tattermusch
e8e100f38a Merge pull request #5978 from dgquintas/channel_args_docs
small improvements to channel_args docstrings
2016-03-30 07:21:42 -07:00
Jan Tattermusch
23d03efedf Merge pull request #5997 from vjpai/i_know_async
Concurrent async server coverage in thread stress test
2016-03-30 07:21:14 -07:00
Stanley Cheung
b55f1c420e Merge pull request #5963 from jtattermusch/csharp_refactor_building
Refactor C# building in run_tests.py
2016-03-29 21:08:48 -07:00
Nicolas "Pixel" Noble
e33f93620a Merge branch 'release-0_13' into manual-upmerge 2016-03-30 05:10:03 +02:00
Nicolas Noble
ed02571552 Merge pull request #6004 from nicolasnoble/backport-of-5735
Backport of #5735
2016-03-29 20:05:40 -07:00
Nicolas "Pixel" Noble
375d1f47ca Better memory management for grpc_rb_byte_buffer_to_s. 2016-03-30 02:08:49 +02:00
Zhuochun
97daf35add Fix Ruby memory leaks
- `recv_message` is not cleaned up after call
- `send_message` is not cleaned up in failure cases
- `xmalloc` ruby string is not freed after used
2016-03-30 01:08:29 +02:00
Craig Tiller
508e89f4c9 Merge pull request #6003 from ctiller/uhoh
Trim number of CPUs
2016-03-29 15:39:51 -07:00
Craig Tiller
67af237be2 Trim number of CPUs 2016-03-29 15:34:05 -07:00
Nicolas Noble
6939e41e7c Merge pull request #5976 from earhart/master
Fixes for the GRPC Bazel build
2016-03-29 15:18:05 -07:00
Nicolas Noble
64cc4a6a7b Merge pull request #5979 from ctiller/gource
Add a script that generates a nice gource visualization
2016-03-29 13:24:14 -07:00
Nicolas Noble
f1637b8df0 Merge pull request #5846 from ctiller/fuzzy-bits
Fuzzer support
2016-03-29 13:17:16 -07:00
Rob Earhart
ff20c2b46c Add protobuf_clib to deps of grpc++_codegen_lib
This is required in order to compile grpc++_codegen_lib.
2016-03-29 13:02:25 -07:00
Rob Earhart
b7b8d05f25 Fix the Bazel build re/nanopb
This change modifies the BUILD rule dependencies used for nanopb,
switching them from third_party to //external -- the former uses
submodules, which don't work well with Bazel (since Bazel removes
submodules from repositories as it fetches them, preferring instead to
unify submodule versions across the workspace via the top-level
WORKSPACE configuration).
2016-03-29 13:02:25 -07:00
Craig Tiller
67593ffc34 Fix codegen 2016-03-29 11:38:24 -07:00
Craig Tiller
34236d5be5 Merge github.com:grpc/grpc into fuzzy-bits 2016-03-29 11:37:35 -07:00
Jan Tattermusch
6e6230a6e4 Merge pull request #5736 from pquerna/pq/is_wan_is_ios_only
Objective C: kSCNetworkReachabilityFlagsIsWWAN is only available on iOS
2016-03-29 09:06:18 -07:00
Jan Tattermusch
46962bb5f8 Merge pull request #5971 from sreecha/stress_test_flexible_config
Stress test flexible config
2016-03-29 09:05:43 -07:00
Jan Tattermusch
d2eb23974d Merge pull request #5904 from jtattermusch/csharp_perf_intergrate
C# performance worker improvements
2016-03-29 08:29:32 -07:00
Vijay Pai
98f2f754b8 Used TYPED_TEST to parametrize
Include all 4 sync/async client/server combos
2016-03-29 00:54:11 -07:00
Vijay Pai
40d1a2cb87 clang-format 2016-03-29 00:38:09 -07:00
Vijay Pai
bbbbf621e4 Add a concurrent test for sync client, async server case 2016-03-29 00:35:26 -07:00
Craig Tiller
5648605474 Fix include 2016-03-28 22:40:25 -07:00
Craig Tiller
5b3391f1d0 Merge github.com:grpc/grpc into fuzzy-bits 2016-03-28 22:38:10 -07:00
Nicolas Noble
c91504ed57 Merge pull request #5900 from murgatroid99/node_callback_convention
Follow Node's callback-last convention for client calls
2016-03-28 22:25:25 -07:00
Nicolas Noble
ad0492d50e Merge pull request #5945 from ahedberg/ip_pktinfo_optional
Make IP_PKTINFO optional.
2016-03-28 22:24:24 -07:00
Nicolas Noble
d29d515ec2 Merge pull request #5973 from ctiller/optionalize_chttp2
Optionalize chttp2
2016-03-28 17:54:07 -07:00
David Garcia Quintas
b3b724971f Merge branch 'master' of github.com:grpc/grpc into sockaddr_resolver_lb 2016-03-28 17:03:38 -07:00
David Garcia Quintas
1809bba1ca PR comments. 2016-03-28 17:03:14 -07:00
David Garcia Quintas
3c05db5b0b Merge branch 'master' of github.com:grpc/grpc into lb_policies_new_interface 2016-03-28 16:57:23 -07:00
David Garcia Quintas
5548cc9263 small improvements to channel_args docstrings 2016-03-28 16:37:05 -07:00
Craig Tiller
6f37213fb0 Merge github.com:grpc/grpc into gource 2016-03-28 16:30:24 -07:00
Craig Tiller
078ff3be44 Merge github.com:grpc/grpc into optionalize_chttp2 2016-03-28 16:09:27 -07:00
jboeuf
9a0f14ba99 Merge pull request #5935 from ctiller/status_codes
Fix some status codes to match spec
2016-03-28 15:52:06 -07:00
ahedberg
e72454cfa9 merge to take src/core componentization into account 2016-03-28 17:28:19 -04:00
ahedberg
c86de00900 tell older compilers that not using fd is okay 2016-03-28 17:27:14 -04:00
Craig Tiller
fdef23f8d3 Fix includes 2016-03-28 14:25:43 -07:00
Sree Kuchibhotla
e68ec43480 Fix indentation in config files, set defaults for longer term runs
(opt-tsan-asan.json) and short term test runs (opt.json)
2016-03-28 14:05:34 -07:00
ahedberg
d69dcd3f7c fix copyright to include 2015 2016-03-28 16:52:09 -04:00
Nicolas Noble
f30bdb817d Merge pull request #5974 from murgatroid99/node_distribtest_fixes
Make distribtest more robust, especially on Mac
2016-03-28 13:29:28 -07:00
Craig Tiller
ebb79ba673 Fix include guards 2016-03-28 13:12:47 -07:00
Craig Tiller
8ae3b1f873 Merge github.com:grpc/grpc into status_codes 2016-03-28 13:10:44 -07:00
Craig Tiller
fdec85fc5a Merge github.com:grpc/grpc into fuzzy-bits 2016-03-28 13:10:02 -07:00
murgatroid99
51b81c1e55 Make option passing down to the client constructor more consistent 2016-03-28 12:46:42 -07:00
murgatroid99
bebf2df6e4 Make distribtest more robust, especially on Mac 2016-03-28 11:31:51 -07:00