aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #9634 from pmarks-net/masterGravatar Paul Marks2017-02-16
|\ | | | | Connect to "localhost" from interop clients.
* \ Merge pull request #9696 from yang-g/network_status_shardGravatar Yang Gao2017-02-16
|\ \ | | | | | | Remove network_status_tracker code
* \ \ Merge pull request #9531 from dgquintas/compression_implicit_encodingGravatar David G. Quintas2017-02-16
|\ \ \ | | | | | | | | make grpc-encoding:identity implicit
* \ \ \ Merge pull request #9648 from dgquintas/lr_sans_mdGravatar David G. Quintas2017-02-16
|\ \ \ \ | | | | | | | | | | Use call context to propagare LR costs
| | | * | Remove code from network_status_tracker.c Pull the hash function to useful.hGravatar yang-g2017-02-16
| | | | |
* | | | | Merge pull request #9735 from nathanielmanistaatgoogle/lint-fixesGravatar Nathaniel Manista2017-02-16
|\ \ \ \ \ | | | | | | | | | | | | Lint fixes.
* \ \ \ \ \ Merge pull request #9720 from ctiller/fcGravatar Craig Tiller2017-02-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | Possible connection window flow control improvements
* \ \ \ \ \ \ Merge pull request #9697 from ctiller/bm_trickleGravatar Craig Tiller2017-02-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add a test that measures flow control stalls in a deterministic way
* \ \ \ \ \ \ \ Merge pull request #9643 from ctiller/authority_allocationGravatar Craig Tiller2017-02-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Signal that authority can be compressed in hpack: saves 1 allocation/rpc
* \ \ \ \ \ \ \ \ Merge pull request #9666 from ctiller/no_reuseGravatar Craig Tiller2017-02-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Eliminate CQ freelist
| | | | | * | | | | Fix and enable simplifiable-if-statement lintGravatar Nathaniel Manista2017-02-15
| | | | | | | | | |
| | | | | * | | | | Fix and enable dangerous-default-value lintGravatar Nathaniel Manista2017-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix is more of an elision and the code in the changed area is reflowed.
| | | | | * | | | | Fix and enable logging-format-interpolation lintGravatar Nathaniel Manista2017-02-15
| |_|_|_|/ / / / / |/| | | | | | | |
| | | | | * | | | commentsGravatar David Garcia Quintas2017-02-15
| | | | | | | | |
* | | | | | | | | Merge pull request #9709 from kpayson64/preserve_callGravatar kpayson642017-02-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Store cython-level call in grpc.Call
| | | | * \ \ \ \ \ Merge github.com:grpc/grpc into bm_trickleGravatar Craig Tiller2017-02-15
| | | | |\ \ \ \ \ \
| | | | | | * | | | | Add some tracingGravatar Craig Tiller2017-02-15
| | | | | | | | | | |
| | | | | | * | | | | Possible connection window flow control improvementsGravatar Craig Tiller2017-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 authorityGravatar Craig Tiller2017-02-14
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | Store cython-level call in grpc.CallGravatar Ken Payson2017-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows inspecting c-level properties of the call after completion.
| * | | | | | | | | Add CronetUnitTests into Jenkins testsGravatar Muxi Yan2017-02-14
| | | | | | | | | |
| * | | | | | | | | Polish testGravatar Muxi Yan2017-02-14
| | | | | | | | | |
| * | | | | | | | | remove some temporary commentsGravatar Muxi Yan2017-02-14
| | | | | | | | | |
| * | | | | | | | | Add new dummy Cronet APIGravatar Muxi Yan2017-02-14
| | | | | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into packet-coalescing-coreGravatar Muxi Yan2017-02-14
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | | | | | * | | | Add a test that measures flow control stalls in a deterministic wayGravatar Craig Tiller2017-02-13
| | | |_|_|/ / / / | | |/| | | | | |
| | | | | | * | | Use call context to propagare LR costsGravatar David Garcia Quintas2017-02-13
| | | | | | | | |
| | | | | | | * | Merge branch 'master' of github.com:grpc/grpc into compression_implicit_encodingGravatar David Garcia Quintas2017-02-13
| | | | | | | |\ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | Merge pull request #9665 from jtattermusch/cmake_csharp_extensionGravatar Jan Tattermusch2017-02-10
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | Use grpc_csharp_ext built by cmake
| | * | | | | | | Merge pull request #7047 from daniel-j-born/server_expand_addrsGravatar Dan Born2017-02-10
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add a flag that causes wildcard IP addresses on servers to be expanded
| | * \ \ \ \ \ \ \ Merge pull request #9659 from kpayson64/fix_buildGravatar kpayson642017-02-10
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Use unique protoc namespaces
| | | * | | | | | | | Use unique namespace for each python protoc testGravatar Ken Payson2017-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_fixGravatar Mark D. Roth2017-02-10
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Don't use HTTP CONNECT proxy when server is a Unix domain socket.
| | | | | | | * | | | Eliminate CQ freelistGravatar Craig Tiller2017-02-09
| | | |_|_|_|/ / / / | | |/| | | | | | |
* | | | | | | | | | Fix substitutionGravatar Craig Tiller2017-02-09
| | | | | | | | | |
* | | | | | | | | | Merge github.com:grpc/grpc into authorityGravatar Craig Tiller2017-02-09
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #9661 from ctiller/combiner_refsGravatar Craig Tiller2017-02-09
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Make combiners refcounted, to facilitate sharing
| | | | | | * | | | | API changesGravatar Dan Born2017-02-09
| | | | | | | | | | |
| | | | | | * | | | | Expand wildcard IP addresses on servers.Gravatar Dan Born2017-02-09
| | |_|_|_|/ / / / / | |/| | | | | | | |
| | | | | | * | | | remove stale buildall.bat script and update readmeGravatar Jan Tattermusch2017-02-09
| | | | | | | | | |
| | | | | | * | | | use grpc_csharp_ext built by cmakeGravatar Jan Tattermusch2017-02-09
| | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | Add commentGravatar Craig Tiller2017-02-09
| | | | | | | | |
| * | | | | | | | Merge pull request #9623 from muxi/add-cronet-interop-to-jenkinsGravatar Muxi Yan2017-02-09
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add Cronet remote interop test to Jenkins
| | | * | | | | | | Fix non-debugGravatar Craig Tiller2017-02-09
| | | | | | | | | |
| | | * | | | | | | Default debug offGravatar Craig Tiller2017-02-09
| | | | | | | | | |
| * | | | | | | | | Merge pull request #9612 from apolcyn/fix_csharp_benchmark_server_startupsGravatar apolcyn2017-02-09
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | revert setting of PayloadConfig in ServerConfig of non-generic server
| | | | * | | | | | | Add debug macrosGravatar Craig Tiller2017-02-09
| | | | | | | | | | |
| | | * | | | | | | | Add Cronet remote interop test to JenkinsGravatar Muxi Yan2017-02-09
| | | | | | | | | | |
| | | | * | | | | | | Make combiners refcounted, to facilitate sharingGravatar Craig Tiller2017-02-09
| | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | make the change in scenario config rather than c#Gravatar Alexander Polcyn2017-02-09
| | | | | | | | | |