1. 7cd1425 Fix handling of send_message before send_initial_metadata in compress filter. by Mark D. Roth · 7 years ago
  2. 274bbbe Add rich closure debug mode by ncteisen · 7 years ago
  3. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  4. 84f75d4 Fix ASAN/TSAN failures by Craig Tiller · 7 years ago
  5. 1c2332b Fix potential memory leak, cleanup some code by Craig Tiller · 7 years ago
  6. 576e546 Changes required to make build possible: create separate grpc++_base{,_unsecure}, move grpc_compression_trace definition, and remove an assertion about library initialization from server by Vijay Pai · 7 years ago
  7. 3136568 Merge remote-tracking branch 'upstream/master' into revert-10619-revert-9626-lazy-deframe by Muxi Yan · 7 years ago
  8. 09b0284 Merge github.com:grpc/grpc into minimal_test by Craig Tiller · 7 years ago
  9. 37daca3 add missing refs by Craig Tiller · 7 years ago
  10. 80233bf Merge github.com:grpc/grpc into minimal_test by Craig Tiller · 7 years ago
  11. 161e4ba Fix memory leak by Craig Tiller · 7 years ago
  12. feb77ef Get cancel error right by Craig Tiller · 7 years ago
  13. 2ad8a9b Handle cancellation by Craig Tiller · 7 years ago
  14. 95a15a1 Deal with initial_metadata/send_message ordering issues in message_compress_filter by Craig Tiller · 7 years ago
  15. 3bd7a21 Fixup code by Craig Tiller · 7 years ago
  16. a24b971 Rename compress_filter --> message_compress_filter by Craig Tiller · 7 years ago[Renamed (98%) from src/core/ext/filters/http/compress/compress_filter.c]
  17. 29ebc57 Merge branch 'minimal' into minimal_test by Craig Tiller · 7 years ago
  18. 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/compress_filter.c]
  19. e7a1702 Fixes by Craig Tiller · 8 years ago
  20. 2bc4cc4 Merge github.com:grpc/grpc into bm_call_create by Craig Tiller · 8 years ago
  21. c52ba3a Hoist constant setting out of loop - and shave some ns from call creation by Craig Tiller · 8 years ago
  22. 7240b54 make grpc-encoding:identity implicit by David Garcia Quintas · 8 years ago
  23. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  24. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  25. 9277aa7 Fix sanity: core_banned_functions by Craig Tiller · 8 years ago
  26. 17f6904 Merge branch 'slice_with_exec_ctx_and_new_closures' into metadata_filter_and_new_closures by Craig Tiller · 8 years ago
  27. 0b09341 Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures by Craig Tiller · 8 years ago
  28. 91031da Changes to exec_ctx/closure/combiner/workqueue interfaces by Craig Tiller · 8 years ago
  29. ef69384 Merge branch 'slice_with_exec_ctx' into metadata_filter by Craig Tiller · 8 years ago
  30. 0704727 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  31. b4aa70e Offer grpc_slice_to_c_string to simplify some code by Craig Tiller · 8 years ago
  32. de7b467 Fix metadata batch removal ref counting by Craig Tiller · 8 years ago
  33. a7d37a3 Initial conversion work to indexed metadata by Craig Tiller · 8 years ago
  34. 3b05e1d Move from cmp --> eq, and provide a good implementation for interning by Craig Tiller · 8 years ago
  35. c108788 clang-format by Mark D. Roth · 8 years ago
  36. 5e2566e Change destroy_call_elem() to return a grpc_error*. by Mark D. Roth · 8 years ago
  37. 0160de9 Begin moving mdelem to be a value type by Craig Tiller · 8 years ago
  38. 66b14c1 Merge branch 'slice_interning' into eliminate_mdstr by Craig Tiller · 8 years ago
  39. c586666 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  40. 5ef31ab Progress towards mdstr elimination by Craig Tiller · 8 years ago
  41. 87a7e1f Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  42. 0ace62f Merge pull request #8618 from markdroth/channel_info_api by Mark D. Roth · 8 years ago
  43. b720b60 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  44. a59c16c Progress towards making grpc_slice_unref_internal take an exec_ctx by Craig Tiller · 8 years ago
  45. 61f0973 Skip compress filter if byte_buffer is compressed by Lizan Zhou · 8 years ago
  46. b2d2488 Add grpc_channel_get_info() to C-core API. by Mark D. Roth · 8 years ago
  47. 28b7242 clang-format by Craig Tiller · 8 years ago
  48. b37d53e Bulk update #includes by Craig Tiller · 8 years ago
  49. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  50. 57726ca Revert "Revert "Grand unified closures"" by Craig Tiller · 8 years ago
  51. 537f7c2 Revert "Grand unified closures" by Craig Tiller · 8 years ago
  52. 106df11 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  53. 6e26952 Merge remote-tracking branch 'upstream/master' into filter_call_init_failure by Mark D. Roth · 8 years ago
  54. 5dde14c clang-format by David Garcia Quintas · 8 years ago
  55. 01c4d99 Added new features to load reporting. by David Garcia Quintas · 8 years ago
  56. 6e7b45e Make transport_stream_ops all be heap allocated by Craig Tiller · 8 years ago
  57. 76d2442 clang-format by Mark D. Roth · 8 years ago
  58. 0badbe8 Change grpc_channel_filter init_call_elem() method to return grpc_error. by Mark D. Roth · 8 years ago
  59. 13c0940 Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout by Craig Tiller · 8 years ago
  60. 64c0e8d Add format check for gpr_log and gpr_asprintf by Yuchen Zeng · 8 years ago
  61. 0ca68b7 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  62. 533add5 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  63. c97065d Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  64. a0d7491 Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  65. d925c93 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  66. 55c08f8 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  67. 772f485 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  68. ddefbb8 force-set support for identity alg. in channel arg bitset by David Garcia Quintas · 8 years ago
  69. d013e9b Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  70. 8f73650 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  71. 01fb04d Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  72. aa51f63 Merge pull request #6463 from dgquintas/fix_compression_interop by Jan Tattermusch · 8 years ago
  73. 9e9f7b6 Refactorings and renamings related to compression. by David Garcia Quintas · 8 years ago
  74. 4612337 grpc-accept-encoding checks by David Garcia Quintas · 8 years ago
  75. 303d308 Fixed compression interop and re-enable for C++. by David Garcia Quintas · 8 years ago
  76. 261db11 Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  77. c027e77 Progress by Craig Tiller · 8 years ago
  78. e293b64 clang-format by David Garcia Quintas · 8 years ago
  79. 580987a Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  80. f921f2b Merge pull request #6305 from dgquintas/compression_tracer by Jan Tattermusch · 8 years ago
  81. 12e111c Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  82. 396f445 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  83. cce51fe Added compression tracer by David Garcia Quintas · 8 years ago
  84. 89c5cb5 Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  85. d2906ad Fix bug by Craig Tiller · 8 years ago
  86. 4afce7e Changes across the board from pollset to pollset_set by David Garcia Quintas · 8 years ago
  87. 9ef0e1c Added grpc_call_stats to the call stack by David Garcia Quintas · 8 years ago
  88. c532c21 Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  89. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  90. 94473ae Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  91. 9533d04 Fix includes by Craig Tiller · 8 years ago
  92. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago[Renamed from src/core/channel/compress_filter.c]
  93. f40df23 Auto-changes by Craig Tiller · 8 years ago
  94. a93a25f Update copyrights by Craig Tiller · 9 years ago
  95. 6c39686 Preparatory changes for work shedding by Craig Tiller · 9 years ago
  96. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  97. 2c23ad5 Merge github.com:grpc/grpc into connected-subchannel by Craig Tiller · 9 years ago
  98. d88e1d8 merge with head and resolve conflict by yang-g · 9 years ago
  99. ab33b48 clang-format, bugfix by Craig Tiller · 9 years ago
  100. b2b4261 Remove metadata context entirely by Craig Tiller · 9 years ago