Jorge Canizales
64332b6ffb
Manually merge master into make-errors-public to solve conflict
9 years ago
Craig Tiller
bda7b617c9
Merge pull request #3228 from dgquintas/doxygenate
...
Regenerated doxygen after #3227
9 years ago
Michael Lumish
afcf1cd650
Merge pull request #3220 from jcanizales/server-error-for-bad-protos
...
End RPC with internal error if a response proto can't be parsed.
9 years ago
David Garcia Quintas
7afa666d2f
Regenerated doxygen after #3227
9 years ago
David G. Quintas
e0f975bbac
Merge pull request #3227 from ctiller/yyy
...
Replicate C++ docs from master to beta branch
9 years ago
Craig Tiller
d6599a39e4
Replicate C++ docs from master to beta branch
...
Original PR #3074 by @dgquintas
9 years ago
Michael Lumish
62b9305e20
Merge pull request #3219 from jcanizales/dont-strip-bin
...
Don’t strip -bin suffix from response metadata.
9 years ago
Craig Tiller
09f56917db
Merge pull request #3226 from grpc/revert-3074-cpp_docs
...
Revert "C++ docs"
9 years ago
Craig Tiller
00ad71c135
Revert "C++ docs"
9 years ago
Craig Tiller
929e7eebc6
Fix typo
9 years ago
Michael Lumish
ac5055724c
Merge pull request #3216 from jcanizales/the-big-metadata-change
...
Controls request headers modifications.
9 years ago
Craig Tiller
fe06d409c5
Try even harder to disable PDB generation
9 years ago
Craig Tiller
08e9c4e441
Merge pull request #3074 from dgquintas/cpp_docs
...
C++ docs
9 years ago
Jorge Canizales
c57b764fef
Make the error domain and codes public and documented.
9 years ago
Jorge Canizales
7a84a4e91d
Documentation: Don’t retry if not idempotent!
9 years ago
Jorge Canizales
afb7a0ee23
Wrap parsing error appropriately before propagating.
9 years ago
Jorge Canizales
e7209c588f
Propagate parsing error if we get a bad response
9 years ago
Jorge Canizales
34667063de
Don’t strip -bin suffix from response metadata.
9 years ago
Jorge Canizales
6697e7f9ea
Don’t append -bin automatically to binary request headers.
9 years ago
Jorge Canizales
bbba491b7c
Reject non-ASCII text header values too.
9 years ago
Jorge Canizales
2529735d3d
nit: remove obsolete comment
9 years ago
Jorge Canizales
5f6001eb23
nit: _proxy -> _delegate
9 years ago
Jorge Canizales
acf5e107f3
Let remove nil or non-ASCII keys (noop instead of throw).
9 years ago
Jorge Canizales
12da424c9a
nit: Documentation and formatting.
9 years ago
Jorge Canizales
5af286884e
Make the grpc_metadataArray property private.
9 years ago
Jorge Canizales
2f10127f85
Publish GRPCRequestHeaders as a protocol
...
So we can make the property a dictionary later, by just extending
NSMutableDictionary to conform to the protocol.
9 years ago
Jorge Canizales
05640a58df
Simpler code, better exceptions.
9 years ago
Jorge Canizales
030e5d0c9c
nit: Style guide
9 years ago
Jorge Canizales
5c339d15b3
Remove -[asDictionary]
9 years ago
Jorge Canizales
86e5a050f7
Make GRPCRequestHeaders public and import from GRPCCall
9 years ago
Nicolas "Pixel" Noble
59588c6162
Removing pessimizing moves.
...
Pass #2 .
9 years ago
Nicolas Noble
aca3211b0f
Merge pull request #3183 from ctiller/second-coming
...
Refactor Endpoint API
9 years ago
Masood Malekghassemi
bfe8719e78
Merge pull request #3205 from nathanielmanistaatgoogle/method-not-found
...
Respond with UNIMPLEMENTED when a requested method is not found
9 years ago
Tim Emiola
a4cfb63b06
Merge pull request #3184 from murgatroid99/node_examples_update
...
Fixed routeguide namespace, updated README to match other changes
9 years ago
Tim Emiola
e856ccd16f
Merge pull request #3192 from murgatroid99/node_auth_interop_fix
...
Fix bugs that were causing auth interop tests to fail
9 years ago
yang-g
d55ce144bb
Merge remote-tracking branch 'upstream/master' into interop
9 years ago
yang-g
201ef59847
more changes
9 years ago
Michael Lumish
55b3ee5310
Merge pull request #3212 from stanley-cheung/php_bump_version
...
PHP: bump version
9 years ago
Michael Lumish
47cf1e9f1c
Merge pull request #3211 from jtattermusch/fix_routeguide_example
...
Fix C# route_guide example
9 years ago
Stanley Cheung
1ea97363d6
php: bump version
9 years ago
Nicolas Noble
03a722c95f
Merge pull request #3187 from ctiller/another-one-bites-the-dust
...
Give interop tests more time to build
9 years ago
Jan Tattermusch
1beb02058a
fix route_guide example
9 years ago
Stanley Cheung
c6e98eab5c
Merge pull request #3181 from stanley-cheung/php_per_message_compression
...
PHP: support per message compression disable
9 years ago
Michael Lumish
f496d4d1ed
Merge pull request #3207 from jtattermusch/csharp_update_examples
...
C# update examples to proto3
9 years ago
yang-g
867d0c132c
Fix auth tests
9 years ago
Nicolas Noble
6fb25ceeb3
Merge pull request #3208 from jtattermusch/fix_build_nuget_packages
...
Fix C# nuget package building
9 years ago
Jan Tattermusch
b86367d60d
Make examples depend on the right nuget package version
9 years ago
Nathaniel Manista
1d750d6ca2
UNIMPLEMENTED status for methods not found
9 years ago
Nathaniel Manista
69210e598b
Add code and details to base.Outcome
...
It may seem weird that code and details would travel along two paths
now instead of one but it makes sense after considering that sometimes
the code and details are application data from the remote application
and sometimes they are transport data from the transport between the
local and remote applications.
9 years ago
Jan Tattermusch
c84c2e3ab7
fix C# nuget package building
9 years ago