Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | | * | | | | 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 | |
| | |/ / / / | |/| | | | | ||||
| | | | | * | Merge github.com:grpc/grpc into daisy-dukes | Craig Tiller | 2015-09-01 | |
| | | | | |\ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: build.json vsprojects/Grpc.mak | |||
| | | | * | | Fix asan bug | Craig Tiller | 2015-09-01 | |
| | | | | | | ||||
| * | | | | | Add missed header | yang-g | 2015-09-01 | |
| |/ / / / | ||||
| | | * | | fixes for windows | Craig Tiller | 2015-09-01 | |
| | | | | | ||||
| * | | | | Bumping revision to 0.11 for beta. | Nicolas "Pixel" Noble | 2015-09-01 | |
| | | | | | ||||
| * | | | | Merge pull request #3178 from nathanielmanistaatgoogle/beta | Nicolas Noble | 2015-09-01 | |
| |\ \ \ \ | | | | | | | | | | | | | Bump Python version to 0.11 and status to Beta | |||
| * \ \ \ \ | Merge pull request #3175 from jcanizales/test-swift | Michael Lumish | 2015-09-01 | |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | Add a Swift sample app to check that the library looks nice | |||
| | | | * | | Fixup windows server | Craig Tiller | 2015-09-01 | |
| | | | | | | ||||
| | | * | | | Bump Python version to 0.11 and status to Beta | Nathaniel Manista | 2015-09-01 | |
| | |/ / / | |/| | | | ||||
| | | * | | Merge branch 'endpoints' into second-coming | Craig Tiller | 2015-09-01 | |
| | | |\ \ | ||||
| | | | * \ | Merge branch 'third-coming' into endpoints | Craig Tiller | 2015-09-01 | |
| | | | |\ \ |