1. dc3a775 Merge remote-tracking branch 'upstream/master' into import by yang-g · 8 years ago
  2. d3918fd Merge pull request #7100 from sreecha/stress_test_metrics_fix by kpayson64 · 8 years ago
  3. 9181754 Merge branch 'master' into stress_test_metrics_fix by Sree Kuchibhotla · 8 years ago
  4. 9ef0cd8 Initialize variable. by yang-g · 8 years ago
  5. 7ac5846 removed use of __func__ in test by David Garcia Quintas · 8 years ago
  6. f2e20c2 Merge branch 'master' of github.com:grpc/grpc into bb_reader_error by David Garcia Quintas · 8 years ago
  7. ecbe2d5 Added test for C by David Garcia Quintas · 8 years ago
  8. 77e8b71 Merge pull request #7210 from ctiller/no-more-zookeeper by Nicolas Noble · 8 years ago
  9. eda85c6 Expunge all references to zookeeper by Craig Tiller · 8 years ago
  10. 753b45d Merge remote-tracking branch 'upstream/master' into handler_http_response by Yuchen Zeng · 8 years ago
  11. 6721d4f Return success status of grpc_byte_buffer_reader by David Garcia Quintas · 8 years ago
  12. d2a4fd4 Merge branch 'master' into stress_test_metrics_fix by Sree Kuchibhotla · 8 years ago
  13. 2add695 Merge pull request #7164 from dgquintas/fix_import_zu by Jan Tattermusch · 8 years ago
  14. 1e1a816 fixed size_t format string by David Garcia Quintas · 8 years ago
  15. 18a0e47 Fix cout error string by Sree Kuchibhotla · 8 years ago
  16. a439859 Merge github.com:grpc/grpc into %s by Craig Tiller · 8 years ago
  17. c8e47ca Fix format issues by Yuchen Zeng · 8 years ago
  18. f0255d4 Merge pull request #7095 from ctiller/all_calls_together by Craig Tiller · 8 years ago
  19. 94f0a50 Merge pull request #7082 from ctiller/time_errors by Craig Tiller · 8 years ago
  20. ad57b26 Fix metrics client logging by Sree Kuchibhotla · 8 years ago
  21. 11015b4 Merge pull request #7019 from dgquintas/wrong_msg_interop_client_cpp by Jan Tattermusch · 8 years ago
  22. 5b47ac3 Colocate calls for the same channel on the same CQ by Craig Tiller · 8 years ago
  23. 3203c37 Fix new test by Craig Tiller · 8 years ago
  24. a9df5d1 Merge pull request #6644 from ctiller/reuse_port by Jan Tattermusch · 8 years ago
  25. cea0004 Annotate error.c for timing, remove broken test by Craig Tiller · 8 years ago
  26. 193a5c7 printf portability sucks by David Garcia Quintas · 8 years ago
  27. fb39f1d Merge pull request #6973 from makdharma/network_status_change by Jan Tattermusch · 8 years ago
  28. f467846 Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  29. ffc780d Merge pull request #6803 from sreecha/epoll_changes by Craig Tiller · 8 years ago
  30. df4455a Fix test failure by Yuchen Zeng · 8 years ago
  31. a5cae9b Merge pull request #6798 from jboeuf/fix_3803 by Jan Tattermusch · 8 years ago
  32. 83a6a82 Fixed error messages for C++ interop client. by David Garcia Quintas · 8 years ago
  33. 05fd4fe Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  34. 6aa9aa0 Merge remote-tracking branch 'upstream/master' into handler_http_response by Yuchen Zeng · 8 years ago
  35. 932d027 clang-format fixes by Makarand Dharmapurikar · 8 years ago
  36. fcb304f Compilation failure by Sree Kuchibhotla · 8 years ago
  37. 76a0795 Fix build errors on some configurations by Sree Kuchibhotla · 8 years ago
  38. f7c7f33 Init grpc for each test by Yuchen Zeng · 8 years ago
  39. d9c6ac0 Memset ops before being used, destroy metadata_recv after beign used by Yuchen Zeng · 8 years ago
  40. a2dd838 Use pipe fds instead of event fds for the test by Sree Kuchibhotla · 8 years ago
  41. d82a5b6 Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  42. 00ab530 Merge pull request #6839 from dgquintas/simplify_compression_interop by Jan Tattermusch · 8 years ago
  43. 3131c26 Integrate with unified error reporting by Sree Kuchibhotla · 8 years ago
  44. 8333792 Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  45. 446f70e fixed faulty server streaming c++ test case by David Garcia Quintas · 8 years ago
  46. dacce7a fixed bad merge. c++ tests should work again by David Garcia Quintas · 8 years ago
  47. c3a9fae Merge branch 'master' into epoll_changes_merged by Sree Kuchibhotla · 8 years ago
  48. be22335 Merge pull request #6969 from ctiller/stream_finish by Jan Tattermusch · 8 years ago
  49. 04a4681 Add comment by Craig Tiller · 8 years ago
  50. d263b92 Make sure to poll cq by Craig Tiller · 8 years ago
  51. e63246d clang-format by Craig Tiller · 8 years ago
  52. 113cdb4 Fixed gpr_log format issues in linux_x86_default_bo by Yuchen Zeng · 8 years ago
  53. adb65a6 Fixed gpr_log format issues by Yuchen Zeng · 8 years ago
  54. 0579cfc more files after running build.yaml changes through by Makarand Dharmapurikar · 8 years ago
  55. 7981e19 Network status tracking by Makarand Dharmapurikar · 8 years ago
  56. e5633f8 Merge remote-tracking branch 'upstream/master' into handler_http_response by Yuchen Zeng · 8 years ago
  57. 89dde5e Fix copyright by Craig Tiller · 8 years ago
  58. fa1f74e Fix errored streams prematurely terminating, add a test by Craig Tiller · 8 years ago
  59. 78a7333 Fix memory leak upon receiving two RST_STREAMs by Craig Tiller · 8 years ago
  60. a4d2d0c Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  61. 4e29480 Merge pull request #6957 from ctiller/cpu_cost by Jan Tattermusch · 8 years ago
  62. c7d7be9 Merge pull request #6958 from ctiller/cpuburn by Jan Tattermusch · 8 years ago
  63. 50c5511 Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  64. b6163df Merge pull request #6352 from ctiller/error by Jan Tattermusch · 8 years ago
  65. 56f9862 Merge pull request #6863 from vjpai/wheezy by Jan Tattermusch · 8 years ago
  66. e2715df Reduce cost of some heavyweight tests by Craig Tiller · 8 years ago
  67. b544c29 Adjust cpu_cost of some tests to better reflect reality by Craig Tiller · 8 years ago
  68. 7cbfc3e Adjust cpu_cost of some tests to better reflect reality by Craig Tiller · 8 years ago
  69. 27e55b5 Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  70. fa1433a Merge pull request #6911 from ctiller/idempotent_endpoint_shutdown by Jan Tattermusch · 8 years ago
  71. 9790e97 Merge remote-tracking branch 'upstream/master' into handler_http_response by Yuchen Zeng · 8 years ago
  72. 3c65d24 updated stress test with new tests cases by David Garcia Quintas · 8 years ago
  73. 955a364 Add bad_server_response_test by Yuchen Zeng · 8 years ago
  74. ddf694c Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  75. e1cbd62 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  76. 6ab4788 clang-format changes by Vijay Pai · 8 years ago
  77. 2e12db9 Test polling island merges by Sree Kuchibhotla · 8 years ago
  78. 8375c0d Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  79. 3e45ed1 Merge pull request #6838 from vjpai/trigger_happy by Jan Tattermusch · 8 years ago
  80. ef03e53 Merge pull request #6858 from makdharma/issue5851 by Jan Tattermusch · 8 years ago
  81. 909dd6e Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  82. 5608752 c++ client & server changes to bring code up to spec by David Garcia Quintas · 8 years ago
  83. 34f1b55 better test_case flag help formating by David Garcia Quintas · 8 years ago
  84. b31a9a0 Include <cinttypes> for PRIuPTR. Not clear why this is needed. by Vijay Pai · 8 years ago
  85. 6b668cc Remove range-based for, comparisons to nullptr by Vijay Pai · 8 years ago
  86. b9e927a Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  87. 20bf126 clang-format by Vijay Pai · 8 years ago
  88. e44d537 De-lambda-ify by vjpai · 8 years ago
  89. 0e81d5e Merge branch 'idempotent_endpoint_shutdown' into error by Craig Tiller · 8 years ago
  90. c8762fa clang-format code by Craig Tiller · 8 years ago
  91. aee10fd Fix windows tests for idempotent shutdown by Craig Tiller · 8 years ago
  92. 679c75f Deal with issues surrounding const members of classes used in containers by Vijay Pai · 8 years ago
  93. a63271c Deal with to_string, proper usage of nullptr, and lack of map::emplace by Vijay Pai · 8 years ago
  94. 12bf380 Got carried away with grpc:: by Vijay Pai · 8 years ago
  95. 08e071a Specify template parent explicitly by Vijay Pai · 8 years ago
  96. 9aa5f23 Switch out a using with a typedef by Vijay Pai · 8 years ago
  97. efa8430 Enforce gcc-4.4 compatibility on test_credentials_provider by changing by Vijay Pai · 8 years ago
  98. 94c4bac Merge branch 'idempotent_endpoint_shutdown' of github.com:ctiller/grpc into handshake_timeout by Craig Tiller · 8 years ago
  99. c7ab6db Add a byte to avert a crash (which should be investigated sometime) by Craig Tiller · 8 years ago
  100. 13c0940 Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout by Craig Tiller · 8 years ago