Rafael Sales
ac491d8c1f
Raise on unexpected metadata values
...
The existing implementation was causing segmentation fault because
src/ruby/ext/grpc/rb_call.c:358 was trying to convert any value type other than
Array to String. The Array type is handled in first `if`. This change will cause
the Ruby code that sends non-string values to fail with a better message:
`ArgumentError: Header values must be of type string or array`
9 years ago
Vijay Pai
5562807aad
Support many oustanding RPCs per channel - forgot to do this last time
9 years ago
Jan Tattermusch
d7be789b09
build C# and node perf workers
9 years ago
Jan Tattermusch
9de3c7ad31
add a newline
9 years ago
Craig Tiller
d0bcc43261
clang-fmt
9 years ago
Craig Tiller
dff29577c8
Refine clang-format paths
9 years ago
Nicolas Noble
6a36274757
Merge pull request #5955 from jtattermusch/clearer_onconnect_msg
...
Better message for on_connect error
9 years ago
Craig Tiller
41dac846de
Merge github.com:grpc/grpc into ignore_connectivity
9 years ago
Craig Tiller
fe2ef9b366
Remove removed file from build.yaml
9 years ago
Craig Tiller
5aceb27408
Fix include guards
9 years ago
Craig Tiller
28435e4d62
Merge branch 'optionalize_resolvers' into optionalize_client_config
9 years ago
Craig Tiller
db008e2d6e
Merge branch 'optionalize_census' into optionalize_resolvers
9 years ago
Craig Tiller
502349db91
Fix include guards
9 years ago
Craig Tiller
016a81d97c
Optionalize client_config system
9 years ago
Craig Tiller
d4c9833187
Reposition files to optionalize client_config system
9 years ago
Craig Tiller
4c43ed325c
Merge github.com:grpc/grpc into cleaner-posix2
9 years ago
Craig Tiller
dfa160ef73
Merge branch 'optionalize_census' into optionalize_resolvers
9 years ago
Craig Tiller
bbf85f4ee7
Merge github.com:grpc/grpc into optionalize_census
9 years ago
Craig Tiller
65938df105
Optionalize name resolvers
9 years ago
yang-g
4a530b08c2
fix leak and race
9 years ago
Nicolas Noble
02f5f8de36
Merge pull request #6039 from ctiller/copyright-fix
...
Remove year range requirement for copyright checker
9 years ago
Craig Tiller
31efd7e864
Merge github.com:grpc/grpc into copyright-fix
9 years ago
murgatroid99
2b951539c3
Expanded comment about Client class in stress_client
9 years ago
Craig Tiller
f3f099ada9
Merge github.com:grpc/grpc into optionalize_census
9 years ago
Craig Tiller
a353e9d7cd
clang-format
9 years ago
Craig Tiller
4c33dba55e
Fix windows pollset initialization
9 years ago
Craig Tiller
8479c972e4
Merge github.com:grpc/grpc into cleaner-posix2
9 years ago
Sree Kuchibhotla
b538472a8a
Merge branch 'master' into stress_exit_codes
9 years ago
Sree Kuchibhotla
fefc916b80
Merge branch 'master' into stress_exit_codes
9 years ago
David Garcia Quintas
1e681c2474
Merge branch 'master' of github.com:grpc/grpc into sockaddr_resolver_lb_2
9 years ago
Sree Kuchibhotla
16dd3e46e8
Reduce log verbosity of stress_test client by default. Correct a typo
9 years ago
David Garcia Quintas
2877d7398e
Merge branch 'master' of github.com:grpc/grpc into lb_resolvers
9 years ago
David Garcia Quintas
f9a7e2876d
Simplified code.
9 years ago
Vijay Pai
62bc488c12
Merge branch 'master' into i_know_virtual_destructors
9 years ago
vjpai
bd06e441cc
Add virtual destructor to satisfy a requirement of some compilers
9 years ago
David Garcia Quintas
d91e197ef4
Merge branch 'uri_query_parts' into sockaddr_resolver_lb_2
9 years ago
Nicolas Noble
2b9012362c
Merge pull request #5943 from vjpai/make_unix_sockets_great_again
...
Fix the unix socket #ifdef in init.c
9 years ago
David Garcia Quintas
f341374f6f
Merge branch 'master' of github.com:grpc/grpc into uri_query_parts
9 years ago
David Garcia Quintas
057054f665
Added grpc_uri_get_query_arg per comments.
9 years ago
Craig Tiller
b92bb96ccf
Remove errant include
9 years ago
Nicolas Noble
7894e60306
Merge pull request #6000 from ctiller/optionalize_roundrobin
...
Optionalize load balancing policies
9 years ago
yang-g
e1a8ab71b8
Update according to api change
9 years ago
Craig Tiller
64a12c55df
Merge github.com:grpc/grpc into copyright-fix
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Craig Tiller
6e2cf6b6c7
Update tool
9 years ago
David Garcia Quintas
64ddf13d14
added grpclb support to sockaddr resolver
9 years ago
David Garcia Quintas
fec8ece176
Merge branch 'uri_query_parts' into sockaddr_resolver_lb_2
9 years ago
David Garcia Quintas
e3a49f82c4
Added & and = to URI queries
9 years ago
Nicolas Noble
6fa2ce56f3
Merge pull request #6030 from nicolasnoble/upmerge
...
Upmerge
9 years ago
Nicolas "Pixel" Noble
c52e5597a3
Merge branch 'release-0_13' into upmerge
...
Conflicts:
Makefile
build.yaml
package.json
src/core/lib/surface/version.c
src/csharp/Grpc.Core/VersionInfo.cs
src/csharp/build_packages.bat
src/python/grpcio/grpc_version.py
src/ruby/lib/grpc/version.rb
tools/doxygen/Doxyfile.c++
tools/doxygen/Doxyfile.c++.internal
tools/doxygen/Doxyfile.core
tools/doxygen/Doxyfile.core.internal
9 years ago