1. 1379287 Fix closure running: current code is unsafe by Craig Tiller · 8 years ago
  2. c52ba3a Hoist constant setting out of loop - and shave some ns from call creation by Craig Tiller · 8 years ago
  3. c15d25a Fix substitution by Craig Tiller · 8 years ago
  4. 5fcc5af Should only do host-->:authority if there is no :authority by Craig Tiller · 8 years ago
  5. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  6. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  7. 9277aa7 Fix sanity: core_banned_functions by Craig Tiller · 8 years ago
  8. 3e8deb1 Fix sanity: core_banned_functions by Craig Tiller · 8 years ago
  9. 17f6904 Merge branch 'slice_with_exec_ctx_and_new_closures' into metadata_filter_and_new_closures by Craig Tiller · 8 years ago
  10. 0b09341 Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures by Craig Tiller · 8 years ago
  11. 91031da Changes to exec_ctx/closure/combiner/workqueue interfaces by Craig Tiller · 8 years ago
  12. ef69384 Merge branch 'slice_with_exec_ctx' into metadata_filter by Craig Tiller · 8 years ago
  13. 0704727 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  14. 494790b Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  15. de7b467 Fix metadata batch removal ref counting by Craig Tiller · 8 years ago
  16. 0960818 bm_fullstack runs by Craig Tiller · 8 years ago
  17. b0f3bca Everything compiles... by Craig Tiller · 8 years ago
  18. a7d37a3 Initial conversion work to indexed metadata by Craig Tiller · 8 years ago
  19. 3b05e1d Move from cmp --> eq, and provide a good implementation for interning by Craig Tiller · 8 years ago
  20. df2d922 Fixes by Craig Tiller · 8 years ago
  21. c108788 clang-format by Mark D. Roth · 8 years ago
  22. 5e2566e Change destroy_call_elem() to return a grpc_error*. by Mark D. Roth · 8 years ago
  23. 0160de9 Begin moving mdelem to be a value type by Craig Tiller · 8 years ago
  24. 7885d1a Initial fixes by Craig Tiller · 8 years ago
  25. 66b14c1 Merge branch 'slice_interning' into eliminate_mdstr by Craig Tiller · 8 years ago
  26. c586666 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  27. 077da7f Fix merge error by Craig Tiller · 8 years ago
  28. d57a148 Merge github.com:grpc/grpc into newlines by Craig Tiller · 8 years ago
  29. 5ef31ab Progress towards mdstr elimination by Craig Tiller · 8 years ago
  30. 18b4ba3 Enable sanity check by Craig Tiller · 8 years ago
  31. 87a7e1f Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  32. 0ace62f Merge pull request #8618 from markdroth/channel_info_api by Mark D. Roth · 8 years ago
  33. 328cbcc Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  34. 31c5ee2 Remove errant init by Craig Tiller · 8 years ago
  35. b121fc7 Support percent-encoding status messages by Craig Tiller · 8 years ago
  36. 378856b Fix memory leak by Craig Tiller · 8 years ago
  37. a59c16c Progress towards making grpc_slice_unref_internal take an exec_ctx by Craig Tiller · 8 years ago
  38. b2d2488 Add grpc_channel_get_info() to C-core API. by Mark D. Roth · 8 years ago
  39. 28b7242 clang-format by Craig Tiller · 8 years ago
  40. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  41. 3c9728f Wrapped logs in grpc_http_trace by Robbie Shade · 8 years ago
  42. d249264 Merge branch 'master' into add_error_log_for_h2_headers by Robbie Shade · 8 years ago
  43. f44946b fixes for asan leak, and proxy test by Makarand Dharmapurikar · 8 years ago
  44. d322d4b surface cacheable flag to the call by Makarand Dharmapurikar · 8 years ago
  45. 4e52059 fixed bug exposed by h2_proxy* test. by Makdharma · 8 years ago
  46. 178f4bc prep work for enabling caching by Makdharma · 8 years ago
  47. ecfc238 Add error log for invalid http2 headers by Robbie Shade · 8 years ago
  48. 6e26952 Merge remote-tracking branch 'upstream/master' into filter_call_init_failure by Mark D. Roth · 8 years ago
  49. 5dde14c clang-format by David Garcia Quintas · 8 years ago
  50. 01c4d99 Added new features to load reporting. by David Garcia Quintas · 8 years ago
  51. 76d2442 clang-format by Mark D. Roth · 8 years ago
  52. 0badbe8 Change grpc_channel_filter init_call_elem() method to return grpc_error. by Mark D. Roth · 8 years ago
  53. 0ca68b7 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  54. 4809e8e Merge pull request #6675 from dgquintas/check_http_client_filter_content_type by Jan Tattermusch · 8 years ago
  55. c97065d Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  56. a0d7491 Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  57. d925c93 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  58. df204d0 Merge branch 'master' of github.com:grpc/grpc into check_http_client_filter_content_type by David Garcia Quintas · 8 years ago
  59. 8ba60db Check content type on the client response path by David Garcia Quintas · 8 years ago
  60. 8e5c934 Fix leaks in server fuzzer by Craig Tiller · 8 years ago
  61. 261db11 Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  62. c027e77 Progress by Craig Tiller · 8 years ago
  63. e293b64 clang-format by David Garcia Quintas · 8 years ago
  64. 580987a Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  65. 0d6fee6 Merge pull request #2286 from ctiller/split-me-baby-one-more-time by Jan Tattermusch · 8 years ago
  66. 12e111c Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  67. 1f3319b Fixed clang formatting problems. by Mark D. Roth · 8 years ago
  68. 640d71d Use cpp macros for the "application/grpc" string and its length. by Mark D. Roth · 8 years ago
  69. c5b1eef Change C implementation to not log an "Unexpected content-type" message by Mark D. Roth · 8 years ago
  70. 4afce7e Changes across the board from pollset to pollset_set by David Garcia Quintas · 8 years ago
  71. 9ef0e1c Added grpc_call_stats to the call stack by David Garcia Quintas · 8 years ago
  72. c532c21 Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  73. 3b27de1 Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  74. 64a12c5 Merge github.com:grpc/grpc into copyright-fix by Craig Tiller · 8 years ago
  75. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  76. 3bd9695 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  77. 94473ae Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  78. 9533d04 Fix includes by Craig Tiller · 8 years ago
  79. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago[Renamed from src/core/channel/http_server_filter.c]
  80. f40df23 Auto-changes by Craig Tiller · 8 years ago
  81. c65ed87 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  82. a44cbfc Fix race condition in transport API by Craig Tiller · 9 years ago
  83. a93a25f Update copyrights by Craig Tiller · 9 years ago
  84. 6c39686 Preparatory changes for work shedding by Craig Tiller · 9 years ago
  85. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  86. e54da0e Merge github.com:grpc/grpc into connected-subchannel by Craig Tiller · 9 years ago
  87. 3ebb7cc Hit some esoteric request header paths by Craig Tiller · 9 years ago
  88. 2c23ad5 Merge github.com:grpc/grpc into connected-subchannel by Craig Tiller · 9 years ago
  89. d88e1d8 merge with head and resolve conflict by yang-g · 9 years ago
  90. ab33b48 clang-format, bugfix by Craig Tiller · 9 years ago
  91. b2b4261 Remove metadata context entirely by Craig Tiller · 9 years ago
  92. ebdef9d Remove metadata context from the channel stack by Craig Tiller · 9 years ago
  93. 577c9b2 stream_op cleanup: channel, client_config changes by Craig Tiller · 9 years ago
  94. 0ba432d Move profiling system to gpr by Craig Tiller · 9 years ago
  95. 1f41b6b Simplify adding annotations, annotate more things by Craig Tiller · 9 years ago
  96. 4dbdd6a Remove metadata canonicalization, and fix some bugs by Craig Tiller · 9 years ago
  97. 8dc0971 Merge github.com:grpc/grpc into shindig by Craig Tiller · 9 years ago
  98. 5cf7013 Merge by Craig Tiller · 9 years ago
  99. f8b14ca Merge github.com:grpc/grpc into come-out-of-the-shadow by Craig Tiller · 9 years ago
  100. a82950e clang-format all core files by Craig Tiller · 9 years ago