Craig Tiller
9f9d4223fb
Further server cq affinity work
9 years ago
David Klempner
948afddffe
Run clang-format against port_posix.c and port_windows.c
9 years ago
Craig Tiller
418a82187c
Begin sharding request queues per cq
9 years ago
murgatroid99
c0ecedba83
Made signal handling properly handle non-killing signals
9 years ago
Nathaniel Manista
ea8ae09142
"sooner" -> "server" typo correction
...
"... will not have the effect of stopping the sooner later", heh. :-P
9 years ago
Jan Tattermusch
20a9739508
upgrade C# protobuf dependencies to 3.0.0-beta3
9 years ago
Jan Tattermusch
4c1dd4bcf9
update third_party/protobuf to v3.0.0-beta3
9 years ago
murgatroid99
76733cf196
Removed remaining references to old server handling code
9 years ago
murgatroid99
d595fb6557
Handle signals properly when dropping GVL
9 years ago
Craig Tiller
6f7756e970
Expand corpus
9 years ago
yang-g
ed9ae72e7b
Assert we get a valid creds.
9 years ago
Craig Tiller
e2f7f31552
Expand corpus
9 years ago
murgatroid99
b19f181f3e
Avoid using unspecified keyword args where possible
9 years ago
Craig Tiller
1f963ba63f
Expand corpus
9 years ago
Michael Bausor
4f8e40b9e1
Updated functions with TSRM macros for ZTS support
9 years ago
Craig Tiller
c3b88b079e
Better testing
9 years ago
Craig Tiller
a0e10d4690
Merge branch 'better_wakeups' into test_affine
9 years ago
Craig Tiller
cefa37803a
Add affinity to ev_poll_posix
9 years ago
Sree Kuchibhotla
4790263c5f
Merge branch 'master' into server_channel_affinity
9 years ago
Craig Tiller
556e5ae525
Fix accelerated wakeups
...
We can end up in situations where a pollset needs to kick itself.
This is supposed to be an accelerated codepath, however a bug crept in
whereby we missed the opportunity to do so, resulting in needing to
round trip these wakeups redundantly through the OS and wake other
threads unnecessarily.
9 years ago
Craig Tiller
d5b3482f4d
Expand corpus
9 years ago
Craig Tiller
680822fdc6
Expand corpus
9 years ago
Nathaniel Manista
3fe71993da
Split and rename test_constants.PARALLELISM
...
Going forward we'd like to be able to test much larger numbers of RPCs
than the number of threads available to a test.
9 years ago
Craig Tiller
892c37072e
Expand corpora
9 years ago
Craig Tiller
9d2822a167
Fix fuzzer bugs
9 years ago
Craig Tiller
2f9fc7be95
Fix fuzzer bug, add corpora
9 years ago
Craig Tiller
d8550756ea
Add fuzzing for receving messages after close
9 years ago
Craig Tiller
1102faffca
Merge branch 'connect_first' into test_affine
9 years ago
Craig Tiller
b1d3b36e3d
Add affinity to ev_poll_posix
9 years ago
Craig Tiller
f7a670fe6d
Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine
9 years ago
Jan Tattermusch
5cbccd0781
set client params differently for sync and async client
9 years ago
David Klempner
1ba1bba66a
Merge pull request #6567 from markdroth/large_metadata_test_fix
...
Fix large_metadata_bad_client_test to avoid C99 string literal length limit.
9 years ago
David Klempner
6fb122dc6e
Add calls to grpc_recycle_unused_port to two of the tests which call
...
grpc_pick_unused_port a lot.
9 years ago
David Klempner
c7614cf277
Fix declarations in port.h to not be ambiguous in C due to K&R.
...
Also actually add the port parameter to grpc_recycle_unused_port.
Also remove the downsizing gpr_realloc in the recycle codepath, which is
unnecessary and can free the pointer.
9 years ago
David Garcia Quintas
0fde7131aa
Fixed usage of anon namespace inside .h
9 years ago
Jan Tattermusch
3bf45e11c1
Merge pull request #6583 from carl-mastrangelo/dotdotdot
...
Fix stress test JVM Args
9 years ago
Jan Tattermusch
37a907e471
add support for CLIENT_LANGUAGE setting
9 years ago
Jan Tattermusch
9ad288e7e8
Merge pull request #6578 from jtattermusch/add_bat_copyrights
...
Add copyrights to .bat files (and update the checker to report missing ones)
9 years ago
Yuchen Zeng
086601f05f
Merge pull request #6414 from y-zeng/reflection_proto
...
Add reflection.proto
9 years ago
Craig Tiller
52237e3a96
clang-format
9 years ago
Craig Tiller
63d24f1c7d
Make qps workers connect before even warmup stage begins
9 years ago
Carl Mastrangelo
013a0ea421
Fix stress test JVM Args
9 years ago
Jan Tattermusch
c9e1959adf
add copyright to the template as well
9 years ago
David Klempner
2ecb08f5a7
Merge branch 'master' into return_unused_port
9 years ago
David Klempner
2754c91fee
Add an API to return an unused port to the portserver
9 years ago
Jan Tattermusch
effd74c3cc
Merge pull request #5456 from ctiller/cleaner-posix3
...
Splitting out a pure poll() based event engine
9 years ago
Jan Tattermusch
f551edf730
add missing copyrights to .bat files
9 years ago
Jan Tattermusch
fdb8931e47
check for copyright in .bat files
9 years ago
Jan Tattermusch
ebf66403aa
Merge pull request #6569 from yang-g/ubsan
...
prepare to enable ubsan in continuous build
9 years ago
Jan Tattermusch
c96151bf8c
Merge pull request #6561 from vjpai/ytpo
...
De-💩 ify code
9 years ago