aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
Commit message (Collapse)AuthorAge
* regenerate projectsGravatar Ruslan Nigmatullin2018-03-20
|
* [grpc] Add SSL session client cache supportGravatar Ruslan Nigmatullin2018-03-20
|
* Revert "Channel Tracing Implementation; Part 1"Gravatar Noah Eisen2018-03-19
|
* Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-15
|\
| * Merge pull request #14657 from ghostwriternr/reflection-readmeGravatar kpayson642018-03-15
| |\ | | | | | | Create README for gRPC Python reflection package
| * | 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...
| | | * Create README for gRPC Python reflection packageGravatar Naresh2018-03-13
| | |/ | | | | | | | | | | | | | | | Currently, `warning: sdist: standard file not found` warning is always printed when creating source distribution for gRPC python reflection package. This should stop that.
| * / 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
| | |/ | |/|
* | | Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-07
|\| |
| * | Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-06
| | |
* | | Move status utilGravatar ncteisen2018-03-06
| | |
* | | Reviewer feedback, s/object_registry/channel_trace_registryGravatar ncteisen2018-03-06
| | |
* | | reviewer feedback, renameGravatar ncteisen2018-03-06
| | |
* | | Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-02
|\| |
* | | Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-01
|\ \ \
| | * \ 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' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-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
* | \ \ Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-01-29
|\ \ \ \
| | * | | 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