aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* ugly fix of per_rpc_creds testGravatar Jan Tattermusch2015-09-03
|
* update the interop tests based on specGravatar Jan Tattermusch2015-09-03
|
* Merge pull request #3181 from stanley-cheung/php_per_message_compressionGravatar Stanley Cheung2015-09-02
|\ | | | | PHP: support per message compression disable
* | 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.
| * Expose per-call credentials to PythonGravatar Masood Malekghassemi2015-09-02
| |
* | Add missed headerGravatar yang-g2015-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
| | * Bump Python version to 0.11 and status to BetaGravatar Nathaniel Manista2015-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 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
| | | | | |
| | * | | | Improves test stabilityGravatar Tim Emiola2015-08-31
| |/ / / /
| | | | * Fixes for bugs found during manual useGravatar Nathaniel Manista2015-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) In _ingestion, it's the "details" attribute of a NoSuchMethodException that we want. The "message" is inherited from the base Exception class. (2) In _transmission, use a proper sum type for representing operation abortion. Trying to overload the existing _completion value for status-and-details-when-aborting was trying to be too clever. (3) In _calls... oof. Just look. Oof. Test coverage for this code path is added. (4) In _service, the application-provided face.MultiMethodImplementation isn't directly callable, but rather exposes a method named "service". (5) In crust.implementations, the wrapping that we've put around the application-provided face.MultiMethodImplementation *is* directly callable, and *does not* expose a method named "service". (6) Also in crust.implementations, base.NoSuchMethodError's constructor takes a code value and a details value. (7) Again in crust.implementations, the application-provided face.MultiMethodImplementation may be None, and if it is None, we shouldn't wrap it with an adaptation function that would only raise a TypeError at a later time.
* | | | | Merge pull request #2704 from murgatroid99/node_method_name_conflictsGravatar Tim Emiola2015-08-31
|\ \ \ \ \ | |_|_|_|/ |/| | | | Ensure that client generated methods don't conflict with other properties
| | | * | fix internal objc test protoGravatar yang-g2015-08-31
| | | | |
* | | | | Merge pull request #3165 from jtattermusch/add_root_pemGravatar jboeuf2015-08-31
|\ \ \ \ \ | |_|_|/ / |/| | | | Add roots.pem to Grpc C# nuget package
| * | | | add roots.pem to Grpc C# nuget packageGravatar Jan Tattermusch2015-08-31
| | | | |
* | | | | Merge pull request #2862 from jcanizales/small-analyse-fixGravatar Michael Lumish2015-08-31
|\ \ \ \ \ | | | | | | | | | | | | Prevent using the hosts cache with a nil address
* | | | | | Remove redundant Node route guide examplesGravatar murgatroid992015-08-31
| |/ / / / |/| | | |
* | | | | Merge pull request #3152 from nathanielmanistaatgoogle/beta-codegenGravatar Nathaniel Manista2015-08-31
|\ \ \ \ \ | | | | | | | | | | | | Python Beta codegen.
* \ \ \ \ \ Merge pull request #2933 from jboeuf/cpp_auth_md_processorGravatar Yang Gao2015-08-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adding C++ auth metadata processor.
| | * | | | | Code generation for Python Beta APIGravatar Nathaniel Manista2015-08-31
| | | | | | |
* | | | | | | Merge pull request #3158 from tbetbetbe/grpc-ruby-server-support-multiple-certsGravatar Michael Lumish2015-08-31
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Grpc ruby server add support for multiple certs
| | | | | * | Merge branch 'master' into node_method_name_conflictsGravatar murgatroid992015-08-31
| | | | | |\ \
| * | | | | | | Fixes a commentGravatar Tim Emiola2015-08-31
| | | | | | | |
* | | | | | | | Merge pull request #3150 from ↵Gravatar Masood Malekghassemi2015-08-31
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/metadata-and-serialization Metadata and serialization for Python