1. 15a74d3 Define RPC protocol version constants by Alexander Polcyn · 7 years ago
  2. d6c292f Merge master by Yash Tibrewal · 7 years ago
  3. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  4. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  5. 73bb67d Merge master into execctx by Yash Tibrewal · 7 years ago
  6. c272dd7 Add on_initiate callback for the send_ping tranport op by Yuchen Zeng · 7 years ago
  7. e109ddf Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  8. 36522e9 Merge master after no Extern C changes by Yash Tibrewal · 7 years ago
  9. 7486144 Merge master by Yash Tibrewal · 7 years ago
  10. da6b479 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  11. 993e9f0 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  12. 66dfcf5 clang fmt by ncteisen · 7 years ago
  13. adbfbd5 Remove all extern C by ncteisen · 7 years ago
  14. 05294b6 Make debug flags DebugOnly by ncteisen · 7 years ago
  15. 72afb76 Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by ncteisen · 7 years ago
  16. 4e9265c Merge with master by Yash Tibrewal · 7 years ago
  17. 8eeedab Remove declaration of non-existant function. by Mark D. Roth · 7 years ago
  18. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  19. 0ee7574 Removing instances of exec_ctx being passed around in functions in by Yash Tibrewal · 7 years ago
  20. 694580f Better name by Craig Tiller · 7 years ago
  21. 6014e8a C++ize tracing by Craig Tiller · 7 years ago
  22. 764cf04 Revert "Revert "Implement call combiner"" by Mark D. Roth · 7 years ago
  23. bf19961 Revert "Implement call combiner" by Mark D. Roth · 7 years ago
  24. 76e264b Implement call combiner. by Mark D. Roth · 7 years ago
  25. 5794061 Improvements to grpc_byte_stream API and handling. by Mark D. Roth · 7 years ago
  26. ff17b05 Document error unref contract for iomgr cb's and transport/stream errors by Vijay Pai · 7 years ago
  27. 2024353 Merge pull request #11499 from markdroth/trailers_only by Mark D. Roth · 7 years ago
  28. bd3b93b Add support for Trailers-Only responses. by Mark D. Roth · 7 years ago
  29. a135485 Add workqueue tracer by ncteisen · 7 years ago
  30. 9c43fc0 Add refcount tracers for resolver, lb_policy, stream by ncteisen · 7 years ago
  31. b3899fd Merge github.com:grpc/grpc into ALL-the-things by Craig Tiller · 7 years ago
  32. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  33. ee4b145 Remove workqueue, covered_by_poller as concepts, get Mac build up by Craig Tiller · 7 years ago
  34. a0f3abd Review feedback: bikeshedding round by Craig Tiller · 7 years ago
  35. 444c223 Merge github.com:grpc/grpc into new_transport_op by Craig Tiller · 7 years ago
  36. 7d2c398 Additionally use arena for incoming metadata allocation by Craig Tiller · 7 years ago
  37. e7a1702 Fixes by Craig Tiller · 7 years ago
  38. c55c102 Conversion progress by Craig Tiller · 7 years ago
  39. e083130 Merge github.com:grpc/grpc into new_transport_op by Craig Tiller · 7 years ago
  40. ea54b8c Start converting stream ops to a control + payload... since the bulky payload can be shared across concurrent ops (saving memory) by Craig Tiller · 7 years ago
  41. 295df6d Add a slice type that shares a refcount with a transport stream by Craig Tiller · 7 years ago
  42. 65d57b8 Merge github.com:grpc/grpc into zalloc by Craig Tiller · 8 years ago
  43. 6f41788 Add zalloc, convert a bunch of files to use it by Craig Tiller · 8 years ago
  44. 4a84bdd s/transport_private/handler_private -- use is no longer restricted to transports by Craig Tiller · 8 years ago
  45. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  46. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  47. dc21a4e Error handling cleanup by Craig Tiller · 8 years ago
  48. 255edaa Fixes by Craig Tiller · 8 years ago
  49. 841a99d Cleaning up error handling by Craig Tiller · 8 years ago
  50. c586666 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  51. a5da0ef Merge pull request #8486 from y-zeng/get_tos by Yuchen Zeng · 8 years ago
  52. a59c16c Progress towards making grpc_slice_unref_internal take an exec_ctx by Craig Tiller · 8 years ago
  53. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  54. 5ab4ca5 Add endpoint interface in transport by Yuchen Zeng · 8 years ago
  55. 6d0028e Merge github.com:grpc/grpc into merge-write by Craig Tiller · 8 years ago
  56. a7cd41c Note polling coverage when taking combiner locks: resolves offload issues by Craig Tiller · 8 years ago
  57. e194ff0 Add transport op debugging, coalesce set_accept_stream & send_goaway calls by Craig Tiller · 8 years ago
  58. d322d4b surface cacheable flag to the call by Makarand Dharmapurikar · 8 years ago
  59. dfd3a8f Merge combiner and exec_ctx execution better by Craig Tiller · 8 years ago
  60. f0e1119 Fix refcounting bugs by Craig Tiller · 8 years ago
  61. 13e4bf8 Simplifications by Craig Tiller · 8 years ago
  62. acad79f Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  63. 106df11 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  64. 3ac6fc1 Merge branch 'filter_call_init_failure' into filter_api by Mark D. Roth · 8 years ago
  65. 4b4266a Fixing documentation typo. by Nicolas "Pixel" Noble · 8 years ago
  66. 14bed44 Merge remote-tracking branch 'upstream/master' into filter_api by Mark D. Roth · 8 years ago
  67. e0221ff Debugging by Craig Tiller · 8 years ago
  68. 93023e4 Progress to converting chttp2 to combiner locks by Craig Tiller · 8 years ago
  69. 98aa0c1 Merge branch 'filter_call_init_failure' into filter_api by Mark D. Roth · 8 years ago
  70. 753b45d Merge remote-tracking branch 'upstream/master' into handler_http_response by Yuchen Zeng · 8 years ago
  71. 89ebe55 Merge branch 'filter_call_init_failure' into filter_api by Mark D. Roth · 8 years ago
  72. 7f8db25 Bool-ify a couple of fields in grpc_transport_op. by Mark D. Roth · 8 years ago
  73. f0f70a8 Make transport-level errors be reflected in status messages on calls by Craig Tiller · 8 years ago
  74. e5633f8 Merge remote-tracking branch 'upstream/master' into handler_http_response by Yuchen Zeng · 8 years ago
  75. 035cb3a Pass peer string to ChannelData ctor when available. by Mark D. Roth · 8 years ago
  76. ec066b3 Add http2 status code in error_message if it's not 200 by Yuchen Zeng · 8 years ago
  77. c97065d Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  78. 2a50dfe s/grpc_pops/grpc_polling_entity by David Garcia Quintas · 8 years ago
  79. 23b6cdb Fix lb_policies_test by Craig Tiller · 8 years ago
  80. e0d6c57 Fuzzing fixes by Craig Tiller · 8 years ago
  81. 804ff71 Progress converting to new error system by Craig Tiller · 8 years ago
  82. 261db11 Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  83. f72eb97 Introduced grpc_pops (pollset or pollset_set) by David Garcia Quintas · 8 years ago
  84. f51457b Progress by Craig Tiller · 8 years ago
  85. 4afce7e Changes across the board from pollset to pollset_set by David Garcia Quintas · 8 years ago
  86. 1cfe1d9 Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  87. cae3cb3 Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  88. 36bb50a Merge github.com:grpc/grpc into e2efuzz by Craig Tiller · 8 years ago
  89. 3337362 Stuff by Craig Tiller · 8 years ago
  90. db1baa2 Fix things by Craig Tiller · 8 years ago
  91. 41dac84 Merge github.com:grpc/grpc into ignore_connectivity by Craig Tiller · 8 years ago
  92. c532c21 Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  93. 3b27de1 Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  94. 64a12c5 Merge github.com:grpc/grpc into copyright-fix by Craig Tiller · 8 years ago
  95. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  96. a5dc80d Merge pull request #5691 from ctiller/idempotent by Nicolas Noble · 8 years ago
  97. 4af12f4 Merge github.com:grpc/grpc into accounting by Craig Tiller · 8 years ago
  98. c5ff781 Merge branch 'idempotent' into ignore_connectivity by Craig Tiller · 8 years ago
  99. 3bd9695 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  100. 94473ae Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago