1. 5dde14c clang-format by David Garcia Quintas · 8 years ago
  2. 01c4d99 Added new features to load reporting. by David Garcia Quintas · 8 years ago
  3. 13c0940 Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout by Craig Tiller · 8 years ago
  4. 64c0e8d Add format check for gpr_log and gpr_asprintf by Yuchen Zeng · 8 years ago
  5. 0ca68b7 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  6. 533add5 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  7. c97065d Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  8. a0d7491 Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  9. d925c93 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  10. 55c08f8 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  11. 772f485 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  12. ddefbb8 force-set support for identity alg. in channel arg bitset by David Garcia Quintas · 8 years ago
  13. d013e9b Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  14. 8f73650 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  15. 01fb04d Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  16. aa51f63 Merge pull request #6463 from dgquintas/fix_compression_interop by Jan Tattermusch · 8 years ago
  17. 9e9f7b6 Refactorings and renamings related to compression. by David Garcia Quintas · 8 years ago
  18. 4612337 grpc-accept-encoding checks by David Garcia Quintas · 8 years ago
  19. 303d308 Fixed compression interop and re-enable for C++. by David Garcia Quintas · 8 years ago
  20. 261db11 Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  21. c027e77 Progress by Craig Tiller · 8 years ago
  22. e293b64 clang-format by David Garcia Quintas · 8 years ago
  23. 580987a Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  24. f921f2b Merge pull request #6305 from dgquintas/compression_tracer by Jan Tattermusch · 8 years ago
  25. 12e111c Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  26. 396f445 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  27. cce51fe Added compression tracer by David Garcia Quintas · 8 years ago
  28. 89c5cb5 Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  29. d2906ad Fix bug by Craig Tiller · 8 years ago
  30. 4afce7e Changes across the board from pollset to pollset_set by David Garcia Quintas · 8 years ago
  31. 9ef0e1c Added grpc_call_stats to the call stack by David Garcia Quintas · 8 years ago
  32. c532c21 Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  33. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  34. 94473ae Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  35. 9533d04 Fix includes by Craig Tiller · 8 years ago
  36. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago[Renamed from src/core/channel/compress_filter.c]
  37. f40df23 Auto-changes by Craig Tiller · 8 years ago
  38. a93a25f Update copyrights by Craig Tiller · 9 years ago
  39. 6c39686 Preparatory changes for work shedding by Craig Tiller · 9 years ago
  40. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  41. 2c23ad5 Merge github.com:grpc/grpc into connected-subchannel by Craig Tiller · 9 years ago
  42. d88e1d8 merge with head and resolve conflict by yang-g · 9 years ago
  43. ab33b48 clang-format, bugfix by Craig Tiller · 9 years ago
  44. b2b4261 Remove metadata context entirely by Craig Tiller · 9 years ago
  45. ebdef9d Remove metadata context from the channel stack by Craig Tiller · 9 years ago
  46. ed43f51 Beginning to peel away mdctx from channel stack by Craig Tiller · 9 years ago
  47. 577c9b2 stream_op cleanup: channel, client_config changes by Craig Tiller · 9 years ago
  48. 2b15f1e Merge github.com:grpc/grpc into latent-see by Craig Tiller · 9 years ago
  49. 0ba432d Move profiling system to gpr by Craig Tiller · 9 years ago
  50. 1f41b6b Simplify adding annotations, annotate more things by Craig Tiller · 9 years ago
  51. f928dc6 Fix incorrect assert by Sree Kuchibhotla · 9 years ago
  52. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  53. 4dbdd6a Remove metadata canonicalization, and fix some bugs by Craig Tiller · 9 years ago
  54. a82950e clang-format all core files by Craig Tiller · 9 years ago
  55. 9f7dc3a Move argument passing to start of list by Craig Tiller · 9 years ago
  56. 1be70cc Move arguments to the start of lists by Craig Tiller · 9 years ago
  57. 45724b3 indent pass to get logical source lines on one physical line by Craig Tiller · 9 years ago
  58. d9ccbbf Rename call_list to closure_list by Craig Tiller · 9 years ago
  59. dfff1b8 Call list progress by Craig Tiller · 9 years ago
  60. d1bec03 Call list progress by Craig Tiller · 9 years ago
  61. f29a388 Merge github.com:grpc/grpc into immolating-conversion by Craig Tiller · 9 years ago
  62. 6b80463 Fix typo by Craig Tiller · 9 years ago
  63. 6a6b36c Enable -Wconversion by Craig Tiller · 9 years ago
  64. f96dfc3 First round of fixing up implicit 64->32 bit conversions by Craig Tiller · 9 years ago
  65. 3121fd4 Sign conversion fixes by Craig Tiller · 9 years ago
  66. e4f7c2f Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  67. d09bae5 Merge branch 'compression-accept-encoding' of github.com:dgquintas/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  68. c43648f Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  69. bdfc7ad Fixed wrong creation of metadata in compression. by David Garcia Quintas · 9 years ago
  70. cb30410 Comments and derived bugfixes. by David Garcia Quintas · 9 years ago
  71. 7fc37a2 Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  72. d6c98df clang-format all source by Craig Tiller · 9 years ago
  73. beac88c Server: added the ability to disable compression algorithm by David Garcia Quintas · 9 years ago
  74. 10494fc Merge branch 'master' into compression-accept-encoding by David Garcia Quintas · 9 years ago
  75. 45ce927 Properly send GRPC_STATUS_UNAUTHENTICATED from server auth failures by Craig Tiller · 9 years ago
  76. cbc4fb9 Merge github.com:grpc/grpc into warbling-wombat by Craig Tiller · 9 years ago
  77. a1b820e Merge pull request #2586 from dgquintas/compress_flag_reset by Craig Tiller · 9 years ago
  78. 0ee2d20 Merge github.com:grpc/grpc into warbling-wombat by Craig Tiller · 9 years ago
  79. b70440b Merge pull request #2542 from ctiller/tell-me-who-you-might-be by Yang Gao · 9 years ago
  80. baa2aa6 Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  81. 6159c07 Fix interop tests by ensuring non-http-special metadata precedes other metadata by Craig Tiller · 9 years ago
  82. 6999c09 Canonicalize metadata keys in core by Craig Tiller · 9 years ago
  83. 1c604fd Fixed buggy grpc_compression_algorithm_parse by David Garcia Quintas · 9 years ago
  84. 518e3fe Fixes for streaming compression. by David Garcia Quintas · 9 years ago
  85. 1b22b9d Add grpc_call_get_peer by Craig Tiller · 9 years ago
  86. c0a0901 Macro rename by David Garcia Quintas · 9 years ago
  87. 39a6de2 Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  88. 0c2f162 Moved docs from .c to .h for compress_filter by David Garcia Quintas · 9 years ago
  89. cadbf22 Removed compression levels from clients and _experimental_'d signature of methods manipulating compression algorithms by David Garcia Quintas · 9 years ago
  90. 7c4fdb5 Added comments by David Garcia Quintas · 9 years ago
  91. e091af8 Implementation of the accepted encodings propagation mechanism. by David Garcia Quintas · 9 years ago
  92. 658b608 Added some comments, minot stylistic tweaks by David Garcia Quintas · 9 years ago
  93. d317e75 Fixes to compression, to be merged back to the appropriate branch. by David Garcia Quintas · 9 years ago
  94. 20a3538 More bugfixes to compress_filter. by David Garcia Quintas · 9 years ago
  95. a21e2c8 early bail out when not compressing by David Garcia Quintas · 9 years ago
  96. d1b6277 Added missing bits from pr comments by David Garcia Quintas · 9 years ago
  97. 17bb649 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  98. a01f7a4 More comments by David Garcia Quintas · 9 years ago
  99. 20afd46 PR comments by David Garcia Quintas · 9 years ago
  100. 4e40336 Fixed leaks by David Garcia Quintas · 9 years ago