Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Clang formatting fixes | Makarand Dharmapurikar | 2016-05-01 |
| | |||
* | created new grpc_cronet.h. Addressed feedback from jcanizales@ and ctiller@ | Makarand Dharmapurikar | 2016-05-01 |
| | |||
* | fixed clang formating | Makarand Dharmapurikar | 2016-05-01 |
| | |||
* | moved cronet_c_for_grpc.h in third_party | Makarand Dharmapurikar | 2016-05-01 |
| | |||
* | cronet wrapper code | Makarand Dharmapurikar | 2016-05-01 |
| | |||
* | Merge pull request #6386 from jcanizales/fix-call-state | makdharma | 2016-05-01 |
|\ | | | | | Fix call state | ||
| * | Add state transitions to GRPCCall | Jorge Canizales | 2016-04-30 |
| | | |||
| * | Test that GRPCCall transitions states properly | Jorge Canizales | 2016-04-30 |
| | | |||
* | | Merge pull request #6347 from ctiller/catastrophic_monkey_dance_241 | Nicolas Noble | 2016-04-29 |
|\ \ | | | | | | | Fix a case whereby we leak a winsocket if we fail to connect | ||
* \ \ | Merge pull request #6305 from dgquintas/compression_tracer | Jan Tattermusch | 2016-04-29 |
|\ \ \ | |_|/ |/| | | Added compression tracer | ||
* | | | Merge pull request #5592 from pquerna/objc_ssl_channel_creds | Jorge Canizales | 2016-04-29 |
|\ \ \ | | | | | | | | | ObjC: Add ChannelCredentials to gRPC Call, to let specify a private key for the user | ||
| * | | | Remove duplicate instance of grpc_global_wakeup_fd | Paul Querna | 2016-04-29 |
| | | | | |||
* | | | | Merge pull request #6309 from murgatroid99/node_proto_plugin_packaging | Jan Tattermusch | 2016-04-29 |
|\ \ \ \ | | | | | | | | | | | Added node plugin to grpc-tools npm package, updated build_package_node | ||
| | * | | | Objective-C: Add ChannelCredentials to gRPC Call. | Paul Querna | 2016-04-29 |
| |/ / / |/| | | | | | | | | | | | GRPCHost now has a property channelCreds which is used when creating a GRPCChannel. | ||
* | | | | Merge pull request #6331 from nathanielmanistaatgoogle/alpha | Jan Tattermusch | 2016-04-28 |
|\ \ \ \ | | | | | | | | | | | Remove Python alpha/early_adopter implementation | ||
* \ \ \ \ | Merge pull request #6298 from grpc/python_qps_tests | Jan Tattermusch | 2016-04-28 |
|\ \ \ \ \ | | | | | | | | | | | | | Python QPS Tests | ||
| * | | | | | Python QPS Worker/initial scenarios | Ken Payson | 2016-04-28 |
| | | | | | | |||
* | | | | | | Merge pull request #6330 from soltanmm/6264 | Jan Tattermusch | 2016-04-28 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Allow additive changes to protos w/o forcing user implementation | ||
* \ \ \ \ \ \ | Merge pull request #6351 from murgatroid99/ruby_default_roots | Jan Tattermusch | 2016-04-28 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callback | ||
* \ \ \ \ \ \ \ | Merge pull request #6325 from murgatroid99/node_default_roots | Jan Tattermusch | 2016-04-28 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Load default roots.pem in Node via grpc_set_ssl_roots_override_callback | ||
* \ \ \ \ \ \ \ \ | Merge pull request #6322 from murgatroid99/node_service_default_method | Jan Tattermusch | 2016-04-28 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Make Node servers warn instead of fail when a method is missing a handler | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #2286 from ctiller/split-me-baby-one-more-time | Jan Tattermusch | 2016-04-28 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Further lock contention reduction for CHTTP2 | ||
| | | | * | | | | | | | Fixed unused parameter error | murgatroid99 | 2016-04-28 |
| | | | | | | | | | | | |||
* | | | | | | | | | | | Merge pull request #6285 from dgquintas/fix_plugin_tracers | Jan Tattermusch | 2016-04-28 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Init tracers after plugin registration | ||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6321 from soltanmm/doc | Jan Tattermusch | 2016-04-28 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Windows-specifics to Python docs | ||
| | | | | | * | | | | | | | Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callback | murgatroid99 | 2016-04-28 |
| | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | regenerate C# sources | Jan Tattermusch | 2016-04-28 |
| | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | add comments from .proto file to generated C# files | Jan Tattermusch | 2016-04-28 |
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | |||
| | | | | | | | | | | * | clang-format | Craig Tiller | 2016-04-28 |
| | | | | | | | | | | | | |||
| | | | | | | | | | | * | Fix a case whereby we leak a winsocket if we fail to connect | Craig Tiller | 2016-04-28 |
| | | | | | | | | | | | | |||
* | | | | | | | | | | | | Merge pull request #6196 from y-zeng/call-error-to-string | Craig Tiller | 2016-04-28 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide a function that converts grpc_call_error values into a string | ||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6205 from BenchR267/objc-nullability | Jorge Canizales | 2016-04-27 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added nullability to service declaration in ObjC | ||
| | | | | | | | | | * | | | | Remove Python alpha/early_adopter implementation | Nathaniel Manista | 2016-04-28 |
| |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This code has been unsupported for more than six months. | ||
| | | | | | | | * | | | | | Allow additive changes to protos w/o forcing user implementation | Masood Malekghassemi | 2016-04-27 |
| | | | | | | | | |_|_|/ | | | | | | | | |/| | | | |||
* | | | | | | | | | | | | Merge pull request #6284 from jtattermusch/csharp_optional_client_codegen | Nicolas Noble | 2016-04-27 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new cmdline options to C# codegen. | ||
| | | | | | | | * | | | | | Load default roots.pem in Node via grpc_set_ssl_roots_override_callback | murgatroid99 | 2016-04-27 |
| | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | Merge pull request #6183 from nicolasnoble/msys-support | Jan Tattermusch | 2016-04-27 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding support for msys. | ||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6300 from dmitriykovalev/master | Jan Tattermusch | 2016-04-27 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing invalid usage of getProtobufServiceAttrs() function. | ||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6295 from markdroth/content_type_semicolon2 | Jan Tattermusch | 2016-04-27 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | Change C implementation to not log an "Unexpected content-type" message when the header includes a semicolon. | ||
* | | | | | | | | | | | | | | | Merge pull request #6299 from jtattermusch/fix_5912 | Jan Tattermusch | 2016-04-27 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | Fix Grpc.IntegrationTesting.InteropClientServerTest flake | ||
| | | | | | | | * | | | | | | | Add Windows-specifics to Python docs | Masood Malekghassemi | 2016-04-27 |
| |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | |||
| | | | | | | | | | * | | | | Make Node servers warn instead of fail when a method is missing a handler | murgatroid99 | 2016-04-27 |
| | | | | | | | | | | | | | | |||
| | | | | | | | | | * | | | | Fixed minor Node compilation issue | murgatroid99 | 2016-04-27 |
| |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | |||
| | * | | | | | | | | | | | Fixed clang formatting problems. | Mark D. Roth | 2016-04-27 |
| | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | Merge pull request #4569 from jskeet/fix-buildall | Jan Tattermusch | 2016-04-27 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore dependencies in buildall.bat | ||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6181 from yang-g/proto_comments | Jan Tattermusch | 2016-04-27 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Put proto file comments to generated grpc header file. | ||
| | | | | | | | * | | | | | | | Use static const strings | Benjamin Herzog | 2016-04-27 |
| | | | | | | | | | | | | | | | |||
| | | | * | | | | | | | | | | | Use cpp macros for the "application/grpc" string and its length. | Mark D. Roth | 2016-04-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove unnecessary strlen() call. | ||
| | | | | | | | | | | * | | | | Fix use-after-free | Craig Tiller | 2016-04-26 |
| | | | | | | | | | | | | | | | |||
| | | | | | | | | | | | | | * | Added compression tracer | David Garcia Quintas | 2016-04-26 |
| | | | | | | | | | | | | |/ | | | | | | | | | | | | |/| |