aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #12219 from y-zeng/http2_connectorGravatar Yuchen Zeng2017-10-24
|\ | | | | Add the endpoint used by the handshake process to connector's pollset_set
* \ Merge pull request #13108 from AspirinSJL/reomve_duplicateGravatar Juanli Shen2017-10-24
|\ \ | | | | | | Remove duplicate message member in test
* \ \ Merge pull request #13116 from ncteisen/fix-microbenchmarksGravatar Noah Eisen2017-10-24
|\ \ \ | | | | | | | | Fix bm_diff
* \ \ \ Merge pull request #13070 from markdroth/client_channel_lb_policy_ref_fixGravatar Mark D. Roth2017-10-24
|\ \ \ \ | | | | | | | | | | Restore pick-after-resolver-result logic from before #12297.
* \ \ \ \ Merge pull request #12720 from dgquintas/grpclb_remove_silly_assertGravatar David G. Quintas2017-10-24
|\ \ \ \ \ | | | | | | | | | | | | Remove wrong assert from grpclb
| | | * | | Add debugging printsGravatar ncteisen2017-10-24
| | | | | |
| | | * | | clang fmtGravatar ncteisen2017-10-24
| | | | | |
| | | * | | Remove old header benchmarkGravatar ncteisen2017-10-24
| | | | | |
| | | * | | Fix bm_diffGravatar ncteisen2017-10-23
| |_|/ / / |/| | | |
| | | | * Fix bm_chttp2_transportGravatar Yuchen Zeng2017-10-23
| | | | |
* | | | | Merge pull request #13114 from y-zeng/fix_qps_clientGravatar Yuchen Zeng2017-10-23
|\ \ \ \ \ | | | | | | | | | | | | Remove the redundant WaitForConnected in qps client
| * | | | | Remove redundant WaitForConnectedGravatar Yuchen Zeng2017-10-23
|/ / / / /
* | | | | Merge pull request #12896 from pongad/ruby-php-binGravatar Feng Li2017-10-23
|\ \ \ \ \ | | | | | | | | | | | | make ruby proxy worker accept script location
| | | | * | Remove duplicate message member in testGravatar Juanli Shen2017-10-23
| | | | | |
| | | * | | Restore logic from before #12297.Gravatar Mark D. Roth2017-10-23
| |_|/ / / |/| | | |
* | | | | Merge pull request #13031 from apolcyn/fix_connectivity_state_data_raceGravatar apolcyn2017-10-20
|\ \ \ \ \ | | | | | | | | | | | | Fix data race in watch connectivity state callback
* \ \ \ \ \ Merge pull request #13086 from ctiller/do-what-the-hell-i-askGravatar Craig Tiller2017-10-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ensure that we respect requested channel args in all cases
| | | | * | | clang-formatGravatar David Garcia Quintas2017-10-20
| | | | | | |
| | | | * | | Removed wrong assert from grpclbGravatar David Garcia Quintas2017-10-20
| |_|_|/ / / |/| | | | |
| * | | | | Ensure that we respect requested channel args in all casesGravatar Craig Tiller2017-10-20
|/ / / / /
* | | | | Merge pull request #13076 from matt-kwong/mac-filter-fixGravatar Matt Kwong2017-10-20
|\ \ \ \ \ | | | | | | | | | | | | Fix brew install issue; enable MacOS test filtering
* \ \ \ \ \ Merge pull request #12362 from vjpai/inproc_qpsGravatar Vijay Pai2017-10-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | QPS test that uses inproc transport
* \ \ \ \ \ \ Merge pull request #13059 from adelez/new_releasesGravatar adelez2017-10-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add newer versions for backwards compatibility tests
* \ \ \ \ \ \ \ Merge pull request #13045 from yang-g/hpack_parseGravatar Yang Gao2017-10-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Only allocate cached_timeout when md is interned
| * | | | | | | | Add a microbm, seeing 195ns with current impl and 162ns with new implGravatar yang-g2017-10-19
| | | | | | | | |
| * | | | | | | | Only allocate cached_timeout when md internedGravatar yang-g2017-10-19
|/ / / / / / / /
| | | * / / / / Fix brew install issue; enable MacOS test filteringGravatar Matt Kwong2017-10-19
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #13074 from grpc/revert-13021-devel-getcpuGravatar Vijay Pai2017-10-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Revert "cpu_linux: Don't spam sched_getcpu failures on qemu"
| * | | | | | | Revert "cpu_linux: Don't spam sched_getcpu failures on qemu"Gravatar Vijay Pai2017-10-19
|/ / / / / / /
* | | | | | | Merge pull request #12653 from vbatts/conversion_fixGravatar Yash Tibrewal2017-10-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | core: fix int conversion
| | | * | | | | Create inproc version of QPS test and add a few simple tests of this to ↵Gravatar Vijay Pai2017-10-19
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | standard testing suite.
* | | | | | | Merge pull request #13072 from vjpai/inproc_fixGravatar Vijay Pai2017-10-19
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Inproc transport: fix some other-side NULL checks and uses
| * | | | | | Fix some other NULL checks and usesGravatar Vijay Pai2017-10-19
|/ / / / / /
| | * | | | update readmeGravatar Adele Zhou2017-10-18
| | | | | |
| | * | | | Add newer versionsGravatar Adele Zhou2017-10-18
| |/ / / / |/| | | |
* | | | | Merge pull request #13047 from apolcyn/fix_ruby_mem_leak_againGravatar apolcyn2017-10-18
|\ \ \ \ \ | | | | | | | | | | | | Fix call object memory leak in ruby, when call object is closed
* \ \ \ \ \ Merge pull request #13030 from matt-kwong/kokoro-performance-vm-createGravatar Matt Kwong2017-10-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add setup scripts for performance worker in Kokoro
* \ \ \ \ \ \ Merge pull request #12789 from ctiller/epexinfGravatar Craig Tiller2017-10-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | EPOLLEXCLUSIVE polling engine (redux)
* \ \ \ \ \ \ \ Merge pull request #13048 from yashykt/disablelargemetadatabadclienttestGravatar Craig Tiller2017-10-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Disabling large_metadata_bad_client_test as per #11745
* \ \ \ \ \ \ \ \ Merge pull request #12915 from ctiller/flow++Gravatar Craig Tiller2017-10-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | C++ize flow control
| * | | | | | | | | Fix Bazel buildGravatar Craig Tiller2017-10-18
| | | | | | | | | |
| * | | | | | | | | Fix compilationGravatar Craig Tiller2017-10-18
| | | | | | | | | |
| | * | | | | | | | Disabling large_metadata_bad_client_test as per #11745Gravatar Yash Tibrewal2017-10-18
| |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fix compilationGravatar Craig Tiller2017-10-18
| | | | | | | | |
| | * | | | | | | Fix bad bugGravatar Craig Tiller2017-10-18
| | | | | | | | |
| | * | | | | | | Merge branch 'epexinf' of github.com:ctiller/grpc into epexinfGravatar Craig Tiller2017-10-18
| | |\ \ \ \ \ \ \
| * | | | | | | | | Fix compilationGravatar Craig Tiller2017-10-18
| | | | | | | | | |
| * | | | | | | | | Reflow to remove boolGravatar Craig Tiller2017-10-18
| | | | | | | | | |
| * | | | | | | | | Merge github.com:grpc/grpc into flow++Gravatar Craig Tiller2017-10-18
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #12903 from ctiller/pid++Gravatar Craig Tiller2017-10-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | C++ize PidController