aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Review feedbackGravatar Craig Tiller2017-10-13
|
* Merge github.com:grpc/grpc into timerGravatar Craig Tiller2017-10-13
|\
| * Merge pull request #12998 from ctiller/fixwinGravatar Craig Tiller2017-10-13
| |\ | | | | | | Fix windows portability
| * \ Merge pull request #12997 from yashykt/bdpfixGravatar Yash Tibrewal2017-10-13
| |\ \ | | | | | | | | include port_platform.h for bdp estimator
| * \ \ Merge pull request #12796 from pongad/fix-phpGravatar Stanley Cheung2017-10-13
| |\ \ \ | | | | | | | | | | php: fix scenario_config command
| | | | * Fix windows portabilityGravatar Craig Tiller2017-10-13
| | |_|/ | |/| |
| | | * include port_platform.h for bdp estimatorGravatar Yash Tibrewal2017-10-13
| | |/ | |/|
| * | Merge pull request #12974 from vjpai/use_non_pollingGravatar Vijay Pai2017-10-13
| |\ \ | | | | | | | | Use uses_polling build flag to reduce # of tests
| | * | Use non-polling on appropriate tests to reduce use of polling enginesGravatar Vijay Pai2017-10-13
| |/ /
| * | Merge pull request #12991 from ctiller/cctimerGravatar Craig Tiller2017-10-12
| |\ \ | | | | | | | | Annotate call combiner for our latency profiler
| | * | annotate call combinerGravatar Craig Tiller2017-10-12
| |/ /
* | | Merge github.com:grpc/grpc into timerGravatar Craig Tiller2017-10-12
|\| |
| * | Merge pull request #12894 from ctiller/chttp2_timerGravatar Craig Tiller2017-10-12
| |\ \ | | | | | | | | C++-ize bdp estimator
* | \ \ Merge branch 'chttp2_timer' into timerGravatar Craig Tiller2017-10-12
|\ \ \ \ | | |/ / | |/| |
| * | | Merge github.com:grpc/grpc into chttp2_timerGravatar Craig Tiller2017-10-12
| |\| |
| | * | Merge pull request #12923 from frenkel/openbsd_supportGravatar Mehrdad Afshari2017-10-12
| | |\ \ | | | | | | | | | | Support Ruby build for OpenBSD/FreeBSD
| | | * | Fix FreeBSD Ruby and Python buildGravatar Mehrdad Afshari2017-10-12
| | | | |
* | | | | Be consistent with JavaGravatar Craig Tiller2017-10-12
| | | | |
* | | | | Merge branch 'chttp2_timer' into timerGravatar Craig Tiller2017-10-12
|\| | | |
| * | | | Fix compilationGravatar Craig Tiller2017-10-12
| | | | |
| * | | | clang-formatGravatar Craig Tiller2017-10-12
| | | | |
| | | * | Add OpenBSD supportGravatar Frank Groeneveld2017-10-12
| | |/ /
| | * | Merge pull request #12980 from ctiller/ccstatGravatar Craig Tiller2017-10-12
| | |\ \ | | | | | | | | | | Add call combiner stats
| | * \ \ Merge pull request #12966 from adelez/record_resultGravatar adelez2017-10-12
| | |\ \ \ | | | | | | | | | | | | Record backwards comp results to BQ and add more details to test names in Sponge URL
| | * \ \ \ Merge pull request #12967 from muxi/add-user-agent-testGravatar Muxi Yan2017-10-12
| | |\ \ \ \ | | | | | | | | | | | | | | Add user-agent test and regex matching test to test suite
| | * \ \ \ \ Merge pull request #12981 from ctiller/combiner_stuffGravatar Nicolas Noble2017-10-12
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Add combiner initiates to latency trace
| | | | | | * | Add countersGravatar Craig Tiller2017-10-12
| | | | | | | |
| | | * | | | | Track where combiners are initiated in latency tracesGravatar Craig Tiller2017-10-12
| | |/ / / / /
| | | | | * / Add call combiner statsGravatar Craig Tiller2017-10-12
| | | |_|/ / | | |/| | |
| | * | | | Merge pull request #12808 from sreecha/cq_statsGravatar Craig Tiller2017-10-12
| | |\ \ \ \ | | | | | | | | | | | | | | Counter for number of trylocks (successes/failures) and transient pop-failures in cq
| | * \ \ \ \ Merge pull request #12877 from mehrdada/publicize-call-constructorsGravatar Mehrdad Afshari2017-10-12
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Make constructors for `Async*Call` objects public
| | * \ \ \ \ \ Merge pull request #12797 from vjpai/inproc_flowctlGravatar Vijay Pai2017-10-12
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add flow control to inproc transport
| | * \ \ \ \ \ \ Merge pull request #12970 from ctiller/basicGravatar Craig Tiller2017-10-12
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Get latency profiles back up and working
| | | | | * | | | | Make constructors for `Async*Call` objects publicGravatar Mehrdad Afshari2017-10-12
| | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | Merge pull request #12908 from jtattermusch/win_install_docsGravatar Jan Tattermusch2017-10-12
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Improve windows cmake build instructions
| | | | | * | | | | Add flow control to inproc transport so send needs a matching recv; fixGravatar Vijay Pai2017-10-11
| | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | some tests that assumed some sends could always go out
| | * | | | | | | Merge pull request #12965 from vjpai/fix_no_pollGravatar Vijay Pai2017-10-11
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix forward of sanitized non-polling (#12953)
| | | | | * | | | | Get latency profiles back up and workingGravatar Craig Tiller2017-10-11
| | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | Merge pull request #12936 from grpc/AspirinSJL-patch-1Gravatar Juanli Shen2017-10-11
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update load-balancing.md
| | * \ \ \ \ \ \ \ Merge pull request #12945 from annasapek/server-builder-docsGravatar Craig Tiller2017-10-11
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix param annotation in server_builder.h
| | | | | | | | * | | Add user-agent test and regex matching test to test suiteGravatar Muxi Yan2017-10-11
| | | |_|_|_|_|/ / / | | |/| | | | | | |
* | | | | | | | | | Fix testsGravatar Craig Tiller2017-10-11
| | | | | | | | | |
| | | | | | | | * | Add suite name, client lang, server name to shortname for displaying on ↵Gravatar Adele Zhou2017-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sponge and being able to use upload_interop_results_to_bq func
| | | | | | | | * | Make cloud_to_prod test shortname format consistent with cloud_to_cloudGravatar Adele Zhou2017-10-11
| | | | | | | | | |
| | | | | * | | | | Allow zero-duration polls in non-pollerGravatar Vijay Pai2017-10-11
| | | | | | | | | |
| | * | | | | | | | Merge pull request #12736 from markdroth/grpclb_update_simplificationGravatar Nicolas Noble2017-10-11
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | Simplify grpclb update handling
| | | | | | | | * | record results to bqGravatar Adele Zhou2017-10-11
| | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | Merge pull request #12953 from vjpai/sanitized_non_pollingGravatar Vijay Pai2017-10-11
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Sanity check that tests declared non-polling actually don't poll
| | * \ \ \ \ \ \ \ Merge pull request #12899 from simplesurance/fix/12898Gravatar Stanley Cheung2017-10-11
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | php return the right classes
| | | | * | | | | | | Sanity check that tests declared non-polling actually don't pollGravatar Vijay Pai2017-10-11
| | | |/ / / / / / / | | |/| | | | | | |