adelez
c463ad9768
Merge pull request #11894 from adelez/update_perf_links
...
Update perf link.
8 years ago
Michael Lumish
5e1dca2642
Merge pull request #11885 from murgatroid99/node_artifact_mac_fix
...
Fix issues with Node Mac build
8 years ago
Noah Eisen
92836fa090
Merge pull request #11908 from ncteisen/movin-too-fast
...
regex to diff
8 years ago
ncteisen
2aab728245
regex to diff
8 years ago
Craig Tiller
db09ad03f6
Merge pull request #11829 from ctiller/mospam
...
Fix spam
8 years ago
Michael Lumish
8321cadeb0
Merge pull request #11871 from murgatroid99/uv_portability_fix
...
Fix libuv core portability tests
8 years ago
Noah Eisen
5079182938
Merge pull request #11693 from ncteisen/refactor-thread-pool
...
Make CreateThreadPool Settable
8 years ago
Vijay Pai
37e06cfc4d
Merge pull request #11890 from vjpai/inproc_comment
...
Clarify inproc byte stream function
8 years ago
Noah Eisen
385a6fc378
Merge pull request #11895 from ncteisen/bm-diff-regex
...
Allow Passing Regex to bm_diff tools
8 years ago
apolcyn
d238d84202
Merge pull request #11764 from apolcyn/fix_ruby_socket_leak
...
Release resources more eagerly on ruby server
8 years ago
Michael Lumish
ecb1059614
Merge pull request #11875 from murgatroid99/core_uv_reuse_port
...
Add SO_REUSEPORT support to uv iomgr code
8 years ago
murgatroid99
9d7def71fe
Address comments: change names and remove unnecessary lines
8 years ago
Alexander Polcyn
7cc83e0701
add a standalone client auth test
8 years ago
ncteisen
5c92dcde1e
Allow passing regex to bm_diff tools
8 years ago
Adele Zhou
a858990b22
Update perf link.
8 years ago
murgatroid99
655c8b10f6
Fix Node build for older versions of Electron on Mac
8 years ago
Vijay Pai
0c22cad01f
Improve a comment in inproc transport
8 years ago
Stanley Cheung
66cedf645d
Merge pull request #11773 from michaelbausor/stub_param
...
Support parameter to change PHP generated stub suffix
8 years ago
Alexander Polcyn
7cc30c1155
add missing fields on server call context and improve robustness of finished calls
8 years ago
murgatroid99
e929547d48
Fix issues with Node Mac build
8 years ago
Noah Eisen
6331bcf12f
Merge pull request #11770 from ncteisen/too-much-trace
...
Ensure that GRPC_VERBOSITY is checked before logging
8 years ago
David G. Quintas
6bc22ff61d
Merge pull request #11519 from iancoolidge/devel-reflection
...
alwayslink=1 for reflection plugin
8 years ago
David G. Quintas
19617bb7eb
Merge pull request #11874 from dgquintas/fix_pending_grpclb
...
Free pending grpclb update args
8 years ago
Jan Tattermusch
d069872bd0
Merge pull request #11883 from jtattermusch/kokoro_fix_linux_artifacts
...
Fix linux artifacts on Kokoro
8 years ago
murgatroid99
6617790c18
Add SO_REUSEPORT support to uv iomgr code
8 years ago
yongni
2a88847f67
Merge pull request #11882 from yongni/kokoro
...
Added all previous minor releases of gRPC to the matrix.
8 years ago
Jan Tattermusch
713d7c93a8
ruby is already installed on kokoro ubuntu VMs
8 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
8 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.
8 years ago
ncteisen
139072ff92
Const correct and clang
8 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
8 years ago
Alexander Polcyn
59a19a9d5e
make sure that client-side view of calls is robust
8 years ago
ncteisen
eb70b9e0df
Anon namespace over static
8 years ago
ncteisen
a5d557b96d
Rename function to avoud future clash
8 years ago
ncteisen
30939f8854
Make CreateThreadPool settable
8 years ago
ncteisen
b9b376ccd4
Ban the silent version
8 years ago
ncteisen
68d78c6330
Add comment
8 years ago
ncteisen
79764a3bfb
Quiet down getenv
8 years ago
ncteisen
85fac6df57
Quiet down server builder
8 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.
8 years ago
David Garcia Quintas
ae5e83b664
Free pending grpclb update args
8 years ago
murgatroid99
269d3b4faa
Clang format
8 years ago
Jan Tattermusch
10bed24e8b
Merge pull request #11869 from jtattermusch/kokoro_fix_python_artifacts
...
Fix python 2.7 & 3.4 artifacts on kokoro
8 years ago
murgatroid99
75f678a5b2
Merge branch 'master' into uv_portability_fix
8 years ago
Vijay Pai
e5ba80b507
Merge pull request #11870 from vjpai/slice
...
Add idiomatic C++ API for grpc::Slice construction
8 years ago
murgatroid99
79e2d8e89f
libuv tests: skip a test that spawns a thread
8 years ago
murgatroid99
b8e07ad780
Add asserts that uv calls all run on the same thread
8 years ago
murgatroid99
87116f4499
Fix failures in libuv portability tests
8 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.
8 years ago
Vijay Pai
0f95fa4909
Add idiomatic C++ API for grpc::Slice construction that doesn't
...
require using grpc_slice
8 years ago