Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | | | Merge pull request #3237 from jcanizales/server-error-for-bad-protos-beta | Michael Lumish | 2015-09-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3235 from jcanizales/dont-strip-bin-beta | Michael Lumish | 2015-09-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3234 from jcanizales/the-big-metadata-change | Michael Lumish | 2015-09-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3233 from jcanizales/fix-core-breakage | Michael Lumish | 2015-09-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | ||||
| | | | | | * | | | | | | | | | Make the error domain and codes public and documented. | Jorge Canizales | 2015-09-03 | |
| |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | ||||
| | | | | * | | | | | | | | | remove outdated scripts for building debian packages | Jan Tattermusch | 2015-09-03 | |
| |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||
| | | | | | | * | | | | | | run tests on my desktop should be parallel too | Craig Tiller | 2015-09-03 | |
| | | | | | | * | | | | | | call correct init function | Craig Tiller | 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 | |
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||
| | | | | * | | | | | Merge branch 'release-0_11' of github.com:grpc/grpc into insert-branch-name | Craig Tiller | 2015-09-03 | |
| | | | |/| | | | | | | | |/|/ / / / / | |_|_|/| | | | | |/| | | | | | | | | ||||
* | | | | | | | | | Merge pull request #3229 from dgquintas/auth_dep | Craig Tiller | 2015-09-03 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||
| | | | | | * | | | Merge branch 'release-0_11' of github.com:grpc/grpc into fix-teh-tests | Craig Tiller | 2015-09-03 | |
| | | | | | |\ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||
| * | | | | | | | | Removed grpc_security.h from auth_context.h | David Garcia Quintas | 2015-09-03 | |
|/ / / / / / / / | ||||
* | | | | | | | | Merge pull request #3228 from dgquintas/doxygenate | Craig Tiller | 2015-09-03 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Regenerated doxygen after #3227 | David Garcia Quintas | 2015-09-03 | |
|/ / / / / / / / | ||||
* | | | | | | | | Merge pull request #3227 from ctiller/yyy | David G. Quintas | 2015-09-03 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Replicate C++ docs from master to beta branch | Craig Tiller | 2015-09-03 | |
|/ / / / / / / / | ||||
| | | * | | | | | Fix typo | Craig Tiller | 2015-09-03 | |
| | | * | | | | | Try even harder to disable PDB generation | Craig Tiller | 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 | |
| | * | | | | | | 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 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||
* | | | | | | | | Merge pull request #3205 from nathanielmanistaatgoogle/method-not-found | Masood Malekghassemi | 2015-09-02 | |
|\ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ | Merge pull request #3184 from murgatroid99/node_examples_update | Tim Emiola | 2015-09-02 | |
|\ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ | Merge pull request #3192 from murgatroid99/node_auth_interop_fix | Tim Emiola | 2015-09-02 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #3212 from stanley-cheung/php_bump_version | Michael Lumish | 2015-09-02 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3211 from jtattermusch/fix_routeguide_example | Michael Lumish | 2015-09-02 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||
| | * | | | | | | | | | | php: bump version | Stanley Cheung | 2015-09-02 | |
* | | | | | | | | | | | | Merge pull request #3187 from ctiller/another-one-bites-the-dust | Nicolas Noble | 2015-09-02 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||
| | * | | | | | | | | | | fix route_guide example | Jan Tattermusch | 2015-09-02 | |
| |/ / / / / / / / / / |/| | | | | | | | | | | ||||
* | | | | | | | | | | | Merge pull request #3181 from stanley-cheung/php_per_message_compression | Stanley Cheung | 2015-09-02 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3207 from jtattermusch/csharp_update_examples | Michael Lumish | 2015-09-02 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3208 from jtattermusch/fix_build_nuget_packages | Nicolas Noble | 2015-09-02 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | Make examples depend on the right nuget package version | Jan Tattermusch | 2015-09-02 |