aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* avoid infinite spin without checking condvarGravatar Craig Tiller2015-09-03
|
* avoid underflowGravatar Craig Tiller2015-09-03
|
* Replicate C++ docs from master to beta branchGravatar Craig Tiller2015-09-03
| | | | Original PR #3074 by @dgquintas
* Merge pull request #3183 from ctiller/second-comingGravatar Nicolas Noble2015-09-02
|\ | | | | Refactor Endpoint API
* \ Merge pull request #3205 from nathanielmanistaatgoogle/method-not-foundGravatar Masood Malekghassemi2015-09-02
|\ \ | | | | | | Respond with UNIMPLEMENTED when a requested method is not found
* \ \ Merge pull request #3192 from murgatroid99/node_auth_interop_fixGravatar Tim Emiola2015-09-02
|\ \ \ | | | | | | | | Fix bugs that were causing auth interop tests to fail
* | | | php: bump versionGravatar Stanley Cheung2015-09-02
| | | |
* | | | Merge pull request #3181 from stanley-cheung/php_per_message_compressionGravatar Stanley Cheung2015-09-02
|\ \ \ \ | | | | | | | | | | PHP: support per message compression disable
| | | * | UNIMPLEMENTED status for methods not foundGravatar Nathaniel Manista2015-09-02
| | | | |
| | | * | Add code and details to base.OutcomeGravatar Nathaniel Manista2015-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 buildingGravatar Jan Tattermusch2015-09-02
| | | | |
| * | | | php: missed a line in docGravatar Stanley Cheung2015-09-02
| | | | |
| * | | | php: update pecl package.xmlGravatar Stanley Cheung2015-09-02
| | | | |
| * | | | php: $metadata at API should be optionalGravatar Stanley Cheung2015-09-02
| | | | |
| * | | | php: add cancel_after_begin interop testGravatar Stanley Cheung2015-09-02
| | | | |
| * | | | php: clean up api around flagsGravatar Stanley Cheung2015-09-02
| | | | |
| * | | | php: support per message compression disableGravatar Stanley Cheung2015-09-02
|/ / / /
* | | | Merge pull request #3201 from soltanmm/percolateGravatar Nathaniel Manista2015-09-02
|\ \ \ \ | | | | | | | | | | Expose per-call credentials to Python.
| | | | * Fix ASAN issuesGravatar Craig Tiller2015-09-02
| | | | |
| * | | | Expose per-call credentials to PythonGravatar Masood Malekghassemi2015-09-02
| | | | |
| | * | | Fix bugs that were causing auth interop tests to failGravatar murgatroid992015-09-01
| |/ / / |/| | |
| | | * Fix asan bugGravatar Craig Tiller2015-09-01
| | | |
* | | | Add missed headerGravatar yang-g2015-09-01
|/ / /
| | * fixes for windowsGravatar Craig Tiller2015-09-01
| | |
* | | Bumping revision to 0.11 for beta.Gravatar Nicolas "Pixel" Noble2015-09-01
| | |
* | | Merge pull request #3178 from nathanielmanistaatgoogle/betaGravatar Nicolas Noble2015-09-01
|\ \ \ | | | | | | | | Bump Python version to 0.11 and status to Beta
* \ \ \ Merge pull request #3175 from jcanizales/test-swiftGravatar Michael Lumish2015-09-01
|\ \ \ \ | |_|/ / |/| | | Add a Swift sample app to check that the library looks nice
| | | * Fixup windows serverGravatar Craig Tiller2015-09-01
| | | |
| | * | Bump Python version to 0.11 and status to BetaGravatar Nathaniel Manista2015-09-01
| |/ / |/| |
| | * Merge branch 'endpoints' into second-comingGravatar Craig Tiller2015-09-01
| | |\
| | | * Merge branch 'third-coming' into endpointsGravatar Craig Tiller2015-09-01
| | | |\
* | | | \ Merge pull request #3170 from nathanielmanistaatgoogle/fixesGravatar Masood Malekghassemi2015-09-01
|\ \ \ \ \ | |_|_|/ / |/| | | | Fixes for bugs found during manual use
| | * | | Example with generated code :)Gravatar Jorge Canizales2015-08-31
| | | | |
| | * | | Point to the new RemoteTest podGravatar Jorge Canizales2015-08-31
| | | | |
| | * | | Create RemoteTest proto client that doesn’t depend on the tests frameworkGravatar Jorge Canizales2015-08-31
| | | | |
| | * | | Add Swift example with non-generated code :DGravatar Jorge Canizales2015-08-31
| | | | |
| | * | | Add empty bridging headerGravatar Jorge Canizales2015-08-31
| | | | |
| | * | | Install pods in projectGravatar Jorge Canizales2015-08-31
| | | | |
| | * | | Test PodfileGravatar Jorge Canizales2015-08-31
| | | | |
| | * | | Minimal Swift sample app templateGravatar Jorge Canizales2015-08-31
| | | | |
* | | | | Merge pull request #3107 from a-veitch/view_apiGravatar Hongyu Chen2015-08-31
|\ \ \ \ \ | | | | | | | | | | | | API for: defining view and aggregations, associating them with metrics, and retrieving data
| * | | | | change aggregation_ops to internal typeGravatar Alistair Veitch2015-08-31
| | | | | |
* | | | | | Merge pull request #3169 from yang-g/route_guide_objcGravatar Jorge Canizales2015-08-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | Unify package of route_guide service across languages.
| * | | | | | change test tooGravatar yang-g2015-08-31
| | | | | | |
* | | | | | | Merge pull request #3173 from murgatroid99/node_version_update_0.11Gravatar Stanley Cheung2015-08-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update Node verison to 0.11 and status to 'Beta'
* \ \ \ \ \ \ \ Merge pull request #3171 from tbetbetbe/grpc_ruby_improve_test_stabilityGravatar Stanley Cheung2015-08-31
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improves test stability
| | | | | | | | * Merge github.com:grpc/grpc into second-comingGravatar Craig Tiller2015-08-31
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge pull request #3172 from tbetbetbe/grpc_ruby_bump_versionGravatar Michael Lumish2015-08-31
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | Bumps the ruby version to beta
| | | * | | | | | Update Node verison to 0.11 and status to 'Beta'Gravatar murgatroid992015-08-31
| |_|/ / / / / / |/| | | | | | |
| * | | | | | | Bumps the ruby version to betaGravatar Tim Emiola2015-08-31
| | | | | | | |