Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into deadline_filter | Mark D. Roth | 2016-09-01 |
|\ | |||
| * | Merge pull request #7943 from markdroth/client_channel_cleanup | Mark D. Roth | 2016-09-01 |
| |\ | | | | | | | Move subchannel_call_holder code into client_channel module. | ||
| * \ | Merge pull request #7942 from a-veitch/add_proto | kpayson64 | 2016-09-01 |
| |\ \ | | | | | | | | | Add Trace context proto. This is used to transmit trace context between RPC client and server systems. | ||
* | \ \ | Merge branch 'client_channel_cleanup' into deadline_filter | Mark D. Roth | 2016-09-01 |
|\ \ \ \ | | |_|/ | |/| | | |||
| * | | | clang-format | Mark D. Roth | 2016-09-01 |
| | | | | |||
| | * | | Merge pull request #7862 from makdharma/grpc_caching | makdharma | 2016-09-01 |
| | |\ \ | | | | | | | | | | | prep work for enabling caching | ||
* | | | | | Merge branch 'client_channel_cleanup' into deadline_filter | Mark D. Roth | 2016-09-01 |
|\| | | | | |||
| * | | | | A bit more cleanup. | Mark D. Roth | 2016-09-01 |
| | | | | | |||
| | | * | | 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. | ||
| * | | | | Move subchannel_call_holder code into client_channel module. | Mark D. Roth | 2016-08-31 |
| |/ / / | |||
| | | * | add trace context proto | Alistair Veitch | 2016-08-31 |
| | |/ | |/| | |||
| | * | 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. | ||
* | | | | Add locking. Add cancellation check. Use grpc_call_element_send_cancel(). | Mark D. Roth | 2016-08-31 |
| | | | | |||
| | | * | 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. | ||
| * | | | | | | Merge pull request #7839 from markdroth/rename_client_config | Mark D. Roth | 2016-08-29 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Rename grpc_client_config to grpc_resolver_result. | ||
| | | | | | | * | surface cacheable flag to the call | Makarand Dharmapurikar | 2016-08-29 |
| | | | | | | | | |||
| | | | * | | | | Specify the "g" in gRPC | Craig Tiller | 2016-08-29 |
| | |_|/ / / / | |/| | | | | | |||
* | | | | | | | Fix build problems when refcount debugging is enabled. | Mark D. Roth | 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 |
| | | | | | | | |||
* | | | | | | | Cancel deadline timer from on_complete instead of destroy_call_elem(). | Mark D. Roth | 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 |
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | | | |||
* / | | | | | | Initial code to move deadline timer into a filter. Timer cancellation | Mark D. Roth | 2016-08-26 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | not working right -- will fix in subsequent commit. | ||
| | | | * | | 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. | ||
| * | | | | | clang-format | Mark D. Roth | 2016-08-23 |
| | | | | | | |||
| | | | * | | Adding extension points for security context. | Julien Boeuf | 2016-08-23 |
| | | | | | | |||
| * | | | | | Rename grpc_client_config to grpc_resolver_result. | Mark D. Roth | 2016-08-22 |
| | |_|/ / | |/| | | | |||
* | | | | | 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 |
| |/ / / | |||
* | | | | Merge pull request #7766 from makdharma/cronet_e2e_take2 | makdharma | 2016-08-17 |
|\ \ \ \ | | | | | | | | | | | fixed compile warnings treated as errors | ||
| * | | | | changed from uint32_t to size_t | Makarand Dharmapurikar | 2016-08-17 |
| | | | | | |||
| * | | | | fixed compile warnings treated as errors | Makarand Dharmapurikar | 2016-08-17 |
| | | | | | |||
* | | | | | Merge pull request #7713 from makdharma/cronet_e2e_take2 | makdharma | 2016-08-17 |
|\| | | | | | | | | | | | | | | Cronet e2e take2 | ||
| * | | | | minor tweak | Makarand Dharmapurikar | 2016-08-17 |
| | | | | | |||
| * | | | | more review feedback addressed | Makarand Dharmapurikar | 2016-08-17 |
| | | | | | |||
| * | | | | addressed review feedback. | Makarand Dharmapurikar | 2016-08-16 |
| | | | | | |||
* | | | | | Include missing header in ev_epoll_linux.c | Sree Kuchibhotla | 2016-08-16 |
| |_|_|/ |/| | | |