aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport
Commit message (Collapse)AuthorAge
* Merge pull request #16488 from hcaseyal/hpack_static_tableGravatar hcaseyal2018-09-20
|\ | | | | Hpack changes part 1: make grpc use the static hpack table on the encode path and optimize encoding
| * Some reorganizing to respond to code review commentsGravatar Hope Casey-Allen2018-09-19
| |
| * Even cleaner implementation that does not modify the grpc_mdelem struct.Gravatar Hope Casey-Allen2018-09-12
| |
| * Small formatting and style changesGravatar Hope Casey-Allen2018-09-11
| |
| * Much cleaner approach that should address code review comments as wellGravatar Hope Casey-Allen2018-09-10
| |
| * WIP. Modifying grpc_mdelem to store the static hpack table idnexGravatar Hope Casey-Allen2018-09-10
| |
| * Responding to code review commentsGravatar Hope Casey-Allen2018-09-10
| |
| * Clang tidyGravatar Hope Casey-Allen2018-09-08
| |
| * Fix mdelem tracingGravatar Hope Casey-Allen2018-09-08
| |
| * Fix internal_data to be the same size as the new grpc_linked_mdelemGravatar Hope Casey-Allen2018-09-06
| |
| * WIP. Handling error conditions such as duplicate metadata, metadata size ↵Gravatar Hope Casey-Allen2018-09-06
| | | | | | | | limit, and default count. Clang tidy.
* | Merge pull request #16460 from hcaseyal/refactor_transportGravatar hcaseyal2018-09-03
|\ \ | | | | | | Light refactoring of some transport code
| * | Change method name for consistencyGravatar Hope Casey-Allen2018-08-31
| | |
* | | %s/state_op_done[OP_FAILED]/state_callback_received[OP_FAILED]Gravatar Yash Tibrewal2018-08-31
| | |
| | * Add ability to use static hpack table on the encode pathGravatar Hope Casey-Allen2018-08-28
| |/ |/|
* | Revert "Revert "Fathom tcp changes""Gravatar Yash Tibrewal2018-08-27
| |
* | Revert "Fathom tcp changes"Gravatar Jan Tattermusch2018-08-27
| |
| * Light refactoring of some transport codeGravatar Hope Casey-Allen2018-08-26
|/
* Merge pull request #15941 from yashykt/fathomtcpchangesGravatar Yash Tibrewal2018-08-24
|\ | | | | Fathom tcp changes
* | Fix clamp for window updateGravatar ncteisen2018-08-13
| |
* | Merge pull request #16319 from sreecha/transport-commentsGravatar Sree Kuchibhotla2018-08-13
|\ \ | | | | | | Some comments to chttp2 transport
| | * Merge masterGravatar Yash Tibrewal2018-08-13
| | |\ | |_|/ |/| |
| * | minor comments format fixGravatar Sree Kuchibhotla2018-08-10
| | |
| * | Modify commentsGravatar Sree Kuchibhotla2018-08-10
| | |
| * | add comments to transportGravatar Sree Kuchibhotla2018-08-09
| | |
| * | Revert "Immediately run write closures for failed stream"Gravatar Hope Casey-Allen2018-08-03
| | |
| * | Immediately run write closures for failed streamGravatar kpayson642018-07-30
| | |
| * | Bug fixesGravatar kpayson642018-07-24
| | |
| * | Cancel pending write closures on stream cancellationGravatar kpayson642018-07-23
| | |
* | | Fix flow control tracingGravatar ncteisen2018-07-17
|/ /
| * Fathom TCP level changes. TracedBuffer for keeping track of all buffersGravatar Yash Tibrewal2018-07-16
|/ | | | | to be traced. Adding tests for Fathom and TracedBuffer. A lot more. Please read PR description.
* Fix typo in GPR_TIMER_SCOPE annotation. The typo could be misleading in ↵Gravatar Hope Casey-Allen2018-07-13
| | | | performance profiles
* Do not start timer if transport is closed.Gravatar yang-g2018-07-10
|
* Add caveat to noisy comment, push to dbg modeGravatar ncteisen2018-06-20
|
* Merge pull request #15782 from markdroth/recv_trailing_metadata_ready3Gravatar Mark D. Roth2018-06-19
|\ | | | | Third attempt: move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops
| * Revert "Merge pull request #15746 from ↵Gravatar Mark D. Roth2018-06-14
| | | | | | | | | | | | | | grpc/revert-15709-recv_trailing_metadata_ready2" This reverts commit 3f9308ce1f8cb42c96901c1700f0b9dbb531f186, reversing changes made to 92a0ae0b1081840d2c5a488f66bf6550c1a492f4.
* | Revert "Add Type Checking On Channel Args"Gravatar Noah Eisen2018-06-14
|/
* Reviewer feedbackGravatar ncteisen2018-06-13
|
* Clean up use of GRPC_ARG_INTEGERGravatar ncteisen2018-06-13
|
* Clean out all GRPC_ARG_STRING:Gravatar ncteisen2018-06-13
|
* Merge branch 'master' into epollerrGravatar Yash Tibrewal2018-06-11
|\
| * Revert "move recv_trailing_metadata into its own callback, don't use ↵Gravatar Mark D. Roth2018-06-08
| | | | | | | | on_complete for recv_ops"
| * Move recv_trailing_metadata into its own callback. Don't useGravatar Mark D. Roth2018-06-08
| | | | | | | | on_complete for recv_ops.
| * Avoid allocating the peer string returned from the transport.Gravatar Mark D. Roth2018-06-05
| |
| * Merge pull request #15418 from AspirinSJL/smaller_hpackGravatar Juanli Shen2018-06-01
| |\ | | | | | | Decrease GRPC_CHTTP2_HPACKC_NUM_VALUES
| | * Decrease GRPC_CHTTP2_HPACKC_NUM_VALUESGravatar Juanli Shen2018-06-01
| | |
* | | merge masterGravatar Yash Tibrewal2018-05-31
|\| |
| * | Ref tcp server under lockGravatar kpayson642018-05-31
| |/
| * Merge pull request #15200 from yashykt/combiner_runGravatar Yash Tibrewal2018-05-17
| |\ | | | | | | Add combiner_run
| * | Stop using banned functionsGravatar ncteisen2018-05-15
| | |