1. 881a32f fix windows distribtest and add TODOs to remove hacks by Jan Tattermusch · 8 years ago
  2. 11cbb5b switch distribtests to use nugets generated by dotnet cli by Jan Tattermusch · 8 years ago
  3. 8c76be7 dotnet CLI distribtest by Jan Tattermusch · 8 years ago
  4. a78a3b2 Disable alpn bad_ssl core tests by murgatroid99 · 8 years ago
  5. 7c5befd Change UnimplementedService to UnimplementedEchoService in echo.proto by murgatroid99 · 8 years ago
  6. b61fd86 Also fix minor error in end2end gen_build_yaml script by murgatroid99 · 8 years ago
  7. 179e624 Merge pull request #7828 from ctiller/rename-some-things-for-fun-and-profit by Nicolas Noble · 8 years ago
  8. 8006ed3 Merge pull request #7729 from apolcyn/update_to_sys_interactive by kpayson64 · 8 years ago
  9. 102fa96 Rename some files to avoid conflicting .obj files on Windows by Craig Tiller · 8 years ago
  10. e3ce8bd Merge pull request #7702 from nathanielmanistaatgoogle/distrib-interop-stress-ga-api by kpayson64 · 8 years ago
  11. ab39484 update to system interactive in distrib tests by Alex Polcyn · 8 years ago
  12. 80c704b update distribtest project to Google.Apis.Auth 0.15.0 by Jan Tattermusch · 8 years ago
  13. 5450f05 Migrate distrib, interop, and stress to GA API by Nathaniel Manista · 8 years ago
  14. efef0d2 Merge pull request #7380 from nicolasnoble/no-c++11-threads by Vijay Pai · 8 years ago
  15. f6aefa3 Merge pull request #7400 from yang-g/ga_branch2 by Nicolas Noble · 8 years ago
  16. 77c7f9f Merge pull request #7407 from ctiller/delayed-write by Craig Tiller · 8 years ago
  17. 5ca7e47 Merge pull request #6737 from ctiller/delayed-write by Craig Tiller · 8 years ago
  18. 302bfd1 Test Python source distribution installation by Masood Malekghassemi · 8 years ago
  19. 8073876 prevent spurious wake up and unstarted/already shutdown server by yang-g · 8 years ago
  20. 05573f1 Make Server::Wait work for async only server. by yang-g · 8 years ago
  21. e053e73 Avoid using certain C++11-isms with grpc::thread, as it's not necessarily std::thread. by Nicolas "Pixel" Noble · 8 years ago
  22. cb6d26a Merge pull request #7366 from y-zeng/fix-chttp2-parsing-msg by kpayson64 · 8 years ago
  23. 7ace180 Use test roots.pem in test by yang-g · 8 years ago
  24. 2b98c88 Merge pull request #7291 from ctiller/better_status by Nicolas Noble · 8 years ago
  25. 9f34095 Remove unnecessary parsing detail by Yuchen Zeng · 8 years ago
  26. dc3a775 Merge remote-tracking branch 'upstream/master' into import by yang-g · 8 years ago
  27. c22e31f Make it more likely to correctly report deadline exceeded by Craig Tiller · 8 years ago
  28. d3918fd Merge pull request #7100 from sreecha/stress_test_metrics_fix by kpayson64 · 8 years ago
  29. 9181754 Merge branch 'master' into stress_test_metrics_fix by Sree Kuchibhotla · 8 years ago
  30. 9ef0cd8 Initialize variable. by yang-g · 8 years ago
  31. 7ac5846 removed use of __func__ in test by David Garcia Quintas · 8 years ago
  32. f2e20c2 Merge branch 'master' of github.com:grpc/grpc into bb_reader_error by David Garcia Quintas · 8 years ago
  33. ecbe2d5 Added test for C by David Garcia Quintas · 8 years ago
  34. 77e8b71 Merge pull request #7210 from ctiller/no-more-zookeeper by Nicolas Noble · 8 years ago
  35. eda85c6 Expunge all references to zookeeper by Craig Tiller · 8 years ago
  36. 753b45d Merge remote-tracking branch 'upstream/master' into handler_http_response by Yuchen Zeng · 8 years ago
  37. 6721d4f Return success status of grpc_byte_buffer_reader by David Garcia Quintas · 8 years ago
  38. d2a4fd4 Merge branch 'master' into stress_test_metrics_fix by Sree Kuchibhotla · 8 years ago
  39. 2add695 Merge pull request #7164 from dgquintas/fix_import_zu by Jan Tattermusch · 8 years ago
  40. 1e1a816 fixed size_t format string by David Garcia Quintas · 8 years ago
  41. 18a0e47 Fix cout error string by Sree Kuchibhotla · 8 years ago
  42. a439859 Merge github.com:grpc/grpc into %s by Craig Tiller · 8 years ago
  43. c8e47ca Fix format issues by Yuchen Zeng · 8 years ago
  44. f0255d4 Merge pull request #7095 from ctiller/all_calls_together by Craig Tiller · 8 years ago
  45. 94f0a50 Merge pull request #7082 from ctiller/time_errors by Craig Tiller · 8 years ago
  46. ad57b26 Fix metrics client logging by Sree Kuchibhotla · 8 years ago
  47. 11015b4 Merge pull request #7019 from dgquintas/wrong_msg_interop_client_cpp by Jan Tattermusch · 8 years ago
  48. 5b47ac3 Colocate calls for the same channel on the same CQ by Craig Tiller · 8 years ago
  49. 3203c37 Fix new test by Craig Tiller · 8 years ago
  50. a9df5d1 Merge pull request #6644 from ctiller/reuse_port by Jan Tattermusch · 8 years ago
  51. cea0004 Annotate error.c for timing, remove broken test by Craig Tiller · 8 years ago
  52. 193a5c7 printf portability sucks by David Garcia Quintas · 8 years ago
  53. fb39f1d Merge pull request #6973 from makdharma/network_status_change by Jan Tattermusch · 8 years ago
  54. f467846 Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  55. ffc780d Merge pull request #6803 from sreecha/epoll_changes by Craig Tiller · 8 years ago
  56. df4455a Fix test failure by Yuchen Zeng · 8 years ago
  57. a5cae9b Merge pull request #6798 from jboeuf/fix_3803 by Jan Tattermusch · 8 years ago
  58. 83a6a82 Fixed error messages for C++ interop client. by David Garcia Quintas · 8 years ago
  59. 05fd4fe Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  60. 6aa9aa0 Merge remote-tracking branch 'upstream/master' into handler_http_response by Yuchen Zeng · 8 years ago
  61. 932d027 clang-format fixes by Makarand Dharmapurikar · 8 years ago
  62. fcb304f Compilation failure by Sree Kuchibhotla · 8 years ago
  63. 76a0795 Fix build errors on some configurations by Sree Kuchibhotla · 8 years ago
  64. f7c7f33 Init grpc for each test by Yuchen Zeng · 8 years ago
  65. d9c6ac0 Memset ops before being used, destroy metadata_recv after beign used by Yuchen Zeng · 8 years ago
  66. a2dd838 Use pipe fds instead of event fds for the test by Sree Kuchibhotla · 8 years ago
  67. d82a5b6 Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  68. 00ab530 Merge pull request #6839 from dgquintas/simplify_compression_interop by Jan Tattermusch · 8 years ago
  69. 3131c26 Integrate with unified error reporting by Sree Kuchibhotla · 8 years ago
  70. 8333792 Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  71. 446f70e fixed faulty server streaming c++ test case by David Garcia Quintas · 8 years ago
  72. dacce7a fixed bad merge. c++ tests should work again by David Garcia Quintas · 8 years ago
  73. c3a9fae Merge branch 'master' into epoll_changes_merged by Sree Kuchibhotla · 8 years ago
  74. be22335 Merge pull request #6969 from ctiller/stream_finish by Jan Tattermusch · 8 years ago
  75. 04a4681 Add comment by Craig Tiller · 8 years ago
  76. d263b92 Make sure to poll cq by Craig Tiller · 8 years ago
  77. e63246d clang-format by Craig Tiller · 8 years ago
  78. 113cdb4 Fixed gpr_log format issues in linux_x86_default_bo by Yuchen Zeng · 8 years ago
  79. adb65a6 Fixed gpr_log format issues by Yuchen Zeng · 8 years ago
  80. 0579cfc more files after running build.yaml changes through by Makarand Dharmapurikar · 8 years ago
  81. 7981e19 Network status tracking by Makarand Dharmapurikar · 8 years ago
  82. e5633f8 Merge remote-tracking branch 'upstream/master' into handler_http_response by Yuchen Zeng · 8 years ago
  83. 89dde5e Fix copyright by Craig Tiller · 8 years ago
  84. fa1f74e Fix errored streams prematurely terminating, add a test by Craig Tiller · 8 years ago
  85. 78a7333 Fix memory leak upon receiving two RST_STREAMs by Craig Tiller · 8 years ago
  86. a4d2d0c Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  87. 4e29480 Merge pull request #6957 from ctiller/cpu_cost by Jan Tattermusch · 8 years ago
  88. c7d7be9 Merge pull request #6958 from ctiller/cpuburn by Jan Tattermusch · 8 years ago
  89. 50c5511 Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  90. b6163df Merge pull request #6352 from ctiller/error by Jan Tattermusch · 8 years ago
  91. 56f9862 Merge pull request #6863 from vjpai/wheezy by Jan Tattermusch · 8 years ago
  92. e2715df Reduce cost of some heavyweight tests by Craig Tiller · 8 years ago
  93. b544c29 Adjust cpu_cost of some tests to better reflect reality by Craig Tiller · 8 years ago
  94. 7cbfc3e Adjust cpu_cost of some tests to better reflect reality by Craig Tiller · 8 years ago
  95. 27e55b5 Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  96. fa1433a Merge pull request #6911 from ctiller/idempotent_endpoint_shutdown by Jan Tattermusch · 8 years ago
  97. 9790e97 Merge remote-tracking branch 'upstream/master' into handler_http_response by Yuchen Zeng · 8 years ago
  98. 3c65d24 updated stress test with new tests cases by David Garcia Quintas · 8 years ago
  99. 955a364 Add bad_server_response_test by Yuchen Zeng · 8 years ago
  100. ddf694c Merge branch 'master' into wheezy by Vijay Pai · 8 years ago