aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | | | Merge pull request #6406 from sreecha/ruby_stress_test_dockerGravatar Jan Tattermusch2016-05-03
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ruby docker files and config
| | | | | * | | | | | | | | fixupGravatar Jan Tattermusch2016-05-03
| | | | | | | | | | | | | |
| | | | | * | | | | | | | | add more testsGravatar Jan Tattermusch2016-05-03
| | | | | | | | | | | | | |
| | | | | * | | | | | | | | make SendStatusFromServer independent on WriteAsyncGravatar Jan Tattermusch2016-05-03
| | | | | | | | | | | | | |
| | | | | * | | | | | | | | add AsyncCalServer tests to sanity testsGravatar Jan Tattermusch2016-05-03
| | | | | | | | | | | | | |
| | | | | * | | | | | | | | add tests for AsyncCallServerGravatar Jan Tattermusch2016-05-03
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-03
|\| | | | | | | | | | | | |
| | | | | | | | * | | | | | Fix async_end2end_test flow controlGravatar Craig Tiller2016-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Completion queues + flow control + single threading is hard. We need a read outstanding on a call to grant flow control tokens to the remote end. To do that we need to request a read *before* we wait for the write to be finished, otherwise, in the case of a large write we'll block waiting for flow control tokens. Built on #6402
| | | | | | | | | | | | | * Fixed rubocop issues with newest changesGravatar murgatroid992016-05-03
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * Ruby: improve server error handling, fix a reference errorGravatar murgatroid992016-05-03
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| | | | | | | | | | | | * Improve docs on GRPC_OP_RECV_CLOSE_ON_SERVERGravatar Jan Tattermusch2016-05-03
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | | | | | | | * | | | Merge github.com:grpc/grpc into large_async_secure_and_fixedGravatar Craig Tiller2016-05-03
| | | | | | | | |\ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| | | | | * | | | | | | fixupGravatar Jan Tattermusch2016-05-03
| | | | | | | | | | | |
| | | | | * | | | | | | add one more client server testGravatar Jan Tattermusch2016-05-03
| | | | | | | | | | | |
| | | | | * | | | | | | add more testsGravatar Jan Tattermusch2016-05-03
| | | | | | | | | | | |
| | | | | * | | | | | | make end-of-stream idempotentGravatar Jan Tattermusch2016-05-03
| | | | | | | | | | | |
| | | | | * | | | | | | add idempotency testGravatar Jan Tattermusch2016-05-03
| | | | | | | | | | | |
| | | | | * | | | | | | add more featuresGravatar Jan Tattermusch2016-05-03
| | | | | | | | | | | |
| | | | | * | | | | | | add more testsGravatar Jan Tattermusch2016-05-03
| | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #6399 from nicolasnoble/source-of-truth-apiGravatar Nicolas Noble2016-05-02
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Properly using our build.yaml source of truth to generate our list of public APIs.
| | | * | | | | | | | | Ruby docker files and configGravatar Sree Kuchibhotla2016-05-02
| | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #6394 from y-zeng/fix-5557Gravatar Yuchen Zeng2016-05-02
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | Explicitly cast constant value to gpr_atm
| * | | | | | | | | | Merge pull request #6397 from murgatroid99/node_tools_minor_fixGravatar Nicolas Noble2016-05-02
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Node tools: use the right extension for running protoc on Windows
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #6393 from jtattermusch/csharp_internal_cleanupGravatar Jan Tattermusch2016-05-02
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | C# cleanup client-side call RECV_STATUS_ON_CLIENT internals
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6380 from ctiller/stress_failGravatar Nicolas Noble2016-05-02
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stress test fixes
| | | | | | | | | | | * | | Cover large message sent securely or insecurely over asyncGravatar Vijay Pai2016-05-02
| | | | | | | | | | | | | |
| | | | | | | * | | | | | | Updated a couple more scriptsGravatar murgatroid992016-05-02
| | | | | | | | | | | | | |
| | | | | | | | | | | * | | Add coverage for secure async end2end testingGravatar Vijay Pai2016-05-02
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #6396 from nicolasnoble/build-it-all-the-way-2Gravatar Nicolas Noble2016-05-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always build the grpc library when building the ruby extension.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6382 from sreecha/csharp_stress_test_dockerGravatar Jan Tattermusch2016-05-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add C# stress client to the test framework
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6340 from ctiller/fail_fast_breaks_qpsGravatar Jan Tattermusch2016-05-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable fail fast for qps driver
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6359 from grpc/python_stress_testGravatar Jan Tattermusch2016-05-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create Python stress test
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6387 from ctiller/smlGravatar Jan Tattermusch2016-05-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug where max_frame_size was ignored
| | | | | | | | | | | * | | | | | | | Properly using our build.yaml source of truth to generate our list of public ↵Gravatar Nicolas "Pixel" Noble2016-05-02
| | | | | | | | | | | | |_|_|_|/ / / | | | | | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | APIs.
| | | | | | | | | * | / | | | | | | Node tools: use the right extension for running protoc on WindowsGravatar murgatroid992016-05-02
| | | | | | | | | | |/ / / / / / / | | | | | | | | | |/| | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request #6371 from murgatroid99/ruby_tools_gemGravatar Nicolas Noble2016-05-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | Created grpc-tools ruby gem for distributing protoc and the plugin
| | | | | | | * | | | | | | | | | Always build the grpc library when building the ruby extension.Gravatar Nicolas "Pixel" Noble2016-05-02
| | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | fix typoGravatar Jan Tattermusch2016-05-02
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Reversed premature removal of a fileGravatar murgatroid992016-05-02
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | | Merge branch 'master' of github.com:grpc/grpc into codegen_remove_protoGravatar David Garcia Quintas2016-05-02
| | | | | | | | | | | | |\ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Simplified Ruby tools extension checkingGravatar murgatroid992016-05-02
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #6377 from murgatroid99/node_consistent_examplesGravatar Jan Tattermusch2016-05-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reverted 'Rewrite Node greeter example to use generated code'
| | | | | | | | | * | | | | | | | add more testsGravatar Jan Tattermusch2016-05-02
| | | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | improve unary call response handlerGravatar Jan Tattermusch2016-05-02
| | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #6386 from jcanizales/fix-call-stateGravatar makdharma2016-05-01
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix call state
| | | | | * | | | | | | | | | | | Fix bug where max_frame_size was ignoredGravatar Craig Tiller2016-04-30
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add corpus entries that helped diagnose this bug
| | * | | | | | | | | | | | | | Add state transitions to GRPCCallGravatar Jorge Canizales2016-04-30
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Test that GRPCCall transitions states properlyGravatar Jorge Canizales2016-04-30
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * Removed leftover function declaration from channel argsGravatar David Garcia Quintas2016-04-29
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| | | | | | | * | | | | | | | C# Dockerfile and Config scriptsGravatar Sree Kuchibhotla2016-04-29
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |