Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into deadline_filter | Mark D. Roth | 2016-09-01 |
|\ | |||
* | | 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. | ||
| * | surface cacheable flag to the call | Makarand Dharmapurikar | 2016-08-29 |
| | | |||
* | | Fix build problems when refcount debugging is enabled. | Mark D. Roth | 2016-08-29 |
| | | |||
| * | 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 #6915 from markdroth/filter_api | kpayson64 | 2016-08-05 |
|\ | | | | | Implement C++ API for defining channel filters. | ||
* \ | Merge pull request #7370 from rjshade/move_timeout_encoding | kpayson64 | 2016-08-02 |
|\ \ | | | | | | | Move timeout_encoding to core/lib/transport | ||
| | * | Merge remote-tracking branch 'upstream/master' into filter_api | Mark D. Roth | 2016-08-02 |
| | |\ | |_|/ |/| | | |||
| | * | Merge branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-08-02 |
| | |\ | |||
* | | | | Changed census static metadata keys for tracing and tag propagation | David Garcia Quintas | 2016-08-01 |
| |_|/ |/| | | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into lr_july_16 | David Garcia Quintas | 2016-08-01 |
|\ \ \ | |||
* | | | | clang-format | David Garcia Quintas | 2016-07-28 |
| | | | | |||
| | * | | Merge branch 'master' into move_timeout_encoding | Robbie Shade | 2016-07-26 |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Fixing documentation typo. | Nicolas "Pixel" Noble | 2016-07-23 |
| | | | | |||
| | * | | Merge branch 'master' into move_timeout_encoding | Robbie Shade | 2016-07-19 |
| | |\ \ | | |/ / | |/| | | |||
| | | * | Merge branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-07-15 |
| | | |\ | | |_|/ | |/| | | |||
| | * | | Move timeout_encoding from core/ext/transport/chttp2 to core/lib/transport | Robbie Shade | 2016-07-13 |
| | | | | |||
| | | * | Merge remote-tracking branch 'upstream/master' into filter_api | Mark D. Roth | 2016-07-12 |
| | | |\ | | | |/ | | |/| | |||
* | / | | Added new features to load reporting. | David Garcia Quintas | 2016-07-10 |
| |/ / |/| | | | | | | | | | | | | | | | | | - Propagation of (rpc) method name. - Invocation of the hook at (call, channel) x (creation, destruction) - Added enum to identify the source of invocation. - Fixed testing. Went from test fixture to simple test. | ||
| * | | Fix high seqno tests, up runtimes for benchmark tests to flush more bugs | Craig Tiller | 2016-07-07 |
|/ / | |||
* | | Merge pull request #6893 from y-zeng/handler_http_response | Nicolas Noble | 2016-07-01 |
|\ \ | | | | | | | Add http2 status code in error_message if it's not 200 | ||
| | * | Merge branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-07-01 |
| | |\ | |_|/ |/| | | |||
| * | | Merge remote-tracking branch 'upstream/master' into handler_http_response | Yuchen Zeng | 2016-06-30 |
| |\ \ | |||
* | | | | Fix memory leak, fix error.c refcount reporting | Craig Tiller | 2016-06-30 |
| |/ / |/| | | |||
| | * | Merge branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-06-29 |
| | |\ | |||
| | * | | Initial attempt at a C++ wrapper for the C grpc_transport_op and | Mark D. Roth | 2016-06-27 |
| | | | | | | | | | | | | | | | | grpc_transport_stream_op structs. | ||
| | * | | Update comments. | Mark D. Roth | 2016-06-27 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into %s | Craig Tiller | 2016-06-27 |
|\ \ \ \ | |||
| * | | | | Fix clang formatting | Ken Payson | 2016-06-24 |
| | | | | | |||
| | | * | | Another boolification. | Mark D. Roth | 2016-06-24 |
| | | | | | |||
| | | * | | Bool-ify a couple of fields in grpc_transport_op. | Mark D. Roth | 2016-06-24 |
| | | | | | |||
* | | | | | Fix comparison | Craig Tiller | 2016-06-23 |
| | | | | | |||
* | | | | | Fix comparison | Craig Tiller | 2016-06-23 |
| | | | | | |||
* | | | | | Make transport-level errors be reflected in status messages on calls | Craig Tiller | 2016-06-23 |
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Allows us to eliminate logging those errors by default (since they are explicitly passed up to the application). Required plumbing errors through the stack a little more deeply than we had previously. | ||
| * | | | Changed %lld to use mingw supported PRId64 | Ken Payson | 2016-06-23 |
|/ / / | |||
| * | | Merge remote-tracking branch 'upstream/master' into handler_http_response | Yuchen Zeng | 2016-06-20 |
| |\ \ | |/ / |/| | | |||
| * | | Merge remote-tracking branch 'upstream/master' into handler_http_response | Yuchen Zeng | 2016-06-17 |
| |\ \ | |||
| | | * | Pass peer string to ChannelData ctor when available. | Mark D. Roth | 2016-06-16 |
| | |/ | |||
* | | | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout | Craig Tiller | 2016-06-15 |
|\ \ \ | | |/ | |/| | |||
| | * | Add http2 status code in error_message if it's not 200 | Yuchen Zeng | 2016-06-13 |
| | | | |||
| * | | Add format check for gpr_log and gpr_asprintf | Yuchen Zeng | 2016-06-10 |
| |/ | |||
* | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-09 |
|\| | |||
| * | Merge pull request #6786 from ctiller/meta-whoops | Jan Tattermusch | 2016-06-08 |
| |\ | | | | | | | Fix refcounting algorithm for metadata | ||
* | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-07 |
|\| | | |||
| * | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-06-06 |
| |\ \ | |||
| * | | | moar renamings | David Garcia Quintas | 2016-06-06 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-06 |
|\ \ \ \ | | |/ / | |/| | | |||
| | | * | Fix cast to avoid potential wraparound | Craig Tiller | 2016-06-06 |
| | | | | |||
| * | | | Merge pull request #6761 from ctiller/there-were-no-fatalities | Jan Tattermusch | 2016-06-03 |
| |\ \ \ | | | | | | | | | | | Rename GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN |