aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #12369 from markdroth/call_combinerGravatar Mark D. Roth2017-09-07
|\ | | | | Second attempt at call combiner PR
* \ Merge pull request #12420 from yashykt/ctoccGravatar Yash Tibrewal2017-09-07
|\ \ | | | | | | Getting C code also C++ compilable
* \ \ Merge pull request #12080 from y-zeng/connectivityGravatar Yuchen Zeng2017-09-07
|\ \ \ | | | | | | | | Reconnect channels automatically in C++ clients
* \ \ \ Merge pull request #12413 from sreecha/fix-epoll1-bugGravatar Sree Kuchibhotla2017-09-07
|\ \ \ \ | | | | | | | | | | Fix epoll1 hang
* | | | | Garbage collect experimental pollersGravatar Craig Tiller2017-09-07
| | | | |
* | | | | Merge pull request #12415 from dgquintas/condvars_latches_againGravatar David G. Quintas2017-09-07
|\ \ \ \ \ | | | | | | | | | | | | Condition variables are not latches, again
| | | | * | More edits for C to CCGravatar Yash Tibrewal2017-09-06
| | | | | |
| | | | * | Merge branch 'master' of https://github.com/grpc/grpc into ctoccGravatar Yash Tibrewal2017-09-06
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | | | * | Modifying a few filesGravatar Yash Tibrewal2017-09-06
| | | | | |
| * | | | | Condition variables are not latches, againGravatar David Garcia Quintas2017-09-06
| | | | | |
* | | | | | Merge pull request #12353 from kpayson64/scatter_readGravatar kpayson642017-09-06
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Use all read buffers when doing a scatter read
| | | * | | Increase the grace period in ReconnectChannel testsGravatar Yuchen Zeng2017-09-06
| | | | | |
| | * | | | Kicked worker shouldn't add pollset to neighbhourhoodGravatar Sree Kuchibhotla2017-09-06
| |/ / / / |/| | | |
| * | | | Use all read buffers when doing a scatter readGravatar Ken Payson2017-09-06
| | | | |
* | | | | EXPERIMENT: Increase grpc_slice size to allow more inliningGravatar Craig Tiller2017-09-06
| | | | |
* | | | | Merge pull request #12216 from pongad/main_methodGravatar Jan Tattermusch2017-09-06
|\ \ \ \ \ | | | | | | | | | | | | give run_performance_tests a main method
* \ \ \ \ \ Merge pull request #12386 from jtattermusch/perfworker_scriptGravatar Jan Tattermusch2017-09-06
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Update the perfworker creation script
* | | | | | Merge pull request #12341 from yang-g/externGravatar Yang Gao2017-09-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | Log offending ops and error code before crashing the server
* \ \ \ \ \ \ Merge pull request #12351 from dgquintas/fix_fake_resolver_use_after_freeGravatar David G. Quintas2017-09-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fake resolver: Fix use-after-free
| | | | | | | * Clarify log messages when starting test cases.Gravatar Mark D. Roth2017-09-05
| | | | | | | |
| | | | | | | * Reset cancellation closure when unreffing the call to avoid race conditions.Gravatar Mark D. Roth2017-09-05
| | | | | | | |
| | * | | | | | Make grpc_call_log_batch take const char*Gravatar yang-g2017-09-05
| | | | | | | |
| | | | | | * | Address review commentsGravatar Yuchen Zeng2017-09-05
| | | | | | | |
* | | | | | | | Merge pull request #12397 from blairkutz/spelling_correctionGravatar Vijay Pai2017-09-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Correct spelling of 'client'.
| * | | | | | | | Correct spelling of 'client'.Gravatar Blair Kutzman2017-09-05
|/ / / / / / / /
* | | | | | | | Merge pull request #11583 from nathanielmanistaatgoogle/grpc_testingGravatar Nathaniel Manista2017-09-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gRPC Python test infrastructure.
* \ \ \ \ \ \ \ \ Merge pull request #12373 from nicolasnoble/gtest_is_not_gmockGravatar Nicolas Noble2017-09-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Splitting gmock out of gtest.
* \ \ \ \ \ \ \ \ \ Merge pull request #12298 from markdroth/default_metadata_fixGravatar Mark D. Roth2017-09-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Detect default metadata using the callout list.
* \ \ \ \ \ \ \ \ \ \ Merge pull request #12356 from muxi/port-v160Gravatar Muxi Yan2017-09-05
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Aggregate port of PRs related to v1.6.0 release
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12281 from muxi/fix-cronet-transport-refcountGravatar Muxi Yan2017-09-05
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix use of Cronet refcount
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12329 from jtattermusch/remove_leftover_vcxprojGravatar Jan Tattermusch2017-09-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove leftover vcxproj files
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12024 from yihuazhang/tsi_test_libGravatar Mark D. Roth2017-09-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add transport security test library
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12368 from jtattermusch/fix_ruby_build_kokoroGravatar Jan Tattermusch2017-09-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attempt to fix ruby build on Kokoro
| | | | | | | | | | | * | | | | ubuntu-1610 image does not exist anymoreGravatar Jan Tattermusch2017-09-05
| |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | add rubocop warnings to TODO config fileGravatar Jan Tattermusch2017-09-05
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | remove calls to optional paramaters so that the test is compatible with ruby ↵Gravatar Alexander Polcyn2017-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | versions < 2.1
| * | | | | | | | | | | | | | fix ruby macos build on kokoroGravatar Jan Tattermusch2017-09-05
|/ / / / / / / / / / / / / /
| | | | | | | * | | | | | | gRPC Python test infrastructureGravatar Nathaniel Manista2017-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (The server-related third part of it.)
* | | | | | | | | | | | | | Trying to make the code more readable.Gravatar Flavio Medeiros2017-09-02
| | | | | | | | | | | | | |
| | | | | | | | | | | | * | Fix timer shutdown processGravatar Yuchen Zeng2017-09-01
| | | | | | | | | | | | | |
| | | | | | * | | | | | | | Splitting gmock out of gtest.Gravatar Nicolas "Pixel" Noble2017-09-01
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #12366 from matt-kwong/kokoro_mac_bqGravatar Matt Kwong2017-09-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable uploading Kokoro Mac results
| | | | | | | | | | | | | * Address review feedback.Gravatar Mark D. Roth2017-09-01
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * Fix asan and tsan failures.Gravatar Mark D. Roth2017-09-01
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * Revert "Revert "Implement call combiner""Gravatar Mark D. Roth2017-09-01
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit bf19961d0a49b43cb528392efeb4880eeebb9b5e.
| | | | | | * | | | | | | Use a separate table to determine which callouts are default.Gravatar Mark D. Roth2017-09-01
| | | | | | | | | | | | |
| * | | | | | | | | | | | Disable uploading Kokoro Mac resultsGravatar Matt Kwong2017-09-01
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #12350 from jtattermusch/deflake_ruby_artifactGravatar Jan Tattermusch2017-09-01
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Deflake ruby artifact build on Kokoro
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7947 from thinkerou/delete_unuse_macroGravatar Stanley Cheung2017-08-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP: Delete invalid macro
| * | | | | | | | | | | | | Remove invalide macroGravatar thinkerou2017-09-01
| | | | | | | | | | | | | |