Craig Tiller
db7c35635b
Work stealing between affinitized cqs
9 years ago
Craig Tiller
88ef00efbe
Remove broken test
9 years ago
Craig Tiller
cf2cce661d
Bug fixes
9 years ago
Craig Tiller
40945c702a
Add missing function for completion queue
9 years ago
Craig Tiller
9f9d4223fb
Further server cq affinity work
9 years ago
Craig Tiller
418a82187c
Begin sharding request queues per cq
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
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
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
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
Jan Tattermusch
3bf45e11c1
Merge pull request #6583 from carl-mastrangelo/dotdotdot
...
Fix stress test JVM Args
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
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
Jan Tattermusch
4e841829cd
Merge pull request #6570 from dgquintas/better-compression-docs-and-names
...
Better compression docs and names
9 years ago
David Garcia Quintas
5028334df3
Further renamings (compression channel arg keys)
9 years ago
David Garcia Quintas
11b520afc6
New protobuf version
9 years ago
David Garcia Quintas
183ba02ce7
Renamed some defines
9 years ago
David Garcia Quintas
e644cfddb8
better docstrings for compression_types.h
9 years ago
yang-g
6ce4d0b335
prepare to enable ubsan in continuous build
9 years ago
Yuchen Zeng
2ea66c3b8f
Added comment about repeated responses
9 years ago
Jan Tattermusch
f11f2b1b69
Merge pull request #6453 from kpayson64/python_protoc
...
Made complex directories for python protoc test
9 years ago
Jan Tattermusch
20b7d48998
Merge pull request #6529 from thinkerou/master
...
add owned
9 years ago
Jan Tattermusch
1aa28f00f8
Merge pull request #6546 from carl-mastrangelo/womble
...
Set GC params for Java Stress Test
9 years ago
Mark D. Roth
5eba7971fb
Switch from snprintf() to gpr_asprintf().
9 years ago
Jan Tattermusch
a709afe241
Merge pull request #6479 from kpayson64/python_protoc_formatting
...
Format changes to python protoc generation
9 years ago
Jan Tattermusch
8b34ab0a35
Merge pull request #6552 from jboeuf/add_curlies
...
Add curlies for multiline if statements.
9 years ago
Mark D. Roth
0eb3e13ea2
Fix large_metadata_bad_client_test to avoid C99 string literal length limit.
9 years ago
Jan Tattermusch
a8663fa554
Merge pull request #6553 from grpc/revert-6488-revert-6214-master
...
Revert "Revert "cronet wrapper code"", and fix the issue with build.yaml
9 years ago
Jan Tattermusch
7e0b8120c1
Merge pull request #6562 from rjshade/on_orphan_callback
...
Add callback when gRPC FD is about to be orphaned.
9 years ago
Jan Tattermusch
677e04d7bd
Merge pull request #6431 from murgatroid99/node_protoc_examples
...
Split Node examples into static and dynamic code generation examples
9 years ago
Craig Tiller
5f902c1267
Fix tsan reported error
9 years ago
Robbie Shade
9aa6f40dff
Add callback when gRPC FD is about to be orphaned.
9 years ago
Craig Tiller
368e889eed
Merge branch 'cleaner-posix3' of github.com:ctiller/grpc into cleaner-posix3
9 years ago
Craig Tiller
a65f9f5820
Fix test usage of pollset
9 years ago
Jan Tattermusch
26dd2b8d6b
Merge pull request #6560 from jtattermusch/csharp_channel_shutdown_improvements
...
Improve channel behavior in shutdown situations
9 years ago
Vijay Pai
b4cb249107
steaming -> streaming
9 years ago
Craig Tiller
d310451ff1
Remove redundant declaration
9 years ago
Jan Tattermusch
528fb6651c
improve channel behavior in shutdown situations
9 years ago