Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Bounds checking for ops in call batch | vjpai | 2015-08-07 |
| | |||
* | Merge pull request #2845 from ctiller/reorder-some-things | jboeuf | 2015-08-07 |
|\ | | | | | Reorder filters to ensure that :authority is available when the auth … | ||
* \ | Merge pull request #2829 from ctiller/tell-the-world-about-ALL-the-things | Yang Gao | 2015-08-07 |
|\ \ | | | | | | | Provide marginally better debug information for client side auth problems | ||
* \ \ | Merge pull request #2842 from ctiller/asan-is-sad | Yang Gao | 2015-08-07 |
|\ \ \ | | | | | | | | | Move parent removal from final destruction to destruction request | ||
| | | * | Reorder filters to ensure that :authority is available when the auth filter ↵ | Craig Tiller | 2015-08-07 |
| |_|/ |/| | | | | | | | | needs it | ||
* | | | Merge pull request #2788 from ctiller/kinetic-lopsided-poetry | Nicolas Noble | 2015-08-07 |
|\ \ \ | | | | | | | | | Testing port server | ||
* \ \ \ | Merge pull request #2838 from jcanizales/make-oauth2-easy | Jorge Canizales | 2015-08-07 |
|\ \ \ \ | | | | | | | | | | | Add ObjC helpers to use OAuth2 | ||
| | | * | | Move parent removal from final destruction to destruction request | Craig Tiller | 2015-08-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't need the list for cancel propagation after that point, and doing it early avoids a bug whereby the call is reffed after reaching a zero ref when the parent is destroyed first. | ||
| | | | * | Merge github.com:grpc/grpc into tell-the-world-about-ALL-the-things | Craig Tiller | 2015-08-07 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
* | | | | | Merge pull request #2777 from jboeuf/server_creds_auth_md_processor | Craig Tiller | 2015-08-07 |
|\ \ \ \ \ | | | | | | | | | | | | | Server creds auth md processor | ||
| | * | | | | Rename oauth2_lowerCamel -> oauth2UpperCamel | Jorge Canizales | 2015-08-07 |
| | | | | | | |||
| | * | | | | Fixup for 971d06ad06caadb369e318112bba0e039188cfc2 | Jorge Canizales | 2015-08-07 |
| | | | | | | |||
| | * | | | | Exercise GRPCCall+OAuth2 in the tests | Jorge Canizales | 2015-08-06 |
| | | | | | | |||
* | | | | | | merge with head | yang-g | 2015-08-06 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||
* | | | | | | Resolve comments | yang-g | 2015-08-06 |
| | | | | | | |||
| | | * | | | Add OAuth2 headers category to GRPCCall | Jorge Canizales | 2015-08-06 |
| | | | | | | |||
| | | * | | | Fix build breakage | Jorge Canizales | 2015-08-06 |
| | |/ / / | |/| | | | |||
| * | | | | Merge pull request #2758 from jcanizales/make-http-not-subtle | Jorge Canizales | 2015-08-06 |
| |\ \ \ \ | | | | | | | | | | | | | Require very explicit registration of non-SSL hosts in Objective-C. | ||
| | | * \ \ | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | Julien Boeuf | 2015-08-06 |
| | | |\ \ \ | | |_|/ / / | |/| | | | | | | | | | | server_creds_auth_md_processor | ||
| * | | | | | Fix memory leaks | Craig Tiller | 2015-08-06 |
| | | | | | | |||
| | * | | | | Clarify intention of the code that adds a default port | Jorge Canizales | 2015-08-06 |
| | | | | | | |||
| | | * | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | Julien Boeuf | 2015-08-06 |
| | | |\ \ \ | | |_|/ / / | |/| | | | | | | | | | | server_creds_auth_md_processor | ||
| | | | * | | Merge github.com:grpc/grpc into kinetic-lopsided-poetry | Craig Tiller | 2015-08-06 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
| | | | | * | Print error message on client auth error | Craig Tiller | 2015-08-06 |
| | | | | | | |||
| | | | | * | Merge branch 'server_creds_auth_md_processor' of github.com:jboeuf/grpc into ↵ | Craig Tiller | 2015-08-06 |
| | |_|_|/| | |/| | |/ | | | |/| | | | | | | tell-the-world-about-ALL-the-things | ||
| | * | | | Document that methods in GRPCCall+Tests can only be called once per host | Jorge Canizales | 2015-08-06 |
| | | | | | |||
| | * | | | Require very explicit registration of non-SSL hosts. | Jorge Canizales | 2015-08-06 |
| |/ / / | |||
| * | | | Use test certificates and name override for local tests :) | Jorge Canizales | 2015-08-06 |
| | | | | |||
| * | | | Subclass InteropTests to later repeat the tests using SSL | Jorge Canizales | 2015-08-06 |
| | | | | |||
| * | | | Make the host of interop tests modifiable per-class | Jorge Canizales | 2015-08-06 |
| | | | | |||
| * | | | Run test server with and without SSL | Jorge Canizales | 2015-08-06 |
| | | | | |||
| * | | | Merge master into support-test-certificates to solve conflicts. | Jorge Canizales | 2015-08-06 |
| |\ \ \ | |||
| | * \ \ | Merge pull request #2803 from ctiller/delay-start-resolution | Yang Gao | 2015-08-06 |
| | |\ \ \ | | | | | | | | | | | | | Delay name resolution until we need a channel to be READY | ||
| | * \ \ \ | Merge pull request #2813 from ctiller/every-day-i-propagate | Yang Gao | 2015-08-06 |
| | |\ \ \ \ | | | | | | | | | | | | | | | C++ propagation API | ||
| | * \ \ \ \ | Merge pull request #2750 from ctiller/propagate | Yang Gao | 2015-08-06 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Core-supported context propagation | ||
| | * \ \ \ \ \ | Merge pull request #2815 from jtattermusch/introduce_call_options | Jan Tattermusch | 2015-08-06 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Introduce client-side CallOptions | ||
| | | | | | | * \ | Merge branch 'master' of github.com:grpc/grpc into ↵ | Julien Boeuf | 2015-08-05 |
| | | | | | | |\ \ | | | |_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | server_creds_auth_md_processor | ||
| * | | | | | | | | Document plan to merge the GRPCChannel subclasses | Jorge Canizales | 2015-08-05 |
| | | | | | | | | | |||
| * | | | | | | | | Document that grpc_channel_args don’t need to survive GRPCSecureChannel init | Jorge Canizales | 2015-08-05 |
| | | | | | | | | | |||
| | | | | | | * | | Cleanup. | Julien Boeuf | 2015-08-05 |
| | | | | | | | | | |||
| | | | | | | * | | Fixing API (thanks Craig for the comments) and associated tests. | Julien Boeuf | 2015-08-05 |
| | | | | | | | | | |||
| * | | | | | | | | Return nil instead of assert when the test certs can’t be read | Jorge Canizales | 2015-08-05 |
| | | | | | | | | | |||
| * | | | | | | | | Undo forward-declaring grpc_channel_args, which isn’t a struct! | Jorge Canizales | 2015-08-05 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It’s a typedef of an anonymous struct. | ||
| * | | | | | | | | Fix breakage (struct before undefined structs) | Jorge Canizales | 2015-08-05 |
| | | | | | | | | | |||
| | * | | | | | | | Merge pull request #2746 from soltanmm/user-agent | Nathaniel Manista | 2015-08-05 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add project metadata generation to Python. | ||
| * | | | | | | | | | Forward-declare structs in GRPCSecureChannel.h | Jorge Canizales | 2015-08-05 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And add warning about using custom certificates or name override if not testing. | ||
| * | | | | | | | | | Make GRPCHost cache thread-safe. | Jorge Canizales | 2015-08-05 |
| | | | | | | | | | | |||
| * | | | | | | | | | Document intention of hostURL.port conditional check. | Jorge Canizales | 2015-08-05 |
| | | | | | | | | | | |||
| * | | | | | | | | | Forward-declare GRPCCompletionQueue and grpc_call | Jorge Canizales | 2015-08-05 |
| | | | | | | | | | | |||
| * | | | | | | | | | Forward-declare grpc_channel and specify ownership semantics | Jorge Canizales | 2015-08-05 |
| | | | | | | | | | |