jiangtaoli2016
22cc52aa9b
Bug fix
8 years ago
Vizerai
6903d74238
changed from symbolic links to actual files
8 years ago
Vizerai
0359e1260f
initial commit
8 years ago
Muxi Yan
5109b38d4b
Add end2end test for workarounds
8 years ago
Craig Tiller
a4b8eb003e
Fix loss of poller bug
8 years ago
Craig Tiller
43bf259f4e
Fix kicking poller
8 years ago
Craig Tiller
f4b0fcaa8e
Add comment
8 years ago
Craig Tiller
7cb2698abd
Lower epoll ev count
8 years ago
Craig Tiller
b4bfc4ac5d
hmmmm
8 years ago
Craig Tiller
a346802846
hmm
8 years ago
Craig Tiller
8affd20a99
reduce epoll events to increase parallelism, kill spam
8 years ago
Craig Tiller
b9b2cbfb71
rr assignments
8 years ago
Craig Tiller
bbf4c7a00a
Try to avoid contention
8 years ago
murgatroid99
ea87dfb711
Clang format
8 years ago
murgatroid99
37797bdfa5
Remove another instance of '#ifdef GRPC_UV' from Node extension
8 years ago
Craig Tiller
f3e40227c3
Fix bad assumption
8 years ago
Craig Tiller
8502ecbd38
Tweak: trigger next poller before exec_ctx flush
8 years ago
Muxi Yan
58a1220a07
sanity fixes
8 years ago
Craig Tiller
c9b09e98fd
Fix wakeup condition
8 years ago
David Garcia Quintas
04109e8f7d
BUILD and #include fixes
8 years ago
Craig Tiller
32f90eec45
bug fixes, implementation
8 years ago
Muxi Yan
384d8ffaaa
Use mdelem's user data caching
8 years ago
Muxi Yan
d64e70a815
Use channel arg to enable workaround
8 years ago
jiangtaoli2016
a6435bd3f7
Update security_handshaker to use new TSI
8 years ago
Craig Tiller
6de0593e82
Start sketching hierarchical turnstile
8 years ago
Jan Tattermusch
d9c6760b39
include sources and symbols in C# nugets
8 years ago
Muxi Yan
9dd9178f30
Allow enabling of each filter
8 years ago
Muxi Yan
f8d01f3834
Intercept compression when workaround is active
8 years ago
Sree Kuchibhotla
2f128f9a0b
add blocking region annotations around sigtimedwait
8 years ago
David Garcia Quintas
04911ca202
New version of grpclb end2end test
8 years ago
Craig Tiller
375eb258d8
Fix kicks
8 years ago
Manuel Kroiss
6580894218
Fix python imports in gRPC generated python code
...
This changes the import style for proto dependencies from a) to b).
a) "import a.b.c as x"
b) "from a.b import c as x"
Using statement a) causes problems when using __init__ files. If module
"a.b" has an __init__.py file which is importing the python generated
grpc code "a.b.d", then we cannot import a module named "a.b.c" because
the module "a.b" does not exist yet. In this case python will throw:
AttributeError: 'module' object has no attribute 'b'
This PR adapts the code to use the same logic as in:
/google/protobuf/compiler/python/python_generator.cc
8 years ago
Craig Tiller
f8382b80ca
clang-format
8 years ago
Craig Tiller
9ddb3151d6
Bug fixes
8 years ago
David Garcia Quintas
606945af76
1.3.0 -> 1.3.1-pre1
8 years ago
David Garcia Quintas
3ef2355eae
s/1.3.0-pre/1.3.0
8 years ago
Craig Tiller
6f0af49bb2
Allow specifying a default signal iff epollsig has been explicitly requested
8 years ago
Craig Tiller
d4838a98c5
Tweaks
8 years ago
Craig Tiller
b72a74ae03
Fix wakeup bug
8 years ago
Craig Tiller
4509c47614
Fixes
8 years ago
Muxi Yan
f63afec89d
user-agent string filtering
8 years ago
Craig Tiller
c67cc999e3
Initial fork for singleton epoll poller
8 years ago
Jan Tattermusch
136533e396
fix security_connector.c formatting
8 years ago
Julien Boeuf
815e318268
Removing cipher suites blacklisted in HTTP2.
...
See http://httpwg.org/specs/rfc7540.html#BadCipherSuites
8 years ago
Sree Kuchibhotla
93478976b7
Cleanup ev_epoll_linux_test and add some log statements in
...
ev_epoll_linux.c
8 years ago
Sree Kuchibhotla
22b8bb1e08
Make max-pollers configurable via GRPC_MAX_POLLERS_PER_PI env variable
8 years ago
Sree Kuchibhotla
1eabdab113
clang format
8 years ago
murgatroid99
cb5c62afab
Remove extra header from node_grpc.cc
8 years ago
Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
Nathaniel Manista
b1faf02140
What was once Mac OS X is now called macOS
8 years ago