Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' into limit_metadata_size | Mark D. Roth | 2016-05-03 |
|\ | |||
* | | Added bad_client test to check that the server rejects requests with too | Mark D. Roth | 2016-05-03 |
| | | | | | | | | much metadata and refuses to send responses with too much metadata. | ||
| * | Merge pull request #6399 from nicolasnoble/source-of-truth-api | Nicolas Noble | 2016-05-02 |
| |\ | | | | | | | Properly using our build.yaml source of truth to generate our list of public APIs. | ||
| * \ | Merge pull request #6394 from y-zeng/fix-5557 | Yuchen Zeng | 2016-05-02 |
| |\ \ | | | | | | | | | Explicitly cast constant value to gpr_atm | ||
| * \ \ | Merge pull request #6397 from murgatroid99/node_tools_minor_fix | Nicolas Noble | 2016-05-02 |
| |\ \ \ | | | | | | | | | | | Node tools: use the right extension for running protoc on Windows | ||
| * \ \ \ | Merge pull request #6393 from jtattermusch/csharp_internal_cleanup | Jan Tattermusch | 2016-05-02 |
| |\ \ \ \ | | | | | | | | | | | | | C# cleanup client-side call RECV_STATUS_ON_CLIENT internals | ||
| * \ \ \ \ | Merge pull request #6380 from ctiller/stress_fail | Nicolas Noble | 2016-05-02 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Stress test fixes | ||
| * \ \ \ \ \ | Merge pull request #6396 from nicolasnoble/build-it-all-the-way-2 | Nicolas Noble | 2016-05-02 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Always build the grpc library when building the ruby extension. | ||
| * \ \ \ \ \ \ | Merge pull request #6382 from sreecha/csharp_stress_test_docker | Jan Tattermusch | 2016-05-02 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add C# stress client to the test framework | ||
| * \ \ \ \ \ \ \ | Merge pull request #6340 from ctiller/fail_fast_breaks_qps | Jan Tattermusch | 2016-05-02 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Disable fail fast for qps driver | ||
| * \ \ \ \ \ \ \ \ | Merge pull request #6359 from grpc/python_stress_test | Jan Tattermusch | 2016-05-02 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Create Python stress test | ||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #6387 from ctiller/sml | Jan Tattermusch | 2016-05-02 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug where max_frame_size was ignored | ||
| | | | | | | | | | | * | Properly using our build.yaml source of truth to generate our list of public ↵ | Nicolas "Pixel" Noble | 2016-05-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | APIs. | ||
| | | | | | | | | * | | | Node tools: use the right extension for running protoc on Windows | murgatroid99 | 2016-05-02 |
| | | | | | | | | | |/ | | | | | | | | | |/| | |||
| * | | | | | | | | | | Merge pull request #6371 from murgatroid99/ruby_tools_gem | Nicolas Noble | 2016-05-02 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | Created grpc-tools ruby gem for distributing protoc and the plugin | ||
| | | | | | | * | | | | Always build the grpc library when building the ruby extension. | Nicolas "Pixel" Noble | 2016-05-02 |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | |||
| | | | | | | | * | | fix typo | Jan Tattermusch | 2016-05-02 |
| | | | | | | | | | | |||
| | * | | | | | | | | Reversed premature removal of a file | murgatroid99 | 2016-05-02 |
| | | | | | | | | | | |||
| | * | | | | | | | | Simplified Ruby tools extension checking | murgatroid99 | 2016-05-02 |
| | | | | | | | | | | |||
| * | | | | | | | | | Merge pull request #6377 from murgatroid99/node_consistent_examples | Jan Tattermusch | 2016-05-02 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Reverted 'Rewrite Node greeter example to use generated code' | ||
| | | | | | | | | * | | add more tests | Jan Tattermusch | 2016-05-02 |
| | | | | | | | | | | | |||
* | | | | | | | | | | | Merge branch 'master' into limit_metadata_size | Mark D. Roth | 2016-05-02 |
|\| | | | | | | | | | | |||
| | | | | | | | | * | | improve unary call response handler | Jan Tattermusch | 2016-05-02 |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||
* | | | | | | | | | | Changed writing code to honor the peer's header size limit setting. | Mark D. Roth | 2016-05-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||
* | | | | | | | | | | Add grpc_metadata_batch_size() function. | Mark D. Roth | 2016-05-02 |
| | | | | | | | | | | |||
| * | | | | | | | | | Merge pull request #6386 from jcanizales/fix-call-state | makdharma | 2016-05-01 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix call state | ||
| | | | | * | | | | | | Fix bug where max_frame_size was ignored | Craig Tiller | 2016-04-30 |
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add corpus entries that helped diagnose this bug | ||
| | * | | | | | | | | Add state transitions to GRPCCall | Jorge Canizales | 2016-04-30 |
| | | | | | | | | | | |||
| | * | | | | | | | | Test that GRPCCall transitions states properly | Jorge Canizales | 2016-04-30 |
| | | | | | | | | | | |||
| | | | | | | * | | | C# Dockerfile and Config scripts | Sree Kuchibhotla | 2016-04-29 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||
| | | | | | | | * | explicitly cast constant value to gpr_atm | Yuchen Zeng | 2016-04-29 |
| | | | | | | | | | |||
| * | | | | | | | | Update CONTRIBUTING.md | Jayant Kolhe | 2016-04-29 |
| | | | | | | | | | |||
| * | | | | | | | | Update CONTRIBUTING.md | Jayant Kolhe | 2016-04-29 |
| | | | | | | | | | |||
| * | | | | | | | | Merge pull request #6347 from ctiller/catastrophic_monkey_dance_241 | Nicolas Noble | 2016-04-29 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix a case whereby we leak a winsocket if we fail to connect | ||
| * \ \ \ \ \ \ \ \ | Merge pull request #6368 from ctiller/vtune | Nicolas Noble | 2016-04-29 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | Ensure minimum size of alt stack (to please vtune) | ||
| | | | | | | | | * | Stress test fixes | Craig Tiller | 2016-04-29 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||
| | | | | * | | | | Reverted 'Rewrite Node greeter example to use generated code' | murgatroid99 | 2016-04-29 |
| | |_|_|/ / / / | |/| | | | | | | |||
| * | | | | | | | Merge pull request #6372 from ctiller/fail_fast | Eric Anderson | 2016-04-29 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Spell out fail fast semantics | ||
* | | | | | | | | | Use HTTP/2 MAX_HEADER_LIST_SIZE setting instead of adding a new member | Mark D. Roth | 2016-04-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the grpc_chttp2_transport_parsing struct. | ||
| | * | | | | | | | Spell out fail fast semantics | Craig Tiller | 2016-04-29 |
| | | | | | | | | | |||
| | | | | | * | | | Fixed build_package_ruby's use of variables | murgatroid99 | 2016-04-29 |
| | | | | | | | | | |||
| * | | | | | | | | Merge pull request #6305 from dgquintas/compression_tracer | Jan Tattermusch | 2016-04-29 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Added compression tracer | ||
| * \ \ \ \ \ \ \ \ | Merge pull request #6354 from ctiller/portabit | Jan Tattermusch | 2016-04-29 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix double delete | ||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #6357 from ctiller/split-me-baby-one-more-time | Jan Tattermusch | 2016-04-29 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add a shard channel arg to client channel construction | ||
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #6361 from jtattermusch/benchmark_kill_python | Jan Tattermusch | 2016-04-29 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | Kill pending python workers on start | ||
| | | | | | | | | * | | | Fixed build_package_ruby's use of variables | murgatroid99 | 2016-04-29 |
| | | | | | | | | | | | | |||
| | | | | | | | | * | | | Fixed grpc-tools.gemspec | murgatroid99 | 2016-04-29 |
| | | | | | | | | | | | | |||
| | | | | | | | | * | | | Updated build_package_ruby to build the grpc-tools gem | murgatroid99 | 2016-04-29 |
| | | | | | | | | | | | | |||
| | | | | | | | | * | | | Created grpc-tools ruby gem for distributing protoc and the plugin | murgatroid99 | 2016-04-29 |
| | | | | | | | | | | | | |||
| | | | | | | * | | | | | Ensure minimum size of alt stack (to please vtune) | Craig Tiller | 2016-04-29 |
| | | | |_|_|/ / / / / | | | |/| | | | | | | |