Nathaniel Manista
62170372a7
Remove _face_interface_test
...
The Beta API has an execution date and RPC Framework is but a distant
memory.
This test is flaky with Python 3.5 on Windows! Some mysteries will just
have to remain unsolved...
7 years ago
Nathaniel Manista
7726c303a6
Verify early OK behavior
...
Looks like early OK support was implemented in
https://github.com/grpc/grpc/pull/14080 but
https://github.com/grpc/grpc/issues/7032 was not marked fixed at the
time.
Good thing it was just an idea on our Google Summer of Code ideas
page...
7 years ago
Yash Tibrewal
fc9c0705b3
Update documentation for ExecCtx
7 years ago
kpayson64
fc0d0e7572
Simplify dn_resolver_ares
7 years ago
Jan Tattermusch
5f3a452440
make package builds work on kokoro
7 years ago
kpayson64
fb0dabd170
Revert "Use heuristic to determine how many events to handle per iteration"
...
This reverts commit be619a3620
.
7 years ago
Mark D. Roth
49a76e9d87
clang-format
7 years ago
Mark D. Roth
4941414565
Avoid trying to access underlying_stream_ after it's been orphaned.
7 years ago
Mark D. Roth
24e34b85c0
Orphan underlying byte stream as soon as it's been drained.
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
Juanli Shen
7573f989ad
Fix call stack ref flake
7 years ago
makdharma
606742d30c
replaced loop with range expression
7 years ago
Mark D. Roth
ecc865124c
Use metadata batch callouts in client_auth_filter.
7 years ago
Muxi Yan
4b37fb0e4c
Stop including inttypes.h in gRPC core public header in Apple platforms
7 years ago
makdharma
d10a885922
removed unnecessary "virtual"
...
Removed unnecessary "virtual" keyword from CompletionQueue::Next.
Reverted two files that no longer need to be changed.
7 years ago
Mark D. Roth
3d8b32d8b3
Convert byte_stream API to C++.
7 years ago
makdharma
9cd0099a53
variable init sequence fix
7 years ago
Muxi Yan
35859226e8
Add the sanitizer tests to CI
7 years ago
Muxi Yan
16482199ae
Add asan and tsan to ObjC
7 years ago
Yihua Zhang
04fb58efbd
Add ALTS code to grpc/core
7 years ago
Jan Tattermusch
b5821d430b
improve comment
7 years ago
Sree Kuchibhotla
ae277dd000
Revert "Add ALTS C stack to gRPC core"
7 years ago
Jan Tattermusch
660547dc04
fix build on netstandard1.5
7 years ago
Jan Tattermusch
d606e36061
regenerate projects
7 years ago
Jan Tattermusch
dcf340e8c9
address comments
7 years ago
kpayson64
a37e8deeae
Do poll for poll_posix engine when kicked with 0s timeout
7 years ago
Jan Tattermusch
d35471afd5
detect when running on Unity iOS
7 years ago
Yihua Zhang
eaf6486677
Add ALTS code to grpc/core
7 years ago
yang-g
abd9d53a9f
Only increase strike once
7 years ago
Vijay Pai
02b64f5c91
Fix a thread name
7 years ago
Jan Tattermusch
b988e396d2
script improvements
7 years ago
Jan Tattermusch
fdd24f10f3
enable loading grpc_csharp_ext as a unity native plugin
7 years ago
Dan Zhang
8f91ad9e0c
use static_cast
7 years ago
Jan Tattermusch
a1b0ee2a48
add IsUnity property
7 years ago
Jan Tattermusch
cfae76b28b
add experimental script for building the unitypackage
7 years ago
Vijay Pai
809cf96c56
Name needs to only be alphanumeric+underscore+dash
7 years ago
Vijay Pai
7fed69b7ad
Use static_cast rather than reinterpret_cast whenever possible
7 years ago
ZhouyihaiDing
39a4746ca6
update php plugin with protobuf 3.5.0
7 years ago
Vijay Pai
4013f0ccda
Address reviewer comments
7 years ago
Muxi Yan
a1cb4592a4
Remove hostname extraction for ConnectivityMonitor
7 years ago
Vijay Pai
162ae4f50c
Remove std::thread, keep everything else unchanged ( #13 )
7 years ago
Jan Tattermusch
0f97a36f2d
address comments
7 years ago
Jan Tattermusch
4d77449480
add useful resources for unity/xamarin support
7 years ago
Vijay Pai
756caa7c6a
Minor changes and fixes
7 years ago
Vijay Pai
2fe87b0905
Move assignment for Thread, make destructor optional, loop cv waits
7 years ago
Dan Zhang
03f56a17ab
edit comment
7 years ago
Muxi Yan
07767950c8
Revert "Revert "Refactor connectivity monitor on iOS""
7 years ago
David Garcia Quintas
396d49d958
Introduce a 'weak' and mutable version of slice hash table
7 years ago
Muxi Yan
c6c5ce923c
Revert "Refactor connectivity monitor on iOS"
7 years ago
Mark D. Roth
718c8341ca
Retry support.
7 years ago