Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-09-07 | |
|\| | | | | | ||||
| * | | | | | Merge pull request #7774 from ctiller/percent-encoder | Craig Tiller | 2016-09-06 | |
| |\ \ \ \ \ | ||||
| * \ \ \ \ \ | Merge pull request #7848 from nicolasnoble/upmerge-from-v1.0.x | Nicolas Noble | 2016-09-06 | |
| |\ \ \ \ \ \ | ||||
| | | | | | * \ | Merge remote-tracking branch 'upstream/master' into http_connect | Mark D. Roth | 2016-09-06 | |
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||
| | | | | * | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-06 | |
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||
* | | | | | | | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-09-02 | |
|\| | | | | | | | ||||
| | | | | | | * | Merge remote-tracking branch 'upstream/master' into deadline_filter | Mark D. Roth | 2016-09-01 | |
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | | | ||||
| * | | | | | | | Merge pull request #7943 from markdroth/client_channel_cleanup | Mark D. Roth | 2016-09-01 | |
| |\ \ \ \ \ \ \ | ||||
| | | | | | | | * | Merge branch 'client_channel_cleanup' into deadline_filter | Mark D. Roth | 2016-09-01 | |
| | | | | | | | |\ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||
| | * | | | | | | | Move subchannel_call_holder code into client_channel module. | Mark D. Roth | 2016-08-31 | |
| | | | | | * | | | Change wrapped languages to use the new channel arg macro name. | Mark D. Roth | 2016-08-31 | |
| * | | | | | | | | add trace context proto | Alistair Veitch | 2016-08-31 | |
| |/ / / / / / / | ||||
| | | | | | * | | Merge remote-tracking branch 'upstream/master' into http_connect | Mark D. Roth | 2016-08-31 | |
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||
* | | | | | | | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-08-30 | |
|\| | | | | | | | ||||
| | | | * | | | | Merge pull request #7909 from nathanielmanistaatgoogle/example-authorization-... | kpayson64 | 2016-08-30 | |
| | | | |\ \ \ \ | ||||
| | | | * \ \ \ \ | Merge pull request #7806 from nathanielmanistaatgoogle/secure_channel-doc-string | kpayson64 | 2016-08-30 | |
| | | | |\ \ \ \ \ | ||||
| | | | | | | * \ \ | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-08-29 | |
| | | | | | | |\ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||
| * | | | | | | | | | Merge pull request #7839 from markdroth/rename_client_config | Mark D. Roth | 2016-08-29 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| | | | | | | * | | | | Lower-case example "Authorization" header name | Nathaniel Manista | 2016-08-29 | |
| | | | | | |/ / / / | | | | | |/| | | | | ||||
| * | | | | | | | | | Merge pull request #7831 from thunderboltsid/remove-skipif-pypy | Nicolas Noble | 2016-08-28 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| | | | | | | | | | * | Initial code to move deadline timer into a filter. Timer cancellation | Mark D. Roth | 2016-08-26 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||
| | | | | | | | * | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-08-25 | |
| | | | | | | | |\ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||
| | | | * | | | | | | Merge branch 'v1.0.x' into upmerge-from-v1.0.x | Nicolas "Pixel" Noble | 2016-08-24 | |
| | |_|/| | | | | | | |/| | | |/ / / / | | | | |/| | | | | ||||
| | | | | | | * | | Add channel arg for max send message size and add message size filter. | Mark D. Roth | 2016-08-23 | |
| | | | |_|_|/ / | | | |/| | | | | ||||
| | * | | | | | | remove skipIf from TypeSmokeTest (issue 7672) | siddharthshukla | 2016-08-23 | |
| | | * | | | | | Rename grpc_client_config to grpc_resolver_result. | Mark D. Roth | 2016-08-22 | |
| | | | * | | | | Remove unused imports in grpcio-tests | Masood Malekghassemi | 2016-08-22 | |
| | | | | | * | | Python grpc.secure_channel doc string correction | Nathaniel Manista | 2016-08-20 | |
| | | | | |/ / | | | | |/| | | ||||
| * | | | | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc | Nicolas "Pixel" Noble | 2016-08-20 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | | | |/ / / | | |/| | | | ||||
| | * | | | | Bumping version to 1.0.1-pre1. | Nicolas "Pixel" Noble | 2016-08-18 | |
| | * | | | | Merge pull request #7745 from nicolasnoble/no-more-pre | Nicolas Noble | 2016-08-18 | |
| | |\ \ \ \ | ||||
| | * | | | | | Use templates for python version dependencies | Ken Payson | 2016-08-18 | |
| | | | | * | | Percent encoding routines | Craig Tiller | 2016-08-18 | |
| | | | |/ / | ||||
| | | | | * | Merge remote-tracking branch 'upstream/master' into http_connect | Mark D. Roth | 2016-08-16 | |
| | | | | |\ | | | | | |/ | | | | |/| | ||||
| | | * / | | Removing pre2 flag. | Nicolas "Pixel" Noble | 2016-08-16 | |
| | |/ / / | ||||
| * | | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge | Nicolas "Pixel" Noble | 2016-08-16 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||
| | | * | | Merge pull request #7732 from kpayson64/python3_artifacts | kpayson64 | 2016-08-15 | |
| | |/| | | ||||
| * | | | | Merge pull request #7538 from thunderboltsid/pypy-experiments | kpayson64 | 2016-08-15 | |
| |\ \ \ \ | ||||
| * \ \ \ \ | Merge pull request #7668 from thunderboltsid/skip-test-for-pypy | kpayson64 | 2016-08-15 | |
| |\ \ \ \ \ | ||||
| | | | | * | | Add Python3.5 artifact targets | Ken Payson | 2016-08-15 | |
| | | | * | | | Merge pull request #7702 from nathanielmanistaatgoogle/distrib-interop-stress... | kpayson64 | 2016-08-15 | |
| | | | |\ \ \ | | | | | |/ / | | | | |/| | | ||||
| * | | | | | | Merge branch 'v1.0.x' into manual-upmerge | Nicolas "Pixel" Noble | 2016-08-11 | |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | ||||
| | | | | | * | Merge branch 'handshaker_api' into http_connect | Mark D. Roth | 2016-08-11 | |
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | | | ||||
| | | | | * | | Migrate distrib, interop, and stress to GA API | Nathaniel Manista | 2016-08-11 | |
* | | | | | | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-08-09 | |
|\| | | | | | | ||||
| | | * | | | | skip test run if running with pypy | siddharthshukla | 2016-08-09 | |
| | | | * | | | Switch init/shutdown: lib-wide -> per-object | siddharthshukla | 2016-08-05 | |
| | | |/ / / | ||||
| | | | | * | Merge branch 'handshaker_api' into http_connect | Mark D. Roth | 2016-08-04 | |
| | | | | |\ | | | | |_|/ | | | |/| | | ||||
* | | | | | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-08-04 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||
| | * | | | | Fix the ThreadPoolExecutor: max_workers can't be 0 | siddharthshukla | 2016-08-03 | |
| |/ / / / |