Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #7897 from stanley-cheung/php-fix-per-rpc-creds | Stanley Cheung | 2016-08-29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP: reject metadata keys that are not legal | |||
| | | | | | | | * | | | | | | | | | | | | Specify the "g" in gRPC | Craig Tiller | 2016-08-29 | |
| | |_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #7905 from vjpai/epoll_blocks | Craig Tiller | 2016-08-29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mark epoll_{,p}wait as blocking regions if they have a timeout | |||
| | * | | | | | | | | | | | | | | | | | | Mark an epoll that has a timeout as a blocking region | Vijay Pai | 2016-08-28 | |
| |/ / / / / / / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #7831 from thunderboltsid/remove-skipif-pypy | Nicolas Noble | 2016-08-28 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove skipIf from TypeSmokeTest (issue 7672) | |||
| | | * | | | | | | | | | | | | | | | | | php: error out if metadata key is not legal | Stanley Cheung | 2016-08-26 | |
| | | | | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | | | | * | | | | fixed bug exposed by h2_proxy* test. | Makdharma | 2016-08-26 | |
| | | | | | | | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | | | | | | php: fix per_rpc_creds capital auth header key | Stanley Cheung | 2016-08-26 | |
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | | | | | * | | Add clarifying comment about IWYU in grpc++.h | Egor Suvorov | 2016-08-26 | |
| | | | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | * | | | | | | | | clang-format | Mark D. Roth | 2016-08-26 | |
| | | | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | | | * | | | | clang-format | Makdharma | 2016-08-26 | |
| | | | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | | | * | | | | correctly free up memory for payload_bin | Makdharma | 2016-08-26 | |
| | | | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | | | | | * | | Add IWYU export pragmas to grpc++/grpc++.h. | Egor Suvorov | 2016-08-26 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IWYU is a C++ tool which ensures that end users explicitly #include every header they need. Without pragmas IWYU have no way of distinguishing between 'implementation-specific' headers and headers which are shortcuts for groups of other headers, like grpc++.h. | |||
| * | | | | | | | | | | | | | | | | | Merge pull request #7850 from overtrue/patch-1 | Stanley Cheung | 2016-08-26 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | Remove the extra comma | |||
| | | | | | | | | | | | | | | | * | | working with send_message with multiple slices | Makdharma | 2016-08-26 | |
| | | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | * | | | | | | | Merge branch 'master' of github.com:grpc/grpc into security_context_extension | Julien Boeuf | 2016-08-26 | |
| | | | | | | | | | | |\ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | * | | | | | | | Addressing feedback. | Julien Boeuf | 2016-08-25 | |
| | | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | | | | | * | Use the VIP that routes to GFE. | Adele Zhou | 2016-08-25 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | Merge pull request #7799 from ejona86/percent-encode-status-desc | Eric Anderson | 2016-08-25 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | spec: Percent-encode Status-Message | |||
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'lb_add_md' of github.com:dgquintas/grpc into lb_add_md | David Garcia Quintas | 2016-08-25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7643 from PiotrSikora/export_license | Nicolas Noble | 2016-08-25 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bazel: export LICENSE file. | |||
| | | | | | | | | | | | | | | * | | | | | Fix some more tests that called cq_expect_completion(). | Mark D. Roth | 2016-08-25 | |
| | | | | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | | | * | | | | | Merge remote-tracking branch 'upstream/master' into cq_verifier_file_line | Mark D. Roth | 2016-08-25 | |
| | | | | | | | | | | | | | | |\ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | * | | | | | | | | | | | Merge branch 'fix_typo' of github.com:atetubou/grpc into fix_typo | Takuto Ikuta | 2016-08-25 | |
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | | | | | | * | | | | | | | | | | | | remove docstring for not existing argument | Takuto Ikuta | 2016-08-25 | |
| | | | | | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | * | | | | | | | | | | | | Fix a typo | Takuto Ikuta | 2016-08-25 | |
| | | | | | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | * | | | | | | | | | | | | Merge pull request #1 from grpc/master | Takuto Ikuta | 2016-08-25 | |
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | merge | |||
| | | | | | | | | | * | | | | | | | | | | | Merge branch 'master' of git://github.com/grpc/grpc into fix_typo | Takuto Ikuta | 2016-08-25 | |
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | | * | | | | | | | Avoid static initialization of the kIdentity block | Jorge Canizales | 2016-08-24 | |
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unlike other Objective-C objects, there's no hard reason why the compiler wouldn't be able to initialize a block statically (as it does with NSString literals). And it certainly doesn't complain about it (like it does with other object initializers). But as I haven't been able to find confirmation of this, and we're seeing a weird crash occur near this code, let's play it safe. | |||
| | | * | | | | | | | | | | | | | | | | | Bazel: export LICENSE file. | Piotr Sikora | 2016-08-24 | |
| | |/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Piotr Sikora <piotrsikora@google.com> | |||
| | | | | | | | | | | | | | | | | | * | prep work for enabling caching | Makdharma | 2016-08-24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new header grpc-payload-bin Added new channel arg for setting max payload size Ability to create a GET request in client filter Ability to parse the payload from header in server filter. | |||
| | * | | | | | | | | | | | | | | | | | Merge pull request #7616 from markdroth/cq_verifier_cleanup | Nicolas Noble | 2016-08-24 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up cq_verifier code and error messages. | |||
| | | | | | | | | | | | | | | * | | | | | Change cq_verifier to report file and line number for expectations. | Mark D. Roth | 2016-08-24 | |
| | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | Updated grpclb API test. | David Garcia Quintas | 2016-08-24 | |
| | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | Removed direct include of arpa/inet.h | David Garcia Quintas | 2016-08-24 | |
| | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | Fixed wrong processing of ipv6 IPs. | David Garcia Quintas | 2016-08-24 | |
| | | | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | | | | | * | | Remove undefined env | pythias | 2016-08-24 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | ||||
| | | | | | | | | | * | | | | | | | | remove docstring for not existing argument | Takuto Ikuta | 2016-08-24 | |
| | | | | | | | | | | | | | | | | | | ||||
| | | | | * | | | | | | | | | | | | | Remove the extra comma | 安正超 | 2016-08-24 | |
| | | |_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | Small grpclb.c refactoring for readability | David Garcia Quintas | 2016-08-23 | |
| | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | Merge pull request #7802 from nicolasnoble/upmerge-from-v1.0.x | Nicolas Noble | 2016-08-23 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upmerge from v1.0.x | |||
| | | | | | | * | | | | | | | | | | | Fix broken test. | Mark D. Roth | 2016-08-23 | |
| | | | | | | | | | | | | | | | | | | ||||
| | | | | | | * | | | | | | | | | | | clang-format | Mark D. Roth | 2016-08-23 | |
| | | | | | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | | | | Removing unused header. | Nicolas "Pixel" Noble | 2016-08-23 | |
| | | | | | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | | | | Untangling secure and unsecure. | Nicolas "Pixel" Noble | 2016-08-23 | |
| | | | | | | | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | | | | | | clang-format remove blank lines | Robbie Shade | 2016-08-23 | |
| | | | | | | | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | | | | | | Merge branch 'master' into delete_timeout_enum | Robbie Shade | 2016-08-23 | |
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | ||||
| * / | | | | | | | | | | | | | | | | added missing include for sockaddr_utils.h | David Garcia Quintas | 2016-08-23 | |
|/ / / / / / / / / / / / / / / / / | ||||
| | | | | | | | | | | | | * / / / | Adding extension points for security context. | Julien Boeuf | 2016-08-23 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | | * | | code style | Stanislav Pavlovichev | 2016-08-23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | phpdoc fix isset to array_key_exists |