Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | Merge pull request #6321 from soltanmm/doc | Jan Tattermusch | 2016-04-28 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add Windows-specifics to Python docs | |||
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #6196 from y-zeng/call-error-to-string | Craig Tiller | 2016-04-28 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide a function that converts grpc_call_error values into a string | |||
* | | | | | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-04-27 | |
|\| | | | | | | | | | | | | ||||
| | | | | | * | | | | | | | Remove Python alpha/early_adopter implementation | Nathaniel Manista | 2016-04-28 | |
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This code has been unsupported for more than six months. | |||
| | | | * | | | | | | | | Allow additive changes to protos w/o forcing user implementation | Masood Malekghassemi | 2016-04-27 | |
| | | | |/ / / / / / / | ||||
* | | | | | | | | | | | Smarter pollset/pollset_set propagation | David Garcia Quintas | 2016-04-27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some definition of "smart"... client_channel simply passes along pollset/pollset_set, removing the need to instantiate a pollset_set in the subchannel_call_holder: it's now up to the LB policies to handle the pollset/pollset_set. | |||
| | | | | | | | * | | | Merge remote-tracking branch 'upstream/master' into server_channel_affinity | Sree Kuchibhotla | 2016-04-27 | |
| | | | | | | | |\ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||
| * | | | | | | | | | | Merge pull request #6183 from nicolasnoble/msys-support | Jan Tattermusch | 2016-04-27 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | | Adding support for msys. | |||
| | | | | | | | * | | | Merge branch 'master' into server_channel_affinity | Sree Kuchibhotla | 2016-04-27 | |
| | | | | | | | |\ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||
| | | | * | | | | | | | Add Windows-specifics to Python docs | Masood Malekghassemi | 2016-04-27 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||
| | | | | | | | * | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-04-27 | |
| | | | | | | | |\ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||
| | | | | | | | | * | Change win32 file suffix | Yuchen Zeng | 2016-04-26 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||
| * | | | | | | | | Merge pull request #6229 from grpc/python_test_proto_gen | Jan Tattermusch | 2016-04-26 | |
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | Changed python proto build to use shared protos | |||
| * | | | | | | | | Changed python proto build to use shared protos | Ken Payson | 2016-04-26 | |
| | | | | | | | | | ||||
| | | | | | | * | | Merge branch 'master' into server_channel_affinity | Sree Kuchibhotla | 2016-04-26 | |
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||
| | | | | * | | | | Updated load balancer proto to v1 | David Garcia Quintas | 2016-04-25 | |
| |_|_|_|/ / / / |/| | | | | | | | ||||
* | | | | | | | | Merge github.com:grpc/grpc into strong-includes | Craig Tiller | 2016-04-21 | |
|\ \ \ \ \ \ \ \ | ||||
| | | | | | | * | | generate_projects.sh and fix copyright year | Sree Kuchibhotla | 2016-04-21 | |
| | | | | | | | | | ||||
| * | | | | | | | | Merge pull request #5958 from deepaklukose/skip_client_cert_verification | Jan Tattermusch | 2016-04-20 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add various options to verify ssl/tls client cert including letting the application handle the authentication. | |||
| * | | | | | | | | | Update boringssl to latest chromium-stable. | itessier | 2016-04-20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also fixes the x25519_NEON symbol error when importing the gRPC Python modules on ARM. Change-Id: Id98cf6b0f9a3a8f5b88204bd0a6ad2346182ba3d | |||
| | * | | | | | | | | Add various options to verify ssl/tls client cert including letting the | Deepak Lukose | 2016-04-19 | |
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | application handle the authentication. | |||
| * | | | | | | | | Merge pull request #6189 from y-zeng/default-verbosity | Yuchen Zeng | 2016-04-19 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | Add knob for default core output verbosity | |||
| | | | * | | | | | Provide a function that converts grpc_call_error values into a string | Yuchen Zeng | 2016-04-15 | |
| | | | | |_|/ / | | | | |/| | | | ||||
| | * | / | | | | After running generate_projects.sh | Yuchen Zeng | 2016-04-15 | |
| | | |/ / / / | | |/| | | | | ||||
| | | * | | | | Adding support for msys. | Nicolas "Pixel" Noble | 2016-04-15 | |
| | |/ / / / | ||||
* | / / / / | Rollup of changes from the latest import | Craig Tiller | 2016-04-11 | |
| |/ / / / |/| | | | | ||||
| * | | | | Factored out parse functions from sockaddr_resolver | David Garcia Quintas | 2016-04-08 | |
|/ / / / | ||||
| | | * | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-04-07 | |
| | | |\ | |_|_|/ |/| | | | ||||
* | | | | Sort out codegen dependencies | Craig Tiller | 2016-04-07 | |
| | | | | ||||
| | | * | Load Reporting hook and filter skeleton | David Garcia Quintas | 2016-04-06 | |
| | | | | ||||
| | * | | Merge github.com:grpc/grpc into cleaner-posix3 | Craig Tiller | 2016-04-06 | |
| | |\| | ||||
| | * | | Merge github.com:grpc/grpc into cleaner-posix3 | Craig Tiller | 2016-04-06 | |
| | |\ \ | ||||
* | | | | | Fixing client_config init | Craig Tiller | 2016-04-05 | |
| | | | | | ||||
* | | | | | Nailing down dependencies better | Craig Tiller | 2016-04-05 | |
| | | | | | ||||
* | | | | | Merge branch 'optionalize_client_config' into strong-includes | Craig Tiller | 2016-04-05 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||
| * | | | | Merge github.com:grpc/grpc into optionalize_client_config | Craig Tiller | 2016-04-05 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||
* | / | | | Getting dependencies fixed up | Craig Tiller | 2016-04-05 | |
|/ / / / | ||||
| * | | | Merge pull request #6070 from ctiller/head-of-line-blocking | Jan Tattermusch | 2016-04-05 | |
| |\ \ \ | | | | | | | | | | | Fix a head of line blocking issue in the C++ server | |||
| * \ \ \ | Merge pull request #6087 from ctiller/reset_copyright | Jan Tattermusch | 2016-04-05 | |
| |\ \ \ \ | | | | | | | | | | | | | Remove unnecessary -2016 from copyrights | |||
* | | | | | | Move subchannel_call_holder | Craig Tiller | 2016-04-05 | |
| | | | | | | ||||
| | * | | | | Remove unnecessary -2016 from copyrights | Craig Tiller | 2016-04-05 | |
| | | | | | | ||||
| | | | | * | Merge github.com:grpc/grpc into cleaner-posix3 | Craig Tiller | 2016-04-04 | |
| | | | | |\ | | | |_|_|/ | | |/| | | | ||||
| | | * | | | Fix codegen | Craig Tiller | 2016-04-04 | |
| | |/ / / | ||||
* | | | | | Merge branch 'subchannel_factory_create_lb_channel' of ↵ | Craig Tiller | 2016-04-01 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | github.com:dgquintas/grpc into ccmerge | |||
| | * | | | | Merge branch 'master' of github.com:grpc/grpc into ↵ | David Garcia Quintas | 2016-04-01 | |
| |/| | | | | | |/ / / | | | | | | | | | | | subchannel_factory_create_lb_channel | |||
| | * | | | Merge pull request #6042 from ctiller/optionalize_resolvers | Nicolas Noble | 2016-04-01 | |
| | |\ \ \ | | | | | | | | | | | | | Optionalize resolvers | |||
* | | \ \ \ | Merge github.com:grpc/grpc into optionalize_client_config | Craig Tiller | 2016-04-01 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||
| | * | | | | Merge branch 'master' into subchannel_factory_create_lb_channel | David G. Quintas | 2016-04-01 | |
| | |\ \ \ \ | | |/ / / / | |/| | | | | ||||
| * | | | | | Merge pull request #5419 from ctiller/cleaner-posix2 | Nicolas Noble | 2016-04-01 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Move all event handling code behind one grand unified interface | |||
* | \ \ \ \ \ | Merge branch 'optionalize_resolvers' into optionalize_client_config | Craig Tiller | 2016-04-01 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | |