1. 3845e55 Add debug macros by Craig Tiller · 7 years ago
  2. 5634ef6 Make combiners refcounted, to facilitate sharing by Craig Tiller · 7 years ago
  3. 44cc814 Add lots of casts by Craig Tiller · 7 years ago
  4. 8f1b315 Use atomics for memory counters by Craig Tiller · 7 years ago
  5. 7dd42bf Merge pull request #9522 from ctiller/bm_perf by Craig Tiller · 7 years ago
  6. 5ef95a9 Merge pull request #9194 from dgquintas/lb_secure_naming_3 by David G. Quintas · 7 years ago
  7. 0129150 Secure naming support for gRPCLB by David Garcia Quintas · 7 years ago
  8. d92d827 Merge pull request #9617 from rjshade/add_exec_ctx_to_orphan_callback by Robbie Shade · 7 years ago
  9. c6556af Merge pull request #9588 from ctiller/fuzzing-memory by Craig Tiller · 7 years ago
  10. ea2c594 Merge pull request #9619 from ctiller/bm_counters by Craig Tiller · 7 years ago
  11. 04fb965 Merge pull request #9054 from sreecha/pollset_set_test by Sree Kuchibhotla · 7 years ago
  12. 5f3cfe9 Fix read from uninitialized memory bug in GrpcBufferWriter. by Harvey Tuch · 8 years ago
  13. 27ee9d0 Merge pull request #9539 from markdroth/canonicalize_server_uri by Mark D. Roth · 7 years ago
  14. d52b76d Merge github.com:grpc/grpc into bm_perf by Craig Tiller · 7 years ago
  15. 3d4f443 Merge pull request #9590 from sreecha/micro_bm by Sree Kuchibhotla · 7 years ago
  16. 0d2d72f Merge pull request #9596 from muxi/cronet-tests-in-jenkins by Muxi Yan · 7 years ago
  17. 01d7d9b Add allocations/iteration counters to bm_fullstack by Craig Tiller · 7 years ago
  18. b038beb Add counters for mutex acquisitions, expose in bm_fullstack by Craig Tiller · 7 years ago
  19. 239095a Merge remote-tracking branch 'upstream/master' into canonicalize_server_uri by Mark D. Roth · 7 years ago
  20. 49124e7 Adds an exec_ctx argument to orphan_cb in udp_server by Robbie Shade · 7 years ago
  21. f4c45d7 Merge pull request #9419 from danzh2010/shutdowntest by Yang Gao · 7 years ago
  22. 938f099 Add Cronet core tests to Jenkins by Muxi Yan · 7 years ago
  23. c4dacab Merge github.com:grpc/grpc into fuzzing-memory by Craig Tiller · 7 years ago
  24. c6449d9 Merge remote-tracking branch 'upstream/master' into canonicalize_server_uri by Mark D. Roth · 7 years ago
  25. 7ed3c93 Merge pull request #9511 from ctiller/assert_writes by Craig Tiller · 7 years ago
  26. dfb82e0 Address code review comments by Sree Kuchibhotla · 8 years ago
  27. 0b26e27 cr comments by Sree Kuchibhotla · 8 years ago
  28. 472acff Merge pull request #9582 from ctiller/debug_helpers by Craig Tiller · 8 years ago
  29. afaa751 Add comment by Sree Kuchibhotla · 8 years ago
  30. e3ffd86 New microbenchmarks for Streaming Ping pong calls and messages by Sree Kuchibhotla · 8 years ago
  31. b0fd02e Add examples from fuzzer server by Craig Tiller · 8 years ago
  32. c80683d Merge branch 'bwest' into assert_writes by Craig Tiller · 8 years ago
  33. d3c8fc0 Test fixes by Craig Tiller · 8 years ago
  34. d72dbec Fix Windows by Craig Tiller · 8 years ago
  35. f536994 Fix Bazel by Craig Tiller · 8 years ago
  36. abda919 Fix include guards by Craig Tiller · 8 years ago
  37. 758aa9f Merge branch 'debug_helpers' of github.com:ctiller/grpc into debug_helpers by Craig Tiller · 8 years ago
  38. 61eb40c Put files in a better place by Craig Tiller · 8 years ago
  39. 1d0eb4c Merge pull request #9558 from rjshade/add_on_write_to_udp_server by Robbie Shade · 8 years ago
  40. c40b347 Merge branch 'bwest' into assert_writes by Craig Tiller · 8 years ago
  41. 8b1d59c Add some debug utilities by Craig Tiller · 8 years ago
  42. ae89af9 Merge remote-tracking branch 'upstream/master' into canonicalize_server_uri by Mark D. Roth · 8 years ago
  43. bc335df Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  44. f538e15 Merge pull request #9572 from dgquintas/interop_server_mac_slice_crash by David G. Quintas · 8 years ago
  45. fbe0cf2 Merge pull request #9487 from ctiller/bm_stream by Sree Kuchibhotla · 8 years ago
  46. e985cf5 Fixed invalid handling of slice data in interop_server by David Garcia Quintas · 8 years ago
  47. 6c44ff1 clang-format by Mark D. Roth · 8 years ago
  48. 6c5d08f Merge branch 'bm_stream' into bm_perf by Craig Tiller · 8 years ago
  49. 5395aba Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  50. 6613168 Merge branch 'master' into pollset_set_test by Sree Kuchibhotla · 8 years ago
  51. 26623b3 Merge pull request #9456 from jtattermusch/cmake_convenience_targets by Jan Tattermusch · 8 years ago
  52. 6e6c7b5 Fix secure_channel_create_test. by Mark D. Roth · 8 years ago
  53. eb46816 Fix potential use-after-free by Craig Tiller · 8 years ago
  54. c23fedd Add an on_write callback to the UDP server. by Robbie Shade · 8 years ago
  55. df6cc8e Merge pull request #9236 from ctiller/max_msg_deadline by Craig Tiller · 8 years ago
  56. afe67c0 Merge pull request #9545 from yang-g/fix by Yang Gao · 8 years ago
  57. 5862f76 GRPC_TIMEOUT_MILLIS_TO_DEADLINE now renamed to grpc_timeout_milliseconds_to_deadline by Sree Kuchibhotla · 8 years ago
  58. 7ec4748 Improve sync streaming benchmark, fix deadlock that can occur sometimes by Craig Tiller · 8 years ago
  59. e042801 Merge pull request #9429 from Vizerai/trace_context_proto by Jim King · 8 years ago
  60. 864db53 Updated trace_context.proto and associated files. by Vizerai · 8 years ago
  61. 3a63d4c Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  62. 6c1d43b Merge github.com:grpc/grpc into bm_stream by Craig Tiller · 8 years ago
  63. bd0b054 windows compilation fixes by Jan Tattermusch · 8 years ago
  64. 7065937 Merge branch 'master' into pollset_set_test by Sree Kuchibhotla · 8 years ago
  65. d5a5bec Merge pull request #9485 from sreecha/poll-cv-disable by David G. Quintas · 8 years ago
  66. ded7f82 Minor fixes by yang-g · 8 years ago
  67. eeaeca8 Merge branch 'master' into pollset_set_test by Sree Kuchibhotla · 8 years ago
  68. 239af8b Fix fuzzing detected crash by Craig Tiller · 8 years ago
  69. 27ffc9b Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  70. 44f8af5 Merge github.com:grpc/grpc into call_create by Craig Tiller · 8 years ago
  71. 03370d3 Merge branch 'master' into poll-cv-disable by Sree Kuchibhotla · 8 years ago
  72. f4484cd Dont crash on API errors by Craig Tiller · 8 years ago
  73. ed277ef Fix bug in api_fuzzer by Craig Tiller · 8 years ago
  74. c9f9c1e Merge pull request #9364 from rjshade/sanitizer_slowdown by Yang Gao · 8 years ago
  75. a5b1a89 Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  76. c6d7f23 Merge github.com:grpc/grpc into max_msg_deadline by Craig Tiller · 8 years ago
  77. 520cca9 Merge github.com:grpc/grpc into bm_stream by Craig Tiller · 8 years ago
  78. 4c2a9a2 Merge branch 'master' into pollset_set_test by Sree Kuchibhotla · 8 years ago
  79. 6687cb8 Merge branch 'master' into poll-cv-disable by Sree Kuchibhotla · 8 years ago
  80. f7af2a9 Update latency profiler to use (more appropriate) microbenchmarks by Craig Tiller · 8 years ago
  81. ca7effc Replace timeout/scaling macros with functions. by Robbie Shade · 8 years ago
  82. 340bb83 Change shutdown_test.cc to use credential provider API to test against by Dan Zhang · 8 years ago
  83. 08a215f Merge pull request #8066 from y-zeng/cli_main_fork by Yuchen Zeng · 8 years ago
  84. 8d2d70c Support bidirectional stream RPC by Yuchen Zeng · 8 years ago
  85. 1a5ead3 Accept and count deadline exceeded by Craig Tiller · 8 years ago
  86. 9a3997c Add a test verifying number of writes per RPC is reasonable by Craig Tiller · 8 years ago
  87. 811122b Merge branch 'bm_stream' into assert_writes by Craig Tiller · 8 years ago
  88. ddd9a05 Fix leaks by Craig Tiller · 8 years ago
  89. 02cae86 Merge github.com:grpc/grpc into bm_stream by Craig Tiller · 8 years ago
  90. 608982d fix grpc_fd_shutdown invocation after latest merge by Sree Kuchibhotla · 8 years ago
  91. e4fae82 Merge pull request #9503 from ctiller/fuzzing-api by Craig Tiller · 8 years ago
  92. c04f5b9 Merge branch 'master' into pollset_set_test by Sree Kuchibhotla · 8 years ago
  93. 3030c39 Merge pull request #9408 from ctiller/bm_msgsz by Sree Kuchibhotla · 8 years ago
  94. fa05795 Fix bugs by Craig Tiller · 8 years ago
  95. d7f01c4 Merge branch 'master' into pollset_set_test by Sree Kuchibhotla · 8 years ago
  96. df4d275 Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  97. a415c0d Merge pull request #9486 from ctiller/but-why by Craig Tiller · 8 years ago
  98. 6b446b6 Merge branch 'master' into poll-cv-disable by Sree Kuchibhotla · 8 years ago
  99. 0caaea1 Review feedback, merging with latest changes by Craig Tiller · 8 years ago
  100. 1ce0e4f Merge github.com:grpc/grpc into max_msg_deadline by Craig Tiller · 8 years ago