Mark D. Roth
2df502e518
Fix max_message_length test, which was broken by the previous fix to the
...
proxy tests.
9 years ago
Mark D. Roth
bc84672537
Use unlimited default for max header size until receiving new settings
...
from the peer. This both complies with the RFC and ensures that if the
user sets a higher limit than the 16K default, we won't incorrectly
reject data sent before settings are exchanged.
Also fix proxy tests.
9 years ago
Mark D. Roth
a4edeb3372
Fix build breakage in bad_client tests.
9 years ago
Mark D. Roth
7cae1f7198
Remove some unneeded code from an earlier iteration of this code.
9 years ago
Mark D. Roth
2c04262ee0
Merge branch 'master' into limit_metadata_size
9 years ago
Mark D. Roth
8a1d8052eb
Added bad_client test to check that the server rejects requests with too
...
much metadata and refuses to send responses with too much metadata.
9 years ago
Nicolas Noble
6bac7d3467
Merge pull request #6399 from nicolasnoble/source-of-truth-api
...
Properly using our build.yaml source of truth to generate our list of public APIs.
9 years ago
Yuchen Zeng
1a7adfb120
Merge pull request #6394 from y-zeng/fix-5557
...
Explicitly cast constant value to gpr_atm
9 years ago
Nicolas Noble
a0d1529f6b
Merge pull request #6397 from murgatroid99/node_tools_minor_fix
...
Node tools: use the right extension for running protoc on Windows
9 years ago
Jan Tattermusch
b3d55334b1
Merge pull request #6393 from jtattermusch/csharp_internal_cleanup
...
C# cleanup client-side call RECV_STATUS_ON_CLIENT internals
9 years ago
Nicolas Noble
8fd7f652b7
Merge pull request #6380 from ctiller/stress_fail
...
Stress test fixes
9 years ago
Nicolas Noble
1c4dfc6ed9
Merge pull request #6396 from nicolasnoble/build-it-all-the-way-2
...
Always build the grpc library when building the ruby extension.
9 years ago
Jan Tattermusch
647464f03e
Merge pull request #6382 from sreecha/csharp_stress_test_docker
...
Add C# stress client to the test framework
9 years ago
Jan Tattermusch
e88030a2c2
Merge pull request #6340 from ctiller/fail_fast_breaks_qps
...
Disable fail fast for qps driver
9 years ago
Jan Tattermusch
806b644d73
Merge pull request #6359 from grpc/python_stress_test
...
Create Python stress test
9 years ago
Jan Tattermusch
e03f8e8584
Merge pull request #6387 from ctiller/sml
...
Fix bug where max_frame_size was ignored
9 years ago
Nicolas "Pixel" Noble
777c26329c
Properly using our build.yaml source of truth to generate our list of public APIs.
9 years ago
murgatroid99
8a6efb7a42
Node tools: use the right extension for running protoc on Windows
9 years ago
Nicolas Noble
3f2fad6c20
Merge pull request #6371 from murgatroid99/ruby_tools_gem
...
Created grpc-tools ruby gem for distributing protoc and the plugin
9 years ago
Nicolas "Pixel" Noble
791e93ee2f
Always build the grpc library when building the ruby extension.
9 years ago
Jan Tattermusch
08e1f755a3
fix typo
9 years ago
murgatroid99
8e4512ba48
Reversed premature removal of a file
9 years ago
murgatroid99
edb8b76ac2
Simplified Ruby tools extension checking
9 years ago
Jan Tattermusch
1dd74dd378
Merge pull request #6377 from murgatroid99/node_consistent_examples
...
Reverted 'Rewrite Node greeter example to use generated code'
9 years ago
Jan Tattermusch
a4a627030e
add more tests
9 years ago
Mark D. Roth
586c8667ee
Merge branch 'master' into limit_metadata_size
9 years ago
Jan Tattermusch
13d1abf444
improve unary call response handler
9 years ago
Mark D. Roth
ebbbce3e6e
Changed writing code to honor the peer's header size limit setting.
...
Changed large_metadata test to only cover the case where both the client
and server support large metadata; I will cover the other cases in
separate tests in a subsequent commit.
9 years ago
Mark D. Roth
125590f9d5
Add grpc_metadata_batch_size() function.
9 years ago
makdharma
6b1afe1ad9
Merge pull request #6386 from jcanizales/fix-call-state
...
Fix call state
9 years ago
Craig Tiller
e98b494db7
Fix bug where max_frame_size was ignored
...
Also add corpus entries that helped diagnose this bug
9 years ago
Jorge Canizales
0803bb0b33
Add state transitions to GRPCCall
9 years ago
Jorge Canizales
47b80bc558
Test that GRPCCall transitions states properly
9 years ago
Sree Kuchibhotla
67df784bbc
C# Dockerfile and Config scripts
9 years ago
Yuchen Zeng
615da64992
explicitly cast constant value to gpr_atm
9 years ago
Jayant Kolhe
2f26234203
Update CONTRIBUTING.md
9 years ago
Jayant Kolhe
29660794bf
Update CONTRIBUTING.md
9 years ago
Nicolas Noble
5ff9920248
Merge pull request #6347 from ctiller/catastrophic_monkey_dance_241
...
Fix a case whereby we leak a winsocket if we fail to connect
9 years ago
Nicolas Noble
ee11213eb9
Merge pull request #6368 from ctiller/vtune
...
Ensure minimum size of alt stack (to please vtune)
9 years ago
Craig Tiller
4ee1a62723
Stress test fixes
...
- properly fail a Read() on a stream if we fail to parse a protobuf
- fix an ordering problem with the chttp2 transport global lock, whereby
a sequence of two operations could be swapped - this resulted in
slices being returned to the upper layers in the wrong order,
corrupting data
9 years ago
murgatroid99
c7edb0ee10
Reverted 'Rewrite Node greeter example to use generated code'
9 years ago
Eric Anderson
90b4a87d3b
Merge pull request #6372 from ctiller/fail_fast
...
Spell out fail fast semantics
9 years ago
Mark D. Roth
00598719bc
Use HTTP/2 MAX_HEADER_LIST_SIZE setting instead of adding a new member
...
in the grpc_chttp2_transport_parsing struct.
9 years ago
Craig Tiller
2a932daaaf
Spell out fail fast semantics
9 years ago
murgatroid99
8cb5f2f413
Fixed build_package_ruby's use of variables
9 years ago
Jan Tattermusch
f921f2bee1
Merge pull request #6305 from dgquintas/compression_tracer
...
Added compression tracer
9 years ago
Jan Tattermusch
91cda8ff10
Merge pull request #6354 from ctiller/portabit
...
Fix double delete
9 years ago
Jan Tattermusch
712cb7892f
Merge pull request #6357 from ctiller/split-me-baby-one-more-time
...
Add a shard channel arg to client channel construction
9 years ago
Jan Tattermusch
b13382a7dc
Merge pull request #6361 from jtattermusch/benchmark_kill_python
...
Kill pending python workers on start
9 years ago
murgatroid99
f897fec0db
Fixed build_package_ruby's use of variables
9 years ago