1. d426cac Use an arena for call & subchannel_call allocation by Craig Tiller · 7 years ago
  2. 0b7bd20 Merge pull request #10005 from ctiller/status_ordering by Abhishek Kumar · 7 years ago
  3. 808d19e Merge pull request #9977 from ctiller/fssplit by Craig Tiller · 7 years ago
  4. 8918aae Document status ordering rules by Craig Tiller · 7 years ago
  5. e067b6e Resolve sanity failures by Craig Tiller · 7 years ago
  6. 9ef6fc8 Merge github.com:grpc/grpc into stream_owned_slice by Craig Tiller · 7 years ago
  7. 295df6d Add a slice type that shares a refcount with a transport stream by Craig Tiller · 7 years ago
  8. 5f13f48 Merge pull request #9833 from dgquintas/parse_address_clusterfuzz by David G. Quintas · 7 years ago
  9. cd232f6 Merge pull request #9753 from ctiller/zalloc by Craig Tiller · 7 years ago
  10. 4776102 Merge pull request #9468 from y-zeng/p2p_client by Yuchen Zeng · 7 years ago
  11. e0b1e46 Address review comments by Yuchen Zeng · 7 years ago
  12. efdf5a3 Update with the new ping implementation by Yuchen Zeng · 7 years ago
  13. 990d9fe Client-side keepalive ping by Yuchen Zeng · 7 years ago
  14. 98cdf3b Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_master by murgatroid99 · 7 years ago
  15. 7ff6cd2 Merge branch 'master' of github.com:grpc/grpc into parse_address_clusterfuzz by David Garcia Quintas · 7 years ago
  16. 266f66a Merge github.com:grpc/grpc into zalloc by Craig Tiller · 7 years ago
  17. 1119a62 Merge pull request #9650 from ctiller/call_mutex by Craig Tiller · 7 years ago
  18. b96a96e Merge pull request #9662 from ctiller/c3+r by Craig Tiller · 7 years ago
  19. 47de64c zalloc grpc_pollset by Yuchen Zeng · 7 years ago
  20. bcd5f12 Fixed Heap-buffer-overflow in parse_unix via clusterfuzz by David Garcia Quintas · 7 years ago
  21. eb022be Fix compile by Craig Tiller · 7 years ago
  22. 0bfad14 Make resolver combiner part of the base type, to be consistent with future changes to lb_policy by Craig Tiller · 7 years ago
  23. 1191b72 Improve Node and libuv testing and test coverage by murgatroid99 · 7 years ago
  24. 3e16f4f Fix test by Craig Tiller · 7 years ago
  25. 9596d6b Merge pull request #9660 from ctiller/c3 by Craig Tiller · 7 years ago
  26. 20ce376 Merge pull request #9696 from yang-g/network_status_shard by Yang Gao · 7 years ago
  27. 1ca0dc2 Merge pull request #9531 from dgquintas/compression_implicit_encoding by David G. Quintas · 7 years ago
  28. ca452f4 Merge pull request #9648 from dgquintas/lr_sans_md by David G. Quintas · 7 years ago
  29. 6955c5e Remove code from network_status_tracker.c Pull the hash function to useful.h by yang-g · 7 years ago
  30. 9e5ac1b Fix broken shutdown, and cascading exec_ctx usage bugs by Craig Tiller · 7 years ago
  31. dc6ac1a Add failing test by Craig Tiller · 7 years ago
  32. ccbfb46 Merge remote-tracking branch 'upstream/master' into packet-coalescing-core by Muxi Yan · 7 years ago
  33. f31f096 Use call context to propagare LR costs by David Garcia Quintas · 7 years ago
  34. 7317195 Merge branch 'master' of github.com:grpc/grpc into compression_implicit_encoding by David Garcia Quintas · 7 years ago
  35. 5ef95a9 Merge pull request #9194 from dgquintas/lb_secure_naming_3 by David G. Quintas · 7 years ago
  36. 0129150 Secure naming support for gRPCLB by David Garcia Quintas · 7 years ago
  37. c6556af Merge pull request #9588 from ctiller/fuzzing-memory by Craig Tiller · 7 years ago
  38. 0d2d72f Merge pull request #9596 from muxi/cronet-tests-in-jenkins by Muxi Yan · 7 years ago
  39. 938f099 Add Cronet core tests to Jenkins by Muxi Yan · 7 years ago
  40. c4dacab Merge github.com:grpc/grpc into fuzzing-memory by Craig Tiller · 7 years ago
  41. 7ed3c93 Merge pull request #9511 from ctiller/assert_writes by Craig Tiller · 7 years ago
  42. b0fd02e Add examples from fuzzer server by Craig Tiller · 7 years ago
  43. d3c8fc0 Test fixes by Craig Tiller · 7 years ago
  44. 61eb40c Put files in a better place by Craig Tiller · 7 years ago
  45. 8b1d59c Add some debug utilities by Craig Tiller · 8 years ago
  46. fbe0cf2 Merge pull request #9487 from ctiller/bm_stream by Sree Kuchibhotla · 7 years ago
  47. 5395aba Merge github.com:grpc/grpc into bwest by Craig Tiller · 7 years ago
  48. 26623b3 Merge pull request #9456 from jtattermusch/cmake_convenience_targets by Jan Tattermusch · 7 years ago
  49. eb46816 Fix potential use-after-free by Craig Tiller · 7 years ago
  50. df6cc8e Merge pull request #9236 from ctiller/max_msg_deadline by Craig Tiller · 7 years ago
  51. 3a63d4c Merge github.com:grpc/grpc into bwest by Craig Tiller · 7 years ago
  52. 6c1d43b Merge github.com:grpc/grpc into bm_stream by Craig Tiller · 7 years ago
  53. 2688eb1 Merge remote-tracking branch 'upstream/master' into packet-coalescing-core by Muxi Yan · 7 years ago
  54. bd0b054 windows compilation fixes by Jan Tattermusch · 7 years ago
  55. 191d52c Renamed define for better readability by David Garcia Quintas · 7 years ago
  56. 239af8b Fix fuzzing detected crash by Craig Tiller · 7 years ago
  57. 27ffc9b Merge github.com:grpc/grpc into bwest by Craig Tiller · 7 years ago
  58. 44f8af5 Merge github.com:grpc/grpc into call_create by Craig Tiller · 7 years ago
  59. f4484cd Dont crash on API errors by Craig Tiller · 7 years ago
  60. ed277ef Fix bug in api_fuzzer by Craig Tiller · 7 years ago
  61. 7240b54 make grpc-encoding:identity implicit by David Garcia Quintas · 7 years ago
  62. a5b1a89 Merge github.com:grpc/grpc into bwest by Craig Tiller · 7 years ago
  63. c6d7f23 Merge github.com:grpc/grpc into max_msg_deadline by Craig Tiller · 7 years ago
  64. ca7effc Replace timeout/scaling macros with functions. by Robbie Shade · 7 years ago
  65. 1a5ead3 Accept and count deadline exceeded by Craig Tiller · 7 years ago
  66. ddd9a05 Fix leaks by Craig Tiller · 7 years ago
  67. 02cae86 Merge github.com:grpc/grpc into bm_stream by Craig Tiller · 7 years ago
  68. e4fae82 Merge pull request #9503 from ctiller/fuzzing-api by Craig Tiller · 7 years ago
  69. fa05795 Fix bugs by Craig Tiller · 7 years ago
  70. df4d275 Merge github.com:grpc/grpc into bwest by Craig Tiller · 7 years ago
  71. a415c0d Merge pull request #9486 from ctiller/but-why by Craig Tiller · 7 years ago
  72. 0caaea1 Review feedback, merging with latest changes by Craig Tiller · 7 years ago
  73. 1ce0e4f Merge github.com:grpc/grpc into max_msg_deadline by Craig Tiller · 7 years ago
  74. 004a819 Fix bugs in api_fuzzer by Craig Tiller · 7 years ago
  75. fa6a71d Fix fuzzing detected failure by Craig Tiller · 7 years ago
  76. 6f12c74 clang-format by Mark D. Roth · 7 years ago
  77. 835646e Fix tests. by Mark D. Roth · 7 years ago
  78. 95ccbc2 Merge branch 'bm_countwrites' into bwest by Craig Tiller · 7 years ago
  79. 5e30808 Merge branch 'bm_msgsz' into bm_countwrites by Craig Tiller · 7 years ago
  80. cda759d Add an error to fd_shutdown (and recursively) by Craig Tiller · 7 years ago
  81. 46357c8 Merge pull request #9444 from ctiller/rollfwd by Craig Tiller · 7 years ago
  82. 8daca99 Merge pull request #9466 from rjshade/add_test_log by Yang Gao · 7 years ago
  83. e70904f Merge branch 'bwest' into bm_countwrites+bwest by Craig Tiller · 7 years ago
  84. 9128716 Track writes/RPC in microbenchmark by Craig Tiller · 7 years ago
  85. 40b4c78 Accept max message size JSON values as either strings or numbers. by Mark D. Roth · 7 years ago
  86. 48af8b2 Merge github.com:grpc/grpc into bwest by Craig Tiller · 7 years ago
  87. afceb2e Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 7 years ago
  88. 55a046a Add a 'Running test: ' string to test output by Robbie Shade · 7 years ago
  89. 9d76dbe clang-format by Mark D. Roth · 7 years ago
  90. 435f9f2 Fix tests. by Mark D. Roth · 7 years ago
  91. 8d1d95d Clean up old packet coalescing tests by Muxi Yan · 7 years ago
  92. b44e089 Merge branch 'master' into packet-coalescing-core by Muxi Yan · 7 years ago
  93. f28ca8e Fix api_fuzzer by Craig Tiller · 7 years ago
  94. 4c26fdf Expand corpora by Craig Tiller · 7 years ago
  95. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 7 years ago
  96. 6360af6 Fix ping test by Craig Tiller · 7 years ago
  97. 5acc826 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 7 years ago
  98. 2b24d27 Merge pull request #9326 from yang-g/license by Yang Gao · 7 years ago
  99. 7ad582e Fix merge problems by Craig Tiller · 7 years ago
  100. 8024c46 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 7 years ago