aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-19
|\
* \ 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
| |\ \
| | | * Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-16
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #8065 from kpayson64/cygrpc_importsGravatar kpayson642016-09-15
| |\ \ \
* | \ \ \ Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-12
|\ \ \ \ \
| | | | * | Revert "Revert "Grand unified closures""Gravatar Craig Tiller2016-09-12
| | |_|/ / | |/| | |
| * | | | Revert "Grand unified closures"Gravatar Craig Tiller2016-09-12
* | | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-12
|\| | | |
| | * | | Load roots.pem relative to current fileGravatar Ken Payson2016-09-11
| | | * | Make .pxi imports relativeGravatar Ken Payson2016-09-11
| | |/ /
* | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-09
|\ \ \ \ | | |/ / | |/| |
| | * | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-08
| | |\ \ | | |/ / | |/| |
| | | * Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-08
| | | |\ | | |_|/ | |/| |
| * | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-09-08
| |\ \ \
* | | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-07
|\| | | |
| | | * | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-07
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #7774 from ctiller/percent-encoderGravatar Craig Tiller2016-09-06
| |\ \ \ \
| * \ \ \ \ Merge pull request #7848 from nicolasnoble/upmerge-from-v1.0.xGravatar Nicolas Noble2016-09-06
| |\ \ \ \ \
| | | | | | * Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-06
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | | | | * | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-02
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-01
|\| | | | | |
| * | | | | | Merge pull request #7943 from markdroth/client_channel_cleanupGravatar Mark D. Roth2016-09-01
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'client_channel_cleanup' into deadline_filterGravatar Mark D. Roth2016-09-01
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Move subchannel_call_holder code into client_channel module.Gravatar Mark D. Roth2016-08-31
| | | | | | | * Change wrapped languages to use the new channel arg macro name.Gravatar Mark D. Roth2016-08-31
| | * | | | | | add trace context protoGravatar Alistair Veitch2016-08-31
| |/ / / / / /
| | | | | * | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-30
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | |
| | | | * | | Merge pull request #7909 from nathanielmanistaatgoogle/example-authorization-...Gravatar kpayson642016-08-30
| | | | |\ \ \
| | | | * \ \ \ Merge pull request #7806 from nathanielmanistaatgoogle/secure_channel-doc-stringGravatar kpayson642016-08-30
| | | | |\ \ \ \
| | | | | | | | * Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-08-29
| | | | | | | | |\ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge pull request #7839 from markdroth/rename_client_configGravatar Mark D. Roth2016-08-29
| |\ \ \ \ \ \ \ \
| | | | | | | * | | Lower-case example "Authorization" header nameGravatar Nathaniel Manista2016-08-29
| | | | | | |/ / / | | | | | |/| | |
| * | | | | | | | Merge pull request #7831 from thunderboltsid/remove-skipif-pypyGravatar Nicolas Noble2016-08-28
| |\ \ \ \ \ \ \ \
* | | | | | | | | | Initial code to move deadline timer into a filter. Timer cancellationGravatar Mark D. Roth2016-08-26
|/ / / / / / / / /
| | | | | | | | * Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-08-25
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | | * | | | | | Merge branch 'v1.0.x' into upmerge-from-v1.0.xGravatar Nicolas "Pixel" Noble2016-08-24
| |_|/| | | | | | |/| | | |/ / / / | | | |/| | | |
| | | | | | | * Add channel arg for max send message size and add message size filter.Gravatar Mark D. Roth2016-08-23
| | | |_|_|_|/ | | |/| | | |
| * | | | | | remove skipIf from TypeSmokeTest (issue 7672)Gravatar siddharthshukla2016-08-23
| | * | | | | Rename grpc_client_config to grpc_resolver_result.Gravatar Mark D. Roth2016-08-22
| | | * | | | Remove unused imports in grpcio-testsGravatar Masood Malekghassemi2016-08-22
| | | | | * | Python grpc.secure_channel doc string correctionGravatar Nathaniel Manista2016-08-20
| | | | |/ / | | | |/| |
* | | | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-20
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Bumping version to 1.0.1-pre1.Gravatar Nicolas "Pixel" Noble2016-08-18
| * | | | Merge pull request #7745 from nicolasnoble/no-more-preGravatar Nicolas Noble2016-08-18
| |\ \ \ \
| * | | | | Use templates for python version dependenciesGravatar Ken Payson2016-08-18
| | | | * | Percent encoding routinesGravatar Craig Tiller2016-08-18
| | | |/ /
| | * / / Removing pre2 flag.Gravatar Nicolas "Pixel" Noble2016-08-16
| |/ / /
* | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-16
|\ \ \ \ | |_|/ / |/| | |