aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
Commit message (Collapse)AuthorAge
* Remove _face_interface_testGravatar Nathaniel Manista2018-03-13
| | | | | | | | The Beta API has an execution date and RPC Framework is but a distant memory. This test is flaky with Python 3.5 on Windows! Some mysteries will just have to remain unsolved...
* Merge pull request #14687 from nathanielmanistaatgoogle/early-okGravatar Nathaniel Manista2018-03-13
|\ | | | | Verify early OK behavior.
| * Verify early OK behaviorGravatar Nathaniel Manista2018-03-13
| | | | | | | | | | | | | | | | | | | | Looks like early OK support was implemented in https://github.com/grpc/grpc/pull/14080 but https://github.com/grpc/grpc/issues/7032 was not marked fixed at the time. Good thing it was just an idea on our Google Summer of Code ideas page...
* | Abstract libuv implementationGravatar kpayson642018-03-13
|/ | | | | Structures the libuv implementation to allow for a plugable BSD style socket implementation to allow for other IO Managers
* Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-08
|
* Merge pull request #14629 from jtattermusch/bump_boringsslGravatar Jan Tattermusch2018-03-08
|\ | | | | Update third_party/boringssl to the latest chromium-stable
* | Revert "Add ALTS C stack to gRPC core"Gravatar Sree Kuchibhotla2018-03-07
| |
* | Merge pull request #14448 from kpayson64/remove_pollerGravatar kpayson642018-03-07
|\ \ | | | | | | Remove Python background poller thread
| | * regenerate projectsGravatar Jan Tattermusch2018-03-07
| |/ |/|
* | Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-06
| |
* | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-03-01
|\ \
| * | Retry support.Gravatar Mark D. Roth2018-02-28
| | |
| * | Convert slice hash table and service config code to C++.Gravatar Mark D. Roth2018-02-26
| | |
* | | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-24
|\| |
| * | Regenerate projectsGravatar Mehrdad Afshari2018-02-22
| | |
* | | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-21
|\| |
| | * Remove Python background poller threadGravatar Ken Payson2018-02-20
| | |
| * | place security_connector in its own subdirectoryGravatar Yihua Zhang2018-02-20
| |/
* | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
| |
* | Remove support for detached threads. All threads must be joined.Gravatar Vijay Pai2018-02-15
|/
* Clarify add_done_callback works on both success and failureGravatar Mehrdad Afshari2018-02-13
|
* Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\
| * Merge pull request #13684 from markdroth/c++_resolverGravatar Mark D. Roth2018-02-08
| |\ | | | | | | C++ Resolver API
* | | Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\| |
* | | Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\ \ \
| | | * Convert resolver API to C++.Gravatar Mark D. Roth2018-02-08
| | |/ | |/|
| | * Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-08
| | |\ | | |/ | |/|
* | | Move avl to its own directory and rename it to grpc_avlGravatar Vijay Pai2018-02-08
| | |
| * | build projectsGravatar Muxi Yan2018-02-06
| | |
| * | Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*Gravatar Muxi Yan2018-02-06
| | |
| * | Sleep a second to deflake ReconnectTestGravatar Mehrdad Afshari2018-02-06
|/ / | | | | | | | | | | | | | | | | The thread that watches connectivity on the channel might not pick up that the server has gone away before the request is dispatched, and return UNAVAILABLE instead of reconnecting prior to sending the request. The fundamental solution would basically be enabling retries in C-core. For now, we opt to sleep a second to deflake this particular test case.
| * Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-02
| |\ | |/ |/|
* | Merge pull request #14015 from vjpai/alarmGravatar Vijay Pai2018-02-02
|\ \ | | | | | | Remove alarm from core, implement in C++ layer only
* | | Update BoringSSL to latest chromium-stable refGravatar Matt Kwong2018-01-26
| | |
* | | Merge pull request #14107 from nathanielmanistaatgoogle/12531Gravatar Nathaniel Manista2018-01-26
|\ \ \ | | | | | | | | Elide cygrpc.ChannelArg and cygrpc.ChannelArgs.
* \ \ \ Merge pull request #13820 from yihuazhang/rename-gtsGravatar Mark D. Roth2018-01-26
|\ \ \ \ | | | | | | | | | | Rename GTS to ALTS for TSI plugin
| | * | | Elide cygrpc.ChannelArg and cygrpc.ChannelArgsGravatar Nathaniel Manista2018-01-26
| | | | |
| | | | * Move cmdline and subprocess from public gpr to test/core/utilGravatar Vijay Pai2018-01-25
| |_|_|/ |/| | |
* | | | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2018-01-24
|\ \ \ \ | | | | | | | | | | | | | | | fix-stream-compression-config-interface
| | * | | rename gts to altsGravatar Yihua Zhang2018-01-23
| | | | |
| | | | * Remove alarm from core, implement in C++ layer onlyGravatar Vijay Pai2018-01-21
| | | |/ | | |/|
| * / | Relax call details interface from interceptorGravatar Mehrdad Afshari2018-01-21
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A gRPC Python client interceptor is passed an instance of a class that implements the ClientCallDetails interface. The interceptor can choose to create its own object that implements the interface, and pass it back to the continuation invoked by the interceptor. To make it easy to add additional attributes to call details, without breaking user code that hardcode the attributes required by the interface, instead of interospecting the object passed to the interceptor at runtime, and to ease authorship of interceptors that want to keep some attributes intact and not care about them, we relax the requirements on the object that is expected to get passed by the interceptor and let the user omit some attributes. Omitted attributes will be replaced by the original value of the attribute given to the interceptor.
| * | Regenerate projectsGravatar Mehrdad Afshari2018-01-19
| | |
* | | Update surface API in cython pxiGravatar Muxi Yan2018-01-19
| | |
* | | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2018-01-19
|\| | | | | | | | | | | fix-stream-compression-config-interface
| * | Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
| | |
| * | Reformat Python docstringsGravatar Mehrdad Afshari2018-01-17
| | |
| * | Merge pull request #13965 from evanj/python-abort-fixGravatar kpayson642018-01-12
| |\ \ | | |/ | |/| python: Context.abort should fail RPC even for StatusCode.OK
| | * python: Context.abort should fail RPC even for StatusCode.OKGravatar Evan Jones2018-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grpc.ServicerContext.abort is documented to always raise an exception to terminate the RPC. The code argument "must not be StatusCode.OK." However, if you do pass StatusCode.OK, the RPC terminates successfully on the client side, but returns None. _server.py: If the user accidentally passes StatusCode.OK, treat it as StatusCode.UNKNOWN. This is what happens if the user accidentally passes something that is not a StatusCode instance. Additionally set details to ''. _metadata_code_details_test.py: update test to verify the behavior of abort with invalid codes.
| * | Elide cygrpc.TimespecGravatar Nathaniel Manista2018-01-10
| |/