aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-06-02
|\
| * Merge pull request #6702 from a-veitch/add_protoGravatar Jan Tattermusch2016-06-01
| |\ | | | | | | Add census protos.
| * | Revert "Remove legacy poller"Gravatar Craig Tiller2016-05-31
| | | | | | | | | | | | This reverts commit d88e15cee750cd647a900098d82f87cc25aa8dbe.
| | * fix options file; fix generated include guardsGravatar Alistair Veitch2016-05-26
| | |
| | * Merge branch 'master' into add_protoGravatar Alistair Veitch2016-05-24
| | |\ | | |/ | |/|
| * | Cleanup redundant testsGravatar Craig Tiller2016-05-23
| | |
| * | Merge github.com:grpc/grpc into test_affineGravatar Craig Tiller2016-05-23
| |\ \
| | | * end-to-end compilationGravatar Alistair Veitch2016-05-23
| | | |
| | * | Merge pull request #6423 from ctiller/signal_handlerGravatar Jan Tattermusch2016-05-22
| | |\ \ | | | | | | | | | | Fix some ubsan issues
| * | | | Remove legacy pollerGravatar Craig Tiller2016-05-20
| | | | |
* | | | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-05-19
|\ \ \ \ \ | | |_|_|/ | |/| | |
| | | * | Merge branch 'master' of github.com:grpc/grpc into credentials_refactoringGravatar Julien Boeuf2016-05-18
| | | |\ \ | | |_|/ / | |/| | |
| | | | * Merge github.com:grpc/grpc into signal_handlerGravatar Craig Tiller2016-05-18
| | | | |\ | | |_|_|/ | |/| | |
| | * | | Better testingGravatar Craig Tiller2016-05-16
| |/ / /
| * | | Merge pull request #5456 from ctiller/cleaner-posix3Gravatar Jan Tattermusch2016-05-13
| |\ \ \ | | | | | | | | | | Splitting out a pure poll() based event engine
| * \ \ \ Merge pull request #6569 from yang-g/ubsanGravatar Jan Tattermusch2016-05-13
| |\ \ \ \ | | | | | | | | | | | | prepare to enable ubsan in continuous build
| | * | | | prepare to enable ubsan in continuous buildGravatar yang-g2016-05-12
| | | | | |
| * | | | | Merge pull request #6553 from grpc/revert-6488-revert-6214-masterGravatar Jan Tattermusch2016-05-12
| |\ \ \ \ \ | | |/ / / / | |/| | | | Revert "Revert "cronet wrapper code"", and fix the issue with build.yaml
| * | | | | Merge pull request #6373 from y-zeng/server-builder-pluginGravatar Yuchen Zeng2016-05-11
| |\ \ \ \ \ | | | | | | | | | | | | | | Server builder plugin
| | | * | | | replaced header list with filegroup in build.yaml.Gravatar Makarand Dharmapurikar2016-05-11
| | | | | | |
| | | * | | | Revert "Revert "cronet wrapper code""Gravatar makdharma2016-05-11
| | |/ / / / | |/| | | |
| | | * | | Merge github.com:grpc/grpc into cleaner-posix3Gravatar Craig Tiller2016-05-11
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | | * | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Julien Boeuf2016-05-10
| | | | |\ \ | | |_|_|/ / | |/| | | | | | | | | | credentials_refactoring
| * | | | | Merge pull request #6513 from ctiller/warningsGravatar Nicolas Noble2016-05-10
| |\ \ \ \ \ | | | | | | | | | | | | | | Enable -Wextra-semi on compilers that support it
| * \ \ \ \ \ Merge pull request #6279 from dgquintas/lb_proto_v1Gravatar Jan Tattermusch2016-05-10
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Updated load balancer proto to v1
| | | * | | | | Enable -Wextra-semi on compilers that support itGravatar Craig Tiller2016-05-10
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Use some template magic to make warning detection much easier in the future.
| * | | | | | Revert "cronet wrapper code"Gravatar Craig Tiller2016-05-09
| | | | | | |
| | | * | | | Resolve conflictsGravatar Yuchen Zeng2016-05-06
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Master is now 0.15.0-dev.Gravatar Nicolas "Pixel" Noble2016-05-06
| | | | | | |
| * | | | | | Merge pull request #6214 from makdharma/masterGravatar Nicolas Noble2016-05-05
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | cronet wrapper code
| | | | | | * | Refactoring the core security code.Gravatar Julien Boeuf2016-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.Gravatar Makarand Dharmapurikar2016-05-04
| | | | | | | |
| | | | | | | * Fix some ubsan issues: I fear no bugs were harmed in the making of this episodeGravatar Craig Tiller2016-05-03
| | | | | | |/
| | * | | | / Added dummy cronet api implementation so we can build on Jenkins.Gravatar Makarand Dharmapurikar2016-05-03
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'master' of github.com:grpc/grpc into codegen_remove_protoGravatar David Garcia Quintas2016-05-02
| |\| | | |
* | | | | | Turned load reporting into a pluginGravatar David Garcia Quintas2016-05-02
| | | | | |
* | | | | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-04-29
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | | | * | Server builder pluginGravatar Yuchen Zeng2016-04-29
| | |_|/ / | |/| | |
* | | | | all good! missing end2end test for new lr filterGravatar David Garcia Quintas2016-04-29
| | | | |
| * | | | Merge pull request #6183 from nicolasnoble/msys-supportGravatar Jan Tattermusch2016-04-27
| |\ \ \ \ | | | | | | | | | | | | Adding support for msys.
| | | * | | 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
|\| | | | |
| * | | | | merge and resolve conflictGravatar yang-g2016-04-26
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge pull request #5445 from murgatroid99/node_protoc_pluginGravatar Jan Tattermusch2016-04-26
| | |\ \ \ \ | | | | | | | | | | | | | | Create a protoc plugin for Node.js gRPC
| | | | | * | Updated load balancer proto to v1Gravatar David Garcia Quintas2016-04-25
| | | | | | |
| | * | | | | API dictionaryGravatar Craig Tiller2016-04-24
| | | | | | |
| | * | | | | Expand corpusGravatar Craig Tiller2016-04-23
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-21
| | | |\ \ \ \
| | * | \ \ \ \ Merge github.com:grpc/grpc into api_fuzzerGravatar Craig Tiller2016-04-21
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Merge pull request #5958 from deepaklukose/skip_client_cert_verificationGravatar Jan Tattermusch2016-04-20
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add various options to verify ssl/tls client cert including letting the application handle the authentication.