Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-05-11 | |
|\| | | | | | | ||||
| | * | | | | | Merge github.com:grpc/grpc into cleaner-posix3 | Craig Tiller | 2016-05-11 | |
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||
| | | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | Julien Boeuf | 2016-05-10 | |
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | credentials_refactoring | |||
| * | | | | | | Merge pull request #6279 from dgquintas/lb_proto_v1 | Jan Tattermusch | 2016-05-10 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Updated load balancer proto to v1 | |||
| * \ \ \ \ \ \ | Merge pull request #6480 from jcanizales/update-version-master | Nicolas Noble | 2016-05-09 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update podspec versions in master branch | |||
| * | | | | | | | | Revert "cronet wrapper code" | Craig Tiller | 2016-05-09 | |
| | | | | | | | | | ||||
| | * | | | | | | | Move podspec to version 0.14 | Jorge Canizales | 2016-05-06 | |
| | | | | | | | | | ||||
| | * | | | | | | | Depend on latest BoringSSL | Jorge Canizales | 2016-05-06 | |
| | | | | | | | | | ||||
| | * | | | | | | | Have Cocoapods read from submodules too, for nanopb | Jorge Canizales | 2016-05-06 | |
| | | | | | | | | | ||||
| | * | | | | | | | Move podspec to version 0.13 | Jorge Canizales | 2016-05-06 | |
| |/ / / / / / / | ||||
* | | | | | | | | API fuzzer compiles with new error handling | Craig Tiller | 2016-05-05 | |
| | | | | | | | | ||||
| * | | | | | | | Merge pull request #6214 from makdharma/master | Nicolas Noble | 2016-05-05 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | cronet wrapper code | |||
* | \ \ \ \ \ \ \ | Merge branch 'credentials_refactoring' of github.com:jboeuf/grpc into error | Craig Tiller | 2016-05-05 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||
* | | | | | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-05-05 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||
| | * | | | | | | | Refactoring the core security code. | Julien Boeuf | 2016-05-04 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As opposed to a flat directory, we now have the following structure: - security -context - credentials - composite - fake - google_default - iam - jwt - oauth2 - plugin - ssl - transport - util We have not refactored the test code yet but this PR is already large enough... | |||
| | | * | | | | | | Added all transitive header dependencies in build.yaml to fix the failing check. | Makarand Dharmapurikar | 2016-05-04 | |
| | | | | | | | | | ||||
| | | | | | | | * | Introduced grpc_pops (pollset or pollset_set) | David Garcia Quintas | 2016-05-03 | |
| | | | | | | | | | ||||
| | | * | | | | | | Added dummy cronet api implementation so we can build on Jenkins. | Makarand Dharmapurikar | 2016-05-03 | |
| | |/ / / / / / | ||||
* | | | | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-05-03 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||
| | * | | | | | | Merge branch 'master' of github.com:grpc/grpc into codegen_remove_proto | David Garcia Quintas | 2016-05-02 | |
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||
| | | | | * | | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-04-29 | |
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||
| | | | | * | | | all good! missing end2end test for new lr filter | David Garcia Quintas | 2016-04-29 | |
| | | | | | | | | ||||
* | | | | | | | | Unifying error handling within core | Craig Tiller | 2016-04-28 | |
| | | | | | | | | ||||
| | | | | | | * | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 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 pull request #6183 from nicolasnoble/msys-support | Jan Tattermusch | 2016-04-27 | |
|/| | | | | | | | | | | | | | | | | | | | | Adding support for msys. | |||
| | * | | | | | Moved protos out of core_codegen interface | David Garcia Quintas | 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 | |
| |_|_|_|/ |/| | | | | ||||
| | * | | | 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 | |
|\ \ \ \ | ||||
| * | | | | Add various options to verify ssl/tls client cert including letting the | Deepak Lukose | 2016-04-19 | |
| | | | | | | | | | | | | | | | | | | | | application handle the authentication. | |||
| | * | | | 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 | |
| | | | | ||||
* | | | | Getting dependencies fixed up | Craig Tiller | 2016-04-05 | |
| |_|/ |/| | | ||||
* | | | Move subchannel_call_holder | Craig Tiller | 2016-04-05 | |
| | | | ||||
| * | | Merge github.com:grpc/grpc into cleaner-posix3 | 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 | |
| | |\ \ \ | | |/ / / | |/| | | |