Yash Tibrewal
f7350ea6b7
Adding connect auth feature. Proxy-Authorization header is being inserted when user creds are present in uri
7 years ago
murgatroid99
6617790c18
Add SO_REUSEPORT support to uv iomgr code
7 years ago
yongni
2a88847f67
Merge pull request #11882 from yongni/kokoro
...
Added all previous minor releases of gRPC to the matrix.
7 years ago
Jan Tattermusch
713d7c93a8
ruby is already installed on kokoro ubuntu VMs
7 years ago
Mark D. Roth
5b78c2991a
Merge pull request #11755 from bsyk/observe_no_proxy
...
Check for no_proxy environment variable and skip proxy if host is listed
7 years ago
Ben Sykes
02d426ef6b
Check for no_proxy environment variable and skip proxy if host is listed
...
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.
7 years ago
ncteisen
139072ff92
Const correct and clang
7 years ago
Sree Kuchibhotla
a0616efadf
Consume kicked_without_poller
7 years ago
Sree Kuchibhotla
e6506bc9b2
Fix race-condition in epoll1 poller's begin_worker() and pollset_kick()
...
which caused the designated poller to miss a kick in some cases
7 years ago
Guantao Liu
1932a50e50
Merge pull request #11787 from guantaol/qps_driver
...
Add a new metric and enable internal credential types in QPS Driver
7 years ago
Alexander Polcyn
59a19a9d5e
make sure that client-side view of calls is robust
7 years ago
ncteisen
eb70b9e0df
Anon namespace over static
7 years ago
ncteisen
a5d557b96d
Rename function to avoud future clash
7 years ago
ncteisen
30939f8854
Make CreateThreadPool settable
7 years ago
ncteisen
b9b376ccd4
Ban the silent version
7 years ago
ncteisen
68d78c6330
Add comment
7 years ago
ncteisen
79764a3bfb
Quiet down getenv
7 years ago
ncteisen
85fac6df57
Quiet down server builder
7 years ago
Yong Ni
bbd348c5e1
Added all previous minor releases of gRPC to the matrix. Modified the testsuite name format for better display test results in sponge.
7 years ago
Sree Kuchibhotla
0d8431afe1
Add/update comments and remove unused fields
7 years ago
David Garcia Quintas
ae5e83b664
Free pending grpclb update args
7 years ago
murgatroid99
269d3b4faa
Clang format
7 years ago
Jan Tattermusch
10bed24e8b
Merge pull request #11869 from jtattermusch/kokoro_fix_python_artifacts
...
Fix python 2.7 & 3.4 artifacts on kokoro
7 years ago
murgatroid99
75f678a5b2
Merge branch 'master' into uv_portability_fix
7 years ago
Vijay Pai
e5ba80b507
Merge pull request #11870 from vjpai/slice
...
Add idiomatic C++ API for grpc::Slice construction
7 years ago
murgatroid99
79e2d8e89f
libuv tests: skip a test that spawns a thread
7 years ago
murgatroid99
b8e07ad780
Add asserts that uv calls all run on the same thread
7 years ago
murgatroid99
87116f4499
Fix failures in libuv portability tests
7 years ago
Mark D. Roth
65d447f2c3
Merge pull request #11454 from markdroth/server_cq_ok_semantics
...
Do not return calls on server when request proto fails to deserialize.
7 years ago
Vijay Pai
0f95fa4909
Add idiomatic C++ API for grpc::Slice construction that doesn't
...
require using grpc_slice
7 years ago
kpayson64
4ff3805d25
Merge pull request #11813 from kpayson64/restore_target
...
Restore interop_client_main
7 years ago
Jan Tattermusch
cb8eaaa883
fix grpcio_tools build on kokoro
7 years ago
Jan Tattermusch
a2eb6f7e70
set path to mingw on kokoro
7 years ago
Mark D. Roth
ea8f591b9d
Merge pull request #11607 from yihuazhang/tsi_init
...
Add GTS plugin
7 years ago
adelez
c39d4c16a0
Merge pull request #11863 from adelez/ci2
...
Fix image path when pulled from dockerhub.
7 years ago
Yuchen Zeng
9968c253cd
Update bm_pollset with the fd_orphan change
7 years ago
Yuchen Zeng
d40a7ae6c3
Add already_closed in grpc_fd_orphan
7 years ago
Nathaniel Manista
be803dc687
Merge pull request #11859 from nathanielmanistaatgoogle/gitignore
...
Narrow src/python/.gitignore to only what it needs to ignore.
7 years ago
Yuchen Zeng
8f6ddacc40
Merge pull request #11788 from y-zeng/fix_fd_orphan
...
Fix fd_orphan() in ev_epollsig_linux
7 years ago
Muxi Yan
26b33dedc2
transport - clang-format
7 years ago
Muxi Yan
dfda37f518
transport - Fix uninitialized variable
7 years ago
Sree Kuchibhotla
acbdc796fb
Merge branch 'master' into sreek-epoll1
7 years ago
Sree Kuchibhotla
54c31c782f
release the g_epfd whent he engine is shutdown
7 years ago
Adele Zhou
457b02e6b2
Fix image path when pulled from dockerhub.
7 years ago
Nathaniel Manista
1c0b20dda7
Narrow .gitignore to only what it needs to ignore
...
"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.
7 years ago
yongni
4708a21c81
Merge pull request #11847 from yongni/master
...
Added C++ to interop_matrix and created a kokoro config
7 years ago
Yihua Zhang
1435bfc718
Add GTS plugin
7 years ago
Muxi Yan
0fd37e1951
Transport - Fix a bug in decompression path
7 years ago
Muxi Yan
d07b884574
Merge changes in #11189
7 years ago
Mark D. Roth
afbd3be7d9
Merge pull request #11858 from markdroth/client_channel_owners
...
Set owners for client_channel tree.
7 years ago