Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | avoid infinite spin without checking condvar | Craig Tiller | 2015-09-03 |
| | |||
* | avoid underflow | Craig Tiller | 2015-09-03 |
| | |||
* | Replicate C++ docs from master to beta branch | Craig Tiller | 2015-09-03 |
| | | | | Original PR #3074 by @dgquintas | ||
* | 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 |
| | | | | | |||
| | * | | | Fix bugs that were causing auth interop tests to fail | murgatroid99 | 2015-09-01 |
| |/ / / |/| | | | |||
| | | * | 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 |
| | | |\ | |||
* | | | \ | Merge pull request #3170 from nathanielmanistaatgoogle/fixes | Masood Malekghassemi | 2015-09-01 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Fixes for bugs found during manual use | ||
| | * | | | 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 |
| | | | | | |||
* | | | | | Merge pull request #3107 from a-veitch/view_api | Hongyu Chen | 2015-08-31 |
|\ \ \ \ \ | | | | | | | | | | | | | API for: defining view and aggregations, associating them with metrics, and retrieving data | ||
| * | | | | | change aggregation_ops to internal type | Alistair Veitch | 2015-08-31 |
| | | | | | | |||
* | | | | | | Merge pull request #3169 from yang-g/route_guide_objc | Jorge Canizales | 2015-08-31 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Unify package of route_guide service across languages. | ||
| * | | | | | | change test too | yang-g | 2015-08-31 |
| | | | | | | | |||
* | | | | | | | Merge pull request #3173 from murgatroid99/node_version_update_0.11 | Stanley Cheung | 2015-08-31 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update Node verison to 0.11 and status to 'Beta' | ||
* \ \ \ \ \ \ \ | Merge pull request #3171 from tbetbetbe/grpc_ruby_improve_test_stability | Stanley Cheung | 2015-08-31 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Improves test stability | ||
| | | | | | | | * | Merge github.com:grpc/grpc into second-coming | Craig Tiller | 2015-08-31 |
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||
* | | | | | | | | | Merge pull request #3172 from tbetbetbe/grpc_ruby_bump_version | Michael Lumish | 2015-08-31 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | Bumps the ruby version to beta | ||
| | | * | | | | | | Update Node verison to 0.11 and status to 'Beta' | murgatroid99 | 2015-08-31 |
| |_|/ / / / / / |/| | | | | | | | |||
| * | | | | | | | Bumps the ruby version to beta | Tim Emiola | 2015-08-31 |
| | | | | | | | |