Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | Point SwiftSample’s Podfile to submodule protobuf | Jorge Canizales | 2015-09-03 | |
| | | | | | | | ||||
| * | | | | | | Make request headers a @property property. | Jorge Canizales | 2015-09-03 | |
|/ / / / / / | ||||
* | | | | | | Remove unneeded include of grpc.h | Jorge Canizales | 2015-09-03 | |
| | | | | | | ||||
* | | | | | | Manually merge release-0_11 into make-errors-public-beta to solve conflict | Jorge Canizales | 2015-09-03 | |
|\ \ \ \ \ \ | ||||
| * \ \ \ \ \ | Merge pull request #3237 from jcanizales/server-error-for-bad-protos-beta | Michael Lumish | 2015-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-beta | Michael Lumish | 2015-09-03 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Don’t strip -bin suffix from response metadata. (Beta branch) | |||
| * \ \ \ \ \ \ \ | Merge pull request #3234 from jcanizales/the-big-metadata-change | Michael Lumish | 2015-09-03 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Controls request headers modifications (Beta branch) | |||
| * \ \ \ \ \ \ \ \ | Merge pull request #3233 from jcanizales/fix-core-breakage | Michael Lumish | 2015-09-03 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | Fix C core build breakage. | |||
* / | | | | | | | | | Make the error domain and codes public and documented. | Jorge Canizales | 2015-09-03 | |
|/ / / / / / / / / | ||||
| | | | | | * | | | avoid infinite spin without checking condvar | Craig Tiller | 2015-09-03 | |
| | | | | | | | | | ||||
| | | | | | * | | | avoid underflow | Craig Tiller | 2015-09-03 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||
| | | | * | | | | Documentation: Don’t retry if not idempotent! | Jorge Canizales | 2015-09-03 | |
| | | | | | | | | ||||
| | | | * | | | | Wrap parsing error appropriately before propagating. | Jorge Canizales | 2015-09-03 | |
| | | | | | | | | ||||
| | | | * | | | | Propagate parsing error if we get a bad response | Jorge Canizales | 2015-09-03 | |
| |_|_|/ / / / |/| | | | | | | ||||
| | | * | | | | Don’t strip -bin suffix from response metadata. | Jorge Canizales | 2015-09-03 | |
| |_|/ / / / |/| | | | | | ||||
| | | | * | | Initial work on protocol objects | Nathaniel Manista | 2015-09-03 | |
| |_|_|/ / |/| | | | | ||||
* | | | | | Replicate C++ docs from master to beta branch | Craig Tiller | 2015-09-03 | |
| | | | | | | | | | | | | | | | | | | | | Original PR #3074 by @dgquintas | |||
| | * | | | Don’t append -bin automatically to binary request headers. | Jorge Canizales | 2015-09-02 | |
| | | | | | ||||
| | * | | | Reject non-ASCII text header values too. | Jorge Canizales | 2015-09-02 | |
| | | | | | ||||
| | * | | | nit: remove obsolete comment | Jorge Canizales | 2015-09-02 | |
| | | | | | ||||
| | * | | | nit: _proxy -> _delegate | Jorge Canizales | 2015-09-02 | |
| | | | | | ||||
| | * | | | Let remove nil or non-ASCII keys (noop instead of throw). | Jorge Canizales | 2015-09-02 | |
| | | | | | ||||
| | * | | | nit: Documentation and formatting. | Jorge Canizales | 2015-09-02 | |
| | | | | | ||||
| | * | | | Make the grpc_metadataArray property private. | Jorge Canizales | 2015-09-02 | |
| | | | | | ||||
| | * | | | Publish GRPCRequestHeaders as a protocol | Jorge Canizales | 2015-09-02 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | So we can make the property a dictionary later, by just extending NSMutableDictionary to conform to the protocol. | |||
| | * | | | Simpler code, better exceptions. | Jorge Canizales | 2015-09-02 | |
| | | | | | ||||
| | * | | | nit: Style guide | Jorge Canizales | 2015-09-02 | |
| | | | | | ||||
| | * | | | Remove -[asDictionary] | Jorge Canizales | 2015-09-02 | |
| | | | | | ||||
| | * | | | Make GRPCRequestHeaders public and import from GRPCCall | Jorge Canizales | 2015-09-02 | |
| | | | | | ||||
* | | | | | Merge pull request #3183 from ctiller/second-coming | Nicolas Noble | 2015-09-02 | |
|\ \ \ \ \ | | | | | | | | | | | | | Refactor Endpoint API | |||
* \ \ \ \ \ | Merge pull request #3205 from nathanielmanistaatgoogle/method-not-found | Masood Malekghassemi | 2015-09-02 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Respond with UNIMPLEMENTED when a requested method is not found | |||
* \ \ \ \ \ \ | Merge pull request #3192 from murgatroid99/node_auth_interop_fix | Tim Emiola | 2015-09-02 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix bugs that were causing auth interop tests to fail | |||
* | | | | | | | | php: bump version | Stanley Cheung | 2015-09-02 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||
* | | | | | | | Merge pull request #3181 from stanley-cheung/php_per_message_compression | Stanley Cheung | 2015-09-02 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | PHP: support per message compression disable | |||
| | | * | | | | | UNIMPLEMENTED status for methods not found | Nathaniel Manista | 2015-09-02 | |
| | | | | | | | | ||||
| | | * | | | | | Add code and details to base.Outcome | Nathaniel Manista | 2015-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 building | Jan Tattermusch | 2015-09-02 | |
| | | | | | | | | ||||
| * | | | | | | | php: missed a line in doc | Stanley Cheung | 2015-09-02 | |
| | | | | | | | | ||||
| * | | | | | | | php: update pecl package.xml | Stanley Cheung | 2015-09-02 | |
| | | | | | | | | ||||
| * | | | | | | | php: $metadata at API should be optional | Stanley Cheung | 2015-09-02 | |
| | | | | | | | | ||||
| * | | | | | | | php: add cancel_after_begin interop test | Stanley Cheung | 2015-09-02 | |
| | | | | | | | | ||||
| * | | | | | | | php: clean up api around flags | Stanley Cheung | 2015-09-02 | |
| | | | | | | | | ||||
| * | | | | | | | php: support per message compression disable | Stanley Cheung | 2015-09-02 | |
|/ / / / / / / | ||||
* | | | | | | | Merge pull request #3201 from soltanmm/percolate | Nathaniel Manista | 2015-09-02 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Expose per-call credentials to Python. | |||
| | | | * | | | | Fix ASAN issues | Craig Tiller | 2015-09-02 | |
| | | | | | | | | ||||
| * | | | | | | | Expose per-call credentials to Python | Masood Malekghassemi | 2015-09-02 | |
| | | | | | | | | ||||
| | | | | | | * | Merge branch 'release-0_11' of github.com:grpc/grpc into daisy-dukes | Craig Tiller | 2015-09-02 | |
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||
| | | | | | * | | Added class for setting request headers on a call | murgatroid99 | 2015-09-01 | |
| | | | | |/ / | ||||
| | | | | * / | Fix C core build breakage. | Jorge Canizales | 2015-09-01 | |
| | |_|_|/ / | |/| | | | | ||||
| | * | | | | Fix bugs that were causing auth interop tests to fail | murgatroid99 | 2015-09-01 | |
| |/ / / / |/| | | | |