Mehrdad Afshari
dd9697fef8
Eliminate broad-except suppression
7 years ago
Mehrdad Afshari
1611946161
Eliminate bare-except suppression
7 years ago
Mehrdad Afshari
4cc8ea9be1
Eliminate old-style-class suppression
7 years ago
Mehrdad Afshari
fc3bb7c1f9
Eliminate wildcard-import suppression
7 years ago
Mehrdad Afshari
86d04c2e34
Eliminate function-redefined suppression
7 years ago
Mehrdad Afshari
bc947ada75
Eliminate unnecessary-lambda suppression
7 years ago
Mehrdad Afshari
4c87620da2
Eliminate undefined-variable suppression
7 years ago
Mehrdad Afshari
a6bf3ccac8
Eliminate non-iterator-returned suppression
7 years ago
Mehrdad Afshari
a7926f9a4c
Eliminate undefined-loop-variable suppression
7 years ago
Mehrdad Afshari
327b3fb6f8
Eliminate raising-bad-type suppression
7 years ago
Mehrdad Afshari
ce8e2fcd16
Eliminate unreachable suppression
7 years ago
Mehrdad Afshari
35c7e8c833
Eliminate bad-continuation suppression
7 years ago
Mehrdad Afshari
8e9baf35bd
Bump protobuf runtime dependency versions
7 years ago
kpayson64
7a20c962df
Break out qps services into seperate protos
7 years ago
Nathaniel Manista
4d647cf9c1
Fix a use of nonexistent .received_cancelled
...
.received_cancelled was changed to .cancelled() in
81edf5ff9af2d90813773acb9c2793e1a4cd1057; this change should have been
a part of that change.
7 years ago
Mehrdad Afshari
12420ccb21
Regenerate projects
7 years ago
Mehrdad Afshari
df35fbbf06
Regenerate projects
7 years ago
Mehrdad Afshari
4f68b4cfac
Regenerate projects
7 years ago
Mehrdad Afshari
10d1b1e2a7
Regenerate projects
7 years ago
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