Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move static value grpc::string_ref::npos definition to cc file | Konstantin Podsvirov | 2015-09-01 |
| | |||
* | Merge pull request #3170 from nathanielmanistaatgoogle/fixes | Masood Malekghassemi | 2015-09-01 |
|\ | | | | | Fixes for bugs found during manual use | ||
* \ | 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 #3168 from stanley-cheung/php_routeguide_package_name | Michael Lumish | 2015-08-31 |
|\ \ \ \ | | | | | | | | | | | php: change routeguide package name | ||
* \ \ \ \ | Merge pull request #3164 from yang-g/route_guide_cpp | Nicolas Noble | 2015-08-31 |
|\ \ \ \ \ | | | | | | | | | | | | | Change route_guide.proto package name and fix build | ||
* \ \ \ \ \ | 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 | ||
| | | | * | | | | php: routeguide update codegen | Stanley Cheung | 2015-08-31 |
| | | | | | | | | |||
| | | | * | | | | php: change routeguide package name | Stanley Cheung | 2015-08-31 |
| |_|_|/ / / / |/| | | | | | | |||
* | | | | | | | Merge pull request #3172 from tbetbetbe/grpc_ruby_bump_version | Michael Lumish | 2015-08-31 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Bumps the ruby version to beta | ||
* \ \ \ \ \ \ \ | Merge pull request #3163 from stanley-cheung/fix_examples_links | Kailash Sethuraman | 2015-08-31 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix examples links | ||
| | | | * | | | | | 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 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #3139 from yang-g/fix_build | Nicolas Noble | 2015-08-31 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update c++ examples. | ||
| | | | * | | | | | Improves test stability | Tim Emiola | 2015-08-31 |
| | | |/ / / / / | |||
| | * | | | | | | fix more examples links | Stanley Cheung | 2015-08-31 |
| | | | | | | | | |||
| | * | | | | | | fix examples links | Stanley Cheung | 2015-08-31 |
| |/ / / / / / |/| | | | | | | |||
| | | | | | * | Fixes for bugs found during manual use | Nathaniel Manista | 2015-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_conflicts | Tim Emiola | 2015-08-31 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | Ensure that client generated methods don't conflict with other properties | ||
| | | | | * | | fix internal objc test proto | yang-g | 2015-08-31 |
| | | | | | | | |||
* | | | | | | | Merge pull request #3165 from jtattermusch/add_root_pem | jboeuf | 2015-08-31 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | Add roots.pem to Grpc C# nuget package | ||
| * | | | | | | add roots.pem to Grpc C# nuget package | Jan Tattermusch | 2015-08-31 |
| | | | | | | | |||
| | | | | * | | fix build | yang-g | 2015-08-31 |
| | | | | | | | |||
| | | | | | * | scalar -> sum | Alistair Veitch | 2015-08-31 |
| | | | | | | | |||
| | | | | * | | fix cpp | yang-g | 2015-08-31 |
| | | | | | | | |||
| | | | | * | | fix c++ proto | yang-g | 2015-08-31 |
| |_|_|_|/ / |/| | | | | | |||
* | | | | | | Merge pull request #2862 from jcanizales/small-analyse-fix | Michael Lumish | 2015-08-31 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Prevent using the hosts cache with a nil address | ||
* \ \ \ \ \ \ | Merge pull request #3162 from murgatroid99/node_remove_redundant_examples | Yang Gao | 2015-08-31 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Remove redundant Node route guide examples | ||
| * | | | | | | Remove redundant Node route guide examples | murgatroid99 | 2015-08-31 |
|/ / / / / / | |||
* | | | | | | Merge pull request #3152 from nathanielmanistaatgoogle/beta-codegen | Nathaniel Manista | 2015-08-31 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Python Beta codegen. | ||
* \ \ \ \ \ \ | Merge pull request #2933 from jboeuf/cpp_auth_md_processor | Yang Gao | 2015-08-31 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Adding C++ auth metadata processor. | ||
| | | | | | | * | remove const from data() type | Alistair Veitch | 2015-08-31 |
| | | | | | | | | |||
| | * | | | | | | Code generation for Python Beta API | Nathaniel Manista | 2015-08-31 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #3158 from tbetbetbe/grpc-ruby-server-support-multiple-certs | Michael Lumish | 2015-08-31 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | Grpc ruby server add support for multiple certs | ||
| | | | | * | | | Merge branch 'master' into node_method_name_conflicts | murgatroid99 | 2015-08-31 |
| | | | | |\ \ \ | |||
| * | | | | | | | | Fixes a comment | Tim Emiola | 2015-08-31 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #3150 from ↵ | Masood Malekghassemi | 2015-08-31 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/metadata-and-serialization Metadata and serialization for Python | ||
| | * | | | | | | | | Make insecure construction explicit, to address #2614 | Tim Emiola | 2015-08-31 |
| | | | | | | | | | | |||
| | * | | | | | | | | Update sites using ServerCredentials.new | Tim Emiola | 2015-08-31 |
| | | | | | | | | | | |||
| | * | | | | | | | | Updates implementation of rb_server_credentials | Tim Emiola | 2015-08-31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - allows use of multiple credentials, e.g, per servername | ||
* | | | | | | | | | | Merge pull request #3134 from nathanielmanistaatgoogle/beta | Masood Malekghassemi | 2015-08-31 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | The rest of the Python Beta API | ||
* | | | | | | | | | | Merge pull request #3147 from nathanielmanistaatgoogle/servicelink-shut-down | Masood Malekghassemi | 2015-08-31 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix gRPC links lifecycle tracking | ||
| | | | | | | | * \ \ | Merge branch 'master' of github.com:grpc/grpc | murgatroid99 | 2015-08-31 |
| | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |||
* | | | | | | | | | | | Merge pull request #3149 from nathanielmanistaatgoogle/drop-invoker | Masood Malekghassemi | 2015-08-31 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Drop invoker during test tear-down | ||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3146 from nathanielmanistaatgoogle/grace | Masood Malekghassemi | 2015-08-31 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix grace period bug in _end.accept_ticket | ||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3155 from stanley-cheung/php_fix_testing_dockerfile | Michael Lumish | 2015-08-31 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | php: fix gce testing dockerfile | ||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3144 from tbetbetbe/grpc-ruby-fix-math-client-server | Stanley Cheung | 2015-08-31 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Grpc ruby fix math client and server |