Craig Tiller
1fa9ddb12e
Fix clang-format
8 years ago
Craig Tiller
87ce813efd
Merge pull request #8862 from ctiller/fixit1
...
Fix mac build
8 years ago
Craig Tiller
8a4539e530
Up retry count to try and counter flakiness
8 years ago
Craig Tiller
b4b8e1efc6
Fix mac build
...
Localize global_wakeup_fd declarations, instead of trying to share them,
so that this bug is less likely to occur in the future.
8 years ago
David G. Quintas
4c8172ed8b
Merge pull request #8852 from dgquintas/portposix_clangformat
...
clang-format port_posix.c
8 years ago
David Garcia Quintas
1edfb952d0
Updated backoff to spec.
8 years ago
David Garcia Quintas
8fe2a4285c
clang-format
8 years ago
David Garcia Quintas
7d03df3f44
Renamed google_benchmark submodule to benchmark
8 years ago
Noah Eisen
5ac82e2ba8
Merge pull request #8846 from ncteisen/go_advanced_interop
...
Run Go Advanced Interop
8 years ago
Muxi Yan
dc2111ec70
Merge pull request #8735 from muxi/fix-error-status-popup-v10x
...
Backport: Send RST_STREAM from client when it receives trailing metadata without the corresponding RST_STREAM
8 years ago
ncteisen
3439520bb6
Untracked generated node_modules directory
8 years ago
Paul Marks
cb09e7009e
Fix a memory leak in grpc_udp_server_add_port()
...
This occurred when running a QUIC test in an IPv6-only environment:
E1123 16:04:20.282041 159850 heap-profile-table.cc:489] RAW: Leak of 1360 bytes in 17 objects allocated from:
@ 0x7f160b8923ab gpr_malloc
@ 0x7f160b8cff27 copy_error_and_unref
@ 0x7f160b8d0151 grpc_error_set_str
@ 0x7f160b8e3ff8 error_for_fd
@ 0x7f160b8e3edd grpc_create_dualstack_socket
@ 0x7f160b8ea5c3 grpc_udp_server_add_port
@ 0x7f1627a65d20 grpc_server_add_quic_port
@ 0x7f1627a6bea4 grpc::(anonymous namespace)::QuicServerCredentialsImpl::AddPortToServer()
...
8 years ago
Noah Eisen
f2764bf462
Merge branch 'master' of https://github.com/grpc/grpc into go_advanced_interop
8 years ago
Muxi Yan
d742574004
Fix breaking generate_project.py
8 years ago
Muxi Yan
878ff0835d
Revert "Missed file"
...
This reverts commit 10790401dd
.
8 years ago
Jan Tattermusch
6ff81e91c9
Merge pull request #8825 from jtattermusch/manual_upmerge_101
...
Manual upmerge from v1.0.x
8 years ago
Jan Tattermusch
09ba2d6f4a
fix formatting
8 years ago
Paul Marks
b0568043ef
Merge pull request #8835 from pmarks-net/master
...
port_posix: use IPv4+IPv6 sockets to check for a free port.
8 years ago
David G. Quintas
4bbbb73dad
Merge pull request #8847 from yang-g/clang-format
...
Clang-format code
8 years ago
yang-g
b9d57ed665
!
8 years ago
yang-g
d255a727f9
Clang-format
8 years ago
Noah Eisen
bae24c7947
Merge pull request #8845 from ncteisen/fix_docker_go
...
Fix docker go
8 years ago
Jan Tattermusch
f75459deff
Merge pull request #8827 from jtattermusch/ur_does_not_reference_tcp
...
UserResource does not reference tcp endpoint on windows
8 years ago
Muxi Yan
6ead007882
Revert "Update messages.proto and add a new test" as the test is not supported in v1.0.x
...
This reverts commit 59af1bf468
.
8 years ago
Noah Eisen
7a60cfc662
Fix docker go
8 years ago
Sree Kuchibhotla
4fb81553ec
Merge branch 'master' into pss_pi
8 years ago
yang-g
a7ef49bf6a
Support custom credential type in interop
8 years ago
Alexander Polcyn
7f8a628f6a
fix race between app and GC on ruby server shutdown
8 years ago
Jan Tattermusch
84ffe7433a
Merge pull request #6 from apolcyn/remove_concurrent_ruby_dep_in_template
...
remove concurrent ruby dep from gemspec template
8 years ago
kpayson64
543d3a35b3
Merge pull request #8650 from kpayson64/poll_cv_improvement
...
Bypass poll thread if wakeup fd is set
8 years ago
Muxi Yan
3f1db28ed0
clang-format
8 years ago
Yang Gao
74ce59485f
Merge pull request #8815 from yang-g/http_trace
...
Pretty print outgoing headers
8 years ago
Alexander Polcyn
3d48cf4ed3
dont break out of response stream iterator in benchmark client
8 years ago
yang-g
71b275bc10
resolve dependency
8 years ago
Alexander Polcyn
e829c68adc
remove concurrent ruby dep from gemspec template
8 years ago
Jan Tattermusch
ff3da88c63
regenerate C# protos
8 years ago
Alexander Polcyn
cdd4203042
use thread pool from v1.0.x but keep server call life cycle in master
8 years ago
yang-g
8e9fc9bd0e
Test credentials provider update
8 years ago
Paul Marks
366a0515c9
port_posix: use IPv4+IPv6 sockets to check for a free port.
...
This allows the port picker to function across dual-stack and
IPv4/IPv6-only environments.
For a port to be considered available, the kernel must support at least
one of (IPv6, IPv4), and the port must be available on each supported
family.
Also use the bool type where feasible.
This is based on http://cl/97155408 (for those who can read it.)
8 years ago
Sree Kuchibhotla
1b1ac735b5
More tests
8 years ago
Alexander Polcyn
03fc19876d
wait for write loop to finish at end of ruby read loop, on client side calls
8 years ago
Sree Kuchibhotla
8ba994a29e
Add back google_benchmark files to Makefile
8 years ago
Sree Kuchibhotla
e2733decfb
Merge branch 'master' into pss_pi
8 years ago
David G. Quintas
01eda53c81
Merge pull request #8829 from dgquintas/grpclb_right_target
...
Check on *target, not target
8 years ago
Sree Kuchibhotla
b49aca15d0
Minor corrections
8 years ago
Sree Kuchibhotla
dd49b35571
Merge branch 'master' into pss_pi
8 years ago
Sree Kuchibhotla
bc0bfff7dd
pollset_set test
8 years ago
David G. Quintas
7cb13183d4
Merge pull request #8822 from dgquintas/grpclb_serverlist_leak
...
Fixed leak upon duped serverlist updates
8 years ago
Noah Eisen
4334fe5a2e
Merge pull request #8817 from ncteisen/python_stress_flags
...
Add new flags to Python stress client
8 years ago
David Garcia Quintas
6493a73888
Check on *target, not target
8 years ago