aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Bounds checking for ops in call batchGravatar vjpai2015-08-07
|
* Merge pull request #2845 from ctiller/reorder-some-thingsGravatar jboeuf2015-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-thingsGravatar Yang Gao2015-08-07
|\ \ | | | | | | Provide marginally better debug information for client side auth problems
* \ \ Merge pull request #2842 from ctiller/asan-is-sadGravatar Yang Gao2015-08-07
|\ \ \ | | | | | | | | Move parent removal from final destruction to destruction request
| | | * Reorder filters to ensure that :authority is available when the auth filter ↵Gravatar Craig Tiller2015-08-07
| |_|/ |/| | | | | | | | needs it
* | | Merge pull request #2788 from ctiller/kinetic-lopsided-poetryGravatar Nicolas Noble2015-08-07
|\ \ \ | | | | | | | | Testing port server
* \ \ \ Merge pull request #2838 from jcanizales/make-oauth2-easyGravatar Jorge Canizales2015-08-07
|\ \ \ \ | | | | | | | | | | Add ObjC helpers to use OAuth2
| | | * | Move parent removal from final destruction to destruction requestGravatar Craig Tiller2015-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-thingsGravatar Craig Tiller2015-08-07
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #2777 from jboeuf/server_creds_auth_md_processorGravatar Craig Tiller2015-08-07
|\ \ \ \ \ | | | | | | | | | | | | Server creds auth md processor
| | * | | | Rename oauth2_lowerCamel -> oauth2UpperCamelGravatar Jorge Canizales2015-08-07
| | | | | |
| | * | | | Fixup for 971d06ad06caadb369e318112bba0e039188cfc2Gravatar Jorge Canizales2015-08-07
| | | | | |
| | * | | | Exercise GRPCCall+OAuth2 in the testsGravatar Jorge Canizales2015-08-06
| | | | | |
* | | | | | merge with headGravatar yang-g2015-08-06
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
* | | | | | Resolve commentsGravatar yang-g2015-08-06
| | | | | |
| | | * | | Add OAuth2 headers category to GRPCCallGravatar Jorge Canizales2015-08-06
| | | | | |
| | | * | | Fix build breakageGravatar Jorge Canizales2015-08-06
| | |/ / / | |/| | |
| * | | | Merge pull request #2758 from jcanizales/make-http-not-subtleGravatar Jorge Canizales2015-08-06
| |\ \ \ \ | | | | | | | | | | | | Require very explicit registration of non-SSL hosts in Objective-C.
| | | * \ \ Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Julien Boeuf2015-08-06
| | | |\ \ \ | | |_|/ / / | |/| | | | | | | | | | server_creds_auth_md_processor
| * | | | | Fix memory leaksGravatar Craig Tiller2015-08-06
| | | | | |
| | * | | | Clarify intention of the code that adds a default portGravatar Jorge Canizales2015-08-06
| | | | | |
| | | * | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Julien Boeuf2015-08-06
| | | |\ \ \ | | |_|/ / / | |/| | | | | | | | | | server_creds_auth_md_processor
| | | | * | Merge github.com:grpc/grpc into kinetic-lopsided-poetryGravatar Craig Tiller2015-08-06
| | | | |\ \ | | |_|_|/ / | |/| | | |
| | | | | * Print error message on client auth errorGravatar Craig Tiller2015-08-06
| | | | | |
| | | | | * Merge branch 'server_creds_auth_md_processor' of github.com:jboeuf/grpc into ↵Gravatar Craig Tiller2015-08-06
| | |_|_|/| | |/| | |/ | | | |/| | | | | | tell-the-world-about-ALL-the-things
| | * | | Document that methods in GRPCCall+Tests can only be called once per hostGravatar Jorge Canizales2015-08-06
| | | | |
| | * | | Require very explicit registration of non-SSL hosts.Gravatar Jorge Canizales2015-08-06
| |/ / /
| * | | Use test certificates and name override for local tests :)Gravatar Jorge Canizales2015-08-06
| | | |
| * | | Subclass InteropTests to later repeat the tests using SSLGravatar Jorge Canizales2015-08-06
| | | |
| * | | Make the host of interop tests modifiable per-classGravatar Jorge Canizales2015-08-06
| | | |
| * | | Run test server with and without SSLGravatar Jorge Canizales2015-08-06
| | | |
| * | | Merge master into support-test-certificates to solve conflicts.Gravatar Jorge Canizales2015-08-06
| |\ \ \
| | * \ \ Merge pull request #2803 from ctiller/delay-start-resolutionGravatar Yang Gao2015-08-06
| | |\ \ \ | | | | | | | | | | | | Delay name resolution until we need a channel to be READY
| | * \ \ \ Merge pull request #2813 from ctiller/every-day-i-propagateGravatar Yang Gao2015-08-06
| | |\ \ \ \ | | | | | | | | | | | | | | C++ propagation API
| | * \ \ \ \ Merge pull request #2750 from ctiller/propagateGravatar Yang Gao2015-08-06
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Core-supported context propagation
| | * \ \ \ \ \ Merge pull request #2815 from jtattermusch/introduce_call_optionsGravatar Jan Tattermusch2015-08-06
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Introduce client-side CallOptions
| | | | | | | * \ Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2015-08-05
| | | | | | | |\ \ | | | |_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | server_creds_auth_md_processor
| * | | | | | | | Document plan to merge the GRPCChannel subclassesGravatar Jorge Canizales2015-08-05
| | | | | | | | |
| * | | | | | | | Document that grpc_channel_args don’t need to survive GRPCSecureChannel initGravatar Jorge Canizales2015-08-05
| | | | | | | | |
| | | | | | | * | Cleanup.Gravatar Julien Boeuf2015-08-05
| | | | | | | | |
| | | | | | | * | Fixing API (thanks Craig for the comments) and associated tests.Gravatar Julien Boeuf2015-08-05
| | | | | | | | |
| * | | | | | | | Return nil instead of assert when the test certs can’t be readGravatar Jorge Canizales2015-08-05
| | | | | | | | |
| * | | | | | | | Undo forward-declaring grpc_channel_args, which isn’t a struct!Gravatar Jorge Canizales2015-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It’s a typedef of an anonymous struct.
| * | | | | | | | Fix breakage (struct before undefined structs)Gravatar Jorge Canizales2015-08-05
| | | | | | | | |
| | * | | | | | | Merge pull request #2746 from soltanmm/user-agentGravatar Nathaniel Manista2015-08-05
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add project metadata generation to Python.
| * | | | | | | | | Forward-declare structs in GRPCSecureChannel.hGravatar Jorge Canizales2015-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And add warning about using custom certificates or name override if not testing.
| * | | | | | | | | Make GRPCHost cache thread-safe.Gravatar Jorge Canizales2015-08-05
| | | | | | | | | |
| * | | | | | | | | Document intention of hostURL.port conditional check.Gravatar Jorge Canizales2015-08-05
| | | | | | | | | |
| * | | | | | | | | Forward-declare GRPCCompletionQueue and grpc_callGravatar Jorge Canizales2015-08-05
| | | | | | | | | |
| * | | | | | | | | Forward-declare grpc_channel and specify ownership semanticsGravatar Jorge Canizales2015-08-05
| | | | | | | | | |