1. a0bb374 Fix server_chttp2_test. by Mark D. Roth · 8 years ago
  2. eaa6202 Merge pull request #8915 from dgquintas/lb_pol_test_deflake by David G. Quintas · 8 years ago
  3. a16ea7f added new test (rst_during_data) by Makarand Dharmapurikar · 8 years ago
  4. f989469 Temporarily enable gpr_slice_* functions to not break api compatibility by Sree Kuchibhotla · 8 years ago
  5. 5b7070a bugfix in rst_after_data by Makarand Dharmapurikar · 8 years ago
  6. ecc3288 WIP by Makarand Dharmapurikar · 8 years ago
  7. 2239ebc Simplify by David Garcia Quintas · 8 years ago
  8. 731a8e6 do bitsets right by David Garcia Quintas · 8 years ago
  9. 4350e74 ability to deal with multiple streams in flight. by Makarand Dharmapurikar · 8 years ago
  10. 28d1980 minor cleanup.. by Makarand Dharmapurikar · 8 years ago
  11. 323bfa7 Broke up code in multiple modules.. by Makarand Dharmapurikar · 8 years ago
  12. a561785 clang-format by Mark D. Roth · 8 years ago
  13. ae3fd42 Deflaked lb_policies_test by David Garcia Quintas · 8 years ago
  14. 0699fa0 Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  15. e238b04 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  16. 86a893d Merge remote-tracking branch 'upstream/master' into security_handshaker2 by Mark D. Roth · 8 years ago
  17. 71cf7b3 Merge pull request #8908 from dgquintas/grpclb_test_deflake by David G. Quintas · 8 years ago
  18. 3c5a868 PR comments #2 by David Garcia Quintas · 8 years ago
  19. 523a4aa PR comments by David Garcia Quintas · 8 years ago
  20. 033c51e Deflake grpclb test by David Garcia Quintas · 8 years ago
  21. a0a3c41 Merge branch 'master' of github.com:grpc/grpc into json_localhost_carnage by David Garcia Quintas · 8 years ago
  22. d6936b6 PR comments by David Garcia Quintas · 8 years ago
  23. 6c3d040 Merge branch 'security_handshaker1' into security_handshaker2 by Mark D. Roth · 8 years ago
  24. 3b45b8d Revert "Test credentials provider update" by Craig Tiller · 8 years ago
  25. af37b80 experimental by Makarand Dharmapurikar · 8 years ago
  26. fbc598a Merge pull request #8838 from yang-g/test_credentials by Yang Gao · 8 years ago
  27. 9178ba2 Merge pull request #8867 from ctiller/fixit6 by Craig Tiller · 8 years ago
  28. eadbe86 Merge pull request #8890 from ctiller/fixit12 by Craig Tiller · 8 years ago
  29. 0d8c9cf Merge pull request #8868 from markdroth/fixit_qps by Mark D. Roth · 8 years ago
  30. 9f07b4f Increase timeout for now: seems this can take longer under some configurations by Craig Tiller · 8 years ago
  31. b37e5ce Merge pull request #8878 from ctiller/fixit9 by Craig Tiller · 8 years ago
  32. 9564cf9 Take into account all the configs by Craig Tiller · 8 years ago
  33. d04c822 Unique-ify uds address between concurrent bm_fullstack runs by Craig Tiller · 8 years ago
  34. e62605f Fix error handling in channel initialization. by Mark D. Roth · 8 years ago
  35. e89e54f clang-format code by Craig Tiller · 8 years ago
  36. c56d3eb Improve logging. by Mark D. Roth · 8 years ago
  37. 6deadf5 Propagate termination signals to subprocesses by David Garcia Quintas · 8 years ago
  38. c991e80 Limit outstanding rpc count for synchronous {client,server} tsan tests by Craig Tiller · 8 years ago
  39. 1af41af Merge pull request #8877 from dgquintas/bm_fullstack_dtor by David G. Quintas · 8 years ago
  40. d449003 Shutdown grpc for fullstack benchmark by David Garcia Quintas · 8 years ago
  41. b1ef2d4 Merge pull request #8874 from dgquintas/fixit_increase_tsan_1byte_timeout by David G. Quintas · 8 years ago
  42. 34e6ce6 Merge pull request #8872 from ctiller/fixit7 by Craig Tiller · 8 years ago
  43. cf6eaa7 Add <string.h> to test_config.c by Muxi Yan · 8 years ago
  44. 3535869 Increase deadline for 1byte fixture by David Garcia Quintas · 8 years ago
  45. ab34b12 Make a better educated guess about CPU costs of a benchmark by Craig Tiller · 8 years ago
  46. f739c05 Make a better educated guess about CPU costs of a benchmark by Craig Tiller · 8 years ago
  47. f493651 Merge branch 'master' of github.com:grpc/grpc into backoff by David Garcia Quintas · 8 years ago
  48. 37d5f9b Add debug logging for process termination state. by Mark D. Roth · 8 years ago
  49. c02cee8 Merge pull request #8866 from ctiller/fixit5 by Craig Tiller · 8 years ago
  50. 38bfa15 Merge pull request #8865 from ctiller/fixit3 by Craig Tiller · 8 years ago
  51. 6d74225 Reduce pre-generated key count by Craig Tiller · 8 years ago
  52. 797bc83 Fix comment by Craig Tiller · 8 years ago
  53. a45a5e4 Rephrase comment by Craig Tiller · 8 years ago
  54. 494790b Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  55. e854776 Fix build problems. by Mark D. Roth · 8 years ago
  56. 96583a3 Remove file dependency to simplify build graph by Craig Tiller · 8 years ago
  57. 25dba29 Move test block, refine conditions by Craig Tiller · 8 years ago
  58. f2876ea Up timeouts for poll-cv polling strategy, seems to make things more stable by Craig Tiller · 8 years ago
  59. 8a4539e Up retry count to try and counter flakiness by Craig Tiller · 8 years ago
  60. 1edfb95 Updated backoff to spec. by David Garcia Quintas · 8 years ago
  61. 8fe2a42 clang-format by David Garcia Quintas · 8 years ago
  62. 7d03df3 Renamed google_benchmark submodule to benchmark by David Garcia Quintas · 8 years ago
  63. b056804 Merge pull request #8835 from pmarks-net/master by Paul Marks · 8 years ago
  64. b9d57ed ! by yang-g · 8 years ago
  65. a7ef49b Support custom credential type in interop by yang-g · 8 years ago
  66. 543d3a3 Merge pull request #8650 from kpayson64/poll_cv_improvement by kpayson64 · 8 years ago
  67. 8e9fc9b Test credentials provider update by yang-g · 8 years ago
  68. 366a051 port_posix: use IPv4+IPv6 sockets to check for a free port. by Paul Marks · 8 years ago
  69. 1a2e40e clang-format by David Garcia Quintas · 8 years ago
  70. c108788 clang-format by Mark D. Roth · 8 years ago
  71. 5e2566e Change destroy_call_elem() to return a grpc_error*. by Mark D. Roth · 8 years ago
  72. b28c7e8 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  73. c2e6254 Merge branch 'master' of github.com:grpc/grpc into grpclb_reworked_conn_state by David Garcia Quintas · 8 years ago
  74. 405503b Merge pull request #8758 from dgquintas/lb_token_nullness by David G. Quintas · 8 years ago
  75. 149f09d Rewrote connectivity status logic for gRPC LB by David Garcia Quintas · 8 years ago
  76. ed92f7b Merge pull request #8617 from markdroth/service_config_json by Mark D. Roth · 8 years ago
  77. 45bc38d Fix build. by Mark D. Roth · 8 years ago
  78. 7851ea3 Fixes by Craig Tiller · 8 years ago
  79. 9fa2ec6 Merge branch 'slice_with_exec_ctx' of github.com:ctiller/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  80. c586666 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  81. 1dc9ad3 Merge pull request #8630 from ctiller/newlines by Craig Tiller · 8 years ago
  82. f693697 Review feedback by Craig Tiller · 8 years ago
  83. 1016d9f Merge github.com:grpc/grpc into bm_fullstack by Craig Tiller · 8 years ago
  84. d57a148 Merge github.com:grpc/grpc into newlines by Craig Tiller · 8 years ago
  85. d4ed4fd Merge remote-tracking branch 'upstream/master' into security_handshaker3 by Mark D. Roth · 8 years ago
  86. 863113a Merge remote-tracking branch 'upstream/master' into service_config_json by Mark D. Roth · 8 years ago
  87. 963be37 Changed security handshakers to use generic handshaker API. by Mark D. Roth · 8 years ago
  88. 7647b2e Merge pull request #8761 from y-zeng/fix_conflict by Yuchen Zeng · 8 years ago
  89. 0377f7a Fix symbol conflict by Yuchen Zeng · 8 years ago
  90. d9190bd Merge pull request #8654 from dklempner/low_level_ping_pong by David Klempner · 8 years ago
  91. 0133a1b No more gcc 4.4! by David Garcia Quintas · 8 years ago
  92. 850cbaa Added more testing for grpclb tokens by David Garcia Quintas · 8 years ago
  93. a1cf4dd Merge pull request #8666 from dgquintas/rr_fixall by David G. Quintas · 8 years ago
  94. ffd8e3d pr comment by David Garcia Quintas · 8 years ago
  95. d1bc240 Merge pull request #8751 from dgquintas/undo_bad_merge_fakeresolver by David G. Quintas · 8 years ago
  96. 9b3f740 clang-format by Mark D. Roth · 8 years ago
  97. 01dbb90 Added testing for connectivity states by David Garcia Quintas · 8 years ago
  98. d03afbd Merge branch 'master' of github.com:grpc/grpc into rr_fixall by David Garcia Quintas · 8 years ago
  99. 5f50a1b Update test_get_channel_info() to use new ch arg syntax by David Garcia Quintas · 8 years ago
  100. 4270dc6 Update test_get_channel_info() to use new ch arg syntax by David Garcia Quintas · 8 years ago