aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Removing deprecated string to char * conversionsGravatar Yash Tibrewal2017-09-17
|
* Merge pull request #12602 from nathanielmanistaatgoogle/grpc_1_0_flagGravatar Nathaniel Manista2017-09-17
|\ | | | | Overhaul protoc_plugins._split_definitions_test.
| * Overhaul protoc_plugins._split_definitions_testGravatar Nathaniel Manista2017-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | We were mistaken before when we were testing _pb2.py files being generated in one directory and _pb2_grpc.py files being generated in another directory. Sure, that was a thing our code generator could do, but because of the way paths and packages work in Python it wasn't a realistic use case for actual users. This test now tests _pb2.py files and _pb2_grpc.py files being generated either together or independently of one another, and if independently, in either order. Looking forward to an eventual py_grpc_library Bazel rule, that's what actually matters.
* | Merge pull request #12603 from nathanielmanistaatgoogle/python_sanity_testGravatar Nathaniel Manista2017-09-16
|\ \ | | | | | | Tweak Python sanity test.
* \ \ Merge pull request #12339 from muxi/add-objc-call-deadlineGravatar Muxi Yan2017-09-16
|\ \ \ | | | | | | | | Surface call deadline to Objective C API
| | * | Tweak Python sanity testGravatar Nathaniel Manista2017-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move it out of the "unit" package, as it's not itself a unit test. - Suffix the test class with "Test" as we do with every other subclass of unittest.TestCase. - Add a larger-than-we'll-need-any-time-soon maxDiff so that failures are fully described. - Relax the assertion from assertListEqual to assertSequenceEqual since we don't actually care whether or not the sequences being compared are list instances. - Change the order of the assertions arguments to match the "<expected>, <actual>" convention used in our assert*Equal calls elsewhere throughout the test corpus. - Internal implementation simplifications.
| * | | Fix timeout testGravatar Muxi Yan2017-09-16
| | | |
* | | | Merge pull request #12269 from vjpai/race_issuesGravatar Nicolas Noble2017-09-15
|\ \ \ \ | | | | | | | | | | Allow construction of async stream objects without triggering async operations
* \ \ \ \ Merge pull request #12598 from muxi/fix-test-outputGravatar Muxi Yan2017-09-15
|\ \ \ \ \ | | | | | | | | | | | | Polish ObjC Test Output
* \ \ \ \ \ Merge pull request #12592 from nathanielmanistaatgoogle/grpc_1_0_flagGravatar Nathaniel Manista2017-09-15
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | Clean up a few more uses of gRPC code elements in _pb2.py files.
| | * | | | Polish output moreGravatar Muxi Yan2017-09-15
| |/ / / / |/| | | |
* | | | | Merge pull request #12553 from jiangtaoli2016/tsi_exec_ctxGravatar David G. Quintas2017-09-15
|\ \ \ \ \ | | | | | | | | | | | | Update TSI grpc interface to pass exec_ctx
* \ \ \ \ \ Merge pull request #12545 from yashykt/type_renameGravatar Yash Tibrewal2017-09-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | Removing _t type suffix and changing field names instead
| | | * | | | Clean up a few more uses of gRPC in _pb2.py filesGravatar Nathaniel Manista2017-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Were this not done these would break when the default behavior of gRPC Python Protoc Plug-In is changed to be the put-gRPC-code-elements-only- in-_pb2_grpc.py-files behavior that currently happens only when the grpc_2_0 flag is passed.
| | | | * | | Construction of streams shouldn't require triggering async opsGravatar Vijay Pai2017-09-14
| |_|_|/ / / |/| | | | |
| | * | | | Merge branch 'master' of https://github.com/grpc/grpc into tsi_exec_ctxGravatar jiangtaoli20162017-09-14
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | | | * | Polish commentGravatar Muxi Yan2017-09-14
| | | | | |
| * | | | | %s/current_pollable/current_pollable_objGravatar Yash Tibrewal2017-09-14
| | | | | |
| * | | | | Reverting suffixes and changing field names insteadGravatar Yash Tibrewal2017-09-14
| | | | | |
* | | | | | Merge pull request #12550 from nathanielmanistaatgoogle/commandsGravatar Nathaniel Manista2017-09-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Kill (grpcio_tests/)commands.BuildProtoModules.
* \ \ \ \ \ \ Merge pull request #12551 from nathanielmanistaatgoogle/grpc_1_0_flagGravatar Nathaniel Manista2017-09-14
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | grpc_1_0 flag for gRPC Python Protoc Plug-In.
* | | | | | | Merge pull request #12565 from kpayson64/revert_lb_stuffGravatar kpayson642017-09-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Revert "Add fallback (use backends from resolver if can't reach balan…
* \ \ \ \ \ \ \ Merge pull request #12496 from ZhouyihaiDing/ruby_php_extensionGravatar ZhouyihaiDing2017-09-14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | qps performance: add php extension to ruby_proxy
* \ \ \ \ \ \ \ \ Merge pull request #12577 from ctiller/http_write_statsGravatar Craig Tiller2017-09-14
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Collect stats on why writes are initiated
| | | * | | | | | Fix merge issueGravatar Ken Payson2017-09-14
| | | | | | | | |
| | * | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into ruby_php_extensionGravatar ZhouyihaiDing2017-09-14
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #12517 from ↵Gravatar apolcyn2017-09-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apolcyn/fix_service_config_choice_from_dns_with_zero_percentages Fix choosing of service config when percentage is zero
| | * | | | | | | | Fix errant changeGravatar Craig Tiller2017-09-14
| | | | | | | | | |
| | | * | | | | | | add php extensionGravatar ZhouyihaiDing2017-09-14
| | | | | | | | | |
| | * | | | | | | | Collect stats on why writes are initiatedGravatar Craig Tiller2017-09-14
| |/ / / / / / / / |/| | | | | | | |
| | | * | | | | | Merge branch 'master' into revert_lb_stuffGravatar Yash Tibrewal2017-09-14
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| | | | | | * | | Pass exec_ctx in TSI zero_copy_protector createGravatar jiangtaoli20162017-09-14
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only ↵Gravatar Jan Tattermusch2017-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grpc_byte_buffer"
* | | | | | | | 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 #12555 from ctiller/gross-object-countsGravatar Craig Tiller2017-09-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Count API object creations
| | * \ \ \ \ \ \ 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.
| | | | | | * | | | | | 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.