aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | | | | | | | * Merge branch 'bm_call_create' into bm_errorGravatar Craig Tiller2017-02-17
| |_|_|_|_|_|_|_|_|/| |/| | | | | | | | |/ | | |_|_|_|_|_|_|/| | |/| | | | | | | |
| * | | | | | | | | Merge github.com:grpc/grpc into bm_call_createGravatar Craig Tiller2017-02-17
| |\| | | | | | | |
| | | | | | | | | * Merge github.com:grpc/grpc into bm_cqGravatar Craig Tiller2017-02-17
| | | | | | | | | |\ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | * | | | | | | | 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
| | | | | | | | | | | * | | | | PHP: add macro for arg info in extensionGravatar Stanley Cheung2017-02-16
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | Contain the links for the pending handshake managers inside handshake_managerGravatar yang-g2017-02-16
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merge pull request #9733 from dgquintas/runtests_errorsGravatar David G. Quintas2017-02-16
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better error reporting in run_tests.py
| * | | | | | | | | | | | | | | | Merge github.com:grpc/grpc into bm_call_createGravatar Craig Tiller2017-02-16
| |\| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge pull request #9742 from ctiller/cgiGravatar Craig Tiller2017-02-16
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix escaping in index.html
| | | | | | | | | | | | | | | | | * Merge github.com:grpc/grpc into bm_cqGravatar Craig Tiller2017-02-16
| | | | | | | | | | | | | | | | | |\ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | 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 branch 'bm_call_create' into bm_errorGravatar Craig Tiller2017-02-16
|\| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fix missing headerGravatar Craig Tiller2017-02-16
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Fix compilation on LinuxGravatar Craig Tiller2017-02-16
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge github.com:grpc/grpc into bm_errorGravatar Craig Tiller2017-02-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Add benchmarks for grpc_errorGravatar Craig Tiller2017-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
* | | | | | | | | | | | | | | | | | | | | Add initial metadata benchmarksGravatar Craig Tiller2017-02-15
| | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | 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 load reportingGravatar Craig Tiller2017-02-15
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Hoist constant setting out of loop - and shave some ns from call creationGravatar Craig Tiller2017-02-15
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Call out no-filter caseGravatar Craig Tiller2017-02-15
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Add a no-filter stack for comparisonGravatar Craig Tiller2017-02-15
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Add benchmarks for a good selection of filtersGravatar Craig Tiller2017-02-15
| | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | | | | | Add random samping to run_tests.pyGravatar David Garcia Quintas2017-02-15
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Call creation benchmarkGravatar Craig Tiller2017-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
| | | | | | | | | | | | | | | | | | |