aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix asan test failure.Gravatar Mark D. Roth2016-05-06
* More clang-format fixes.Gravatar Mark D. Roth2016-05-05
* Apply clang-format diffs.Gravatar Mark D. Roth2016-05-04
* Fix max_message_length test, which was broken by the previous fix to theGravatar Mark D. Roth2016-05-04
* Use unlimited default for max header size until receiving new settingsGravatar Mark D. Roth2016-05-04
* Fix build breakage in bad_client tests.Gravatar Mark D. Roth2016-05-03
* Remove some unneeded code from an earlier iteration of this code.Gravatar Mark D. Roth2016-05-03
* Merge branch 'master' into limit_metadata_sizeGravatar Mark D. Roth2016-05-03
|\
* | Added bad_client test to check that the server rejects requests with tooGravatar Mark D. Roth2016-05-03
| * Merge pull request #6399 from nicolasnoble/source-of-truth-apiGravatar Nicolas Noble2016-05-02
| |\
| * \ Merge pull request #6394 from y-zeng/fix-5557Gravatar Yuchen Zeng2016-05-02
| |\ \
| * \ \ Merge pull request #6397 from murgatroid99/node_tools_minor_fixGravatar Nicolas Noble2016-05-02
| |\ \ \
| * \ \ \ Merge pull request #6393 from jtattermusch/csharp_internal_cleanupGravatar Jan Tattermusch2016-05-02
| |\ \ \ \
| * \ \ \ \ Merge pull request #6380 from ctiller/stress_failGravatar Nicolas Noble2016-05-02
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #6396 from nicolasnoble/build-it-all-the-way-2Gravatar Nicolas Noble2016-05-02
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #6382 from sreecha/csharp_stress_test_dockerGravatar Jan Tattermusch2016-05-02
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #6340 from ctiller/fail_fast_breaks_qpsGravatar Jan Tattermusch2016-05-02
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #6359 from grpc/python_stress_testGravatar Jan Tattermusch2016-05-02
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #6387 from ctiller/smlGravatar Jan Tattermusch2016-05-02
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * Properly using our build.yaml source of truth to generate our list of public ...Gravatar Nicolas "Pixel" Noble2016-05-02
| | | | | | | | | * | | 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
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| | | | | | | * | | | 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
| | * | | | | | | | Simplified Ruby tools extension checkingGravatar murgatroid992016-05-02
| * | | | | | | | | Merge pull request #6377 from murgatroid99/node_consistent_examplesGravatar Jan Tattermusch2016-05-02
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | * | add more testsGravatar Jan Tattermusch2016-05-02
* | | | | | | | | | | Merge branch 'master' into limit_metadata_sizeGravatar Mark D. Roth2016-05-02
|\| | | | | | | | | |
| | | | | | | | | * | improve unary call response handlerGravatar Jan Tattermusch2016-05-02
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Changed writing code to honor the peer's header size limit setting.Gravatar Mark D. Roth2016-05-02
* | | | | | | | | | Add grpc_metadata_batch_size() function.Gravatar Mark D. Roth2016-05-02
| * | | | | | | | | Merge pull request #6386 from jcanizales/fix-call-stateGravatar makdharma2016-05-01
| |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | Fix bug where max_frame_size was ignoredGravatar Craig Tiller2016-04-30
| | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | Add state transitions to GRPCCallGravatar Jorge Canizales2016-04-30
| | * | | | | | | | Test that GRPCCall transitions states properlyGravatar Jorge Canizales2016-04-30
| | | | | | | * | | C# Dockerfile and Config scriptsGravatar Sree Kuchibhotla2016-04-29
| | |_|_|_|_|/ / / | |/| | | | | | |
| | | | | | | | * explicitly cast constant value to gpr_atmGravatar Yuchen Zeng2016-04-29
| * | | | | | | | Update CONTRIBUTING.mdGravatar Jayant Kolhe2016-04-29
| * | | | | | | | Update CONTRIBUTING.mdGravatar Jayant Kolhe2016-04-29
| * | | | | | | | Merge pull request #6347 from ctiller/catastrophic_monkey_dance_241Gravatar Nicolas Noble2016-04-29
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #6368 from ctiller/vtuneGravatar Nicolas Noble2016-04-29
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | | | | | | | | * Stress test fixesGravatar Craig Tiller2016-04-29
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| | | | | * | | | Reverted 'Rewrite Node greeter example to use generated code'Gravatar murgatroid992016-04-29
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge pull request #6372 from ctiller/fail_fastGravatar Eric Anderson2016-04-29
| |\ \ \ \ \ \ \
* | | | | | | | | Use HTTP/2 MAX_HEADER_LIST_SIZE setting instead of adding a new memberGravatar Mark D. Roth2016-04-29
| | * | | | | | | Spell out fail fast semanticsGravatar Craig Tiller2016-04-29
| | | | | | * | | Fixed build_package_ruby's use of variablesGravatar murgatroid992016-04-29
| * | | | | | | | Merge pull request #6305 from dgquintas/compression_tracerGravatar Jan Tattermusch2016-04-29
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #6354 from ctiller/portabitGravatar Jan Tattermusch2016-04-29
| |\ \ \ \ \ \ \ \ \