Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Manually merge master into make-errors-public to solve conflict | Jorge Canizales | 2015-09-03 |
|\ | |||
| * | Merge pull request #3220 from jcanizales/server-error-for-bad-protos | Michael Lumish | 2015-09-03 |
| |\ | | | | | | | End RPC with internal error if a response proto can't be parsed. | ||
| * \ | Merge pull request #3219 from jcanizales/dont-strip-bin | Michael Lumish | 2015-09-03 |
| |\ \ | | | | | | | | | Don’t strip -bin suffix from response metadata. | ||
| * \ \ | Merge pull request #3226 from grpc/revert-3074-cpp_docs | Craig Tiller | 2015-09-03 |
| |\ \ \ | | | | | | | | | | | Revert "C++ docs" | ||
| | * | | | Revert "C++ docs" | Craig Tiller | 2015-09-03 |
| |/ / / | |||
| * | | | Merge pull request #3216 from jcanizales/the-big-metadata-change | Michael Lumish | 2015-09-03 |
| |\ \ \ | | | | | | | | | | | Controls request headers modifications. | ||
| * \ \ \ | Merge pull request #3074 from dgquintas/cpp_docs | Craig Tiller | 2015-09-03 |
| |\ \ \ \ | | | | | | | | | | | | | C++ docs | ||
* | | | | | | 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 |
| | | | |||
* | | | Merge pull request #3198 from yang-g/interop | Eric Anderson | 2015-09-02 |
|\ \ \ | | | | | | | | | Update auth tests definition | ||
| * | | | address comments | yang-g | 2015-09-02 |
| | | | | |||
* | | | | Merge pull request #3193 from jcanizales/fix-core-breakage | Craig Tiller | 2015-09-02 |
|\ \ \ \ | | | | | | | | | | | Fix C core build breakage | ||
* \ \ \ \ | Merge pull request #3191 from nicolasnoble/pessimizing-code-is-bad | Vijay Pai | 2015-09-02 |
|\ \ \ \ \ | | | | | | | | | | | | | Removing pessimizing moves. | ||
| | | * | | | Update auth tests definition | yang-g | 2015-09-02 |
| | | | | | | |||
* | | | | | | Merge pull request #3196 from donnadionne/service_account | Eric Anderson | 2015-09-02 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Updating service account as service account is regenerated for the pr… | ||
| * | | | | | Updating service account as service account is regenerated for the project. | Donna Dionne | 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 |
| |/ / |/| | | |||
| | * | Merge branch 'release-0_11' of github.com:grpc/grpc into cpp_docs | David Garcia Quintas | 2015-09-01 |
| | |\ | |||
| | * | | Fixes to comments and to examples | David Garcia Quintas | 2015-09-01 |
| | | | | |||
| * | | | Removing pessimizing moves. | Nicolas "Pixel" Noble | 2015-09-02 |
|/ / / | | | | | | | | | | These have been reported by a (very recent) build of clang and its new -Wpessimizing-move option. | ||
| | * | Merge pull request #3185 from yang-g/fix_build | Craig Tiller | 2015-09-01 |
| |/| |/| | | | | | Fix grpc++ mac build. | ||
| | * | Add missed header | yang-g | 2015-09-01 |
| |/ |/| | |||
* | | Merge pull request #3180 from nicolasnoble/master | David G. Quintas | 2015-09-01 |
|\ \ | | | | | | | Bumping revision to 0.11 for beta. | ||
| * | | 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 #3119 from ctiller/cleaner-build | Nicolas Noble | 2015-09-01 |
|\ \ \ | | | | | | | | | Cleaning up our build process for windows a little | ||
* \ \ \ | 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 | ||
| | | * | | Bump Python version to 0.11 and status to Beta | Nathaniel Manista | 2015-09-01 |
| |_|/ / |/| | | | |||
| | * | | Tidy up | Craig Tiller | 2015-09-01 |
| | | | | |||
| | * | | Fix sanity | Craig Tiller | 2015-09-01 |
| | | | | |||
| | * | | Windows tweak | Craig Tiller | 2015-09-01 |
| | | | | |||
* | | | | Merge pull request #3170 from nathanielmanistaatgoogle/fixes | Masood Malekghassemi | 2015-09-01 |
|\ \ \ \ | | | | | | | | | | | Fixes for bugs found during manual use | ||
| | | * | | Windows tweak | Craig Tiller | 2015-08-31 |
| | | | | | |||
| | | * | | Merge github.com:grpc/grpc into cleaner-build | Craig Tiller | 2015-08-31 |
| | | |\ \ | |_|_|/ / |/| | | | |