aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Update service_config docGravatar Juanli Shen2017-09-13
| | | The current grpclb fallback implementation is to continue using the internal round_robin policy but feed it with the backends from the resolver. We didn't fall back to the policy indicated in service config (or client API) because that's too complex and has more different behavior from the normal situation where we do connect to the balancer.
* Merge pull request #12326 from AspirinSJL/bug_shutdownGravatar Juanli Shen2017-09-13
|\ | | | | Add refcount to subchannel_index
* \ Merge pull request #12214 from vjpai/cereal_eye_sirGravatar Vijay Pai2017-09-13
|\ \ | | | | | | Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer
* \ \ Merge pull request #12519 from vjpai/stylinGravatar Vijay Pai2017-09-13
|\ \ \ | | | | | | | | Give guidance on prefixing struct/enum/#define names
* \ \ \ Merge pull request #12524 from vjpai/age_filterGravatar Vijay Pai2017-09-13
|\ \ \ \ | | | | | | | | | | Enable filter if either AGE or IDLE is specified; don't require both.
| | | | * Add refcount to subchannel_index.Gravatar Juanli Shen2017-09-13
| | | | |
* | | | | Merge pull request #12187 from AspirinSJL/lb_fallbackGravatar Juanli Shen2017-09-13
|\ \ \ \ \ | | | | | | | | | | | | Add LB fallback to use when we can't contact any balancer.
| | | * | | Give guidance on prefixing struct/enum/#define namesGravatar Vijay Pai2017-09-13
| |_|/ / / |/| | | |
* | | | | Merge pull request #12502 from vjpai/make_spelling_great_againGravatar Vijay Pai2017-09-13
|\ \ \ \ \ | | | | | | | | | | | | I'm sorry, I thought this was America
* \ \ \ \ \ Merge pull request #12508 from matt-kwong/kokoro_mac_bqGravatar Matt Kwong2017-09-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Enable Kokoro MacOS result uploading
* \ \ \ \ \ \ Merge pull request #12541 from ctiller/qps_fixGravatar Craig Tiller2017-09-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix qps_test histogram python code
* \ \ \ \ \ \ \ Merge pull request #12540 from ctiller/schema-fixGravatar Craig Tiller2017-09-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix schema generation for microbenchmarks
* \ \ \ \ \ \ \ \ Merge pull request #12534 from jtattermusch/dont_install_for_macGravatar Jan Tattermusch2017-09-13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Kokoro: don't install stuff already installed on mac workers
* \ \ \ \ \ \ \ \ \ Merge pull request #12533 from jtattermusch/dont_install_already_installedGravatar Jan Tattermusch2017-09-13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Mingw already installed on win kokoro workers
| | | | | | | | * | | Enable filter if either AGE or IDLE is specified; don't require both.Gravatar Vijay Pai2017-09-13
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| | | | | * | | | | Upload Kokoro MacOS master resultsGravatar Matt Kwong2017-09-13
| | | | | | | | | |
| | | | * | | | | | Fix qps_test histogram python codeGravatar Craig Tiller2017-09-13
| |_|_|/ / / / / / |/| | | | | | | |
| | | * | | | | | Fix schema generationGravatar Craig Tiller2017-09-13
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #12537 from grpc/ctiller-patch-1Gravatar Craig Tiller2017-09-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix case on internal type names
| * | | | | | | | Fix case on internal type namesGravatar Craig Tiller2017-09-13
|/ / / / / / / / | | | | | | | | | | | | | | | | Should allow microbenchmarks to get running again
* | | | | | | | Merge pull request #12465 from ctiller/tpcqGravatar Craig Tiller2017-09-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Switch to three threads per cq for unconstrained benchmarks
| | | * | | | | | already installed on mac workersGravatar Jan Tattermusch2017-09-13
| |_|/ / / / / / |/| | | | | | |
| | * | | | | | mingw already installed on win kokoro workersGravatar Jan Tattermusch2017-09-13
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #12499 from yashykt/ctocc3Gravatar Yash Tibrewal2017-09-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Getting files C++ compilable
* \ \ \ \ \ \ \ Merge pull request #12525 from vjpai/fc_limitsGravatar Vijay Pai2017-09-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix headers on flow control
* \ \ \ \ \ \ \ \ Merge pull request #12463 from yashykt/max_concurrent_streams_fixGravatar Yash Tibrewal2017-09-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix for max_concurrent_streams issue - Call mark_stream_closed before…
* \ \ \ \ \ \ \ \ \ Merge pull request #12492 from nathanielmanistaatgoogle/gitignoreGravatar Nathaniel Manista2017-09-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Ignore all Python 3 virtual environments.
* \ \ \ \ \ \ \ \ \ \ Merge pull request #12521 from ctiller/rtstatGravatar Craig Tiller2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make unmeasured CPU costs be 1, not 0
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12509 from ctiller/stats_jsonGravatar Craig Tiller2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Upload core stats to qps_test
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12512 from apolcyn/fix_cares_mem_leakGravatar apolcyn2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a memory leak in cares wrapper
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12520 from nicolasnoble/buildgen-bubble-breakGravatar Nicolas Noble2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding --base to generate_projects.py - part 2
| | | | | | | * | | | | | | | Include limits.h since we're using INT_MAX (affects some compilers)Gravatar Vijay Pai2017-09-12
| |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | Merge github.com:grpc/grpc into stats_jsonGravatar Craig Tiller2017-09-12
| | | |\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | Merge branch 'stats_json' of github.com:ctiller/grpc into stats_jsonGravatar Craig Tiller2017-09-12
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | Make unmeasured CPU costs be 1, not 0Gravatar Craig Tiller2017-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows capturing 0 as a CPU cost, which we'll be able to leverage to increase concurrency (once data has caught up in a few days)
| | | | | | | * | | | | | | | Remove unnecessary commentGravatar Yash Tibrewal2017-09-12
| | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | There is no need to remove fail_pending_writes from mark_stream_closed anymoreGravatar Yash Tibrewal2017-09-12
| | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | Fix for max_concurrent_streams issue - Call mark_stream_closed before ↵Gravatar Yash Tibrewal2017-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sending trailing metadata
* | | | | | | | | | | | | | | Merge pull request #12487 from ctiller/stats_schemaGravatar Craig Tiller2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically generate BigQuery schema details for all counters
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12491 from ctiller/ffsGravatar Craig Tiller2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | Add a clamp to remove ubsan failure
| | | * | | | | | | | | | | | | The input files also need to follow the base argument...Gravatar Nicolas "Pixel" Noble2017-09-13
| | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | Renaming pops_tag enumGravatar Yash Tibrewal2017-09-12
| | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | Using already type casted variablesGravatar Yash Tibrewal2017-09-12
| | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | Adding pointer conversions. Renaming a few variables and type names to avoid ↵Gravatar Yash Tibrewal2017-09-12
| |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C++ compilation issues
| | | | | | * | | | | | | | | Review feedbackGravatar Craig Tiller2017-09-12
| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | Upload core stats to qps_testGravatar Craig Tiller2017-09-12
| |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #12516 from nicolasnoble/buildgen-bubble-breakGravatar Nicolas Noble2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | Adding --base to generate_projects.py
* | | | | | | | | | | | | | Merge pull request #12460 from kpayson64/attempt_bug_fixGravatar kpayson642017-09-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Warm pip cache with libraries used by virtualenv
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12507 from jtattermusch/better_testsuite_timeoutsGravatar Jan Tattermusch2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Differentiate suite timeouts in run_tests_matrix.py
| | | * | | | | | | | | | | | | Adding --base to generate_projects.pyGravatar Nicolas "Pixel" Noble2017-09-12
| | | | | | | | | | | | | | | |