David Garcia Quintas
12e111c692
Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation
9 years ago
David Garcia Quintas
d312a0b866
Smarter pollset/pollset_set propagation
...
For some definition of "smart"... client_channel simply passes along
pollset/pollset_set, removing the need to instantiate a pollset_set in
the subchannel_call_holder: it's now up to the LB policies to handle the
pollset/pollset_set.
9 years ago
Nicolas Noble
e2fd65343e
Merge pull request #6304 from ctiller/expandypie
...
Expand corpora
9 years ago
Nicolas Noble
b143ca0f36
Merge pull request #6284 from jtattermusch/csharp_optional_client_codegen
...
Add new cmdline options to C# codegen.
9 years ago
Nicolas Noble
8cb50edbed
Merge pull request #6268 from nicolasnoble/example_fix
...
Fixing examples.
9 years ago
Jan Tattermusch
165c62ff75
Merge pull request #6183 from nicolasnoble/msys-support
...
Adding support for msys.
9 years ago
Jan Tattermusch
4c6fa9b42b
Merge pull request #6150 from nicolasnoble/sanitize
...
Sanitizing repository.
9 years ago
Jan Tattermusch
d79b7abf72
Merge pull request #6300 from dmitriykovalev/master
...
Fixing invalid usage of getProtobufServiceAttrs() function.
9 years ago
Jan Tattermusch
081ad7a437
Merge pull request #6295 from markdroth/content_type_semicolon2
...
Change C implementation to not log an "Unexpected content-type" message when the header includes a semicolon.
9 years ago
Jan Tattermusch
cca098e77c
Merge pull request #6299 from jtattermusch/fix_5912
...
Fix Grpc.IntegrationTesting.InteropClientServerTest flake
9 years ago
Jan Tattermusch
e0183305d1
Merge pull request #6286 from jtattermusch/runtests_python3_support
...
Add --compiler python3.4 option to run_tests.py (enable running test using python3)
9 years ago
Mark D. Roth
1f3319bc88
Fixed clang formatting problems.
9 years ago
Jan Tattermusch
cec42984a0
Merge pull request #4569 from jskeet/fix-buildall
...
Restore dependencies in buildall.bat
9 years ago
Jan Tattermusch
c17939a4d4
Merge pull request #6181 from yang-g/proto_comments
...
Put proto file comments to generated grpc header file.
9 years ago
Mark D. Roth
640d71dda9
Use cpp macros for the "application/grpc" string and its length.
...
Also remove unnecessary strlen() call.
9 years ago
Vijay Pai
f16427da47
Merge pull request #6303 from ctiller/fix_metadata_refs
...
Fix refcounting bug for mdstrs
9 years ago
Craig Tiller
068d143c8e
Expand corpora
9 years ago
Craig Tiller
773d9908aa
Fix refcounting bug for mdstrs
9 years ago
Jan Tattermusch
ee9de2faee
cleanup build_interop.sh for python
9 years ago
Jan Tattermusch
825471c387
Add --compiler python3.4 option to run_tests.py
9 years ago
Jan Tattermusch
7c0e1eec85
regenerate code
9 years ago
Jan Tattermusch
4e0f73cddb
add internal_access option for C# codegen
9 years ago
Jan Tattermusch
5f8872f899
introduce c# generator options
9 years ago
Jan Tattermusch
a967ee567e
support custom parsegeneratorparameter
9 years ago
Jan Tattermusch
44f7c54847
params for generating only client/server
9 years ago
Jan Tattermusch
85c3ab0b0b
fix #5912
9 years ago
Jan Tattermusch
eeef86cea2
Merge pull request #6282 from jtattermusch/disable_internal_obsolete
...
Disable warnings for use of our own obsolete interfaces
9 years ago
yang-g
6b16aaae96
merge and resolve conflict
9 years ago
Jan Tattermusch
9c734c0335
Merge pull request #6220 from stanley-cheung/php-for-release-14
...
PHP: prepare for release 0.14
9 years ago
Jan Tattermusch
a4e7ecab1a
Merge pull request #6281 from jtattermusch/csharp_assembly_versions
...
Fix assembly version attributes for C#
9 years ago
Jan Tattermusch
e6077b86ad
Merge pull request #6233 from ewr/fetch-peer-cert-in-ruby
...
Add peer_cert method to Ruby call object
9 years ago
Jan Tattermusch
7d78ab20c8
Merge pull request #6229 from grpc/python_test_proto_gen
...
Changed python proto build to use shared protos
9 years ago
Jan Tattermusch
d29142aa74
Merge pull request #5959 from royalharsh/master
...
DocFixit: Add instructions to install protobuf3 in python readme files
9 years ago
Jan Tattermusch
3b0998001c
Merge pull request #6238 from gwvo/master
...
Some additional fixes to make the C++ codegen not depend on protobuf.
9 years ago
Mark D. Roth
c5b1eef8b1
Change C implementation to not log an "Unexpected content-type" message
...
when the header includes a semicolon.
9 years ago
Ken Payson
707c9e29e0
Changed python proto build to use shared protos
9 years ago
Jan Tattermusch
8cc7332b74
Merge pull request #6266 from murgatroid99/ruby_stress_client
...
Ruby stress client
9 years ago
Jan Tattermusch
a49e73090c
Merge pull request #5445 from murgatroid99/node_protoc_plugin
...
Create a protoc plugin for Node.js gRPC
9 years ago
Eric Richardson
deadbcdab1
Wrap delegate line to fix a Rubocop error about line length
9 years ago
Wouter van Oortmerssen
b695b9b035
Some additional fixes to make the C++ codegen not depend on protobuf.
9 years ago
Nicolas Noble
c3d869ef58
Merge pull request #6160 from ctiller/api_fuzzer
...
Core API fuzzer
9 years ago
Craig Tiller
11c83e9056
Dont run fuzzer outputs on windows, mac (save some CPU)
9 years ago
Nicolas Noble
25ff54435e
Merge pull request #6277 from ctiller/shutdown_proper_like
...
Properly shutdown pollsets before destroying them
9 years ago
yang-g
57d1e08268
resolve comments
9 years ago
Jan Tattermusch
55fad175dd
regenerate C# protos
9 years ago
Jan Tattermusch
cc8a4b384c
disable warnings for use of our own obsolete interfaces
9 years ago
Jan Tattermusch
23a9ca5184
fix assembly version attributes for C#
9 years ago
Craig Tiller
482ce5e3a4
Fix typo
9 years ago
David Garcia Quintas
879b3b9efa
PR comments
9 years ago
Jan Tattermusch
d64be98091
Merge pull request #6105 from miselin/http-parser-allow-more-newlines
...
Allow grpc_http_parser to optionally accept a wider range of line endings
9 years ago