Jorge Canizales
|
78a4c7490e
|
Make request headers a @property property.
|
9 years ago |
Michael Lumish
|
34a742b0e1
|
Merge pull request #3238 from jcanizales/make-errors-public-beta
Make the error domain and codes public and documented. (Beta branch)
|
9 years ago |
Jorge Canizales
|
fd2f3a7e9a
|
Remove unneeded include of grpc.h
|
9 years ago |
Jorge Canizales
|
6d84373f8e
|
Manually merge release-0_11 into make-errors-public-beta to solve conflict
|
9 years ago |
Nicolas Noble
|
8c3c8ac947
|
Merge pull request #3239 from jtattermusch/remove_old_deb_pacagekes
Cleanup: Remove outdated scripts for building debian packages
|
9 years ago |
Michael Lumish
|
674d623abd
|
Merge pull request #3237 from jcanizales/server-error-for-bad-protos-beta
End RPC with internal error if a response proto can't be parsed. (Beta branch)
|
9 years ago |
Michael Lumish
|
3d291103a1
|
Merge pull request #3235 from jcanizales/dont-strip-bin-beta
Don’t strip -bin suffix from response metadata. (Beta branch)
|
9 years ago |
Michael Lumish
|
064bf85d94
|
Merge pull request #3234 from jcanizales/the-big-metadata-change
Controls request headers modifications (Beta branch)
|
9 years ago |
Michael Lumish
|
f54214d5e7
|
Merge pull request #3233 from jcanizales/fix-core-breakage
Fix C core build breakage.
|
9 years ago |
Jorge Canizales
|
d21781f39e
|
Make the error domain and codes public and documented.
|
9 years ago |
Jan Tattermusch
|
50b8e5a0e4
|
remove outdated scripts for building debian packages
|
9 years ago |
Craig Tiller
|
b5391e1ae6
|
run tests on my desktop should be parallel too
|
9 years ago |
Craig Tiller
|
b11177b26b
|
call correct init function
|
9 years ago |
Craig Tiller
|
49d03c80c9
|
avoid infinite spin without checking condvar
|
9 years ago |
Craig Tiller
|
29d4145a64
|
avoid underflow
|
9 years ago |
Jorge Canizales
|
cabbcbfc84
|
Documentation: Don’t retry if not idempotent!
|
9 years ago |
Jorge Canizales
|
f5d519464f
|
Wrap parsing error appropriately before propagating.
|
9 years ago |
Jorge Canizales
|
ebfd11909c
|
Propagate parsing error if we get a bad response
|
9 years ago |
Jorge Canizales
|
4edf83216e
|
Don’t strip -bin suffix from response metadata.
|
9 years ago |
Nathaniel Manista
|
d2aa1cf0ba
|
Initial work on protocol objects
|
9 years ago |
Craig Tiller
|
9afad14335
|
Merge branch 'release-0_11' of github.com:grpc/grpc into insert-branch-name
|
9 years ago |
Craig Tiller
|
9455a4ec2d
|
Merge pull request #3229 from dgquintas/auth_dep
Removed grpc_security.h from auth_context.h
|
9 years ago |
Craig Tiller
|
627758d0cc
|
Merge branch 'release-0_11' of github.com:grpc/grpc into fix-teh-tests
|
9 years ago |
David Garcia Quintas
|
328deb28de
|
Removed grpc_security.h from auth_context.h
|
9 years ago |
Craig Tiller
|
bda7b617c9
|
Merge pull request #3228 from dgquintas/doxygenate
Regenerated doxygen after #3227
|
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 |
Craig Tiller
|
929e7eebc6
|
Fix typo
|
9 years ago |
Craig Tiller
|
fe06d409c5
|
Try even harder to disable PDB generation
|
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 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 |
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 |