Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix some ubsan issues: I fear no bugs were harmed in the making of this episode | Craig Tiller | 2016-05-03 |
| | |||
* | Fix undefined behavior | Craig Tiller | 2016-05-03 |
| | |||
* | Merge pull request #5701 from bluecmd/unix-socket | Jan Tattermusch | 2016-05-03 |
|\ | | | | | Allow directly specifiying connection path | ||
* \ | Merge pull request #6394 from y-zeng/fix-5557 | Yuchen Zeng | 2016-05-02 |
|\ \ | | | | | | | Explicitly cast constant value to gpr_atm | ||
* \ \ | Merge pull request #6397 from murgatroid99/node_tools_minor_fix | Nicolas Noble | 2016-05-02 |
|\ \ \ | | | | | | | | | Node tools: use the right extension for running protoc on Windows | ||
* \ \ \ | Merge pull request #6393 from jtattermusch/csharp_internal_cleanup | Jan Tattermusch | 2016-05-02 |
|\ \ \ \ | | | | | | | | | | | C# cleanup client-side call RECV_STATUS_ON_CLIENT internals | ||
* \ \ \ \ | Merge pull request #6380 from ctiller/stress_fail | Nicolas Noble | 2016-05-02 |
|\ \ \ \ \ | | | | | | | | | | | | | Stress test fixes | ||
* \ \ \ \ \ | Merge pull request #6396 from nicolasnoble/build-it-all-the-way-2 | Nicolas Noble | 2016-05-02 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Always build the grpc library when building the ruby extension. | ||
* \ \ \ \ \ \ | Merge pull request #6359 from grpc/python_stress_test | Jan Tattermusch | 2016-05-02 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Create Python stress test | ||
* \ \ \ \ \ \ \ | Merge pull request #6387 from ctiller/sml | Jan Tattermusch | 2016-05-02 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix bug where max_frame_size was ignored | ||
| | | | | | * | | | Node tools: use the right extension for running protoc on Windows | murgatroid99 | 2016-05-02 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #6371 from murgatroid99/ruby_tools_gem | Nicolas Noble | 2016-05-02 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | Created grpc-tools ruby gem for distributing protoc and the plugin | ||
| | | | * | | | | | Always build the grpc library when building the ruby extension. | Nicolas "Pixel" Noble | 2016-05-02 |
| |_|_|/ / / / / |/| | | | | | | | |||
| | | | | * | | | fix typo | Jan Tattermusch | 2016-05-02 |
| | | | | | | | | |||
| * | | | | | | | Reversed premature removal of a file | murgatroid99 | 2016-05-02 |
| | | | | | | | | |||
| * | | | | | | | Simplified Ruby tools extension checking | murgatroid99 | 2016-05-02 |
| | | | | | | | | |||
| | | | | * | | | add more tests | Jan Tattermusch | 2016-05-02 |
| | | | | | | | | |||
| | | | | * | | | improve unary call response handler | Jan Tattermusch | 2016-05-02 |
| |_|_|_|/ / / |/| | | | | | | |||
* | | | | | | | Merge pull request #6386 from jcanizales/fix-call-state | makdharma | 2016-05-01 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix call state | ||
| | | * | | | | | Fix bug where max_frame_size was ignored | Craig Tiller | 2016-04-30 |
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | Also add corpus entries that helped diagnose this bug | ||
| * | | | | | | Add state transitions to GRPCCall | Jorge Canizales | 2016-04-30 |
| | | | | | | | |||
| * | | | | | | Test that GRPCCall transitions states properly | Jorge Canizales | 2016-04-30 |
| | | | | | | | |||
| | | | | * | | explicitly cast constant value to gpr_atm | Yuchen Zeng | 2016-04-29 |
| | | | | | | | |||
* | | | | | | | 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 | ||
| | | | | * | | Stress test fixes | Craig Tiller | 2016-04-29 |
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - properly fail a Read() on a stream if we fail to parse a protobuf - fix an ordering problem with the chttp2 transport global lock, whereby a sequence of two operations could be swapped - this resulted in slices being returned to the upper layers in the wrong order, corrupting data | ||
* | | | | | | Merge pull request #6305 from dgquintas/compression_tracer | Jan Tattermusch | 2016-04-29 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Added compression tracer | ||
| | | * | | | Fixed grpc-tools.gemspec | murgatroid99 | 2016-04-29 |
| | | | | | | |||
| | | * | | | Created grpc-tools ruby gem for distributing protoc and the plugin | murgatroid99 | 2016-04-29 |
| | | | | | | |||
| | | | * | | Create Python stress test | Ken Payson | 2016-04-29 |
| | | | | | | |||
* | | | | | | 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 |