aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Test credentials are passed with channel arg. Renamed macros and refactored ↵Gravatar Yash Tibrewal2017-07-20
| | | | code as per suggestions. Renamed test to proxy_auth and changed it to use simple_request instead of a payload.
* Nit correctionGravatar Yash Tibrewal2017-07-19
|
* Removing a few style issuesGravatar Yash Tibrewal2017-07-19
|
* remove unnecessary codeGravatar Yash Tibrewal2017-07-19
|
* Merged latest commit from upstreamGravatar Yash Tibrewal2017-07-19
|\
* | Adding connect auth feature. Proxy-Authorization header is being inserted ↵Gravatar Yash Tibrewal2017-07-19
| | | | | | | | when user creds are present in uri
| * Merge pull request #11882 from yongni/kokoroGravatar yongni2017-07-19
| |\ | | | | | | Added all previous minor releases of gRPC to the matrix.
| * \ Merge pull request #11755 from bsyk/observe_no_proxyGravatar Mark D. Roth2017-07-19
| |\ \ | | | | | | | | Check for no_proxy environment variable and skip proxy if host is listed
| | * | Check for no_proxy environment variable and skip proxy if host is listedGravatar Ben Sykes2017-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This will fix #9989, #11603, #11751. no_proxy is typically comma separated list of hosts and or domains. Matching must be from the end of the uri to accomodate whole domain and subdomain whitelisting. This will work for well-formed no_proxy strings, but may fail if there are additional spaces.
| * | | Merge pull request #11787 from guantaol/qps_driverGravatar Guantao Liu2017-07-18
| |\ \ \ | | | | | | | | | | Add a new metric and enable internal credential types in QPS Driver
| | | | * Added all previous minor releases of gRPC to the matrix. Modified the ↵Gravatar Yong Ni2017-07-18
| | | |/ | | | | | | | | | | | | testsuite name format for better display test results in sponge.
| * | | Merge pull request #11869 from jtattermusch/kokoro_fix_python_artifactsGravatar Jan Tattermusch2017-07-18
| |\ \ \ | | | | | | | | | | Fix python 2.7 & 3.4 artifacts on kokoro
| * \ \ \ Merge pull request #11870 from vjpai/sliceGravatar Vijay Pai2017-07-18
| |\ \ \ \ | | | | | | | | | | | | Add idiomatic C++ API for grpc::Slice construction
| * \ \ \ \ Merge pull request #11454 from markdroth/server_cq_ok_semanticsGravatar Mark D. Roth2017-07-18
| |\ \ \ \ \ | | | | | | | | | | | | | | Do not return calls on server when request proto fails to deserialize.
| | | * | | | Add idiomatic C++ API for grpc::Slice construction that doesn'tGravatar Vijay Pai2017-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | require using grpc_slice
| * | | | | | Merge pull request #11813 from kpayson64/restore_targetGravatar kpayson642017-07-18
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Restore interop_client_main
| | | | | * | | fix grpcio_tools build on kokoroGravatar Jan Tattermusch2017-07-18
| | | | | | | |
| | | | | * | | set path to mingw on kokoroGravatar Jan Tattermusch2017-07-18
| | |_|_|/ / / | |/| | | | |
| * | | | | | Merge pull request #11607 from yihuazhang/tsi_initGravatar Mark D. Roth2017-07-18
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | Add GTS plugin
| * | | | | | Merge pull request #11863 from adelez/ci2Gravatar adelez2017-07-17
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix image path when pulled from dockerhub.
| * \ \ \ \ \ \ Merge pull request #11859 from nathanielmanistaatgoogle/gitignoreGravatar Nathaniel Manista2017-07-17
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Narrow src/python/.gitignore to only what it needs to ignore.
| * \ \ \ \ \ \ \ Merge pull request #11788 from y-zeng/fix_fd_orphanGravatar Yuchen Zeng2017-07-17
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | Fix fd_orphan() in ev_epollsig_linux
| | | | * | | | | Fix image path when pulled from dockerhub.Gravatar Adele Zhou2017-07-17
| | |_|/ / / / / | |/| | | | | |
| | | * | | | | Narrow .gitignore to only what it needs to ignoreGravatar Nathaniel Manista2017-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "proto" and "*.egg-info/" are no longer generated, "src/" can be narrowed to "/src/", and "*_pb2.py" and "*_pb2_grpc.py" are covered by .gitignore files in parent directories.
| * | | | | | | Merge pull request #11847 from yongni/masterGravatar yongni2017-07-17
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added C++ to interop_matrix and created a kokoro config
| | | | | * | | | Add GTS pluginGravatar Yihua Zhang2017-07-17
| | | | | | | | |
| * | | | | | | | Merge pull request #11858 from markdroth/client_channel_ownersGravatar Mark D. Roth2017-07-17
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Set owners for client_channel tree.
| * \ \ \ \ \ \ \ \ Merge pull request #11189 from muxi/stream_compressionGravatar Muxi Yan2017-07-17
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Implement stream compression lib module
| | | * | | | | | | | Set owners for client_channel tree.Gravatar Mark D. Roth2017-07-17
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #11856 from ctiller/really-no-ownersGravatar Craig Tiller2017-07-17
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | Add policy to comments
| | * | | | | | | | | Add policy to commentGravatar Craig Tiller2017-07-17
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #11855 from ctiller/really-no-ownersGravatar Nicolas Noble2017-07-17
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reset OWNERS state
| | * | | | | | | | | Reset OWNERS stateGravatar Craig Tiller2017-07-17
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #11854 from grpc/revert-11853-noowners-testGravatar Craig Tiller2017-07-17
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Revert "Experiment: remove top level owners - test the model"
| | * | | | | | | | | | Revert "Experiment: remove top level owners - test the model"Gravatar Craig Tiller2017-07-17
| |/ / / / / / / / / /
| * | | | | | | | | | Merge pull request #11853 from ctiller/noowners-testGravatar Craig Tiller2017-07-17
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Experiment: remove top level owners - test the model
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #11852 from ctiller/noownersGravatar Nicolas Noble2017-07-17
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | Experiment: remove top level owners
| | | * | | | | | | | | Experiment: remove top level owners - test the modelGravatar Craig Tiller2017-07-17
| | |/ / / / / / / / /
| | * / / / / / / / / Experiment: remove top level ownersGravatar Craig Tiller2017-07-17
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #11836 from kpayson64/subchannel_muGravatar kpayson642017-07-17
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Destroy mutex on subchannel destruction
| * \ \ \ \ \ \ \ \ \ Merge pull request #11830 from apolcyn/fix_credential_compose_leaks_masterGravatar apolcyn2017-07-17
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix ruby memory leaks when composing credentials, noticed with asan
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #11848 from ncteisen/inproc-tracerGravatar Vijay Pai2017-07-17
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Inproc Tracer
| | * | | | | | | | | | | Update env var docGravatar ncteisen2017-07-17
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge pull request #11838 from ncteisen/tracer-sanityGravatar Noah Eisen2017-07-17
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Tracer Sanity
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11837 from dgquintas/thread_manager_joinGravatar David G. Quintas2017-07-17
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Put thread creation and join under lock
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11821 from jtattermusch/parallel_multilangGravatar Jan Tattermusch2017-07-17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | More parallelism for multilang linux tests
| * | | | | | | | | | | | | Merge pull request #11145 from vjpai/inproc3Gravatar Vijay Pai2017-07-15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In-process transport
| | * | | | | | | | | | | | | Proper metadata arena managementGravatar Vijay Pai2017-07-15
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Fixed sanity.Gravatar Guantao Liu2017-07-14
| | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | Smarter regex, blander algoGravatar ncteisen2017-07-14
| | | | | | | | | | | | | | |