Jan Tattermusch
|
e3a65a111c
|
Allow using service account credential for per_rpc_creds interop test.
|
9 years ago |
Jan Tattermusch
|
df2631187c
|
allow usable auth for JWT token creds interop test
|
9 years ago |
Michael Lumish
|
350561c2d8
|
Merge pull request #3264 from jtattermusch/update_interop_tests
Update interop tests
|
9 years ago |
Yang Gao
|
0496e53175
|
Merge pull request #3257 from ctiller/!!!!
Fix a case where :status could be returned to applications
|
9 years ago |
Tim Emiola
|
ce7a4f639e
|
Merge pull request #3246 from stanley-cheung/update_debian_install_instructions
Update debian install instructions
|
9 years ago |
Stanley Cheung
|
581846ba9b
|
Update debian install instructions, jessie-backports
|
9 years ago |
Masood Malekghassemi
|
4e3a113909
|
Merge pull request #3231 from nathanielmanistaatgoogle/protocol-objects
Initial work on protocol objects
|
9 years ago |
Craig Tiller
|
37b0044844
|
Fix a case where :status could be returned to applications
|
9 years ago |
Craig Tiller
|
79e042d572
|
Merge pull request #3251 from nicolasnoble/bad-client-is-really-bad
Fixing bad_client test.
|
9 years ago |
Craig Tiller
|
a73cae94a6
|
Merge pull request #3249 from nicolasnoble/windows-fixes
Fixing lingering bytes clipping issue on socket shutdown.
|
9 years ago |
Craig Tiller
|
02128e9bbf
|
Merge pull request #3256 from grpc/release-0_11
Merging beta back to master
|
9 years ago |
Craig Tiller
|
2b7b235549
|
Merge pull request #3255 from ctiller/we-should-build
Fix compilation
|
9 years ago |
Craig Tiller
|
88589743f8
|
Fix compilation
|
9 years ago |
Nicolas "Pixel" Noble
|
2057a7a76c
|
Fixing bad_client test.
Before destroying an endpoint, shut it down properly.
|
9 years ago |
Jan Tattermusch
|
ee0ef4dfde
|
ugly fix of per_rpc_creds test
|
9 years ago |
Jan Tattermusch
|
b26972fab4
|
update the interop tests based on spec
|
9 years ago |
Nicolas Noble
|
77ccdb99f8
|
Fixing lingering bytes clipping issue on socket shutdown.
For more information, see comments on
https://msdn.microsoft.com/en-us/library/windows/desktop/ms738547(v=vs.85).aspx
|
9 years ago |
Craig Tiller
|
2311d4918f
|
Merge pull request #3186 from grpc/release-0_11
Daily Release 0.11 upport to master
|
9 years ago |
Nicolas Noble
|
2d96240cc4
|
Merge pull request #3204 from ctiller/fix-teh-tests
Fixes a couple of tests on Windows
|
9 years ago |
Nicolas Noble
|
8d6536e755
|
Merge pull request #3236 from ctiller/insert-branch-name
Moar Windows fixes
|
9 years ago |
Yang Gao
|
2b5255e3da
|
Merge pull request #3190 from ctiller/daisy-dukes
Fix flow control issues
|
9 years ago |
Craig Tiller
|
fa62267c78
|
Merge branch 'release-0_11' of github.com:grpc/grpc into insert-branch-name
|
9 years ago |
David Garcia Quintas
|
5c4543d9f5
|
Introduced a registry for LB policies.
|
9 years ago |
Nicolas Noble
|
51bfda063a
|
Merge pull request #3225 from ctiller/grahhhh
Try even harder to disable PDB generation
|
9 years ago |
Craig Tiller
|
b98d603a02
|
Merge pull request #3242 from nicolasnoble/cancel-means-change
Even if the stream was cancelled, notify of its state change.
|
9 years ago |
yang-g
|
61e461e890
|
Guard against empty vector
|
9 years ago |
Craig Tiller
|
e93e6cbfca
|
Merge pull request #3244 from nicolasnoble/please-call-init
Secure endpoint test should call grpc_init.
|
9 years ago |
Michael Lumish
|
5269ae4124
|
Merge pull request #3243 from jcanizales/make-headers-property-beta
Make headers a "real" @property
|
9 years ago |
Nicolas "Pixel" Noble
|
a4d4b60fd8
|
Secure endpoint test should call grpc_init.
|
9 years ago |
Nicolas "Pixel" Noble
|
791a480127
|
Even if the stream was cancelled, notify of its state change.
|
9 years ago |
Yang Gao
|
a83f375d2a
|
Merge pull request #3241 from jcanizales/fix-bazel-break-beta
Fix Bazel breakage due to magic Cocoapods header search path
|
9 years ago |
Jorge Canizales
|
3569ae43ac
|
Fix Bazel breakage due to magic Cocoapods header search path
|
9 years ago |
Jorge Canizales
|
ff6466b726
|
Add header manipulation examples
With both raw and codegen’d library
|
9 years ago |
Jorge Canizales
|
4682f8f994
|
Point sample proto podspec to latest gRPC and protobuf
|
9 years ago |
Jorge Canizales
|
cff8aa2a01
|
Point SwiftSample’s Podfile to submodule protobuf
|
9 years ago |
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 |