aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport
Commit message (Collapse)AuthorAge
* Merge pull request #8069 from ↵Gravatar Craig Tiller2016-09-16
|\ | | | | | | | | grpc/revert-8068-revert-7279-grand-unified-closures Revert "Revert "Grand unified closures""
* | Moved LB token changes solely into grpclb.cGravatar David Garcia Quintas2016-09-12
| |
| * Revert "Revert "Grand unified closures""Gravatar Craig Tiller2016-09-12
| |
| * Revert "Grand unified closures"Gravatar Craig Tiller2016-09-12
| |
| * Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-02
| |\ | |/ |/|
* | addressed comments from reviewGravatar Makarand Dharmapurikar2016-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 callGravatar Makarand Dharmapurikar2016-08-29
| |
* | prep work for enabling cachingGravatar Makdharma2016-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 github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-09
| |\ | |/ |/|
* | Merge pull request #6915 from markdroth/filter_apiGravatar kpayson642016-08-05
|\ \ | | | | | | Implement C++ API for defining channel filters.
| | * Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-04
| | |\ | |_|/ |/| |
* | | Merge pull request #7370 from rjshade/move_timeout_encodingGravatar kpayson642016-08-02
|\ \ \ | | | | | | | | Move timeout_encoding to core/lib/transport
| | * \ Merge remote-tracking branch 'upstream/master' into filter_apiGravatar Mark D. Roth2016-08-02
| | |\ \ | |_|/ / |/| | |
| | * | Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-08-02
| | |\ \
* | | | | Changed census static metadata keys for tracing and tag propagationGravatar David Garcia Quintas2016-08-01
| |_|/ / |/| | |
* | | | Merge branch 'master' of github.com:grpc/grpc into lr_july_16Gravatar David Garcia Quintas2016-08-01
|\ \ \ \
* | | | | clang-formatGravatar David Garcia Quintas2016-07-28
| | | | |
| | * | | Merge branch 'master' into move_timeout_encodingGravatar Robbie Shade2016-07-26
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Fixing documentation typo.Gravatar Nicolas "Pixel" Noble2016-07-23
| | | | |
| | * | | Merge branch 'master' into move_timeout_encodingGravatar Robbie Shade2016-07-19
| | |\ \ \ | | |/ / / | |/| | |
| | | * | Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-07-15
| | | |\ \ | | |_|/ / | |/| | |
| | * | | Move timeout_encoding from core/ext/transport/chttp2 to core/lib/transportGravatar Robbie Shade2016-07-13
| | | | |
| | | * | Merge remote-tracking branch 'upstream/master' into filter_apiGravatar Mark D. Roth2016-07-12
| | | |\ \ | | | |/ / | | |/| |
| | | | * FixesGravatar Craig Tiller2016-07-12
| | | | |
| | | | * DebuggingGravatar Craig Tiller2016-07-11
| | | | |
| | | | * Progress to converting chttp2 to combiner locksGravatar Craig Tiller2016-07-11
| | |_|/ | |/| |
* | | | Added new features to load reporting.Gravatar David Garcia Quintas2016-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 bugsGravatar Craig Tiller2016-07-07
|/ /
* | Merge pull request #6893 from y-zeng/handler_http_responseGravatar Nicolas Noble2016-07-01
|\ \ | | | | | | Add http2 status code in error_message if it's not 200
| | * Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-07-01
| | |\ | |_|/ |/| |
| * | Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-30
| |\ \
* | | | Fix memory leak, fix error.c refcount reportingGravatar Craig Tiller2016-06-30
| |/ / |/| |
| | * Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-06-29
| | |\
| | * | Initial attempt at a C++ wrapper for the C grpc_transport_op andGravatar Mark D. Roth2016-06-27
| | | | | | | | | | | | | | | | grpc_transport_stream_op structs.
| | * | Update comments.Gravatar Mark D. Roth2016-06-27
| | | |
* | | | Merge github.com:grpc/grpc into %sGravatar Craig Tiller2016-06-27
|\ \ \ \
| * | | | Fix clang formattingGravatar Ken Payson2016-06-24
| | | | |
| | | * | Another boolification.Gravatar Mark D. Roth2016-06-24
| | | | |
| | | * | Bool-ify a couple of fields in grpc_transport_op.Gravatar Mark D. Roth2016-06-24
| | | | |
* | | | | Fix comparisonGravatar Craig Tiller2016-06-23
| | | | |
* | | | | Fix comparisonGravatar Craig Tiller2016-06-23
| | | | |
* | | | | Make transport-level errors be reflected in status messages on callsGravatar Craig Tiller2016-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 PRId64Gravatar Ken Payson2016-06-23
|/ / /
| * | Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-20
| |\ \ | |/ / |/| |
| * | Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-17
| |\ \
| | | * Pass peer string to ChannelData ctor when available.Gravatar Mark D. Roth2016-06-16
| | |/
* | | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
|\ \ \ | | |/ | |/|
| | * Add http2 status code in error_message if it's not 200Gravatar Yuchen Zeng2016-06-13
| | |
| * | Add format check for gpr_log and gpr_asprintfGravatar Yuchen Zeng2016-06-10
| |/
* | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
|\|