Yuchen Zeng
bc6637756c
Add src/core/lib/iomgr/nameser.h
7 years ago
Axel Huebl
3180dfafcc
C-Ares: Remove Internal Header
...
The `nameser.h` header is a C-Ares internal header which is not
installed with C-Ares.
This fixes build errors with
cmake -DgRPC_CARES_PROVIDER=package ..
7 years ago
Jan Tattermusch
8f44260411
Merge pull request #11898 from adelez/download_json_file
...
Fix cloud_to_prod interop tests on kokoro
7 years ago
Yash Tibrewal
781fd6f6ea
Merge pull request #11884 from yashykt/connect-auth
...
HTTP CONNECT Auth support
7 years ago
Sree Kuchibhotla
e8e05f90a4
Merge pull request #11816 from sreecha/sreek-epoll1
...
More changes to epoll1 poller (not enabled in tests yet)
7 years ago
Craig Tiller
a5b7a8e8c2
Merge pull request #9840 from ctiller/maxstrm
...
Check max streams
7 years ago
adelez
c463ad9768
Merge pull request #11894 from adelez/update_perf_links
...
Update perf link.
7 years ago
Michael Lumish
5e1dca2642
Merge pull request #11885 from murgatroid99/node_artifact_mac_fix
...
Fix issues with Node Mac build
7 years ago
Yash Tibrewal
d0c1e50ea9
Changing a few variable names and adding few safety conditions
7 years ago
Noah Eisen
92836fa090
Merge pull request #11908 from ncteisen/movin-too-fast
...
regex to diff
7 years ago
ncteisen
2aab728245
regex to diff
7 years ago
Craig Tiller
db09ad03f6
Merge pull request #11829 from ctiller/mospam
...
Fix spam
7 years ago
Michael Lumish
8321cadeb0
Merge pull request #11871 from murgatroid99/uv_portability_fix
...
Fix libuv core portability tests
7 years ago
Noah Eisen
5079182938
Merge pull request #11693 from ncteisen/refactor-thread-pool
...
Make CreateThreadPool Settable
7 years ago
Sree Kuchibhotla
9d87421328
Disable epoll1 - so that I can merge whatever I have until now
7 years ago
Sree Kuchibhotla
471aa62716
Merge branch 'master' into sreek-epoll1
7 years ago
Sree Kuchibhotla
949d075812
Correctly fix the case where pollset->kicked_without_poller was missed
7 years ago
Vijay Pai
37e06cfc4d
Merge pull request #11890 from vjpai/inproc_comment
...
Clarify inproc byte stream function
7 years ago
Noah Eisen
385a6fc378
Merge pull request #11895 from ncteisen/bm-diff-regex
...
Allow Passing Regex to bm_diff tools
7 years ago
apolcyn
d238d84202
Merge pull request #11764 from apolcyn/fix_ruby_socket_leak
...
Release resources more eagerly on ruby server
7 years ago
Yash Tibrewal
c62ce80b80
Test credentials are passed with channel arg. Renamed macros and refactored code as per suggestions. Renamed test to proxy_auth and changed it to use simple_request instead of a payload.
7 years ago
Michael Lumish
ecb1059614
Merge pull request #11875 from murgatroid99/core_uv_reuse_port
...
Add SO_REUSEPORT support to uv iomgr code
7 years ago
murgatroid99
9d7def71fe
Address comments: change names and remove unnecessary lines
7 years ago
Adele Zhou
ae5130da08
Download the json file
7 years ago
Alexander Polcyn
7cc83e0701
add a standalone client auth test
7 years ago
ncteisen
5c92dcde1e
Allow passing regex to bm_diff tools
7 years ago
Adele Zhou
a858990b22
Update perf link.
7 years ago
murgatroid99
655c8b10f6
Fix Node build for older versions of Electron on Mac
7 years ago
Vijay Pai
0c22cad01f
Improve a comment in inproc transport
7 years ago
Stanley Cheung
66cedf645d
Merge pull request #11773 from michaelbausor/stub_param
...
Support parameter to change PHP generated stub suffix
7 years ago
Yash Tibrewal
a74ea8602d
Nit correction
7 years ago
Alexander Polcyn
7cc30c1155
add missing fields on server call context and improve robustness of finished calls
7 years ago
Yash Tibrewal
78d7125017
Removing a few style issues
7 years ago
murgatroid99
e929547d48
Fix issues with Node Mac build
7 years ago
Noah Eisen
6331bcf12f
Merge pull request #11770 from ncteisen/too-much-trace
...
Ensure that GRPC_VERBOSITY is checked before logging
7 years ago
David G. Quintas
6bc22ff61d
Merge pull request #11519 from iancoolidge/devel-reflection
...
alwayslink=1 for reflection plugin
7 years ago
David G. Quintas
19617bb7eb
Merge pull request #11874 from dgquintas/fix_pending_grpclb
...
Free pending grpclb update args
7 years ago
Sree Kuchibhotla
5d906568b4
Merge branch 'master' into sreek-epoll1
7 years ago
Yash Tibrewal
ad11680be7
remove unnecessary code
7 years ago
Yash Tibrewal
c59ef5e451
Merged latest commit from upstream
7 years ago
Jan Tattermusch
d069872bd0
Merge pull request #11883 from jtattermusch/kokoro_fix_linux_artifacts
...
Fix linux artifacts on Kokoro
7 years ago
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