Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Deprecate perf_db use | vjpai | 2016-05-31 |
| | |||
* | Merge github.com:grpc/grpc into test_affine | Craig Tiller | 2016-05-23 |
|\ | |||
* | | Remove legacy poller | Craig Tiller | 2016-05-20 |
| | | |||
| * | Merge branch 'master' of github.com:grpc/grpc into credentials_refactoring | Julien Boeuf | 2016-05-18 |
| |\ | |/ |/| | |||
* | | Merge pull request #6578 from jtattermusch/add_bat_copyrights | Jan Tattermusch | 2016-05-13 |
|\ \ | | | | | | | Add copyrights to .bat files (and update the checker to report missing ones) | ||
* \ \ | Merge pull request #5456 from ctiller/cleaner-posix3 | Jan Tattermusch | 2016-05-13 |
|\ \ \ | | | | | | | | | Splitting out a pure poll() based event engine | ||
| | * | | add missing copyrights to .bat files | Jan Tattermusch | 2016-05-13 |
| |/ / |/| | | |||
* | | | Merge pull request #6553 from grpc/revert-6488-revert-6214-master | Jan Tattermusch | 2016-05-12 |
|\ \ \ | | | | | | | | | Revert "Revert "cronet wrapper code"", and fix the issue with build.yaml | ||
* \ \ \ | Merge pull request #6373 from y-zeng/server-builder-plugin | Yuchen Zeng | 2016-05-11 |
|\ \ \ \ | | | | | | | | | | | Server builder plugin | ||
| | * | | | replaced header list with filegroup in build.yaml. | Makarand Dharmapurikar | 2016-05-11 |
| | | | | | |||
| | * | | | Revert "Revert "cronet wrapper code"" | makdharma | 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 #6320 from markdroth/limit_metadata_size | Jan Tattermusch | 2016-05-10 |
|\ \ \ \ \ | | | | | | | | | | | | | Add support for max metadata size. | ||
* | | | | | | Revert "cronet wrapper code" | Craig Tiller | 2016-05-09 |
| | | | | | | |||
| | | * | | | Resolve conflicts | Yuchen Zeng | 2016-05-06 |
| | | |\ \ \ | |_|_|/ / / |/| | | | | | |||
* | | | | | | Merge pull request #6214 from makdharma/master | Nicolas Noble | 2016-05-05 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | cronet wrapper code | ||
| | | | | | * | 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 |
| | | | | | | | |||
| * | | | | | | Added dummy cronet api implementation so we can build on Jenkins. | Makarand Dharmapurikar | 2016-05-03 |
| | |_|_|_|/ | |/| | | | | |||
| | * | | | | Added bad_client test to check that the server rejects requests with too | Mark D. Roth | 2016-05-03 |
| |/ / / / | | | | | | | | | | | | | | | | much metadata and refuses to send responses with too much metadata. | ||
* | | | | | Merge branch 'master' of github.com:grpc/grpc into codegen_remove_proto | David Garcia Quintas | 2016-05-02 |
|\| | | | | |||
| | | * | | Server builder plugin | Yuchen Zeng | 2016-04-29 |
| | |/ / | |/| | | |||
| * | | | 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 and resolve conflict | yang-g | 2016-04-26 |
| |\ \ \ \ | |/ / / / |/| | | | | |||
* | | | | | Merge pull request #5445 from murgatroid99/node_protoc_plugin | Jan Tattermusch | 2016-04-26 |
|\ \ \ \ \ | | | | | | | | | | | | | Create a protoc plugin for Node.js gRPC | ||
| | | | * | | Updated load balancer proto to v1 | David Garcia Quintas | 2016-04-25 |
| | | | | | | |||
* | | | | | | Expand corpus | Craig Tiller | 2016-04-23 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||
| * | | | | | Merge github.com:grpc/grpc into strong-includes | Craig Tiller | 2016-04-21 |
| |\ \ \ \ \ | |||
* | | | | | | | fix boringssl | Craig Tiller | 2016-04-21 |
| | | | | | | | |||
* | | | | | | | Merge github.com:grpc/grpc into api_fuzzer | Craig Tiller | 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. | ||
| | | | | * \ \ | Merge remote-tracking branch 'upstream/master' into proto_comments | yang-g | 2016-04-20 |
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||
| * | | | | | | | 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. | ||
| | | * | | | | Merged from master | murgatroid99 | 2016-04-19 |
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | |||
| * | | | | | | Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactor | David Garcia Quintas | 2016-04-15 |
| |\ \ \ \ \ \ | |||
* | \ \ \ \ \ \ | Merge github.com:grpc/grpc into api_fuzzer | Craig Tiller | 2016-04-14 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||
| | | | | | * | | Adding support for msys. | Nicolas "Pixel" Noble | 2016-04-15 |
| | |_|_|_|/ / | |/| | | | | | |||
| | | | | * | | Add a test | yang-g | 2016-04-14 |
| | | | | | | | |||
* | | | | | | | Channel establishment | Craig Tiller | 2016-04-13 |
| |_|_|_|/ / |/| | | | | | |||
| | * | | | | Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactor | David Garcia Quintas | 2016-04-13 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | |||
| | | * | | | Mergegen | Craig Tiller | 2016-04-11 |
| | | | | | | |||
| | | * | | | Merge github.com:grpc/grpc into strong-includes | Craig Tiller | 2016-04-11 |
| | | |\ \ \ | |_|_|/ / / |/| | | | | | |||
| | | * | | | Rollup of changes from the latest import | Craig Tiller | 2016-04-11 |
| | | | | | | |||
| * | | | | | Merge branch 'master' of https://github.com/grpc/grpc into memtracking | Nicolas "Pixel" Noble | 2016-04-12 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||
| * | | | | | Moving memory allocation tracking to its own file. | Nicolas "Pixel" Noble | 2016-04-12 |
| | |/ / / | |/| | | | |||
| | * | | | Factored out parse functions from sockaddr_resolver | David Garcia Quintas | 2016-04-08 |
| |/ / / |