aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | * | | | | | | Bumps the ruby version to betaGravatar Tim Emiola2015-08-31
| | | | | | | | |
* | | | | | | | | Merge pull request #3139 from yang-g/fix_buildGravatar Nicolas Noble2015-08-31
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | Update c++ examples.
| | | | * | | | | Improves test stabilityGravatar Tim Emiola2015-08-31
| | | |/ / / / /
| | * | | | | | fix more examples linksGravatar Stanley Cheung2015-08-31
| | | | | | | |
| | * | | | | | fix examples linksGravatar Stanley Cheung2015-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
| | | | | | |
| | | | | * | fix buildGravatar yang-g2015-08-31
| | | | | | |
| | | | | | * scalar -> sumGravatar Alistair Veitch2015-08-31
| | | | | | |
| | | | | * | fix cppGravatar yang-g2015-08-31
| | | | | | |
| | | | | * | fix c++ protoGravatar yang-g2015-08-31
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #2862 from jcanizales/small-analyse-fixGravatar Michael Lumish2015-08-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | Prevent using the hosts cache with a nil address
* \ \ \ \ \ \ Merge pull request #3162 from murgatroid99/node_remove_redundant_examplesGravatar Yang Gao2015-08-31
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Remove redundant Node route guide examples
| * | | | | | 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.
| | | | | | | * remove const from data() typeGravatar Alistair Veitch2015-08-31
| | | | | | | |
| | * | | | | | 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
| | * | | | | | | | Make insecure construction explicit, to address #2614Gravatar Tim Emiola2015-08-31
| | | | | | | | | |
| | * | | | | | | | Update sites using ServerCredentials.newGravatar Tim Emiola2015-08-31
| | | | | | | | | |
| | * | | | | | | | Updates implementation of rb_server_credentialsGravatar Tim Emiola2015-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - allows use of multiple credentials, e.g, per servername
* | | | | | | | | | Merge pull request #3134 from nathanielmanistaatgoogle/betaGravatar Masood Malekghassemi2015-08-31
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | The rest of the Python Beta API
* | | | | | | | | | Merge pull request #3147 from nathanielmanistaatgoogle/servicelink-shut-downGravatar Masood Malekghassemi2015-08-31
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix gRPC links lifecycle tracking
| | | | | | | | * \ \ Merge branch 'master' of github.com:grpc/grpcGravatar murgatroid992015-08-31
| | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #3149 from nathanielmanistaatgoogle/drop-invokerGravatar Masood Malekghassemi2015-08-31
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Drop invoker during test tear-down
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3146 from nathanielmanistaatgoogle/graceGravatar Masood Malekghassemi2015-08-31
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix grace period bug in _end.accept_ticket
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3155 from stanley-cheung/php_fix_testing_dockerfileGravatar Michael Lumish2015-08-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | php: fix gce testing dockerfile
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3144 from tbetbetbe/grpc-ruby-fix-math-client-serverGravatar Stanley Cheung2015-08-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Grpc ruby fix math client and server
| | | | | | | | | | | | | | * rename record fnGravatar Alistair Veitch2015-08-31
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * mergeGravatar Alistair Veitch2015-08-31
| | | | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| | | | | | | | | | | | | | * change aggregation type namesGravatar Alistair Veitch2015-08-31
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * add clone to aggregation opsGravatar Alistair Veitch2015-08-31
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | php: fix gce testing dockerfileGravatar Stanley Cheung2015-08-31
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #3142 from stanley-cheung/update_debian_source_instructionGravatar Tim Emiola2015-08-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update debian source instruction
| | | | | | | * | | | | | | | Metadata plumbing and serialization tweaksGravatar Nathaniel Manista2015-08-31
| | | | | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Plumb the metadata transformer given at the Beta API through to the InvocationLink where it will be used. (2) In both InvocationLink and ServiceLink, if there isn't a registered serializer or deserializer, just pass the payload through rather than ignoring the entire RPC.
| | | | | | * / / / / / / / The rest of the Python Beta APIGravatar Nathaniel Manista2015-08-31
| | | | |_|/|\| | | | | | | | | | |/| |/ / / / / / / / | | | | |/| | | | | | | |
| | | | | | | * | | | | | Fixing headers and paths after merge with upstream.Gravatar Julien Boeuf2015-08-30
| | | | | | | | | | | | |
| | | | | | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-30
| | | | | | | |\ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | |
| | | | | | | * | | | | | Change the ownership model of the auth processor.Gravatar Julien Boeuf2015-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The processor now belongs to the server credentials in core. - The server credentials now needs to be refcounted. - Changed slighly the vtable of credentials to make it easier to avoid memory leaks (free'ing the pointer is now done at the common layer, the implementations of the creds are now only reponsible for destructing the implementations' specific members.
* | | | | | | | | | | | | Merge pull request #2668 from a-veitch/tracing_apiGravatar Craig Tiller2015-08-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | Tracing api
| | | | | * | | | | | | | Drop invoker during test tear-downGravatar Nathaniel Manista2015-08-30
| |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The invoker is an object derived from, and referring to, objects of the Face implementation under test. If those objects are to be garbage collected at the appropriate time the invoker that references them must be made eligible for garbage collection in the test's tearDown method.
| | | | | * | | | | | | Fix gRPC links lifecycle trackingGravatar Nathaniel Manista2015-08-30
| |_|_|_|/ / / / / / / |/| | | | | | | | | |
| | | | * | | | | | | Fix grace period bug in _end.accept_ticketGravatar Nathaniel Manista2015-08-29
| |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tickets should not be ignored if the end is in a grace period; rather they should be ignored if they are for an unrecognized (likely new) operation and the end is in a grace period.