Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Transport closure results in UNAVAILABLE from client, not INTERNAL | David Garcia Quintas | 2017-02-16 |
| | |||
* | Merge pull request #9735 from nathanielmanistaatgoogle/lint-fixes | Nathaniel Manista | 2017-02-16 |
|\ | | | | | Lint fixes. | ||
* \ | Merge pull request #9720 from ctiller/fc | Craig Tiller | 2017-02-15 |
|\ \ | | | | | | | Possible connection window flow control improvements | ||
* \ \ | Merge pull request #9697 from ctiller/bm_trickle | Craig Tiller | 2017-02-15 |
|\ \ \ | | | | | | | | | Add a test that measures flow control stalls in a deterministic way | ||
* \ \ \ | Merge pull request #9643 from ctiller/authority_allocation | Craig Tiller | 2017-02-15 |
|\ \ \ \ | | | | | | | | | | | Signal that authority can be compressed in hpack: saves 1 allocation/rpc | ||
* \ \ \ \ | Merge pull request #9666 from ctiller/no_reuse | Craig Tiller | 2017-02-15 |
|\ \ \ \ \ | | | | | | | | | | | | | Eliminate CQ freelist | ||
| | | | | * | Fix and enable simplifiable-if-statement lint | Nathaniel Manista | 2017-02-15 |
| | | | | | | |||
| | | | | * | Fix and enable dangerous-default-value lint | Nathaniel Manista | 2017-02-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix is more of an elision and the code in the changed area is reflowed. | ||
| | | | | * | Fix and enable logging-format-interpolation lint | Nathaniel Manista | 2017-02-15 |
| |_|_|_|/ |/| | | | | |||
* | | | | | Merge pull request #9709 from kpayson64/preserve_call | kpayson64 | 2017-02-15 |
|\ \ \ \ \ | | | | | | | | | | | | | Store cython-level call in grpc.Call | ||
| | | | * \ | Merge github.com:grpc/grpc into bm_trickle | Craig Tiller | 2017-02-15 |
| | | | |\ \ | |||
| | | | | | * | Add some tracing | Craig Tiller | 2017-02-15 |
| | | | | | | | |||
| | | | | | * | Possible connection window flow control improvements | Craig Tiller | 2017-02-15 |
| | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of incrementally doling out connection level flow control, use the fact that if a stream's initial_window_delta >= 0 then the application has made some commitment to read those bytes. That means that we should target connection level flow control to be: target_incoming_window = sum(stream_incoming_window_delta if stream_incoming_window_delta > 0) + max(0, k * bdp - sum(abs(stream_incoming_window_delta) if stream_incoming_window_delta < 0)) | ||
* | | | | | | Merge github.com:grpc/grpc into authority | Craig Tiller | 2017-02-14 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||
| | * | | | | Store cython-level call in grpc.Call | Ken Payson | 2017-02-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | This allows inspecting c-level properties of the call after completion. | ||
| * | | | | | Add CronetUnitTests into Jenkins tests | Muxi Yan | 2017-02-14 |
| | | | | | | |||
| * | | | | | Polish test | Muxi Yan | 2017-02-14 |
| | | | | | | |||
| * | | | | | remove some temporary comments | Muxi Yan | 2017-02-14 |
| | | | | | | |||
| * | | | | | Add new dummy Cronet API | Muxi Yan | 2017-02-14 |
| | | | | | | |||
| * | | | | | Merge remote-tracking branch 'upstream/master' into packet-coalescing-core | Muxi Yan | 2017-02-14 |
| |\ \ \ \ \ | |||
| | | | | | * | Add a test that measures flow control stalls in a deterministic way | Craig Tiller | 2017-02-13 |
| | | |_|_|/ | | |/| | | | |||
| | * | | | | Merge pull request #9665 from jtattermusch/cmake_csharp_extension | Jan Tattermusch | 2017-02-10 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Use grpc_csharp_ext built by cmake | ||
| | * \ \ \ \ | Merge pull request #7047 from daniel-j-born/server_expand_addrs | Dan Born | 2017-02-10 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Add a flag that causes wildcard IP addresses on servers to be expanded | ||
| | * \ \ \ \ \ | Merge pull request #9659 from kpayson64/fix_build | kpayson64 | 2017-02-10 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Use unique protoc namespaces | ||
| | | * | | | | | | Use unique namespace for each python protoc test | Ken Payson | 2017-02-10 |
| | | | |_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the same namespace results in errors when using the c-extension version of protobuf due to name collisions | ||
| | * | | | | | | Merge pull request #9578 from markdroth/http_connect_uds_fix | Mark D. Roth | 2017-02-10 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Don't use HTTP CONNECT proxy when server is a Unix domain socket. | ||
| | | | | | | * | | Eliminate CQ freelist | Craig Tiller | 2017-02-09 |
| | | |_|_|_|/ / | | |/| | | | | | |||
* | | | | | | | | Fix substitution | Craig Tiller | 2017-02-09 |
| | | | | | | | | |||
* | | | | | | | | Merge github.com:grpc/grpc into authority | Craig Tiller | 2017-02-09 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||
| * | | | | | | | Merge pull request #9661 from ctiller/combiner_refs | Craig Tiller | 2017-02-09 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Make combiners refcounted, to facilitate sharing | ||
| | | | | | * | | | API changes | Dan Born | 2017-02-09 |
| | | | | | | | | | |||
| | | | | | * | | | Expand wildcard IP addresses on servers. | Dan Born | 2017-02-09 |
| | |_|_|_|/ / / | |/| | | | | | | |||
| | | | | | * | | remove stale buildall.bat script and update readme | Jan Tattermusch | 2017-02-09 |
| | | | | | | | | |||
| | | | | | * | | use grpc_csharp_ext built by cmake | Jan Tattermusch | 2017-02-09 |
| | |_|_|_|/ / | |/| | | | | | |||
| | * | | | | | Add comment | Craig Tiller | 2017-02-09 |
| | | | | | | | |||
| * | | | | | | Merge pull request #9623 from muxi/add-cronet-interop-to-jenkins | Muxi Yan | 2017-02-09 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add Cronet remote interop test to Jenkins | ||
| | | * | | | | | Fix non-debug | Craig Tiller | 2017-02-09 |
| | | | | | | | | |||
| | | * | | | | | Default debug off | Craig Tiller | 2017-02-09 |
| | | | | | | | | |||
| * | | | | | | | Merge pull request #9612 from apolcyn/fix_csharp_benchmark_server_startups | apolcyn | 2017-02-09 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | revert setting of PayloadConfig in ServerConfig of non-generic server | ||
| | | | * | | | | | Add debug macros | Craig Tiller | 2017-02-09 |
| | | | | | | | | | |||
| | | * | | | | | | Add Cronet remote interop test to Jenkins | Muxi Yan | 2017-02-09 |
| | | | | | | | | | |||
| | | | * | | | | | Make combiners refcounted, to facilitate sharing | Craig Tiller | 2017-02-09 |
| | |_|/ / / / / | |/| | | | | | | |||
| | * | | | | | | make the change in scenario config rather than c# | Alexander Polcyn | 2017-02-09 |
| | | | | | | | | |||
| | * | | | | | | remove fatal null check in c# protobuf QPS server | Alexander Polcyn | 2017-02-09 |
| | | |_|_|/ / | | |/| | | | | |||
| * | | | | | | Advance protoc dependency version as well | Muxi Yan | 2017-02-09 |
| | | | | | | | |||
| * | | | | | | Advance protoc version to 3.1.0 | Muxi Yan | 2017-02-09 |
| |/ / / / / | |||
| * | | | | | Merge pull request #9653 from grpc/revert-9606-port-9488 | David G. Quintas | 2017-02-09 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Revert "Port #9488 and part of #9463" | ||
| | | | | * | | Don't use proxy when target is a Unix domain socket. | Mark D. Roth | 2017-02-09 |
| | |_|_|/ / | |/| | | | | |||
| * | | | | | Merge pull request #9557 from markdroth/proxy_mapper_api | Mark D. Roth | 2017-02-09 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add proxy mapper method for overriding the name to resolve. | ||
| | | * | | | | Revert "Port #9488 and part of #9463" | David G. Quintas | 2017-02-09 |
| | |/ / / / | |/| | | | |