aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
Commit message (Expand)AuthorAge
...
* | | | | | | | Revert "Revert "cronet wrapper code""Gravatar makdharma2016-05-11
| |_|_|_|_|/ / |/| | | | | |
| | | | | | * Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-11
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge github.com:grpc/grpc into cleaner-posix3Gravatar Craig Tiller2016-05-11
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into credentials_refact...Gravatar Julien Boeuf2016-05-10
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #6279 from dgquintas/lb_proto_v1Gravatar Jan Tattermusch2016-05-10
|\ \ \ \ \ \ \
* | | | | | | | Revert "cronet wrapper code"Gravatar Craig Tiller2016-05-09
| | | | | | | * API fuzzer compiles with new error handlingGravatar Craig Tiller2016-05-05
* | | | | | | | Merge pull request #6214 from makdharma/masterGravatar Nicolas Noble2016-05-05
|\ \ \ \ \ \ \ \
| | | | | | | | * Merge branch 'credentials_refactoring' of github.com:jboeuf/grpc into errorGravatar Craig Tiller2016-05-05
| | | | | | | | |\ | | | | | |_|_|_|/ | | | | |/| | | |
| | | | | | | | * Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-05
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | | | * | | | | Refactoring the core security code.Gravatar Julien Boeuf2016-05-04
| * | | | | | | | Added all transitive header dependencies in build.yaml to fix the failing check.Gravatar Makarand Dharmapurikar2016-05-04
| | | | | | | * | Introduced grpc_pops (pollset or pollset_set)Gravatar David Garcia Quintas2016-05-03
| * | | | | | | | Added dummy cronet api implementation so we can build on Jenkins.Gravatar Makarand Dharmapurikar2016-05-03
| | |_|/ / / / / | |/| | | | | |
| | | | | | | * Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-03
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'master' of github.com:grpc/grpc into codegen_remove_protoGravatar David Garcia Quintas2016-05-02
|\| | | | | | |
| | | | * | | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-04-29
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | | | * | | | all good! missing end2end test for new lr filterGravatar David Garcia Quintas2016-04-29
| | | | | | | * Unifying error handling within coreGravatar Craig Tiller2016-04-28
| | | | | | * | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-04-27
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | |
| | | | | | * | Smarter pollset/pollset_set propagationGravatar David Garcia Quintas2016-04-27
| | | | | | |/
| * | | | | | Merge pull request #6183 from nicolasnoble/msys-supportGravatar Jan Tattermusch2016-04-27
| |\ \ \ \ \ \
* | | | | | | | Moved protos out of core_codegen interfaceGravatar David Garcia Quintas2016-04-27
|/ / / / / / /
| | | | * | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-04-27
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
| | | | | * | Change win32 file suffixGravatar Yuchen Zeng2016-04-26
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #6266 from murgatroid99/ruby_stress_clientGravatar Jan Tattermusch2016-04-26
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| | | * | | Updated load balancer proto to v1Gravatar David Garcia Quintas2016-04-25
| |_|/ / / |/| | | |
* | | | | Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-21
|\ \ \ \ \
| | * | | | Simplified ruby interop test filesGravatar murgatroid992016-04-21
| * | | | | Merge pull request #5958 from deepaklukose/skip_client_cert_verificationGravatar Jan Tattermusch2016-04-20
| |\ \ \ \ \
| * | | | | | Update boringssl to latest chromium-stable.Gravatar itessier2016-04-20
| | |/ / / / | |/| | | |
| | * | | | Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
| |/ / / /
| * | | | Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactorGravatar David Garcia Quintas2016-04-15
| |\ \ \ \
| | | * | | Adding support for msys.Gravatar Nicolas "Pixel" Noble2016-04-15
| | |/ / /
| | * | | List facter as a dependence, used by QPS testGravatar Vijay Pai2016-04-12
* | | | | Rollup of changes from the latest importGravatar Craig Tiller2016-04-11
| |/ / / |/| | |
| * | | Factored out parse functions from sockaddr_resolverGravatar David Garcia Quintas2016-04-08
|/ / /
| | * Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-04-07
| | |\ | |_|/ |/| |
* | | Sort out codegen dependenciesGravatar Craig Tiller2016-04-07
| | * Load Reporting hook and filter skeletonGravatar David Garcia Quintas2016-04-06
| * | Merge github.com:grpc/grpc into cleaner-posix3Gravatar Craig Tiller2016-04-06
| |\|
| * | Merge github.com:grpc/grpc into cleaner-posix3Gravatar Craig Tiller2016-04-06
| |\ \
* | | | Fixing client_config initGravatar Craig Tiller2016-04-05
* | | | Nailing down dependencies betterGravatar Craig Tiller2016-04-05
* | | | Getting dependencies fixed upGravatar Craig Tiller2016-04-05
| |_|/ |/| |
* | | Move subchannel_call_holderGravatar Craig Tiller2016-04-05
| * | Merge github.com:grpc/grpc into cleaner-posix3Gravatar Craig Tiller2016-04-04
| |\ \
* | \ \ Merge branch 'subchannel_factory_create_lb_channel' of github.com:dgquintas/g...Gravatar Craig Tiller2016-04-01
|\ \ \ \
| | | | * Merge branch 'master' of github.com:grpc/grpc into subchannel_factory_create_...Gravatar David Garcia Quintas2016-04-01
| | |_|/| | |/| |/
| | | * Merge pull request #6042 from ctiller/optionalize_resolversGravatar Nicolas Noble2016-04-01
| | | |\