aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | | | | | | | * | | | | | | Pass exec_ctx in TSI zero_copy_protector createGravatar jiangtaoli20162017-09-14
| | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #12572 from grpc/revert-12214-cereal_eye_sirGravatar Jan Tattermusch2017-09-14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"
| | * | | | | | | | | | | | | | | Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only ↵Gravatar Jan Tattermusch2017-09-14
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grpc_byte_buffer"
| * | | | | | | | | | | | | | | Merge pull request #12501 from BusyJay/fix-cares-buildGravatar Jan Tattermusch2017-09-14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cmake: fix cares configuration
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12532 from yashykt/ctocc4Gravatar Yash Tibrewal2017-09-14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Getting files C++ compilable
| | | | | | | | * | | | | | | | | | Revert "Add fallback (use backends from resolver if can't reach balancer) to ↵Gravatar Ken Payson2017-09-13
| | | | | | | | | |_|_|/ / / / / / | | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grpclb." This reverts commit aba0a0a54412fe59bc2090334ae26c99bb148097.
| * | | | | | | | | | | | | | | | Merge pull request #12561 from grpc/ctiller-patch-1Gravatar Craig Tiller2017-09-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Track pings in bmdiff
| | | | | * | | | | | | | | | | | | Add allow-ssh tags to newly created GCE VMsGravatar Matt Kwong2017-09-13
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Track pings in bmdiffGravatar Craig Tiller2017-09-13
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge pull request #12555 from ctiller/gross-object-countsGravatar Craig Tiller2017-09-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Count API object creations
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12549 from kumaralokgithub/bamm2Gravatar kumaralokgithub2017-09-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add independent library targets for newly added .h files for microben…
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12268 from matt-kwong/kokoro_filGravatar Matt Kwong2017-09-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Kokoro test filtering for MacOS/Windows
| | | | | | | * | | | | | | | | | | | 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.
| | | | | * | | | | | | | | | | | | Merging master into ctocc4Gravatar Yash Tibrewal2017-09-13
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | Count api object creationsGravatar Craig Tiller2017-09-13
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | 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 independent library targets for newly added .h files for ↵Gravatar Alok Kumar2017-09-13
| | |_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | microbenchmarks. Also fix includes in fullstack_fixtures.h
| | | | | | | | * | | | | | | | | | | | Merging with masterGravatar Yash Tibrewal2017-09-13
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | Removing forward declarationGravatar Yash Tibrewal2017-09-13
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | removing a completed TODO, removing forward declarations and rearranging ↵Gravatar Yash Tibrewal2017-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code instead, removing _t suffixes with other recommendations
| | | | | | | | | | | | * | | | | | | | grpc_1_0 flag for gRPC Python Protoc Plug-InGravatar Nathaniel Manista2017-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We'll soon be flipping the default behavior of gRPC Python Protoc Plug-In to the later-than-gRPC-1.0 "code elements only in a separate _pb2_grpc.py file and no Beta-API-using generated code elements" behavior; this flag will be the supported (supported for a while, though not exactly sure how long) means of using the older "also put gRPC-using code elements in the generated _pb2.py file" behavior that has been in place since gRPC 1.0.
| | | | | | | | | | | | | * | | | | | | Kill (grpcio_tests/)commands.BuildProtoModulesGravatar Nathaniel Manista2017-09-13
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 1ff429da2a94bc79300ebce3f8aae7efb10e9a75 it appears to have been copied out of src/python/grpcio/commands.py and not used, and it seems to have remained without use since.
| | | | | * | | | | | | | | | | | | | Add refcount to subchannel_index.Gravatar Juanli Shen2017-09-13
| | | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | Adding more pointer conversions and type renamingGravatar Yash Tibrewal2017-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.
* | | | | | | | | | | | | | | | | | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-13
|\| | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | 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 branch 'master' into kokoro_filGravatar Matt Kwong2017-09-13
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | * | | | | Really use measured CPU costs (with a small delta) for run_testsGravatar Craig Tiller2017-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…