Jan Tattermusch
1f5ad316cd
polish some .bat files
9 years ago
Jan Tattermusch
a5701c63a7
always embed zlib and openssl for C#
9 years ago
Jan Tattermusch
e39707458d
Merge pull request #6020 from grpc/revert-5963-csharp_refactor_building
...
Revert "Refactor C# building in run_tests.py"
9 years ago
Jan Tattermusch
fa51d186d9
Merge pull request #6022 from grpc/revert-5933-sockaddr_resolver_lb
...
Revert "added grpclb support to sockaddr resolver"
9 years ago
Craig Tiller
dd2cfc55ab
Revert "added grpclb support to sockaddr resolver"
9 years ago
Jan Tattermusch
353729a852
Merge pull request #6014 from nicolasnoble/manual-upmerge
...
Manual upmerge from 0.13
9 years ago
Jan Tattermusch
3eb403f4cd
Revert "Refactor C# building in run_tests.py"
9 years ago
Jan Tattermusch
981bfb0fd3
Merge pull request #5933 from dgquintas/sockaddr_resolver_lb
...
added grpclb support to sockaddr resolver
9 years ago
Jan Tattermusch
58b66f5a0f
Merge pull request #5950 from dgquintas/lb_policies_new_interface
...
Changes to resolver-LB interfaces.
9 years ago
Jan Tattermusch
e8e100f38a
Merge pull request #5978 from dgquintas/channel_args_docs
...
small improvements to channel_args docstrings
9 years ago
Jan Tattermusch
23d03efedf
Merge pull request #5997 from vjpai/i_know_async
...
Concurrent async server coverage in thread stress test
9 years ago
Stanley Cheung
b55f1c420e
Merge pull request #5963 from jtattermusch/csharp_refactor_building
...
Refactor C# building in run_tests.py
9 years ago
Nicolas "Pixel" Noble
e33f93620a
Merge branch 'release-0_13' into manual-upmerge
9 years ago
Nicolas Noble
ed02571552
Merge pull request #6004 from nicolasnoble/backport-of-5735
...
Backport of #5735
9 years ago
Nicolas "Pixel" Noble
375d1f47ca
Better memory management for grpc_rb_byte_buffer_to_s.
9 years ago
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
9 years ago
Craig Tiller
508e89f4c9
Merge pull request #6003 from ctiller/uhoh
...
Trim number of CPUs
9 years ago
Craig Tiller
67af237be2
Trim number of CPUs
9 years ago
Nicolas Noble
6939e41e7c
Merge pull request #5976 from earhart/master
...
Fixes for the GRPC Bazel build
9 years ago
Nicolas Noble
64cc4a6a7b
Merge pull request #5979 from ctiller/gource
...
Add a script that generates a nice gource visualization
9 years ago
Nicolas Noble
f1637b8df0
Merge pull request #5846 from ctiller/fuzzy-bits
...
Fuzzer support
9 years ago
Rob Earhart
ff20c2b46c
Add protobuf_clib to deps of grpc++_codegen_lib
...
This is required in order to compile grpc++_codegen_lib.
9 years ago
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).
9 years ago
Craig Tiller
67593ffc34
Fix codegen
9 years ago
Craig Tiller
34236d5be5
Merge github.com:grpc/grpc into fuzzy-bits
9 years ago
Jan Tattermusch
6e6230a6e4
Merge pull request #5736 from pquerna/pq/is_wan_is_ios_only
...
Objective C: kSCNetworkReachabilityFlagsIsWWAN is only available on iOS
9 years ago
Jan Tattermusch
46962bb5f8
Merge pull request #5971 from sreecha/stress_test_flexible_config
...
Stress test flexible config
9 years ago
Jan Tattermusch
d2eb23974d
Merge pull request #5904 from jtattermusch/csharp_perf_intergrate
...
C# performance worker improvements
9 years ago
Vijay Pai
98f2f754b8
Used TYPED_TEST to parametrize
...
Include all 4 sync/async client/server combos
9 years ago
Vijay Pai
40d1a2cb87
clang-format
9 years ago
Vijay Pai
bbbbf621e4
Add a concurrent test for sync client, async server case
9 years ago
Craig Tiller
5648605474
Fix include
9 years ago
Craig Tiller
5b3391f1d0
Merge github.com:grpc/grpc into fuzzy-bits
9 years ago
Nicolas Noble
c91504ed57
Merge pull request #5900 from murgatroid99/node_callback_convention
...
Follow Node's callback-last convention for client calls
9 years ago
Nicolas Noble
ad0492d50e
Merge pull request #5945 from ahedberg/ip_pktinfo_optional
...
Make IP_PKTINFO optional.
9 years ago
Nicolas Noble
d29d515ec2
Merge pull request #5973 from ctiller/optionalize_chttp2
...
Optionalize chttp2
9 years ago
David Garcia Quintas
b3b724971f
Merge branch 'master' of github.com:grpc/grpc into sockaddr_resolver_lb
9 years ago
David Garcia Quintas
1809bba1ca
PR comments.
9 years ago
David Garcia Quintas
3c05db5b0b
Merge branch 'master' of github.com:grpc/grpc into lb_policies_new_interface
9 years ago
David Garcia Quintas
5548cc9263
small improvements to channel_args docstrings
9 years ago
Craig Tiller
6f37213fb0
Merge github.com:grpc/grpc into gource
9 years ago
Craig Tiller
078ff3be44
Merge github.com:grpc/grpc into optionalize_chttp2
9 years ago
jboeuf
9a0f14ba99
Merge pull request #5935 from ctiller/status_codes
...
Fix some status codes to match spec
9 years ago
ahedberg
e72454cfa9
merge to take src/core componentization into account
9 years ago
ahedberg
c86de00900
tell older compilers that not using fd is okay
9 years ago
Craig Tiller
fdef23f8d3
Fix includes
9 years ago
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)
9 years ago
ahedberg
d69dcd3f7c
fix copyright to include 2015
9 years ago
Nicolas Noble
f30bdb817d
Merge pull request #5974 from murgatroid99/node_distribtest_fixes
...
Make distribtest more robust, especially on Mac
9 years ago
Craig Tiller
ebb79ba673
Fix include guards
9 years ago