Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #7862 from makdharma/grpc_caching | makdharma | 2016-09-01 |
|\ | | | | | prep work for enabling caching | ||
| * | moved kMaxPayloadSizeForGet definition to C file | Makarand Dharmapurikar | 2016-08-31 |
| | | |||
| * | addressed review feedback. | Makarand Dharmapurikar | 2016-08-31 |
| | | | | | | | | | | moved method computation in a if block only when send_initial_metadata is true. | ||
| * | one more clang-format fix | Makarand Dharmapurikar | 2016-08-31 |
| | | |||
* | | Merge pull request #7842 from jboeuf/security_context_extension | Mark D. Roth | 2016-08-31 |
|\ \ | | | | | | | Adding extension points for security context. | ||
| | * | addressed comments from review | Makarand Dharmapurikar | 2016-08-30 |
| | | | | | | | | | | | | | | | | | | | | | modified comment about when GET verb is used. Added code to read data from send_message and defer the op when it is not fully available. clang-format one more time. | ||
* | | | Merge pull request #7795 from dgquintas/errors_doc | David G. Quintas | 2016-08-30 |
|\ \ \ | | | | | | | | | slight rewording of grpc_error ownership rules | ||
* \ \ \ | Merge pull request #7912 from ctiller/g_stands_for | Craig Tiller | 2016-08-30 |
|\ \ \ \ | | | | | | | | | | | Specify the "g" in gRPC | ||
* \ \ \ \ | Merge pull request #7645 from y-zeng/fix_ev_epoll_linux | kpayson64 | 2016-08-30 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix fd_orphan in ev_epoll_linux.c | ||
| | | | | * | fixes for asan leak, and proxy test | Makarand Dharmapurikar | 2016-08-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | freeing up payload_bytes. returning GET response only once. | ||
| | | | | * | surface cacheable flag to the call | Makarand Dharmapurikar | 2016-08-29 |
| | | | | | | |||
| | * | | | | Specify the "g" in gRPC | Craig Tiller | 2016-08-29 |
| |/ / / / |/| | | | | |||
* | | | | | Mark an epoll that has a timeout as a blocking region | Vijay Pai | 2016-08-28 |
| | | | | | |||
| | | | * | fixed bug exposed by h2_proxy* test. | Makdharma | 2016-08-26 |
| | | | | | |||
| | | | * | clang-format | Makdharma | 2016-08-26 |
| | | | | | |||
| | | | * | correctly free up memory for payload_bin | Makdharma | 2016-08-26 |
| | | | | | |||
| | | | * | 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 |
| | | | | | |||
| | | | * | 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. | ||
| | | * | | Adding extension points for security context. | Julien Boeuf | 2016-08-23 |
| | | | | | |||
* | | | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc | Nicolas "Pixel" Noble | 2016-08-20 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||
| | | * | | slight rewording of grpc_error ownership rules | David Garcia Quintas | 2016-08-19 |
| |_|/ / |/| | | | |||
| * | | | Merge pull request #7783 from nicolasnoble/shipping-1.0 | Nicolas Noble | 2016-08-18 |
| |\ \ \ | | | | | | | | | | | Bumping version to 1.0.1-pre1. | ||
| * | | | | Disabling check for SO_REUSEPORT in MANYLINUX; it'll always fail. | Nicolas "Pixel" Noble | 2016-08-19 |
| | | | | | |||
| | * | | | Bumping version to 1.0.1-pre1. | Nicolas "Pixel" Noble | 2016-08-18 |
| |/ / / | |||
* | | / | Include missing header in ev_epoll_linux.c | Sree Kuchibhotla | 2016-08-16 |
| |_|/ |/| | | |||
| * | | Removing pre2 flag. | Nicolas "Pixel" Noble | 2016-08-16 |
| | | | |||
* | | | Merge pull request #7640 from markdroth/handshaker_api | kpayson64 | 2016-08-15 |
|\ \ \ | | | | | | | | | Change handshaker API to support passing leftover bytes read between handshakers. | ||
* | | | | Remove <linux/unistd.h> include for compatibility with non-glibc | Brian | 2016-08-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On my glibc (Debian Jessie amd64 if anybody cares) system, <linux/unistd.h> is a strict subset of <sys/sycall.h>, which the file is already including. musl libc doesn't provide this file, and with this change all the C++ tests pass with musl libc. This came up in bazelbuild/bazel#1492. | ||
| * | | | Merge remote-tracking branch 'upstream/master' into handshaker_api | Mark D. Roth | 2016-08-11 |
| |\ \ \ | |/ / / |/| | | | |||
* | | | | Merge pull request #7675 from y-zeng/AF_unix_so_reuseport | David G. Quintas | 2016-08-10 |
|\ \ \ \ | | | | | | | | | | | Disable SO_REUSEPORT for AF_UNIX | ||
* | | | | | Improved some docstrings for grpc_call creation | David Garcia Quintas | 2016-08-09 |
| | | | | | |||
* | | | | | Merge pull request #7128 from daniel-j-born/server_clone_fix | Nicolas Noble | 2016-08-09 |
|\ \ \ \ \ | | | | | | | | | | | | | Set siblings for server clones properly. | ||
| | * | | | | Disable SO_REUSEPORT at prepare_socket() for unix sockets | Yuchen Zeng | 2016-08-08 |
| | | | | | | |||
| | * | | | | Disable SO_REUSEPORT for UNIX socket | Yuchen Zeng | 2016-08-08 |
| |/ / / / |/| | | | | |||
* | | | | | Merge pull request #6915 from markdroth/filter_api | kpayson64 | 2016-08-05 |
|\ \ \ \ \ | | | | | | | | | | | | | Implement C++ API for defining channel filters. | ||
| | | | | * | Fix the error ref issue | Yuchen Zeng | 2016-08-04 |
| |_|_|_|/ |/| | | | | |||
| | | * | | clang-format | Mark D. Roth | 2016-08-04 |
| | | | | | |||
| | | * | | Change handshaker API to use a read buffer to pass leftover bytes read | Mark D. Roth | 2016-08-04 |
| |_|/ / |/| | | | | | | | | | | | between handshakers. | ||
* | | | | Merge pull request #5803 from nicolasnoble/what-the-fuzz | Nicolas Noble | 2016-08-03 |
|\ \ \ \ | | | | | | | | | | | Fixing json parsing issues detected by libfuzz. | ||
* \ \ \ \ | Merge pull request #7370 from rjshade/move_timeout_encoding | kpayson64 | 2016-08-02 |
|\ \ \ \ \ | | | | | | | | | | | | | Move timeout_encoding to core/lib/transport | ||
| | * \ \ \ | Merge branch 'master' of https://github.com/grpc/grpc into what-the-fuzz | Nicolas "Pixel" Noble | 2016-08-02 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | |||
| | | * | | | Merge remote-tracking branch 'upstream/master' into filter_api | Mark D. Roth | 2016-08-02 |
| | | |\ \ \ | |_|_|/ / / |/| | | | | | |||
* | | | | | | Merge pull request #7522 from makdharma/enable_secure_endpoint_trace | Nicolas Noble | 2016-08-02 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | removed hardcoded disable on logging | ||
* \ \ \ \ \ \ | Merge pull request #7024 from markdroth/filter_call_init_failure | kpayson64 | 2016-08-02 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Extend filter API to allow call initialization to return an error. | ||
* \ \ \ \ \ \ \ | Merge pull request #7601 from dgquintas/census_stuff | kpayson64 | 2016-08-02 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Changed census static metadata keys for tracing and tag propagation | ||
| | | | | | * \ \ | Merge branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-08-02 |
| | | | | | |\ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | |||
| | * | | | | | | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | Mark D. Roth | 2016-08-02 |
| | |\ \ \ \ \ \ \ | |||
* | | \ \ \ \ \ \ \ | Merge pull request #7603 from vitalybuka/stack-use-after-scope | kpayson64 | 2016-08-02 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | Fix stack-use-after-scope in call.c |