1. 2f4679e Fix handling of slice in http_client_filter by David Garcia Quintas · 7 years ago
  2. d65b44a Merge branch 'caching_uri' of https://github.com/makdharma/grpc into makdharma-caching_uri by Makarand Dharmapurikar · 7 years ago
  3. 58e6d13 Merge github.com:grpc/grpc into minimal_test by Craig Tiller · 7 years ago
  4. 09b0284 Merge github.com:grpc/grpc into minimal_test by Craig Tiller · 7 years ago
  5. 80233bf Merge github.com:grpc/grpc into minimal_test by Craig Tiller · 7 years ago
  6. 29ebc57 Merge branch 'minimal' into minimal_test by Craig Tiller · 7 years ago
  7. af76743 Optionalize compress, gather all the http2 filter bits together in ext/ by Craig Tiller · 7 years ago[Renamed (99%) from src/core/lib/channel/http_client_filter.c]
  8. 29b527f Reinstate one check, fix fall out by Craig Tiller · 7 years ago
  9. 04f28d9 review feedback and one bugfix by Makarand Dharmapurikar · 7 years ago
  10. a128b7a Merge branch 'master' of https://github.com/grpc/grpc into caching_with_uri by Makarand Dharmapurikar · 7 years ago
  11. 0572560 fixed yet another referencing issue by Makarand Dharmapurikar · 7 years ago
  12. 50cea01 fixed asan memory leak ref issue by Makarand Dharmapurikar · 7 years ago
  13. 3a4562b addressed review feedback. by Makarand Dharmapurikar · 7 years ago
  14. ce7b947 free the allocated slice to fix asan failure by Makarand Dharmapurikar · 7 years ago
  15. 3d194ad Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimization by Noah Eisen · 7 years ago
  16. b239da9 removed multiple allocs, refactored b64 encoder by Makarand Dharmapurikar · 7 years ago
  17. 366c9c5 using URI query to communicate payload by Makarand Dharmapurikar · 7 years ago
  18. 4b36a3d Change error_create API to slice by ncteisen · 7 years ago
  19. e7a1702 Fixes by Craig Tiller · 7 years ago
  20. bbb3801 Change error get/set API to grpc_slice by ncteisen · 7 years ago
  21. c52ba3a Hoist constant setting out of loop - and shave some ns from call creation by Craig Tiller · 8 years ago
  22. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  23. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  24. 9277aa7 Fix sanity: core_banned_functions by Craig Tiller · 8 years ago
  25. 17f6904 Merge branch 'slice_with_exec_ctx_and_new_closures' into metadata_filter_and_new_closures by Craig Tiller · 8 years ago
  26. 0b09341 Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures by Craig Tiller · 8 years ago
  27. 91031da Changes to exec_ctx/closure/combiner/workqueue interfaces by Craig Tiller · 8 years ago
  28. ef69384 Merge branch 'slice_with_exec_ctx' into metadata_filter by Craig Tiller · 8 years ago
  29. 0704727 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  30. 3ba16e4 Fix bug whereby errors on a call do not lead to cancellation by Craig Tiller · 8 years ago
  31. 385dd9a Merge branch 'slice_interning' into metadata_filter by Craig Tiller · 8 years ago
  32. 6822a7a Make core_banned_functions.py pass again by Craig Tiller · 8 years ago
  33. 0699fa0 Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  34. 36b3135 Merge branch 'slice_interning' into metadata_filter by Craig Tiller · 8 years ago
  35. e238b04 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  36. a540848 Fixed http_client race by David Garcia Quintas · 8 years ago
  37. 494790b Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  38. 70b3239 Fix memory leaks by Craig Tiller · 8 years ago
  39. de7b467 Fix metadata batch removal ref counting by Craig Tiller · 8 years ago
  40. a7d37a3 Initial conversion work to indexed metadata by Craig Tiller · 8 years ago
  41. 3b05e1d Move from cmp --> eq, and provide a good implementation for interning by Craig Tiller · 8 years ago
  42. c108788 clang-format by Mark D. Roth · 8 years ago
  43. 5e2566e Change destroy_call_elem() to return a grpc_error*. by Mark D. Roth · 8 years ago
  44. 0160de9 Begin moving mdelem to be a value type by Craig Tiller · 8 years ago
  45. 66b14c1 Merge branch 'slice_interning' into eliminate_mdstr by Craig Tiller · 8 years ago
  46. c586666 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  47. d57a148 Merge github.com:grpc/grpc into newlines by Craig Tiller · 8 years ago
  48. 5ef31ab Progress towards mdstr elimination by Craig Tiller · 8 years ago
  49. 87a7e1f Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  50. 0ace62f Merge pull request #8618 from markdroth/channel_info_api by Mark D. Roth · 8 years ago
  51. b121fc7 Support percent-encoding status messages by Craig Tiller · 8 years ago
  52. a59c16c Progress towards making grpc_slice_unref_internal take an exec_ctx by Craig Tiller · 8 years ago
  53. b2d2488 Add grpc_channel_get_info() to C-core API. by Mark D. Roth · 8 years ago
  54. 618e67d s/GPR_SLICE/GRPC_SLICE/g by Craig Tiller · 8 years ago
  55. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  56. 75d7478 Fix close vs. cancel confusion in transport helper functions. by Mark D. Roth · 8 years ago
  57. ecb1251 Fix fuzzing detected failure by Craig Tiller · 8 years ago
  58. 9d7e049 Merge pull request #7862 from makdharma/grpc_caching by makdharma · 8 years ago
  59. 3f37438 moved kMaxPayloadSizeForGet definition to C file by Makarand Dharmapurikar · 8 years ago
  60. b94656d addressed review feedback. by Makarand Dharmapurikar · 8 years ago
  61. 432d1db one more clang-format fix by Makarand Dharmapurikar · 8 years ago
  62. a6babb0 addressed comments from review by Makarand Dharmapurikar · 8 years ago
  63. f44946b fixes for asan leak, and proxy test by Makarand Dharmapurikar · 8 years ago
  64. 8dfdb7e Specify the "g" in gRPC by Craig Tiller · 8 years ago
  65. 4e52059 fixed bug exposed by h2_proxy* test. by Makdharma · 8 years ago
  66. b305452 clang-format by Makdharma · 8 years ago
  67. 7f0abf3 correctly free up memory for payload_bin by Makdharma · 8 years ago
  68. 6a523f0 working with send_message with multiple slices by Makdharma · 8 years ago
  69. 178f4bc prep work for enabling caching by Makdharma · 8 years ago
  70. 6e26952 Merge remote-tracking branch 'upstream/master' into filter_call_init_failure by Mark D. Roth · 8 years ago
  71. 5dde14c clang-format by David Garcia Quintas · 8 years ago
  72. 6f6f59a Merge remote-tracking branch 'upstream/master' into filter_call_init_failure by Mark D. Roth · 8 years ago
  73. 01c4d99 Added new features to load reporting. by David Garcia Quintas · 8 years ago
  74. 76d2442 clang-format by Mark D. Roth · 8 years ago
  75. 0badbe8 Change grpc_channel_filter init_call_elem() method to return grpc_error. by Mark D. Roth · 8 years ago
  76. e5633f8 Merge remote-tracking branch 'upstream/master' into handler_http_response by Yuchen Zeng · 8 years ago
  77. ec066b3 Add http2 status code in error_message if it's not 200 by Yuchen Zeng · 8 years ago
  78. 1703cd0 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  79. 216e1a1 Merge pull request #6804 from ctiller/plugin_advertisement by Jan Tattermusch · 8 years ago
  80. 0ca68b7 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  81. 4809e8e Merge pull request #6675 from dgquintas/check_http_client_filter_content_type by Jan Tattermusch · 8 years ago
  82. c97065d Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  83. a0d7491 Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  84. 9d69e80 Advertise transport selected in user-agent string by Craig Tiller · 8 years ago
  85. d925c93 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  86. df204d0 Merge branch 'master' of github.com:grpc/grpc into check_http_client_filter_content_type by David Garcia Quintas · 8 years ago
  87. 8ba60db Check content type on the client response path by David Garcia Quintas · 8 years ago
  88. 261db11 Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  89. c027e77 Progress by Craig Tiller · 8 years ago
  90. e293b64 clang-format by David Garcia Quintas · 8 years ago
  91. 580987a Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  92. 4afce7e Changes across the board from pollset to pollset_set by David Garcia Quintas · 8 years ago
  93. 9ef0e1c Added grpc_call_stats to the call stack by David Garcia Quintas · 8 years ago
  94. cae3cb3 Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  95. 41dac84 Merge github.com:grpc/grpc into ignore_connectivity by Craig Tiller · 8 years ago
  96. c532c21 Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  97. 3b27de1 Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  98. 64a12c5 Merge github.com:grpc/grpc into copyright-fix by Craig Tiller · 8 years ago
  99. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  100. c5ff781 Merge branch 'idempotent' into ignore_connectivity by Craig Tiller · 8 years ago