aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.xml
Commit message (Collapse)AuthorAge
* implement support for adding external fd to serverGravatar Adam Michalik2016-06-07
|
* separate posix functionality to grpc_posix.hGravatar Adam Michalik2016-06-07
|
* Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-06-06
|\
| * Merge pull request #6750 from makdharma/cronetGravatar Jan Tattermusch2016-06-06
| |\ | | | | | | cronet build related changes to build.yaml, and added ifdef guard around objective_c cronet code.
| * \ Merge pull request #6306 from y-zeng/win32_suffixGravatar Jan Tattermusch2016-06-03
| |\ \ | | | | | | | | Change win32 file suffix
| * \ \ Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-06-02
| |\ \ \
| | | | * incremental fix - removed cronet dependency from grpc_secureGravatar Makarand Dharmapurikar2016-06-01
| | | | |
| | | | * cronet build related changesGravatar Makarand Dharmapurikar2016-06-01
| | | |/ | | |/|
| | * | Merge pull request #6702 from a-veitch/add_protoGravatar Jan Tattermusch2016-06-01
| | |\ \ | | | | | | | | | | Add census protos.
* | | | | s/grpc_pops/grpc_polling_entityGravatar David Garcia Quintas2016-05-31
| | | | |
| | | | * Merge remote-tracking branch 'upstream/master' into baseGravatar Yuchen Zeng2016-05-31
| | | | |\
* | | | | \ Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-05-31
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | * | | Revert "Remove legacy poller"Gravatar Craig Tiller2016-05-31
| | |/ / / | |/| | | | | | | | | | | | | This reverts commit d88e15cee750cd647a900098d82f87cc25aa8dbe.
| | | * | Merge branch 'master' into add_protoGravatar Alistair Veitch2016-05-24
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge github.com:grpc/grpc into test_affineGravatar Craig Tiller2016-05-23
| |\ \ \ \
| | | | * | end-to-end compilationGravatar Alistair Veitch2016-05-23
| | | | | |
| * | | | | 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 branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-05-18
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | php: update package.xml after fixesGravatar Stanley Cheung2016-05-18
| |/ / / /
| * | | | Merge pull request #5456 from ctiller/cleaner-posix3Gravatar Jan Tattermusch2016-05-13
| |\ \ \ \ | | | | | | | | | | | | Splitting out a pure poll() based event engine
| * | | | | 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 #6279 from dgquintas/lb_proto_v1Gravatar Jan Tattermusch2016-05-10
| |\ \ \ \ \ | | | | | | | | | | | | | | Updated load balancer proto to v1
| * | | | | | Revert "cronet wrapper code"Gravatar Craig Tiller2016-05-09
| | | | | | |
| * | | | | | 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
| | | | | | | |
* | | | | | | | 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 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
| | | | | | |
* | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-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
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | |
| | | | | | * Change win32 file suffixGravatar Yuchen Zeng2016-04-26
| | |_|_|_|/ | |/| | | |
| | | * | | Updated load balancer proto to v1Gravatar David Garcia Quintas2016-04-25
| |_|/ / / |/| | | |
| * | | | php: prepare for release 0.14Gravatar Stanley Cheung2016-04-25
|/ / / /
* | | | Merge github.com:grpc/grpc into strong-includesGravatar 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.
| * | | | | Update boringssl to latest chromium-stable.Gravatar itessier2016-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 theGravatar Deepak Lukose2016-04-19
| |/ / / / | | | | | | | | | | | | | | | application handle the authentication.
| | * | | Adding support for msys.Gravatar Nicolas "Pixel" Noble2016-04-15
| | | | |