aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Changing the credentials plugin API.Gravatar Julien Boeuf2015-11-18
| | | | | | | | - The plugin is now passed more information that it can use to create auth metadata: - service_url (as before) - method name - channel_auth_context
* Merge pull request #3765 from jboeuf/core_creds_api_changeGravatar jboeuf2015-11-17
|\ | | | | Core credentials API refactoring
| * Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
| |\ | |/ |/|
* | Merge pull request #4150 from jboeuf/fix_null_terminator_in_certGravatar jboeuf2015-11-17
|\ \ | | | | | | Fixing NULL terminator for test cert.
| * | Fixing NULL terminator for test cert.Gravatar Julien Boeuf2015-11-17
|/ / | | | | | | | | Forgot to do that when I replaced the cert in #4096. Thanks asan for catching that!
| * Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
| |\ | |/ |/|
* | Merge pull request #4096 from jboeuf/update_ssl_certGravatar jboeuf2015-11-17
|\ \ | | | | | | Updating the server1 cert so that it can be used with Go.
| * \ Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_certGravatar Julien Boeuf2015-11-17
| |\ \ | |/ / |/| |
| | * More C++ fixes (the merge did not quite work...).Gravatar Julien Boeuf2015-11-17
| | |
| | * Forgot to fix driver.cc somehow...Gravatar Julien Boeuf2015-11-17
| | |
| | * Fixing tests.Gravatar Julien Boeuf2015-11-17
| | |
* | | Merge pull request #4139 from grpc/release-0_11Gravatar Jan Tattermusch2015-11-18
|\ \ \ | | | | | | | | Merge release-0_11 into master
* \ \ \ Merge pull request #4142 from yang-g/cancelGravatar David G. Quintas2015-11-18
|\ \ \ \ | | | | | | | | | | Handle Cancel before start.
* \ \ \ \ Merge pull request #4135 from soltanmm/example-fixGravatar Nathaniel Manista2015-11-17
|\ \ \ \ \ | | | | | | | | | | | | Add missing grace value to server stop in Python example.
| | | | | * Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | | | | * Merge pull request #8 from soltanmm/credzGravatar jboeuf2015-11-17
| | | | | |\ | | | | | | | | | | | | | | Update Python C wrapping layers to new credentials API
* | | | | | \ Merge pull request #4141 from carl-mastrangelo/fixLinkGravatar Jan Tattermusch2015-11-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix dead link in doc
| | | * | | | | include headerGravatar yang-g2015-11-17
| | | | | | | |
| | | * | | | | Handle cancel before start caseGravatar yang-g2015-11-17
| |_|/ / / / / |/| | | | | |
| | | | | | * Bandaid over differences in the C API for Python credentialsGravatar Masood Malekghassemi2015-11-17
| | | | | | |
| * | | | | | Fix dead link in docGravatar Carl Mastrangelo2015-11-17
|/ / / / / /
* | | | | | Merge pull request #4058 from murgatroid99/node_build_yamlGravatar Nicolas Noble2015-11-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | Generate all file lists and build target lists in binding.gyp from build.yaml
* \ \ \ \ \ \ Merge pull request #4138 from dgquintas/std_threadGravatar Sree Kuchibhotla2015-11-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix naming issue in stress_test
| * | | | | | | CommentsGravatar David Garcia Quintas2015-11-17
| | | | | | | |
| * | | | | | | Fix naming issue in stress_testGravatar David Garcia Quintas2015-11-17
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (via ahh@google.com) Under some configurations gRPC includes google3 base headers. google3 has a namespace "thread" which mixes poorly with unqualified use of the type std::thread; adding that namespace to various google3 headers breaks this test.
* | | | | | | Merge pull request #4134 from ejona86/improve-languageGravatar Jorge Canizales2015-11-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Improve grammar/language for clarity
| | | * | | | | Add grace=0 to server stop in Python exampleGravatar Masood Malekghassemi2015-11-16
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Fixes #4122
| * | | | | | Improve grammar/language for clarityGravatar Eric Anderson2015-11-16
|/ / / / / /
| | * | | | Merge pull request #4044 from nathanielmanistaatgoogle/exception-strGravatar Masood Malekghassemi2015-11-16
| | |\ \ \ \ | | | | | | | | | | | | | | Add a useful __str__ method to face exceptions
* | | \ \ \ \ Merge pull request #4127 from olostan/patch-1Gravatar Michael Lumish2015-11-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Small typo of NodeJS version in README.md
| * | | | | | | Small typo of NodeJS version in README.mdGravatar Valentyn Shybanov2015-11-16
|/ / / / / / /
* | | | | | | Merge pull request #4091 from murgatroid99/node_channel_args_mallocGravatar Tim Emiola2015-11-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixed incorrect type in a malloc in Node extension
* \ \ \ \ \ \ \ Merge pull request #4120 from ↵Gravatar Michael Lumish2015-11-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc_ruby_fix_compile_on_2_0_typed_free_immediately Corrects compile error on ruby 2.0
| * | | | | | | | Corrects compile error on ruby 2.0Gravatar Tim Emiola2015-11-12
| | | | | | | | |
* | | | | | | | | Merge pull request #4114 from jboeuf/ssl_override_docGravatar Yang Gao2015-11-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixing the doc to warn of the dangers for overriding the target name …
* \ \ \ \ \ \ \ \ \ Merge pull request #4106 from tbetbetbe/grpc_ruby_fix_flaky_ruby_interop_testGravatar Michael Lumish2015-11-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Grpc ruby fix flaky ruby interop test
* \ \ \ \ \ \ \ \ \ \ Merge pull request #4107 from tbetbetbe/grpc_ruby_bidi_call_should_read_metadataGravatar Michael Lumish2015-11-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Grpc ruby bidi call should read metadata
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #4119 from bdotdub/objc-cleanup-generated-librariesGravatar Jorge Canizales2015-11-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused RouteGuideClient and move RemoteTestClient to tests
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #4108 from bdotdub/objc-sample-updateGravatar Jorge Canizales2015-11-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ObjC: Update Sample
| | * | | | | | | | | | | | Remove unused RouteGuideClient and move RemoteTestClient to testsGravatar Benny Wong2015-11-12
| |/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reference discussion: https://github.com/grpc/grpc/pull/4108#discussion-diff-44494393
| * | | | | | | | | | | | Update Podfile to point to the right sample dependenciesGravatar Benny Wong2015-11-12
| | | | | | | | | | | | |
| * | | | | | | | | | | | Revert edit for generated_libraries RemoteTestGravatar Benny Wong2015-11-12
| | | | | | | | | | | | |
| | | | * | | | | | | | | Fixing the doc to warn of the dangers for overriding the target name when ↵Gravatar Julien Boeuf2015-11-11
| |_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using SSL.
| | | * | | | | | | | | Updates interop client/server loggingGravatar Tim Emiola2015-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - server logger.level = WARN - client logger.level = INFO
| | | * | | | | | | | | Adds standard logging to the client/serverGravatar Tim Emiola2015-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - truncates the server debug log entries to make that readable
| | | * | | | | | | | | Fixes a multithreading bug in the ruby rpc_serverGravatar Tim Emiola2015-11-11
| |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the current ruby server interop test flakiness. - The interop tests recently changed so that clients access servers in parallel, meaning that the interop servers handle multiple rpcs at once, which is how this bug became visible - since this change, tests run against the ruby interop server have failed sporadically - the problem was that the block in #loop_handle_server_calls that is passed to the thread pool referenced a var in an enclosing block, which resulted in requests being processed by the wrong handler - this fix ensures that the block to be run on the thread pool thread does not have any references to vars in the enclosing block
| * | | | | | | | | | Update location of grpc_objective_c_plugin for sampleGravatar Benny Wong2015-11-10
| | | | | | | | | | |
| * | | | | | | | | | Update ObjC sample to use the new ProtoMethod instead of GRPCMethodNameGravatar Benny Wong2015-11-10
|/ / / / / / / / / /
| * | | | | | | | | Ensures that bidi calls obtain metadata.Gravatar Tim Emiola2015-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes an omission from earlier PRs that adds support metadata.
| * | | | | | | | | Fixes an issue running the tests on Ruby2.2Gravatar Tim Emiola2015-11-10
| |/ / / / / / / /