Mehrdad Afshari
90cfc8ed57
Regenerate projects
7 years ago
Nicolas "Pixel" Noble
7d6d2e8bce
Removing setsockopt completely actually.
7 years ago
Nicolas "Pixel" Noble
5426183de0
Taking care of gevent.
7 years ago
Mehrdad Afshari
9cad11ae08
regenerate projects
7 years ago
Jan Tattermusch
04c7634d6b
regenerate projects
7 years ago
kpayson64
51d710273f
Fix gevent test flakes
7 years ago
kpayson64
1bfff8eec0
Initial gevent support
...
Because some cpp code ends up leaking into cython, we change
the cython generator to generate cpp code.
7 years ago
kpayson64
0bb2fe946e
Explicitly stop servers in unit tests.
...
Relying on garbage collection to stop servers breaks with gevent.
7 years ago
Mehrdad Afshari
e1a9f170b5
regenerate projects
7 years ago
David Garcia Quintas
49f625f232
more comments
7 years ago
David Garcia Quintas
e44efe099d
rest of pr comments
7 years ago
David Garcia Quintas
fa460dcf1d
Factor out grpc_add_default_authority_if_not_present
7 years ago
Feng Li
7b2f5775d8
Release the GIL when calling grpc_call_start_batch.
7 years ago
Alexander Polcyn
690dde672a
Add address sorting submodule for use in c-ares wrapper
7 years ago
Noah Eisen
d2bc0c2609
Revert "Verify early OK behavior"
7 years ago
Ruslan Nigmatullin
99d0cee31b
regenerate projects
7 years ago
Ruslan Nigmatullin
7ae3733cab
[grpc] Add SSL session client cache support
7 years ago
ncteisen
3b42f83068
Revert "Revert "Channel Tracing Implementation; Part 1""
...
This reverts commit f2bea3725f
.
7 years ago
Noah Eisen
f2bea3725f
Revert "Channel Tracing Implementation; Part 1"
7 years ago
David Garcia Quintas
961353ab6d
moved filter to ext
7 years ago
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
Naresh
c6e4372f8a
Create README for gRPC Python reflection package
...
Currently, `warning: sdist: standard file not found` warning is always
printed when creating source distribution for gRPC python reflection
package. This should stop that.
7 years ago
David Garcia Quintas
aa843f2bfc
Testing making the authority filter a plugin, for cronet
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
David Garcia Quintas
c7c0d69d8b
Secure channels: use the right authority
7 years ago
Yihua Zhang
04fb58efbd
Add ALTS code to grpc/core
7 years ago
Sree Kuchibhotla
ae277dd000
Revert "Add ALTS C stack to gRPC core"
7 years ago
Jan Tattermusch
d606e36061
regenerate projects
7 years ago
Yihua Zhang
eaf6486677
Add ALTS code to grpc/core
7 years ago
ncteisen
e9587db853
Move status util
7 years ago
ncteisen
1cc064dbfc
Reviewer feedback, s/object_registry/channel_trace_registry
7 years ago
ncteisen
31c05ba668
reviewer feedback, rename
7 years ago
Mark D. Roth
718c8341ca
Retry support.
7 years ago
Mehrdad Afshari
b6d35fd9ea
Regenerate projects
7 years ago
Mark D. Roth
3e7f2df047
Convert slice hash table and service config code to C++.
7 years ago
Mehrdad Afshari
1546b2ae7c
Regenerate projects
7 years ago
Mehrdad Afshari
9073ea03ef
Regenerate projects
7 years ago
Mehrdad Afshari
005d63da4c
Regenerate projects
7 years ago
Ken Payson
a75712a71f
Remove Python background poller thread
7 years ago
Yihua Zhang
75f0a9fbd2
place security_connector in its own subdirectory
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
Mehrdad Afshari
db04c18289
Clarify add_done_callback works on both success and failure
7 years ago
Mark D. Roth
209f644f04
Convert resolver API to C++.
7 years ago
Vijay Pai
8f4fbb1c55
Move avl to its own directory and rename it to grpc_avl
7 years ago
Muxi Yan
cda058de8e
build projects
7 years ago
Muxi Yan
6f0b195d20
Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*
7 years ago
Mehrdad Afshari
b66e6fe761
Sleep a second to deflake ReconnectTest
...
The thread that watches connectivity on the channel might not
pick up that the server has gone away before the request is
dispatched, and return UNAVAILABLE instead of reconnecting
prior to sending the request. The fundamental solution would
basically be enabling retries in C-core. For now, we opt to
sleep a second to deflake this particular test case.
7 years ago
Ken Payson
1a8565d379
Bump version to 1.9.1
7 years ago