1. 94f0a50 Merge pull request #7082 from ctiller/time_errors by Craig Tiller · 8 years ago
  2. 11015b4 Merge pull request #7019 from dgquintas/wrong_msg_interop_client_cpp by Jan Tattermusch · 8 years ago
  3. a9df5d1 Merge pull request #6644 from ctiller/reuse_port by Jan Tattermusch · 8 years ago
  4. cea0004 Annotate error.c for timing, remove broken test by Craig Tiller · 8 years ago
  5. 193a5c7 printf portability sucks by David Garcia Quintas · 8 years ago
  6. fb39f1d Merge pull request #6973 from makdharma/network_status_change by Jan Tattermusch · 8 years ago
  7. f467846 Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  8. ffc780d Merge pull request #6803 from sreecha/epoll_changes by Craig Tiller · 8 years ago
  9. a5cae9b Merge pull request #6798 from jboeuf/fix_3803 by Jan Tattermusch · 8 years ago
  10. 83a6a82 Fixed error messages for C++ interop client. by David Garcia Quintas · 8 years ago
  11. 05fd4fe Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  12. 932d027 clang-format fixes by Makarand Dharmapurikar · 8 years ago
  13. fcb304f Compilation failure by Sree Kuchibhotla · 8 years ago
  14. 76a0795 Fix build errors on some configurations by Sree Kuchibhotla · 8 years ago
  15. a2dd838 Use pipe fds instead of event fds for the test by Sree Kuchibhotla · 8 years ago
  16. d82a5b6 Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  17. 00ab530 Merge pull request #6839 from dgquintas/simplify_compression_interop by Jan Tattermusch · 8 years ago
  18. 3131c26 Integrate with unified error reporting by Sree Kuchibhotla · 8 years ago
  19. 8333792 Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  20. 446f70e fixed faulty server streaming c++ test case by David Garcia Quintas · 8 years ago
  21. dacce7a fixed bad merge. c++ tests should work again by David Garcia Quintas · 8 years ago
  22. c3a9fae Merge branch 'master' into epoll_changes_merged by Sree Kuchibhotla · 8 years ago
  23. be22335 Merge pull request #6969 from ctiller/stream_finish by Jan Tattermusch · 8 years ago
  24. 04a4681 Add comment by Craig Tiller · 8 years ago
  25. d263b92 Make sure to poll cq by Craig Tiller · 8 years ago
  26. e63246d clang-format by Craig Tiller · 8 years ago
  27. 0579cfc more files after running build.yaml changes through by Makarand Dharmapurikar · 8 years ago
  28. 7981e19 Network status tracking by Makarand Dharmapurikar · 8 years ago
  29. 89dde5e Fix copyright by Craig Tiller · 8 years ago
  30. fa1f74e Fix errored streams prematurely terminating, add a test by Craig Tiller · 8 years ago
  31. 78a7333 Fix memory leak upon receiving two RST_STREAMs by Craig Tiller · 8 years ago
  32. a4d2d0c Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  33. 4e29480 Merge pull request #6957 from ctiller/cpu_cost by Jan Tattermusch · 8 years ago
  34. c7d7be9 Merge pull request #6958 from ctiller/cpuburn by Jan Tattermusch · 8 years ago
  35. 50c5511 Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  36. b6163df Merge pull request #6352 from ctiller/error by Jan Tattermusch · 8 years ago
  37. 56f9862 Merge pull request #6863 from vjpai/wheezy by Jan Tattermusch · 8 years ago
  38. e2715df Reduce cost of some heavyweight tests by Craig Tiller · 8 years ago
  39. b544c29 Adjust cpu_cost of some tests to better reflect reality by Craig Tiller · 8 years ago
  40. 7cbfc3e Adjust cpu_cost of some tests to better reflect reality by Craig Tiller · 8 years ago
  41. 27e55b5 Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  42. fa1433a Merge pull request #6911 from ctiller/idempotent_endpoint_shutdown by Jan Tattermusch · 8 years ago
  43. 3c65d24 updated stress test with new tests cases by David Garcia Quintas · 8 years ago
  44. ddf694c Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  45. e1cbd62 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  46. 6ab4788 clang-format changes by Vijay Pai · 8 years ago
  47. 2e12db9 Test polling island merges by Sree Kuchibhotla · 8 years ago
  48. 8375c0d Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  49. 3e45ed1 Merge pull request #6838 from vjpai/trigger_happy by Jan Tattermusch · 8 years ago
  50. ef03e53 Merge pull request #6858 from makdharma/issue5851 by Jan Tattermusch · 8 years ago
  51. 909dd6e Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  52. 5608752 c++ client & server changes to bring code up to spec by David Garcia Quintas · 8 years ago
  53. 34f1b55 better test_case flag help formating by David Garcia Quintas · 8 years ago
  54. b31a9a0 Include <cinttypes> for PRIuPTR. Not clear why this is needed. by Vijay Pai · 8 years ago
  55. 6b668cc Remove range-based for, comparisons to nullptr by Vijay Pai · 8 years ago
  56. b9e927a Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  57. 20bf126 clang-format by Vijay Pai · 8 years ago
  58. e44d537 De-lambda-ify by vjpai · 8 years ago
  59. 0e81d5e Merge branch 'idempotent_endpoint_shutdown' into error by Craig Tiller · 8 years ago
  60. c8762fa clang-format code by Craig Tiller · 8 years ago
  61. aee10fd Fix windows tests for idempotent shutdown by Craig Tiller · 8 years ago
  62. 679c75f Deal with issues surrounding const members of classes used in containers by Vijay Pai · 8 years ago
  63. a63271c Deal with to_string, proper usage of nullptr, and lack of map::emplace by Vijay Pai · 8 years ago
  64. 12bf380 Got carried away with grpc:: by Vijay Pai · 8 years ago
  65. 08e071a Specify template parent explicitly by Vijay Pai · 8 years ago
  66. 9aa5f23 Switch out a using with a typedef by Vijay Pai · 8 years ago
  67. efa8430 Enforce gcc-4.4 compatibility on test_credentials_provider by changing by Vijay Pai · 8 years ago
  68. 94c4bac Merge branch 'idempotent_endpoint_shutdown' of github.com:ctiller/grpc into handshake_timeout by Craig Tiller · 8 years ago
  69. c7ab6db Add a byte to avert a crash (which should be investigated sometime) by Craig Tiller · 8 years ago
  70. 13c0940 Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout by Craig Tiller · 8 years ago
  71. 52f2312 Make {endpoint,fd}_shutdown idempotent by Craig Tiller · 8 years ago
  72. 95123ce Add a test for multiple endpoint shutdowns by Craig Tiller · 8 years ago
  73. 8fb6c92 Merge pull request #6875 from y-zeng/log_check by Jan Tattermusch · 8 years ago
  74. febfd32 Merge pull request #6572 from y-zeng/base64_decode by Jan Tattermusch · 8 years ago
  75. 0761157 Fix merge error by Craig Tiller · 8 years ago
  76. 0aa23d8 Merge pull request #6704 from yang-g/distribtest by Jan Tattermusch · 8 years ago
  77. 289dcb1 Rename gpr_strpad as gpr_leftpad by Yuchen Zeng · 8 years ago
  78. 46f4a68 minor fixes by yang-g · 8 years ago
  79. 8b48191 Set back to the default log function after using an override by Vijay Pai · 8 years ago
  80. 1363077 Merge pull request #6438 from y-zeng/reflection_separate_lib by Jan Tattermusch · 8 years ago
  81. cf7281c Merge branch 'error' of github.com:ctiller/grpc into error by Craig Tiller · 8 years ago
  82. a72e281 Merge branch 'error' of https://github.com/ctiller/grpc into error by Craig Tiller · 8 years ago
  83. 0f47a68 Finish merge by Craig Tiller · 8 years ago
  84. 1d39a06 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  85. e7479f5 Revert accidental change by Craig Tiller · 8 years ago
  86. 97da647 Manual clang-format by vjpai · 8 years ago
  87. a011572 cloning from the local repo by yang-g · 8 years ago
  88. ea0dee5 Fix leaks by Craig Tiller · 8 years ago
  89. 97a64c9 Merge branch 'error' of https://github.com/ctiller/grpc into error by Craig Tiller · 8 years ago
  90. fb2a5df Corpus by Craig Tiller · 8 years ago
  91. 9ed5589 Merge pull request #6867 from ctiller/blazing-fuzz by Jan Tattermusch · 8 years ago
  92. a286b04 small fixes by Craig Tiller · 8 years ago
  93. dbaf05e Add a test of connecting many times in a row by Craig Tiller · 8 years ago
  94. efa7d32 Merge branch 'fuzzing-hell' into error by Craig Tiller · 8 years ago
  95. bcf5023 Fix zookeeper_test by Yuchen Zeng · 8 years ago
  96. ed81a88 Merge remote-tracking branch 'upstream/master' into log_format_check by Yuchen Zeng · 8 years ago
  97. beaa357 Fix type mismatch for type_size by Yuchen Zeng · 8 years ago
  98. 0ba1144 Fix gpr_log format mismatches in c++ tests by Yuchen Zeng · 8 years ago
  99. 08f9a9b fuzzer corpus by Craig Tiller · 8 years ago
  100. 1f24af8 Restricted the check to GUNC by Yuchen Zeng · 8 years ago