xichengliudui
|
d9b508c896
|
Fix various typos in .cc and .md and .py files
|
6 years ago |
Jan Tattermusch
|
80e2022cbe
|
use stderr buffering for "+trace" windows tests
|
6 years ago |
Yihua Zhang
|
0531d3d3ad
|
extend local credentials to support tcp loopback
|
6 years ago |
ncteisen
|
7b81ae14a7
|
clang tidy and clang format
|
6 years ago |
yang-g
|
e75fc243da
|
change tests to use the new class instead of grpc_test_init
|
6 years ago |
ncteisen
|
e35f24da4d
|
reviewer feedback
|
6 years ago |
ncteisen
|
f8a4aae119
|
Fix all instances of bugprone-undefined-memory-manipulation
|
6 years ago |
Yash Tibrewal
|
8d47cd4992
|
Revert "Revert "Fathom tcp changes""
|
6 years ago |
Jan Tattermusch
|
97ba943f17
|
Revert "Fathom tcp changes"
|
6 years ago |
Yash Tibrewal
|
f0397933b0
|
Fathom TCP level changes. TracedBuffer for keeping track of all buffers
to be traced. Adding tests for Fathom and TracedBuffer. A lot more.
Please read PR description.
|
6 years ago |
Yihua Zhang
|
587b40ddac
|
finished 2nd revision
|
7 years ago |
Yihua Zhang
|
c5f1eda10f
|
implement loca credentials
|
7 years ago |
Juanli Shen
|
f5f1d57d7a
|
Add load reporting filter
|
7 years ago |
Yash Tibrewal
|
2bf8ef24a1
|
Remove check for whether channel is secure/insecure. Always prefer 'https_proxy' and fallback on 'http_proxy'
|
7 years ago |
Yash Tibrewal
|
1b9a7faa71
|
Prefer using https_proxy for secure channels and http_proxy for insecure channels
|
7 years ago |
Noah Eisen
|
7ea8a60ed0
|
Revert "Add Type Checking On Channel Args"
|
7 years ago |
ncteisen
|
1198d8dfc6
|
Reviewer feedback
|
7 years ago |
Ian Haken
|
68eff58df6
|
Create verify_peer_options when creating ssl credentials in order to expose a verification callback option.
These options are not yet exposed to languages outside of core.
|
7 years ago |
David Garcia Quintas
|
861363d618
|
added call_host_override test
|
7 years ago |
David Garcia Quintas
|
0287924466
|
Added host override info to test fixture config
|
7 years ago |
David Garcia Quintas
|
d043fa06bc
|
PR comments
|
7 years ago |
David Garcia Quintas
|
f73e76d596
|
Fix check in channel.cc and tweak direct channel tests
|
7 years ago |
kpayson64
|
539f5068bd
|
Abstract libuv implementation
Structures the libuv implementation to allow for a plugable
BSD style socket implementation to allow for other IO Managers
|
7 years ago |
Vijay Pai
|
2fe87b0905
|
Move assignment for Thread, make destructor optional, loop cv waits
|
7 years ago |
Mark D. Roth
|
718c8341ca
|
Retry support.
|
7 years ago |
Vijay Pai
|
87e2e6a58a
|
clang-fmt
|
7 years ago |
Vijay Pai
|
da69355f30
|
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
|
7 years ago |
Vijay Pai
|
58a62755fc
|
Remove support for detached threads. All threads must be joined.
|
7 years ago |
ncteisen
|
24f388bf95
|
Fix compile
|
7 years ago |
ncteisen
|
bf323a985f
|
Use grpc_channel_arg_get_string when appropriate
|
7 years ago |
Vijay Pai
|
c745690caf
|
Internalize gpr_thd except for id and currentid
|
7 years ago |
Noah Eisen
|
4d20a66685
|
Run clang fmt
|
7 years ago |
Noah Eisen
|
be82e64b3d
|
Autofix c casts to c++ casts
|
7 years ago |
Muxi Yan
|
6f0b195d20
|
Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*
|
7 years ago |
Vijay Pai
|
d4d0a30c6f
|
Privatize useful.h and avl.h
|
7 years ago |
Vijay Pai
|
ae376bf9d9
|
Privatize host_port.h; was not used in any wrapped language implementation
|
7 years ago |
Mark D. Roth
|
dbdf495f61
|
Split lib/support into lib/gpr and lib/gpr++.
|
7 years ago |
Muxi Yan
|
38fcd0c6c3
|
clang-format
|
7 years ago |
Yash Tibrewal
|
8cf1470a51
|
Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
|
7 years ago |
Yash Tibrewal
|
ad4d2dde00
|
Revert "All instances of exec_ctx being passed around in src/core removed"
|
7 years ago |
Mark D. Roth
|
e204e5e497
|
Apply #13336 to v1.8.x branch.
|
7 years ago |
Vijay Pai
|
19988c6c7e
|
clang-format
|
7 years ago |
Sree Kuchibhotla
|
4ca35636fe
|
fix connectivity test failure
|
7 years ago |
Sree Kuchibhotla
|
e37104cf42
|
Delete outdated comments
|
7 years ago |
Mark D. Roth
|
1af674aa2d
|
Provide a cleaner API for proxy_connection_failed().
|
7 years ago |
Sree Kuchibhotla
|
906adfdb72
|
No need to explicitly zero initialize since we are doing zalloc. Some misc formatting changes
|
7 years ago |
Sree Kuchibhotla
|
445c5664e0
|
Add special cases and some comments
|
7 years ago |
Sree Kuchibhotla
|
02df4abc86
|
Change ep_state from gpr_atm to int since all callbacks execute under a combiner and hence conn object is thread safe
|
7 years ago |
Sree Kuchibhotla
|
c3cc971692
|
properly shutdown endpoints in h2_http_proxy
|
7 years ago |
Dave MacLachlan
|
da341bcb89
|
Fix up review comments
|
7 years ago |