Craig Tiller
a0cf12d976
Improve simulation to not infinitely buffer writes
8 years ago
Craig Tiller
456c6cec1f
Clamp write size to (hopefully) limit buffer bloat
8 years ago
Craig Tiller
81f92c855d
Tighten BDP increase conditions, better fix target transport window sizing
8 years ago
Craig Tiller
42ab2b1753
Use bandwidth estimate to stop increasing bdp estimate (avoids buffer bloat spiral of death)
8 years ago
Craig Tiller
addd3339e2
Merge branch 'flow' into trickle_stall
8 years ago
Craig Tiller
24e9fe7b92
Fix bazel
8 years ago
Craig Tiller
fbaa88ef44
Merge branch 'trickle_stall' of github.com:ctiller/grpc into trickle_stall
8 years ago
Craig Tiller
fe59d93e40
more stats
8 years ago
Craig Tiller
8b0db7f17c
Refine flow control update rules: drastic improvement in trickle failure rates
8 years ago
Craig Tiller
40fde140f4
Add logging of flow control variables
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
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
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
David G. Quintas
644e05e79b
Merge pull request #10664 from dgquintas/http_filter_slices
...
Fix handling of slice in http_client_filter
8 years ago
Yang Gao
52ff44f0d6
Merge pull request #10440 from danzh2010/udpserver
...
Modify udp_server to postpone shutdown_fd() during shutdown.
8 years ago
Yang Gao
940b2bd06e
Merge pull request #10634 from yang-g/fuzz2
...
Disallow empty method slice in api_fuzzer
8 years ago
Makarand Dharmapurikar
c59db4b136
added more tests to 'unimplemented'
8 years ago
Makarand Dharmapurikar
d471818d8c
script to run objc interop tests
8 years ago
Craig Tiller
88ce393687
Merge pull request #10398 from ipylypiv/fix_uri_parser
...
Refactor pchar_parse() to use switch()
8 years ago
Muxi Yan
9d129e751f
Merge pull request #10626 from grpc/revert-10619-revert-9626-lazy-deframe
...
Revert "Revert "Implement lazy deframe""
8 years ago
Makarand Dharmapurikar
9c8e9be16b
removed 'objc' from list of 'all' languages
8 years ago
David Garcia Quintas
3725128dc6
Comments
8 years ago
David Garcia Quintas
2f4679ea34
Fix handling of slice in http_client_filter
8 years ago
Craig Tiller
e412a18060
Merge pull request #10661 from grpc/v1.3.x
...
1.3.x upmerge
8 years ago
Craig Tiller
813e751d66
Merge pull request #10660 from ctiller/bugfixes
...
Bugfixes
8 years ago
Craig Tiller
349907b645
Handle EINTR on reading file
8 years ago
yang-g
eafeea48a9
Update ServerGlobalCallback::AddPort api
8 years ago
Yuchen Zeng
b9f9dcdec0
Merge pull request #10494 from y-zeng/fix_server_keepalive
...
Fix server-side keepalive shutdown process
8 years ago
Muxi Yan
fe5ec7467d
Merge pull request #10631 from muxi/fix-xcode83-modulemap
...
Fix modulemap redefinition problem in Xcode 8.3
8 years ago