aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | | | | | | | | | | | * 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.
* | | | | | | | | | Merge pull request #3137 from grpc/jtattermusch-patch-2Gravatar Tim Emiola2015-08-28
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Provide troubleshooting instructions for 'cannot load grpc_csharp_ext.dll' problem
| | | | * | | | | | | Updates server shutdown handlingGravatar Tim Emiola2015-08-28
| |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - ensures that servers cancels calls after the shutdown timeout - uses an infinite timeout when request server calls This two changes fix the issue where the server segfaults on shutdown.
| | | | * | | | | | Addressing comments.Gravatar Julien Boeuf2015-08-28
| | | | | | | | | |
| | | | * | | | | | Shuffling headers around.Gravatar Julien Boeuf2015-08-28
| | | | | | | | | |
| | | * | | | | | | update debian unstable to testingGravatar Stanley Cheung2015-08-28
| | | | | | | | | |
| | | * | | | | | | php: update readme;Gravatar Stanley Cheung2015-08-28
| |_|/ / / / / / / |/| | | | | | | |
| | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-28
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| | * | | | | | | fix opensslGravatar Alistair Veitch2015-08-28
| | | | | | | | |
* | | | | | | | | Merge pull request #3075 from jboeuf/credentials_naming_and_cleanupGravatar Yang Gao2015-08-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Credentials naming and cleanup
| | | | | | | * | | Updated Node examples to be compatible with masterGravatar murgatroid992015-08-28
| | | | | | | | | |
* | | | | | | | | | Merge pull request #3108 from murgatroid99/node_error_code_complianceGravatar Tim Emiola2015-08-28
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Make Node errors comply with the status spec
* \ \ \ \ \ \ \ \ \ \ Merge pull request #3140 from jtattermusch/regenerate_csharp_docsGravatar Stanley Cheung2015-08-28
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | Regenerate C# docs
| | | | | | | | * | | Switched to using static functions for accessing Client propertiesGravatar murgatroid992015-08-28
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #3126 from nathanielmanistaatgoogle/servicelink-shut-downGravatar Nathaniel Manista2015-08-28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Made ServiceLink shut-down a two step process.
| | | | | | * \ \ \ \ \ Merge branch 'master' into tracing_apiGravatar Alistair Veitch2015-08-28
| | | | | | |\ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| | | | * | | | | | | | Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2015-08-28
| | | | |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | credentials_naming_and_cleanup
| | * | | | | | | | | | regenerate C# docsGravatar Jan Tattermusch2015-08-28
| |/ / / / / / / / / / |/| | | | | | | | | |
| | | | | | | | | * | fix linkGravatar yang-g2015-08-28
| | | | | | | | | | |
| | | | | | | | | * | remove ChannelArguments ref and update docGravatar yang-g2015-08-28
| | | | | | | | | | |
| | | | | | * | | | | Fixing AuthContext tests.Gravatar Julien Boeuf2015-08-28
| | | | | | | | | | |
| | | | | | | | | * | fix links in docsGravatar yang-g2015-08-28
| | | | | | | | | | |
| | | | | | | | | * | sync up with CreateChannel API changeGravatar yang-g2015-08-28
| | | | | | | | | | |
| | | | | | * | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-28
| | | | | | |\ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| | | | | | * | | | | Adding C++ metadata processor.Gravatar Julien Boeuf2015-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Had to chnage the core API to add a destroy function pointer in grpc_auth_metadata_processor. - Tested end to end. - Fixed some issues in the server_auth_filter (we were not checking the length which put us at risk of an overflow).
| * | | | | | | | | | Make ServiceLink shut-down a two step processGravatar Nathaniel Manista2015-08-28
| | | | | | | | | | |
| | | | | * | | | | | add functions for getting trace recordsGravatar Alistair Veitch2015-08-28
| | | | | | | | | | |
| | | | * | | | | | | Provide troubleshooting instructions for 'cannot load grpc_csharp_ext.dll' ↵Gravatar Jan Tattermusch2015-08-28
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | problem.
* | | | | | | | | | Merge pull request #3130 from nathanielmanistaatgoogle/test-cleanupGravatar Masood Malekghassemi2015-08-28
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Python test clean-up
* \ \ \ \ \ \ \ \ \ \ Merge pull request #3128 from nathanielmanistaatgoogle/add_portGravatar Masood Malekghassemi2015-08-28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Accept addresses rather than ports in add_port
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3124 from nathanielmanistaatgoogle/_end-fixesGravatar Masood Malekghassemi2015-08-28
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | Two fixes in grpc.framework.core._end
* | | | | | | | | | | | Merge pull request #3133 from yang-g/fix_buildGravatar Jan Tattermusch2015-08-28
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Do not include internal proto header
| | | | | | | | | | | * \ Merge branch 'master' into node_method_name_conflictsGravatar murgatroid992015-08-28
| | | | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
| | | | | | * | | | | | | Merge branch 'master' into node_error_code_complianceGravatar murgatroid992015-08-28
| | | | | | |\ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #3012 from murgatroid99/node_metadata_classGravatar Tim Emiola2015-08-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace metadata objects with a Metadata class
| | * | | | | | | | | | | | Do not include internal proto headerGravatar yang-g2015-08-28
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| | | | | | | | | | | | * merge to headGravatar Alistair Veitch2015-08-28
| | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |