aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport
Commit message (Expand)AuthorAge
* * Fixed issue(17563) "Freeing heap block containing an active critical sectio...Gravatar xtao2018-12-22
* Merge pull request #17313 from yashykt/padstreamsizeGravatar Yash Tibrewal2018-11-28
|\
| * Add required headerGravatar Yash Tibrewal2018-11-28
| * Stream size needs to be rounded up to alignmentGravatar Yash Tibrewal2018-11-27
* | Add traced information to stream opGravatar Yash Tibrewal2018-11-27
|/
* Run the tools/codegen/core/gen_static_metadata.py and generate theGravatar Vishal Powar2018-11-16
* Remeve memset(0) from arena allocated memory.Gravatar Soheil Hassas Yeganeh2018-11-05
* Client-side health checking support.Gravatar Mark D. Roth2018-10-24
* Optimize error handling for special cases.Gravatar Soheil Hassas Yeganeh2018-10-18
* Merge pull request #16801 from soheilhy/worktree-sliceGravatar Soheil Hassas Yeganeh2018-10-15
|\
| * Use grpc_mdelem_create() directly.Gravatar Soheil Hassas Yeganeh2018-10-14
| * Avoid unnecessary ref/unref calls to get mdelem from slices.Gravatar Soheil Hassas Yeganeh2018-10-07
* | Make link_head consistent with link_tail.Gravatar Soheil Hassas Yeganeh2018-10-06
|/
* Delete hpack lookup tableGravatar Hope Casey-Allen2018-09-28
* Merge pull request #16663 from hcaseyal/delete_unecessary_callout_checksGravatar hcaseyal2018-09-20
|\
| * Add in port_platform.h. The permanent fix for this is currently in a pending ...Gravatar Hope Casey-Allen2018-09-19
| * Remove unnecessary callout_is_default checksGravatar Hope Casey-Allen2018-09-19
* | 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
* | Clang tidyGravatar Hope Casey-Allen2018-09-11
* | Small formatting and style changesGravatar Hope Casey-Allen2018-09-11
* | Fix codegen script to include port_platformGravatar Hope Casey-Allen2018-09-10
* | 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
* | Temporary workaround for memory leak in debugging functionGravatar Hope Casey-Allen2018-09-09
* | Fix memory leak in debugging functionGravatar Hope Casey-Allen2018-09-09
* | Clang tidyGravatar Hope Casey-Allen2018-09-08
* | Merge branch 'hpack_static_table' of github.com:hcaseyal/grpc into hpack_stat...Gravatar Hope Casey-Allen2018-09-08
|\ \
* | | Fix objective c unit test and debugging functionsGravatar Hope Casey-Allen2018-09-08
| * | Clang tidyGravatar Hope Casey-Allen2018-09-08
|/ /
* | WIP. Setting md_index to 0 on grpc_linked_mdelem creationGravatar Hope Casey-Allen2018-09-08
* | Fix assertion in debugging codeGravatar Hope Casey-Allen2018-09-06
* | 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 limi...Gravatar Hope Casey-Allen2018-09-06
* | WIP. Created static data for size of metadata and callouts indexGravatar Hope Casey-Allen2018-09-04
* | Add ability to use static hpack table on the encode pathGravatar Hope Casey-Allen2018-08-28
|/
* size_t shouldn't have the value -1; switch to intGravatar Vijay Pai2018-08-21
* Add experimental API for resetting connection backoff.Gravatar Mark D. Roth2018-08-06
* Revert "Merge pull request #15746 from grpc/revert-15709-recv_trailing_metada...Gravatar Mark D. Roth2018-06-14
* Revert "Second attempt: move recv_trailing_metadata into its own callback, do...Gravatar Mark D. Roth2018-06-13
* Revert "Revert "move recv_trailing_metadata into its own callback, don't use ...Gravatar Mark D. Roth2018-06-11
* Revert "move recv_trailing_metadata into its own callback, don't use on_compl...Gravatar Mark D. Roth2018-06-08
* Move recv_trailing_metadata into its own callback. Don't useGravatar Mark D. Roth2018-06-08
* Merge pull request #15649 from markdroth/avoid_peer_string_allocGravatar Mark D. Roth2018-06-07
|\
* \ Merge pull request #15069 from muxi/prototype-cfstreamGravatar Muxi Yan2018-06-07
|\ \
| | * Avoid allocating the peer string returned from the transport.Gravatar Mark D. Roth2018-06-05
| |/ |/|
| * Address comments on build systemsGravatar Muxi Yan2018-05-31
| * Address comments on names and commentsGravatar Muxi Yan2018-05-30
* | Merge pull request #14894 from sreecha/fix-timeGravatar Sree Kuchibhotla2018-05-22
|\ \