aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Eliminate port server env var, force its use always, consolidate codeGravatar Craig Tiller2017-02-17
|
* Merge pull request #9759 from yang-g/max_recv_msg_sizeGravatar Yang Gao2017-02-17
|\ | | | | Restore the NextMessageSize for streamed calls
* \ Merge pull request #9754 from ctiller/call_cancelGravatar Craig Tiller2017-02-17
|\ \ | | | | | | Use special errors where appropriate in call cancellation: avoids many allocations in a semi-common case
| | * Restore the NextMessageSize for streamed callsGravatar yang-g2017-02-16
| |/ |/|
* | Merge pull request #9711 from jhseu/licenseGravatar Yang Gao2017-02-16
|\ \ | | | | | | Export LICENSE.txt in //third_party/nanopb
* \ \ Merge pull request #9741 from dgquintas/runtests_samplingGravatar David G. Quintas2017-02-16
|\ \ \ | | | | | | | | Add random samping to run_tests.py
* \ \ \ Merge pull request #9660 from ctiller/c3Gravatar Craig Tiller2017-02-16
|\ \ \ \ | | | | | | | | | | Convert client_channel.c to use a combiner lock
* \ \ \ \ 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
| | | | | | * Use special errors where appropriate in call cancellation: avoids many ↵Gravatar Craig Tiller2017-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | allocations in a semi-common case
| | | | * | | added assert against combining -p and -nGravatar David Garcia Quintas2017-02-16
| | | | | | |
* | | | | | | 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
* \ \ \ \ \ \ \ \ Merge pull request #9733 from dgquintas/runtests_errorsGravatar David G. Quintas2017-02-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Better error reporting in run_tests.py
* \ \ \ \ \ \ \ \ \ Merge pull request #9742 from ctiller/cgiGravatar Craig Tiller2017-02-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix escaping in index.html
* \ \ \ \ \ \ \ \ \ \ Merge pull request #9693 from ctiller/bm_closureGravatar Craig Tiller2017-02-16
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add benchmarks of closures, combiners, exec_ctx primitives
| | | | | | * | | | | | Remove code from network_status_tracker.c Pull the hash function to useful.hGravatar yang-g2017-02-16
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #9736 from nathanielmanistaatgoogle/sanityGravatar Nathaniel Manista2017-02-16
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Sanity improvements.
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9735 from nathanielmanistaatgoogle/lint-fixesGravatar Nathaniel Manista2017-02-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lint fixes.
| | | * \ \ \ \ \ \ \ \ \ \ Merge github.com:grpc/grpc into bm_closureGravatar Craig Tiller2017-02-15
| | | |\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | 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
| | | | | | * | | | | | | | | | Fix escaping in index.htmlGravatar Craig Tiller2017-02-15
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | * | | Add random samping to run_tests.pyGravatar David Garcia Quintas2017-02-15
| |_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | Output diff on failed yapf sanityGravatar Nathaniel Manista2017-02-15
| | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | Ignore python_pylint_venv/.Gravatar Nathaniel Manista2017-02-15
| |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should have been included in 1a967c31c3a7fbd2d6d5cb6c1e575fdb2d.
| | | | | * | | | | | | | | | 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
| |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #9713 from yongni/originGravatar matt-kwong2017-02-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a script and config for bringing interop test to kokoro
| * | | | | | | | | | | | | | Update grpc_interop.cfgGravatar yongni2017-02-15
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #9732 from ctiller/bm_perfGravatar Craig Tiller2017-02-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Serialize running of perf, switch back to -f for consistent event counts
| | | | | | | | * | | | | | | | Better error reporting in run_tests.pyGravatar David Garcia Quintas2017-02-15
| |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Wed Feb 15 12:49:32 PST 2017Gravatar Yong Ni2017-02-15
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | capitALizationGravatar Craig Tiller2017-02-15
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Syntax fixGravatar Craig Tiller2017-02-15
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Serialize running of perf, switch back to -f for consistent event countsGravatar Craig Tiller2017-02-15
|/ / / / / / / / / / / / / /
| | | | | | | * | | | | | | commentsGravatar David Garcia Quintas2017-02-15
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #9724 from ctiller/parallel-perfGravatar Craig Tiller2017-02-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run perf benchmarks in parallel
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9709 from kpayson64/preserve_callGravatar kpayson642017-02-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Store cython-level call in grpc.Call
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9647 from ctiller/authorityGravatar Craig Tiller2017-02-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should only do host-->:authority if there is no :authority
| | | * | | | | | | | | | | | | | Run perf benchmarks in parallelGravatar Craig Tiller2017-02-15
| |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #9687 from ctiller/xGravatar Craig Tiller2017-02-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make latency traces more useful
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9722 from ctiller/fix-perfGravatar Craig Tiller2017-02-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add flamegraphs to index.html
| | | | | | | | | | * | | | | | | | Update microbenchmarking framework for new benchmarkGravatar Craig Tiller2017-02-15
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | | | Update microbenchmarking framework for new benchmarkGravatar Craig Tiller2017-02-15
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | | | Merge branch 'bm_trickle' into bm_closureGravatar Craig Tiller2017-02-15
| | | | | | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | |_|/ / / / / / / / | | | | | | | | |/| | | | | | | | |
| | | | | | | | * | | | | | | | | | Merge branch 'bm_trickle' of github.com:ctiller/grpc into bm_trickleGravatar Craig Tiller2017-02-15
| | | | | | | | |\ \ \ \ \ \ \ \ \ \