Craig Tiller
48ca9e5ff4
Merge pull request #10731 from ctiller/xyzw
...
Allow >100% increases, add more jobs to reduce noise
8 years ago
Stanley Cheung
7b692ca67b
Merge pull request #10543 from practo/php_basestub_channel_fix
...
PHP Fixing is_a check for Channel
8 years ago
David G. Quintas
e89d9589dc
Merge pull request #10717 from dgquintas/moar_grpclb_leaks
...
Fix a couple leaks in gRPCLB
8 years ago
Yang Gao
c63a119fd4
Merge pull request #10682 from yang-g/status_helper
...
Remove status_helper as it is not needed any more
8 years ago
makdharma
41d68a20d3
Merge pull request #10718 from makdharma/cares_osx_bazel
...
fix bazel build for osx
8 years ago
kpayson64
4589a2ebf9
Merge pull request #10688 from kpayson64/fix_php_interop
...
Fix PHP interop tests
8 years ago
Mehrdad Afshari
f583975f81
Include <sys/socket.h> for AF_INET
...
Compilation fails on FreeBSD because not all POSIX
compliant systems end up including AF_INET from
other header files transitively.
AF_INET and AF_INET6 should be provided by
<sys/socket.h>.
8 years ago
Craig Tiller
e530845d91
Also increase threshold for significant differences
8 years ago
Craig Tiller
ad7f066b16
Allow >100% increases, add more jobs to reduce noise
8 years ago
Craig Tiller
7366fe6df3
Merge pull request #10709 from ctiller/infinite_stream
...
Fix infinite streams in qps_test
8 years ago
Craig Tiller
d7b72ee9c4
Merge pull request #10711 from ctiller/tm1
...
Thread manager fixes/refactoring
8 years ago
Craig Tiller
827b061535
clang-format
8 years ago
Craig Tiller
f26caeedc6
clang-format
8 years ago
Craig Tiller
4cc6682e98
Merge github.com:grpc/grpc into infinite_stream
8 years ago
Craig Tiller
b7969ce109
Merge pull request #10715 from ctiller/bmfx
...
Fix EINTR forever
8 years ago
Craig Tiller
f659ee5ff1
Move comment
8 years ago
Makarand Dharmapurikar
72c4d00019
fix bazel build for osx
...
add config setting for building c-ares on osx
8 years ago
David Garcia Quintas
7fadeae2a6
Fix a couple leaks
8 years ago
Ken Payson
b702ce2117
Fix PHP interop tests
8 years ago
Craig Tiller
25e3c6da76
Fix EINTR forever
8 years ago
Muxi Yan
c2d9f1e297
Merge pull request #10689 from muxi/revert-boringssl-81
...
Revert a change in BoringSSL 8.1 podspec
8 years ago
Craig Tiller
6b4435ccbc
Merge pull request #10678 from ctiller/style_guide
...
Public functions must be prefixed with grpc_
8 years ago
Craig Tiller
35f27cd457
More cleanup
8 years ago
Craig Tiller
4818150728
Better commentary
8 years ago
Craig Tiller
a3e87894f2
Fix, restore draining
8 years ago
Craig Tiller
991c101de8
Initial thread manager fixes
8 years ago
Craig Tiller
9354720625
Fix infinite streams in qps_test
8 years ago
Mehrdad Afshari
68f6a67327
Always generate body for python code elements
...
Since
#...
class Service:
class NextService:
#...
without a body or `pass` under `Service` is invalid
Python, we ensure a `pass` statement is always
emitted to make the generated code valid.
8 years ago
Jan Tattermusch
013eda440b
Merge pull request #10698 from jtattermusch/fix_remaining_markdown
...
Fix .md markdown
8 years ago
Yuchen Zeng
96d58f1fc2
Merge pull request #10683 from y-zeng/python_build
...
Fix the c-ares python artifact build issue
8 years ago
Jan Tattermusch
e38856419b
Merge pull request #10703 from jtattermusch/csharp_fix_handler_race
...
Fix race in setting handler in tests.
8 years ago
Muxi Yan
d28078869a
Revert umbrella header too
8 years ago
yang-g
6bc701659c
Remove status_helper as it is not needed any more
8 years ago
makdharma
8938943fce
Merge pull request #10609 from makdharma/xcodebuild_cmdline
...
add cmdline arg for ObjC interop tests. Add objc to interop_tests.py
8 years ago
Craig Tiller
1eeed856ee
Merge pull request #10237 from meliuz/configurable-minbackoff-reconnect
...
Make min_backoff_ms timeout configurable
8 years ago
Jan Tattermusch
ed94e39ee8
setting handler is a race
8 years ago
Jan Tattermusch
a22a19fd64
fix markdown
8 years ago
Muxi Yan
50810d7139
Revert a change in BoringSSL 8.1
8 years ago
Yuchen Zeng
7cc31f1d69
Fix python artifact build
8 years ago
Craig Tiller
a1f7642559
Public functions must be prefixed with grpc_
8 years ago
Matt Kwong
dd109da280
Merge pull request #10550 from matt-kwong/hourly-performance-fix
...
Run start_port_server.py in performance profiling
8 years ago
David G. Quintas
a6f64f4c00
Merge pull request #10391 from dgquintas/lr_back_to_md
...
Load Reporting back to using metadata
8 years ago
Yang Gao
c5fc2b7112
Merge pull request #10663 from yang-g/globalcallback
...
Update ServerGlobalCallback::AddPort api
8 years ago
David G. Quintas
3ddc13b252
Merge pull request #10668 from dgquintas/update_lb_proto_2
...
Updated load_balancer.proto
8 years ago
David G. Quintas
0ece13a229
Merge pull request #10436 from dgquintas/fake_resolver_args
...
Improvements to Fake Resolver
8 years ago
Craig Tiller
fcc00350af
Merge pull request #10439 from ctiller/foo
...
Enable more benchmarks for bm_diff
8 years ago
David Garcia Quintas
a818f72c0c
Load Reporting back to using metadata
8 years ago
David Garcia Quintas
a7a1098d2f
Updated load_balancer.proto
8 years ago
David Garcia Quintas
53af23cfbf
Improvements to Fake Resolver
8 years ago
David G. Quintas
a8b8aeac20
Merge pull request #10645 from dgquintas/client_channel_high_freq_resolver_updates
...
Keep LB policy alive during high freq of resolver updates
8 years ago