1. 73d0cd4 Add ability to use static hpack table on the encode path by Hope Casey-Allen · 6 years ago
  2. 3c3f3ad Decrease GRPC_CHTTP2_HPACKC_NUM_VALUES by Juanli Shen · 6 years ago
  3. 48854d2 Change trace logging to use GPR_INFO instead of GPR_DEBUG. by Mark D. Roth · 6 years ago
  4. db3e898 Add a sanity check for inclusion of port_platform.h by Alexander Polcyn · 6 years ago
  5. 4d20a66 Run clang fmt by Noah Eisen · 6 years ago
  6. be82e64 Autofix c casts to c++ casts by Noah Eisen · 6 years ago
  7. d4d0a30 Privatize useful.h and avl.h by Vijay Pai · 6 years ago
  8. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  9. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  10. 7486144 Merge master by Yash Tibrewal · 7 years ago
  11. 177039b Merge master by Yash Tibrewal · 7 years ago
  12. 6c26b16 Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCtx and some minor changes by Yash Tibrewal · 7 years ago
  13. 75122c2 Address some PR comments by Yash Tibrewal · 7 years ago
  14. 68bb1bf Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by Noah Eisen · 7 years ago
  15. be98d24 clang-format after nullptr changes by Craig Tiller · 7 years ago
  16. 72afb76 Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by ncteisen · 7 years ago
  17. 4782d92 s/NULL/nullptr by Craig Tiller · 7 years ago
  18. 4e9265c Merge with master by Yash Tibrewal · 7 years ago
  19. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  20. 0ee7574 Removing instances of exec_ctx being passed around in functions in by Yash Tibrewal · 7 years ago
  21. 694580f Better name by Craig Tiller · 7 years ago
  22. d3d709a Merge github.com:grpc/grpc into tracer by Craig Tiller · 7 years ago
  23. b7cc8b0 Resolve comments by yang-g · 7 years ago
  24. fd42ceb Use key in dynamic table if available by yang-g · 7 years ago
  25. 6014e8a C++ize tracing by Craig Tiller · 7 years ago
  26. 5291023 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  27. 0362c60 Windows definition/declaration bugs by Yash Tibrewal · 7 years ago
  28. 8306284 Changes for C to C++. Adding extern C to header files for compatibility. by Yash Tibrewal · 7 years ago[Renamed from src/core/ext/transport/chttp2/transport/hpack_encoder.c]
  29. fb21821 Correct uncompressed string count by Craig Tiller · 7 years ago
  30. 7862097 Add HPACK stats by Craig Tiller · 7 years ago
  31. 06312bd Minor formatting, commenting and clang format for C to C++ conversion by Yash Tibrewal · 7 years ago
  32. 067611f static metadata and clang format by Yash Tibrewal · 7 years ago
  33. 533d118 Removing designated initializers, implicit string literal to char * by Yash Tibrewal · 7 years ago
  34. ca3c1c0 More explicit pointer type conversion by Yash Tibrewal · 7 years ago
  35. bd3b93b Add support for Trailers-Only responses. by Mark D. Roth · 7 years ago
  36. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  37. 1dbd063 Fix old trace vars by Craig Tiller · 7 years ago
  38. bfa041a Merge github.com:grpc/grpc into framing_costs by Craig Tiller · 7 years ago
  39. 423d6fd Optimize framing a little by Craig Tiller · 7 years ago
  40. 94736b9 Add encode path by Craig Tiller · 7 years ago
  41. 83f7b95 Starting the encode path by Craig Tiller · 7 years ago
  42. 2f792d9 Initial http2 benchmarks by Craig Tiller · 7 years ago
  43. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 7 years ago
  44. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 7 years ago
  45. 3e8deb1 Fix sanity: core_banned_functions by Craig Tiller · 7 years ago
  46. b4aa70e Offer grpc_slice_to_c_string to simplify some code by Craig Tiller · 8 years ago
  47. 43a5169 Declare sub_refcnt field by Craig Tiller · 8 years ago
  48. 3b05e1d Move from cmp --> eq, and provide a good implementation for interning by Craig Tiller · 8 years ago
  49. cf1c821 Start getting interning into hpack parser/encoder by Craig Tiller · 8 years ago
  50. ac5f518 Merge branch 'slice_with_exec_ctx' into eliminate_mdstr by Craig Tiller · 8 years ago
  51. 0160de9 Begin moving mdelem to be a value type by Craig Tiller · 8 years ago
  52. 7d4116f All core tests compile without grpc_mdstr by Craig Tiller · 8 years ago
  53. 0451c3d Move slice functions to vtable, implement hash by Craig Tiller · 8 years ago
  54. 8cfe059 Progress towards mdstr elimination by Craig Tiller · 8 years ago
  55. a59c16c Progress towards making grpc_slice_unref_internal take an exec_ctx by Craig Tiller · 8 years ago
  56. 28b7242 clang-format by Craig Tiller · 8 years ago
  57. 618e67d s/GPR_SLICE/GRPC_SLICE/g by Craig Tiller · 8 years ago
  58. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  59. 24096ce Support >16kib frame sizes in core by Craig Tiller · 8 years ago
  60. 710d242 Move timeout_encoding from core/ext/transport/chttp2 to core/lib/transport by Robbie Shade · 8 years ago
  61. fad0450 debug logging fix by Yuchen Zeng · 8 years ago
  62. a1821d6 Merge branch 'master' into hpack_table by Yang Gao · 8 years ago
  63. 64a12c5 Merge github.com:grpc/grpc into copyright-fix by Craig Tiller · 8 years ago
  64. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  65. 98d53f6 Merge remote-tracking branch 'upstream/master' into hpack_table by yang-g · 8 years ago
  66. cb7a802 Use base64 encoded length for decoder table size by yang-g · 8 years ago
  67. 5595c75 Merge github.com:grpc/grpc into accounting by Craig Tiller · 8 years ago
  68. c7762a8 Move chttp2 related files under ext/ by Craig Tiller · 8 years ago[Renamed (98%) from src/core/lib/transport/chttp2/hpack_encoder.c]
  69. 9533d04 Fix includes by Craig Tiller · 8 years ago
  70. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago[Renamed from src/core/transport/chttp2/hpack_encoder.c]
  71. f8174ea use huffman prefix by yang-g · 8 years ago
  72. 8b791a4 Merged from master and resolved merge conflicts by murgatroid99 · 8 years ago
  73. c3910ca Expose core metadata validation functions in public headers by murgatroid99 · 8 years ago
  74. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  75. 620e965 clang-format after last weeks test-fest by Craig Tiller · 9 years ago
  76. 8ea10c8 Add a message by Craig Tiller · 9 years ago
  77. 9d5e66a Use assert instead of writing out something very similar by Craig Tiller · 9 years ago
  78. 1a76877 Delete unused code by Craig Tiller · 9 years ago
  79. 0927c70 Merge github.com:grpc/grpc into no-transport-metadata by Craig Tiller · 9 years ago
  80. b2b4261 Remove metadata context entirely by Craig Tiller · 9 years ago
  81. 2a2a6ed Support rebuilding table by Craig Tiller · 9 years ago
  82. 3c53bb2 clang-format by Craig Tiller · 9 years ago
  83. 027a74c First round changes to handle dynamic hpack table size by Craig Tiller · 9 years ago
  84. 9d35a1f stream_op cleanup: transport changes by Craig Tiller · 9 years ago[Renamed (68%) from src/core/transport/chttp2/stream_encoder.c]
  85. 05bdfdc Merge pull request #3794 from ctiller/mf by Vijay Pai · 9 years ago
  86. 63bda56 Make metadata unref atomic by Craig Tiller · 9 years ago
  87. b063c87 mark unreachable code with a macro by yang-g · 9 years ago
  88. b7a5977 Merge github.com:grpc/grpc into clangf by Craig Tiller · 9 years ago
  89. 7b080ba C changes to avoid shadowed global declaration warnings in gcc4.4 by Vijay Pai · 9 years ago
  90. 4dbdd6a Remove metadata canonicalization, and fix some bugs by Craig Tiller · 9 years ago
  91. a82950e clang-format all core files by Craig Tiller · 9 years ago
  92. 45724b3 indent pass to get logical source lines on one physical line by Craig Tiller · 9 years ago
  93. af73d78 clang-format all core files by Craig Tiller · 9 years ago
  94. 6a6b36c Enable -Wconversion by Craig Tiller · 9 years ago
  95. f96dfc3 First round of fixing up implicit 64->32 bit conversions by Craig Tiller · 9 years ago
  96. 32ca48c Core compiles with -Wsign-conversion by Craig Tiller · 9 years ago
  97. a14ce85 comment by David Garcia Quintas · 9 years ago
  98. 5bb30c7 if to assert by David Garcia Quintas · 9 years ago
  99. 2670086 Assert http2 header ordering by David Garcia Quintas · 9 years ago
  100. 0ee2d20 Merge github.com:grpc/grpc into warbling-wombat by Craig Tiller · 9 years ago