Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Plumb CallCredentials through Ruby code, replacing metadata_updater ↵ | murgatroid99 | 2015-12-04 |
| | | | | functionality | ||
* | Add CallCredentials class to Ruby wrapping code | murgatroid99 | 2015-12-04 |
| | |||
* | Merge pull request #4235 from jcanizales/use-boringssl | Michael Lumish | 2015-12-03 |
|\ | | | | | Use BoringSSL instead of OpenSSL | ||
| * | Move BoringSSL.podspec into src, and point Podfiles to it | Jorge Canizales | 2015-12-01 |
| | | |||
* | | Clang format. | Nicolas "Pixel" Noble | 2015-12-01 |
|/ | |||
* | Merge pull request #4223 from jcanizales/filter-protobuf-warnings | Michael Lumish | 2015-12-01 |
|\ | | | | | Filter Protobuf nullable warnings | ||
| * | Filter Protobuf nullable warnings | Jorge Canizales | 2015-12-01 |
| | | |||
* | | Adjust version requirements through samples and tests. | Jorge Canizales | 2015-11-25 |
|/ | |||
* | Merge branch 'release-0_12' of github.com:grpc/grpc into ↵ | Julien Boeuf | 2015-11-25 |
|\ | | | | | | | cpp_new_creds_plugin_api | ||
| * | Merge pull request #4154 from jboeuf/new_creds_plugin_api | jboeuf | 2015-11-25 |
| |\ | | | | | | | Changing the credentials plugin API. | ||
| | * | Better documentation of the method_name field. | Julien Boeuf | 2015-11-25 |
| | | | | | | | | | | | | | | | Also passing empty string as opposed to NULL when the method name is not found. This is much less error-prone. | ||
* | | | Cpp example of how the plugins can be done. | Julien Boeuf | 2015-11-19 |
| |/ |/| | |||
* | | Also adding a credentials type to the plugin API. | Julien Boeuf | 2015-11-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | The purpose of this is to be able to install a composition policy that describes which types are incompatible and that will be enforced during call creds composition. If this functionality is wanted it will be done in an additive function in the API like : void grpc_call_credentials_set_composite_policy( grpc_call_credentials_composite_policy policy); | ||
| * | bump C# version to 0.12.0 | Jan Tattermusch | 2015-11-19 |
| | | |||
* | | Fixing node build. | Julien Boeuf | 2015-11-18 |
| | | |||
* | | Fixing implementations. | Julien Boeuf | 2015-11-18 |
|/ | |||
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_cert | Julien Boeuf | 2015-11-17 |
| |\ | |||
* | | | Fixing tests. | Julien Boeuf | 2015-11-17 |
| | | | |||
| | * | Merge pull request #4139 from grpc/release-0_11 | Jan Tattermusch | 2015-11-18 |
| | |\ | | | | | | | | | Merge release-0_11 into master | ||
* | | \ | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ \ \ \ | |||
| | | * | | Handle cancel before start case | yang-g | 2015-11-17 |
| | |/ / | |/| | | |||
* | | | | Bandaid over differences in the C API for Python credentials | Masood Malekghassemi | 2015-11-17 |
| | | | | |||
| * | | | Merge pull request #4091 from murgatroid99/node_channel_args_malloc | Tim Emiola | 2015-11-13 |
| |\ \ \ | | | | | | | | | | | Fixed incorrect type in a malloc in Node extension | ||
| * \ \ \ | Merge pull request #4120 from ↵ | Michael Lumish | 2015-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.0 | Tim Emiola | 2015-11-12 |
| | | | | | | |||
| * | | | | | Merge pull request #4106 from tbetbetbe/grpc_ruby_fix_flaky_ruby_interop_test | Michael Lumish | 2015-11-12 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Grpc ruby fix flaky ruby interop test | ||
| * \ \ \ \ \ | Merge pull request #4107 from tbetbetbe/grpc_ruby_bidi_call_should_read_metadata | Michael Lumish | 2015-11-12 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Grpc ruby bidi call should read metadata | ||
| * \ \ \ \ \ \ | Merge pull request #4119 from bdotdub/objc-cleanup-generated-libraries | Jorge Canizales | 2015-11-12 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove unused RouteGuideClient and move RemoteTestClient to tests | ||
| | * | | | | | | | Remove unused RouteGuideClient and move RemoteTestClient to tests | Benny Wong | 2015-11-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reference discussion: https://github.com/grpc/grpc/pull/4108#discussion-diff-44494393 | ||
| * | | | | | | | | Update Podfile to point to the right sample dependencies | Benny Wong | 2015-11-12 |
| | | | | | | | | | |||
| * | | | | | | | | Revert edit for generated_libraries RemoteTest | Benny Wong | 2015-11-12 |
| | | | | | | | | | |||
| | | | * | | | | | Updates interop client/server logging | Tim Emiola | 2015-11-11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - server logger.level = WARN - client logger.level = INFO | ||
| | | | * | | | | | Adds standard logging to the client/server | Tim Emiola | 2015-11-11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - truncates the server debug log entries to make that readable | ||
| | | | * | | | | | Fixes a multithreading bug in the ruby rpc_server | Tim Emiola | 2015-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 sample | Benny Wong | 2015-11-10 |
| | | | | | | | | |||
| * | | | | | | | Update ObjC sample to use the new ProtoMethod instead of GRPCMethodName | Benny Wong | 2015-11-10 |
| |/ / / / / / | |||
| | * | | | | | Ensures that bidi calls obtain metadata. | Tim Emiola | 2015-11-10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes an omission from earlier PRs that adds support metadata. | ||
| | * | | | | | Fixes an issue running the tests on Ruby2.2 | Tim Emiola | 2015-11-10 |
| | |/ / / / | |||
| | | | * | | Updating the server1 cert so that it can be used with Go. | Julien Boeuf | 2015-11-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The encoding of the issuer field in this cert is now a PRINTABLESTRING as opposed to UTF8STRING in the previous server1.pem which was causing the Go issue. Fixes #4086. | ||
| | | * | | | Fixed incorrect type in a malloc in Node extension | murgatroid99 | 2015-11-09 |
| | | |/ / | |||
| * | / / | php: append application user agent string at the beginning | Stanley Cheung | 2015-11-08 |
| | |/ / | |/| | | |||
| * | | | Merge pull request #4031 from jtattermusch/win_precise_clock | Craig Tiller | 2015-11-06 |
| |\ \ \ | | | | | | | | | | | Use QueryPerformanceCounter as precise clock for windows | ||
| * | | | | Ensure application and Node library user agent strings are together at the ↵ | murgatroid99 | 2015-11-06 |
| | |/ / | |/| | | | | | | | | | | beginning | ||
* | | | | Update Python C wrapping layers to new credentials API | Masood Malekghassemi | 2015-11-04 |
| | | | | |||
| | | * | Add a useful __str__ method to face exceptions | Nathaniel Manista | 2015-11-04 |
| | | | | |||
| * | | | Merge branch 'master' into protosplit | vjpai | 2015-11-04 |
| |\ \ \ | |||
| | * \ \ | Merge pull request #4013 from dgquintas/bb_readall | Craig Tiller | 2015-11-04 |
| | |\ \ \ | | | | | | | | | | | | | Added grpc_byte_buffer_reader_readall | ||
| | * \ \ \ | Merge pull request #3177 from podsvirov/topic-grpc-string-ref-npos-redifinition | Craig Tiller | 2015-11-04 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Move static value grpc::string_ref::npos definition to cc file | ||
| | | | | * | | use QueryPerformanceCounter as precise clock for windows | Jan Tattermusch | 2015-11-03 |
| | | |_|/ / | | |/| | | |