Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | Make the error domain and codes public and documented. | Jorge Canizales | 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 | |
| |/ |/| | ||||
| * | 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 | |
| | | ||||
| * | Added class for setting request headers on a call | murgatroid99 | 2015-09-01 | |
|/ | ||||
* | 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 | |||
| * | Example with generated code :) | Jorge Canizales | 2015-08-31 | |
| | | ||||
| * | Point to the new RemoteTest pod | Jorge Canizales | 2015-08-31 | |
| | | ||||
| * | Create RemoteTest proto client that doesn’t depend on the tests framework | Jorge Canizales | 2015-08-31 | |
| | | ||||
| * | Add Swift example with non-generated code :D | Jorge Canizales | 2015-08-31 | |
| | | ||||
| * | Add empty bridging header | Jorge Canizales | 2015-08-31 | |
| | | ||||
| * | Install pods in project | Jorge Canizales | 2015-08-31 | |
| | | ||||
| * | Test Podfile | Jorge Canizales | 2015-08-31 | |
| | | ||||
| * | Minimal Swift sample app template | Jorge Canizales | 2015-08-31 | |
| | | ||||
* | | change test too | yang-g | 2015-08-31 | |
| | | ||||
* | | fix internal objc test proto | yang-g | 2015-08-31 | |
|/ | ||||
* | Merge pull request #2862 from jcanizales/small-analyse-fix | Michael Lumish | 2015-08-31 | |
|\ | | | | | Prevent using the hosts cache with a nil address | |||
* | | replace all grpc-common occurances with examples | Stanley Cheung | 2015-08-27 | |
| | | ||||
* | | Adding void* at then end of security related method in order to have a ↵ | Julien Boeuf | 2015-08-25 | |
| | | | | | | | | stable ABI. | |||
* | | Fixed KVO test | murgatroid99 | 2015-08-24 | |
| | | ||||
* | | Added test for responseHeaders KVO compliance | murgatroid99 | 2015-08-24 | |
| | | ||||
* | | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown | Nicolas "Pixel" Noble | 2015-08-13 | |
|\ \ | | | | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc src/cpp/client/client_context.cc | |||
| * | | Document not to modify headers after start | Jorge Canizales | 2015-08-12 | |
| | | | ||||
| * | | Put both headers and trailers in the error.userInfo | Jorge Canizales | 2015-08-12 | |
| | | | ||||
| * | | Turn allResponseMetadata into *Headers and *Trailers | Jorge Canizales | 2015-08-12 | |
| | | | ||||
| * | | nit: Comment formatting | Jorge Canizales | 2015-08-12 | |
| | | | ||||
| * | | More requestMetadata -> requestHeaders renaming | Jorge Canizales | 2015-08-12 | |
| | | | ||||
| * | | Rename responseMetadata -> allResponseMetadata | Jorge Canizales | 2015-08-12 | |
| | | | ||||
| * | | Rename requestMetadata -> requestHeaders | Jorge Canizales | 2015-08-12 | |
| | | | ||||
* | | | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown | Nicolas "Pixel" Noble | 2015-08-13 | |
|\| | | | | | | | | | | | | | | Conflicts: src/ruby/ext/grpc/rb_channel.c | |||
| * | | Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandler | Jorge Canizales | 2015-08-12 | |
| | | | ||||
* | | | Merge remote-tracking branch 'google/master' into the-ultimate-showdown | Nicolas "Pixel" Noble | 2015-08-12 | |
|\| | | | | | | | | | | | | | | Conflicts: src/csharp/ext/grpc_csharp_ext.c | |||
| * | | Increase test timeouts to reduce flakiness. | Jorge Canizales | 2015-08-09 | |
| | | | ||||
| * | | Fixup for 42898cf: Correct documentation. | Jorge Canizales | 2015-08-09 | |
| | | | ||||
| * | | Add remote interop tests to the suite of tests. | Jorge Canizales | 2015-08-09 | |
| | | | | | | | | | | | | | | | This would have caught the encoding problem with the default root certificates. | |||
| * | | Allow UTF8 in comments of root certificates files | Jorge Canizales | 2015-08-09 | |
| | | | ||||
| | * | Prevent storing in the hosts cache with a nil key | Jorge Canizales | 2015-08-08 | |
| | | |