aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | | | Merge pull request #8984 from murgatroid99/node_perf_test_quit_fixGravatar Vijay Pai2016-12-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | Renamed google_benchmark submodule to benchmarkGravatar David Garcia Quintas2016-12-06
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Perform quit operations in a useful order in Node perf testsGravatar murgatroid992016-12-06
|/ / / / / / / / / / / /
| | | | | | | | | * | | clang-formatGravatar Mark D. Roth2016-12-06
| | | | | | | | * | | | Provide a way to exit handshaking early without an error.Gravatar Mark D. Roth2016-12-06
* | | | | | | | | | | | Merge pull request #8960 from muxi/test-timeout-flakinessGravatar Muxi Yan2016-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
| | | | | | | | | | * | Fix test.Gravatar Mark D. Roth2016-12-06
| | | | | | | | | | * | clang-formatGravatar Mark D. Roth2016-12-06
| | | | | | | | | | * | Clarify comment.Gravatar Mark D. Roth2016-12-06
| | | | | | | | | | * | Rename *_create_handshakers() to *_add_handshakers().Gravatar Mark D. Roth2016-12-06
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #8948 from jtattermusch/internal_fuzzerGravatar Jan Tattermusch2016-12-06
|\ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #8965 from soltanmm-google/let's-try-that-againGravatar Masood Malekghassemi2016-12-05
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | clean up scenario.workers length checkGravatar Alex Polcyn2016-12-06
| | | | | | | | * | | | | handle empty string for qps workers in driver and dont quit them on netperfGravatar Alex Polcyn2016-12-06
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #8962 from ctiller/fixit29Gravatar Craig Tiller2016-12-05
|\ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #8959 from vjpai/track_cq_finalizeGravatar Craig Tiller2016-12-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| | | | | * | | | | | | | Use unified test timeoutsGravatar Muxi Yan2016-12-05
* | | | | | | | | | | | | Merge pull request #8963 from ctiller/fixit31Gravatar Craig Tiller2016-12-05
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Interop test might take a little longer to start up (esp. w/tsan)Gravatar Craig Tiller2016-12-05
|/ / / / / / / / / / / / /
| | | * / / / / / / / / / Fix test runner failures for Python on WindowsGravatar Masood Malekghassemi2016-12-05
| |_|/ / / / / / / / / / |/| | | | | | | | | | |
| | * | | | | | | | | | Fix race if connector is shutdown while connectingGravatar Craig Tiller2016-12-05
| | * | | | | | | | | | Merge branch 'track_cq_finalize' of github.com:vjpai/grpc into fixit29Gravatar Craig Tiller2016-12-05
| | |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Fix shutdown problems with sync serverGravatar Craig Tiller2016-12-05
| |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Bring back gli initializer summoningGravatar Vijay Pai2016-12-05
| | | * | | | | | | | Increase test timeout of testMetadata to 8s to alleviate flakiness under over...Gravatar Muxi Yan2016-12-05
| |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | gpr_atm isn't automatically initialized to 0. Thanks Obama.Gravatar Vijay Pai2016-12-05
| * | | | | | | | | clang-formatGravatar Vijay Pai2016-12-05
| * | | | | | | | | Track requests that could cause other requests to be created, and don't doGravatar Vijay Pai2016-12-05
* | | | | | | | | | Merge pull request #8938 from ctiller/fixit23Gravatar Craig Tiller2016-12-05
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge pull request #8790 from pquerna/objc_fix_leak_of_bufferGravatar Jorge Canizales2016-12-05
|\ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #8944 from dgquintas/interop_server_atmGravatar Craig Tiller2016-12-05
|\ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #8955 from ctiller/fixit26Gravatar Craig Tiller2016-12-05
|\ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #8956 from markdroth/import_fixGravatar Craig Tiller2016-12-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
| | | | | * | | | | | | | | Readability improvementsGravatar Craig Tiller2016-12-05
| | | | | * | | | | | | | | Add parensGravatar Craig Tiller2016-12-05
| * | | | | | | | | | | | | Fix test name conflict in import. Also use low-thread-count variant for asan.Gravatar Mark D. Roth2016-12-05
|/ / / / / / / / / / / / /
| * / / / / / / / / / / / Update server_crash_test to account for longer reconnect timeoutsGravatar Craig Tiller2016-12-05
|/ / / / / / / / / / / /
| | * | | | | | | | | | GPR Buffers need to be destroyed, not directly freed, otherwise it leaks refe...Gravatar Paul Querna2016-12-05
| | | * | | | | | | | | Merge github.com:grpc/grpc into fixit23Gravatar Craig Tiller2016-12-05
| | | |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #8953 from ctiller/fixit25Gravatar Craig Tiller2016-12-05
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| | | * | | | | | | | | Get idle edge reliablyGravatar Craig Tiller2016-12-05
| | | * | | | | | | | | Merge branch 'fixit25' into fixit23Gravatar Craig Tiller2016-12-05
| | | |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | | * | | | | | | | | Merge github.com:grpc/grpc into fixit23Gravatar Craig Tiller2016-12-05
| | | |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | clang-formatGravatar Craig Tiller2016-12-05
|/ / / / / / / / / / /
| | | | | | | | | * / Revert "Revert "Remove redundant includes from string.h and tmpfile.h""Gravatar Mark D. Roth2016-12-05
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #8949 from grpc/revert-8922-slice_cleanupGravatar Mark D. Roth2016-12-05
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge pull request #8950 from grpc/revert-8851-rename_gbenchGravatar Mark D. Roth2016-12-05
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Revert "Renamed google_benchmark submodule to benchmark"Gravatar Mark D. Roth2016-12-05
|/ / / / / / / / / / /
| * / / / / / / / / / Revert "Remove redundant includes from string.h and tmpfile.h"Gravatar Mark D. Roth2016-12-05
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #8922 from sreecha/slice_cleanupGravatar Mark D. Roth2016-12-05
|\ \ \ \ \ \ \ \ \ \