aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
Commit message (Expand)AuthorAge
* Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-19
|\
| * Merge pull request #8303 from markdroth/service_configGravatar Mark D. Roth2016-10-19
| |\
* | \ Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-19
|\ \ \
| | * | Merge pull request #8414 from kpayson64/use_external_apiGravatar kpayson642016-10-19
| |/| |
| | * | Change channel tests to use public APIGravatar Ken Payson2016-10-18
| | | * Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-10-18
| | | |\ | | |_|/ | |/| |
| * | | Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-17
| |\| |
| | * | Merge pull request #7664 from kpayson64/cv_wakeup_fdGravatar kpayson642016-10-17
| | |\ \
* | | \ \ Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-14
|\ \ \ \ \ | | |/ / / | |/| | |
| | | | * Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-10-14
| | | | |\ | | |_|_|/ | |/| | |
| | | | * Rename grpc_hash_table to grpc_mdstr_hash_table.Gravatar Mark D. Roth2016-10-14
| | * | | Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-14
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #8127 from kpayson64/allow_pointersGravatar kpayson642016-10-13
| |\ \ \ \
| | * | | | Allow pointer channel args pythonGravatar Ken Payson2016-10-13
| | | | * | Moved cv polling into ev_poll_posix.cGravatar Ken Payson2016-10-13
* | | | | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-12
|\| | | | |
| | | * | | Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-10
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | | * | Add condition variable polling engineGravatar kpayson642016-10-10
| | |_|/ / | |/| | |
| * | | | Merge pull request #8324 from grpc/v1.0.xGravatar Nathaniel Manista2016-10-07
| |\ \ \ \
| | * | | | Drop unnecessary return statementGravatar Nathaniel Manista2016-10-04
| | | | * | Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-03
| | | | |\ \ | | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-03
|\| | | | |
* | | | | | Compile and link core tests with libuvGravatar murgatroid992016-10-03
| | | | | * Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-09-30
| | | | | |\ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'master' of https://github.com/grpc/grpc into master-upmerge-fro...Gravatar Nicolas "Pixel" Noble2016-09-29
| |\ \ \ \ \
| | | | | * \ Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-09-29
| | | | | |\ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-underGravatar Nicolas "Pixel" Noble2016-09-29
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | | | | * Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-09-28
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | | * | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-28
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge pull request #8168 from markdroth/max_message_size_fixGravatar Nicolas Noble2016-09-28
| |\ \ \ \ \ \
| | | | | | | * Refactor hash table code into its own module and use it for method_config as ...Gravatar Mark D. Roth2016-09-27
| | | | | | | * Merge branch 'deadline_filter' into service_configGravatar Mark D. Roth2016-09-26
| | | | | | | |\ | | | | | |_|_|/ | | | | |/| | |
| | | | | | | * Move method config table code to its own module.Gravatar Mark D. Roth2016-09-23
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-09-23
|\| | | | | |
| | | | | | * Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-09-23
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | | | * | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-23
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Expose GRPC_ARG_MAX_SEND_MESSAGE_LENGTH channel arg in python.Gravatar Mark D. Roth2016-09-22
| | | |_|/ / | | |/| | |
| * | | | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-21
| |\| | | |
| | | | * | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-21
| | | | |\ \ | | | |_|/ / | | |/| | |
| | | | | * Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-09-20
| | | | | |\ | | | |_|_|/ | | |/| | |
| | * | | | Merge pull request #8137 from kpayson64/python_server_argsGravatar kpayson642016-09-19
| | |\ \ \ \
| | | * | | | Add parameter for server optionsGravatar Ken Payson2016-09-19
| | * | | | | Merge pull request #8052 from Vizerai/grpc_tracingGravatar Jim King2016-09-19
| | |\ \ \ \ \
| | | | | | * \ Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-19
| | | | | | |\ \ | | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-09-16
|\ \ \ \ \ \ \ \
* | | | | | | | | Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16
| | * | | | | | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-16
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | | | | | | * | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-16
| | | | | | | |\ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | | * | | | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-16
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #8069 from grpc/revert-8068-revert-7279-grand-unified-clos...Gravatar Craig Tiller2016-09-16
| |\ \ \ \ \ \ \ \