Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable too-many-return-statements lint | Nathaniel Manista | 2017-03-03 |
| | |||
* | Suppress and enable too-many-locals lint | Nathaniel Manista | 2017-03-03 |
| | |||
* | Configure and enable too-many-arguments lint | Nathaniel Manista | 2017-03-03 |
| | |||
* | Fix and enable super-init-not-called lint | Nathaniel Manista | 2017-03-03 |
| | |||
* | Fix and enable redefined-outer-name lint | Nathaniel Manista | 2017-03-03 |
| | |||
* | Work toward enabling cyclic-import lint | Nathaniel Manista | 2017-03-02 |
| | |||
* | Selectively suppress and enable broad-except lint | Nathaniel Manista | 2017-03-02 |
| | |||
* | Fix and enable no-value-for-parameter lint | Nathaniel Manista | 2017-03-02 |
| | |||
* | Fix and enable unused-variable lint | Nathaniel Manista | 2017-03-02 |
| | | | | | | | | | | In _server.py start_server_batch_result is removed because start_server_batch can only ever fail as a result of a programming defect in gRPC Python and not the application. This differs from some analogous-appearing points in _channel.py where the result of start_client_batch is checked because at those points it is possible for a failure to indicate a programming defect on the part of the application. | ||
* | Fix and enable unused-import lint | Nathaniel Manista | 2017-03-02 |
| | |||
* | Fix and enable no-self-use lint | Nathaniel Manista | 2017-03-02 |
| | |||
* | Fix and enable no-member lint | Nathaniel Manista | 2017-02-22 |
| | |||
* | Fix and enable simplifiable-if-statement lint | Nathaniel Manista | 2017-02-15 |
| | |||
* | Fix and enable dangerous-default-value lint | Nathaniel Manista | 2017-02-15 |
| | | | | | The fix is more of an elision and the code in the changed area is reflowed. | ||
* | Fix and enable logging-format-interpolation lint | Nathaniel Manista | 2017-02-15 |
| | |||
* | Store cython-level call in grpc.Call | Ken Payson | 2017-02-14 |
| | | | | This allows inspecting c-level properties of the call after completion. | ||
* | Secure naming support for gRPCLB | David Garcia Quintas | 2017-02-07 |
| | |||
* | Merge pull request #9598 from kpayson64/pin_yapf | David G. Quintas | 2017-02-06 |
|\ | | | | | Re-run yapf code, and pin version | ||
| * | Re-run yapf code, and pin version | Ken Payson | 2017-02-06 |
| | | |||
* | | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-02-01 |
|\| | |||
* | | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-01-31 |
|\ \ | |||
| | * | Merge github.com:grpc/grpc into version3 | Craig Tiller | 2017-01-31 |
| | |\ | | |/ | |/| | |||
| | * | Bump master version numbers | Craig Tiller | 2017-01-30 |
| | | | |||
| * | | ran yapf | David Garcia Quintas | 2017-01-30 |
| |/ | |||
* | | Merge branch 'bm_countwrites' into bwest | Craig Tiller | 2017-01-27 |
|\| | |||
* | | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-01-26 |
|\ \ | |||
| | * | Merge github.com:grpc/grpc into rollfwd | Craig Tiller | 2017-01-26 |
| | |\ | | |/ | |/| | |||
| * | | Merge pull request #9465 from markdroth/core_api_change | Mark D. Roth | 2017-01-26 |
| |\ \ | | | | | | | | | Move parameters for all grpc_op types into their own sub-structs. | ||
| | | * | Merge branch 'cp' into rollfwd | Craig Tiller | 2017-01-26 |
| | | |\ | | |_|/ | |/| | | |||
| | * | | Really fix python. | Mark D. Roth | 2017-01-26 |
| | | | | |||
| | * | | Fix cython bug. | Mark D. Roth | 2017-01-25 |
| | | | | |||
| | * | | Move parameters for all grpc_op types into their own sub-structs. | Mark D. Roth | 2017-01-25 |
| | | | | |||
| * | | | Merge pull request #9372 from markdroth/proxy_mapper | Mark D. Roth | 2017-01-25 |
| |\ \ \ | | | | | | | | | | | Add proxy mapper hook. | ||
| * \ \ \ | Merge pull request #9383 from markdroth/http_connect_channel_arg | Mark D. Roth | 2017-01-25 |
| |\ \ \ \ | | |_|/ / | |/| | | | Trigger HTTP CONNECT handshaker via channel args. | ||
| | | | * | Merge github.com:grpc/grpc into rollfwd | Craig Tiller | 2017-01-24 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| * | | | | Merge pull request #9127 from ↵ | Masood Malekghassemi | 2017-01-23 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | soltanmm-google/if-you-rely-only-on-yourself-fewer-things-might-go-wrong-but-fewer-things-might-go-right Don't leak Py exceptions without calling gRPC core | ||
| | * | | | | Run yapf over Python code | Masood Malekghassemi | 2017-01-23 |
| | | | | | | |||
| | * | | | | Don't leak Py exceptions without calling gRPC core | Masood Malekghassemi | 2017-01-23 |
| | | | | | | |||
| * | | | | | Merge pull request #9428 from grpc/revert-8842-metadata_filter | David G. Quintas | 2017-01-23 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Revert "Metadata handling rewrite" | ||
| * \ \ \ \ \ | Merge pull request #9422 from ↵ | Masood Malekghassemi | 2017-01-23 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | soltanmm-google/as-filthy-rich-as-our-cabinet-secretaries Add __richcmp__ to cygrpc.Timespec | ||
| | | | | | * | Revert "Revert "Metadata handling rewrite"" | Craig Tiller | 2017-01-23 |
| | | | |_|/ | | | |/| | | | | | | | | | | | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55. | ||
| | | * | | | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| | |/ / / | |/| | | | |||
| * | | | | Merge pull request #9420 from nathanielmanistaatgoogle/time_remaining | Nathaniel Manista | 2017-01-20 |
| |\ \ \ \ | | | | | | | | | | | | | Fix grpc._server._Context.time_remaining. | ||
| * \ \ \ \ | Merge pull request #9340 from stanley-cheung/update-boringssl | Nicolas Noble | 2017-01-20 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Update boringssl | ||
| | | | * | | | Add __richcmp__ to cygrpc.Timespec | Masood Malekghassemi | 2017-01-20 |
| | |_|/ / / | |/| | | | | |||
| | | * | | | Fix grpc._server._Context.time_remaining | Nathaniel Manista | 2017-01-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | A weak test is included; proper test coverage will come later. | ||
* | | | | | | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-01-20 |
|\| | | | | | |||
| * | | | | | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-20 |
| |\ \ \ \ \ | |||
| | | * | | | | Update boringssl to latest chromium-stable | Stanley Cheung | 2017-01-20 |
| | |/ / / / | |||
| * | | | | | Fix Python memory errors | Masood Malekghassemi | 2017-01-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | ... but for real this time. |