aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #3236 from ctiller/insert-branch-nameGravatar Nicolas Noble2015-09-03
|\ | | | | Moar Windows fixes
* \ Merge pull request #3190 from ctiller/daisy-dukesGravatar Yang Gao2015-09-03
|\ \ | | | | | | Fix flow control issues
| | * Merge branch 'release-0_11' of github.com:grpc/grpc into insert-branch-nameGravatar Craig Tiller2015-09-03
| | |\ | |_|/ |/| |
* | | Merge pull request #3242 from nicolasnoble/cancel-means-changeGravatar Craig Tiller2015-09-03
|\ \ \ | | | | | | | | Even if the stream was cancelled, notify of its state change.
* \ \ \ Merge pull request #3243 from jcanizales/make-headers-property-betaGravatar Michael Lumish2015-09-03
|\ \ \ \ | | | | | | | | | | Make headers a "real" @property
| | * | | Even if the stream was cancelled, notify of its state change.Gravatar Nicolas "Pixel" Noble2015-09-04
| | | | |
* | | | | Fix Bazel breakage due to magic Cocoapods header search pathGravatar Jorge Canizales2015-09-03
| | | | |
| * | | | Add header manipulation examplesGravatar Jorge Canizales2015-09-03
| | | | | | | | | | | | | | | | | | | | With both raw and codegen’d library
| * | | | Point sample proto podspec to latest gRPC and protobufGravatar Jorge Canizales2015-09-03
| | | | |
| * | | | Point SwiftSample’s Podfile to submodule protobufGravatar Jorge Canizales2015-09-03
| | | | |
| * | | | Make request headers a @property property.Gravatar Jorge Canizales2015-09-03
|/ / / /
* | | | Remove unneeded include of grpc.hGravatar Jorge Canizales2015-09-03
| | | |
* | | | Manually merge release-0_11 into make-errors-public-beta to solve conflictGravatar Jorge Canizales2015-09-03
|\ \ \ \
| * \ \ \ Merge pull request #3237 from jcanizales/server-error-for-bad-protos-betaGravatar Michael Lumish2015-09-03
| |\ \ \ \ | | | | | | | | | | | | End RPC with internal error if a response proto can't be parsed. (Beta branch)
| * \ \ \ \ Merge pull request #3235 from jcanizales/dont-strip-bin-betaGravatar Michael Lumish2015-09-03
| |\ \ \ \ \ | | | | | | | | | | | | | | Don’t strip -bin suffix from response metadata. (Beta branch)
| * \ \ \ \ \ Merge pull request #3234 from jcanizales/the-big-metadata-changeGravatar Michael Lumish2015-09-03
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Controls request headers modifications (Beta branch)
| * \ \ \ \ \ \ Merge pull request #3233 from jcanizales/fix-core-breakageGravatar Michael Lumish2015-09-03
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | Fix C core build breakage.
* / | | | | | | Make the error domain and codes public and documented.Gravatar Jorge Canizales2015-09-03
|/ / / / / / /
| | | | | | * avoid infinite spin without checking condvarGravatar Craig Tiller2015-09-03
| | | | | | |
| | | | | | * avoid underflowGravatar Craig Tiller2015-09-03
| |_|_|_|_|/ |/| | | | |
| | | | * | Documentation: Don’t retry if not idempotent!Gravatar Jorge Canizales2015-09-03
| | | | | |
| | | | * | Wrap parsing error appropriately before propagating.Gravatar Jorge Canizales2015-09-03
| | | | | |
| | | | * | Propagate parsing error if we get a bad responseGravatar Jorge Canizales2015-09-03
| |_|_|/ / |/| | | |
| | | * | Don’t strip -bin suffix from response metadata.Gravatar Jorge Canizales2015-09-03
| |_|/ / |/| | |
* | | | Replicate C++ docs from master to beta branchGravatar Craig Tiller2015-09-03
| | | | | | | | | | | | | | | | Original PR #3074 by @dgquintas
| | * | Don’t append -bin automatically to binary request headers.Gravatar Jorge Canizales2015-09-02
| | | |
| | * | Reject non-ASCII text header values too.Gravatar Jorge Canizales2015-09-02
| | | |
| | * | nit: remove obsolete commentGravatar Jorge Canizales2015-09-02
| | | |
| | * | nit: _proxy -> _delegateGravatar Jorge Canizales2015-09-02
| | | |
| | * | Let remove nil or non-ASCII keys (noop instead of throw).Gravatar Jorge Canizales2015-09-02
| | | |
| | * | nit: Documentation and formatting.Gravatar Jorge Canizales2015-09-02
| | | |
| | * | Make the grpc_metadataArray property private.Gravatar Jorge Canizales2015-09-02
| | | |
| | * | Publish GRPCRequestHeaders as a protocolGravatar Jorge Canizales2015-09-02
| | | | | | | | | | | | | | | | | | | | So we can make the property a dictionary later, by just extending NSMutableDictionary to conform to the protocol.
| | * | Simpler code, better exceptions.Gravatar Jorge Canizales2015-09-02
| | | |
| | * | nit: Style guideGravatar Jorge Canizales2015-09-02
| | | |
| | * | Remove -[asDictionary]Gravatar Jorge Canizales2015-09-02
| | | |
| | * | Make GRPCRequestHeaders public and import from GRPCCallGravatar Jorge Canizales2015-09-02
| | | |
* | | | Merge pull request #3183 from ctiller/second-comingGravatar Nicolas Noble2015-09-02
|\ \ \ \ | | | | | | | | | | Refactor Endpoint API
* \ \ \ \ Merge pull request #3205 from nathanielmanistaatgoogle/method-not-foundGravatar Masood Malekghassemi2015-09-02
|\ \ \ \ \ | | | | | | | | | | | | Respond with UNIMPLEMENTED when a requested method is not found
* \ \ \ \ \ Merge pull request #3192 from murgatroid99/node_auth_interop_fixGravatar Tim Emiola2015-09-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix bugs that were causing auth interop tests to fail
* | | | | | | php: bump versionGravatar Stanley Cheung2015-09-02
| | | | | | |
* | | | | | | Merge pull request #3181 from stanley-cheung/php_per_message_compressionGravatar Stanley Cheung2015-09-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | PHP: support per message compression disable
| | | * | | | | UNIMPLEMENTED status for methods not foundGravatar Nathaniel Manista2015-09-02
| | | | | | | |
| | | * | | | | Add code and details to base.OutcomeGravatar Nathaniel Manista2015-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | fix C# nuget package buildingGravatar Jan Tattermusch2015-09-02
| | | | | | | |
| * | | | | | | php: missed a line in docGravatar Stanley Cheung2015-09-02
| | | | | | | |
| * | | | | | | php: update pecl package.xmlGravatar Stanley Cheung2015-09-02
| | | | | | | |
| * | | | | | | php: $metadata at API should be optionalGravatar Stanley Cheung2015-09-02
| | | | | | | |
| * | | | | | | php: add cancel_after_begin interop testGravatar Stanley Cheung2015-09-02
| | | | | | | |
| * | | | | | | php: clean up api around flagsGravatar Stanley Cheung2015-09-02
| | | | | | | |