Hope Casey-Allen
|
5b27941372
|
Even cleaner implementation that does not modify the grpc_mdelem struct.
|
6 years ago |
Hope Casey-Allen
|
713f9bc93a
|
Clang tidy
|
6 years ago |
Hope Casey-Allen
|
fba18108fa
|
Merge branch 'hpack_static_table' of github.com:hcaseyal/grpc into hpack_static_table
|
6 years ago |
Hope Casey-Allen
|
0b4e263fdf
|
Small formatting and style changes
|
6 years ago |
Hope Casey-Allen
|
4a9cd9c38b
|
Fix codegen script to include port_platform
|
6 years ago |
Hope Casey-Allen
|
b731178a7c
|
Fix codegen script to include port_platform
|
6 years ago |
Hope Casey-Allen
|
fbe594beeb
|
Much cleaner approach that should address code review comments as well
|
6 years ago |
Hope Casey-Allen
|
009d828341
|
WIP. Modifying grpc_mdelem to store the static hpack table idnex
|
6 years ago |
Hope Casey-Allen
|
c004a8e259
|
Responding to code review comments
|
6 years ago |
Hope Casey-Allen
|
23f0ab38fb
|
Temporary workaround for memory leak in debugging function
|
6 years ago |
Hope Casey-Allen
|
98a70770ac
|
Merge branch 'hpack_static_table' of github.com:hcaseyal/grpc into hpack_static_table
|
6 years ago |
Hope Casey-Allen
|
8980098227
|
Fix memory leak in debugging function
|
6 years ago |
Hope Casey-Allen
|
f2b34aabc2
|
Clang tidy
|
6 years ago |
Hope Casey-Allen
|
9e08651639
|
Fix mdelem tracing
|
6 years ago |
Hope Casey-Allen
|
1a92eb46d4
|
Clang tidy
|
6 years ago |
Hope Casey-Allen
|
9fc81bd74e
|
Merge branch 'hpack_static_table' of github.com:hcaseyal/grpc into hpack_static_table
|
6 years ago |
Hope Casey-Allen
|
5e2f7c472a
|
Fix objective c unit test and debugging functions
|
6 years ago |
Hope Casey-Allen
|
7c368ce71b
|
Clang tidy
|
6 years ago |
Hope Casey-Allen
|
97cbec1c98
|
WIP. Setting md_index to 0 on grpc_linked_mdelem creation
|
6 years ago |
Hope Casey-Allen
|
4181c8cd37
|
Zero out linked_mdelem when created in test
|
6 years ago |
Hope Casey-Allen
|
4099c40d9f
|
Zero out md_index when linked_mdelem is created to fix bug
|
6 years ago |
Hope Casey-Allen
|
d75415ccfd
|
Fix assertion in debugging code
|
6 years ago |
Hope Casey-Allen
|
33d87e3ffd
|
Fix internal_data to be the same size as the new grpc_linked_mdelem
|
6 years ago |
Hope Casey-Allen
|
8a8ed0e711
|
WIP. Handling error conditions such as duplicate metadata, metadata size limit, and default count. Clang tidy.
|
6 years ago |
Hope Casey-Allen
|
6e7e29aaae
|
WIP. Created static data for size of metadata and callouts index
|
6 years ago |
Hope Casey-Allen
|
73d0cd4d2d
|
Add ability to use static hpack table on the encode path
|
6 years ago |
Jan Tattermusch
|
ee65a5eaee
|
Merge pull request #16478 from jtattermusch/foundry_more_logs
Run remote bazel tests with GRPC_VERBOSITY=debug
|
6 years ago |
Mark D. Roth
|
4d985efe19
|
Merge pull request #16351 from markdroth/health_checking_service
Implement Watch method in health check service.
|
6 years ago |
Mark D. Roth
|
896fc6ea21
|
Merge pull request #15618 from markdroth/naming_doc_update
Update naming documentation.
|
6 years ago |
Bill Feng
|
488bc7110f
|
Merge pull request #16481 from billfeng327/bugfix/fix-end2end-script
flipped shell script logic to enable pollers
|
6 years ago |
Bill Feng
|
25d570c39c
|
flipped logic to enable pollers
|
6 years ago |
Yash Tibrewal
|
4dbec8b23c
|
Merge pull request #16456 from yashykt/errqueueredefine
Redefine constants from errqueue.h. Some header files lag behind the …
|
6 years ago |
Mark D. Roth
|
69b416a08c
|
Update naming documentation.
|
6 years ago |
Mark D. Roth
|
99ce3e19af
|
Implement Watch method in health check service.
|
6 years ago |
Jan Tattermusch
|
bbfb05f61f
|
run remote bazel tests with GRPC_VERBOSITY=debug
|
6 years ago |
Juanli Shen
|
35501ad1df
|
Merge pull request #16467 from AspirinSJL/bump_master
Bump version to 1.16.0-dev
|
6 years ago |
Yash Tibrewal
|
0d73deb239
|
Merge branch 'master' into errqueueredefine
|
6 years ago |
Yash Tibrewal
|
f2f8bbd008
|
Merge pull request #16469 from grpc/revert-16463-revert-15941-fathomtcpchanges
Revert "Revert "Fathom tcp changes""
|
6 years ago |
adelez
|
c1a7cb4183
|
Merge pull request #16466 from adelez/foundry3
Switch to use the default instance.
|
6 years ago |
Yash Tibrewal
|
0cb982974f
|
Remove linux/version.h include from port.h
|
6 years ago |
Yash Tibrewal
|
8d47cd4992
|
Revert "Revert "Fathom tcp changes""
|
6 years ago |
Adele Zhou
|
82af30de34
|
Switch to use the default instance.
|
6 years ago |
Juanli Shen
|
8ceb27a324
|
Regenerate projects
|
6 years ago |
Mark D. Roth
|
a144c13201
|
Merge pull request #16342 from markdroth/pf_keep_unselected_subchannels
Change pick_first to not unref unselected subchannels.
|
6 years ago |
Juanli Shen
|
63322ac828
|
Bump version to 1.16.0-dev
|
6 years ago |
Jan Tattermusch
|
ca12a87af1
|
Merge pull request #16440 from jtattermusch/csharp_cancellation_deadlock
C#: Avoid deadlock while cancelling a call
|
6 years ago |
Jan Tattermusch
|
a46b41b4d6
|
Merge pull request #16438 from jtattermusch/csharp_fix_subchannel_sharing
C#: fix subchannel sharing for secure channels
|
6 years ago |
Jan Tattermusch
|
2cb5e52536
|
Merge pull request #16463 from grpc/revert-15941-fathomtcpchanges
Revert "Fathom tcp changes"
|
6 years ago |
Jan Tattermusch
|
97ba943f17
|
Revert "Fathom tcp changes"
|
6 years ago |
Jan Tattermusch
|
2548704bee
|
Merge pull request #16444 from jtattermusch/csharp_metadata_key_allow_dot
C#: allow dot in metadata keys
|
6 years ago |