1. 0dd651d Merge pull request #16663 from hcaseyal/delete_unecessary_callout_checks by hcaseyal · 6 years ago
  2. 091f8dd Remove unnecessary callout_is_default checks by Hope Casey-Allen · 6 years ago
  3. 2a51d40 Minor cleanup to gen_static_metadadta.py by Hope Casey-Allen · 6 years ago
  4. 327c514 Some reorganizing to respond to code review comments by Hope Casey-Allen · 6 years ago
  5. 5b27941 Even cleaner implementation that does not modify the grpc_mdelem struct. by Hope Casey-Allen · 6 years ago
  6. fba1810 Merge branch 'hpack_static_table' of github.com:hcaseyal/grpc into hpack_static_table by Hope Casey-Allen · 6 years ago
  7. 0b4e263 Small formatting and style changes by Hope Casey-Allen · 6 years ago
  8. 4a9cd9c Fix codegen script to include port_platform by Hope Casey-Allen · 6 years ago
  9. b731178 Fix codegen script to include port_platform by Hope Casey-Allen · 6 years ago
  10. fbe594b Much cleaner approach that should address code review comments as well by Hope Casey-Allen · 6 years ago
  11. 009d828 WIP. Modifying grpc_mdelem to store the static hpack table idnex by Hope Casey-Allen · 6 years ago
  12. fcf533d try fix nanopb generation by Jan Tattermusch · 6 years ago
  13. f3955ba Update to use the canonical version of LB proto by David Garcia Quintas · 6 years ago
  14. bc9573d back to using quotes for nanopb includes by David Garcia Quintas · 6 years ago
  15. 99dc567 more tweaks go output of nanopb gen by David Garcia Quintas · 6 years ago
  16. 00e045d Fix the inclusion "third_party/nanopb/..." to simply "..." by David Garcia Quintas · 6 years ago
  17. d8f9fe8 get rid of premature return in massage_qps_stats by Jan Tattermusch · 6 years ago
  18. 31f4eee Clang format and yapf by Yash Tibrewal · 6 years ago
  19. 519d2b1 Cleanup stats removal for opt build. Stats will only be collected on debug builds or if GRPC_COLLECT_STATS is defined. by Yash Tibrewal · 6 years ago
  20. ae3866b Try removing stats by Yash Tibrewal · 6 years ago
  21. 4454af5 Update stats generator by ncteisen · 6 years ago
  22. 04fb58e Add ALTS code to grpc/core by Yihua Zhang · 7 years ago
  23. ae277dd Revert "Add ALTS C stack to gRPC core" by Sree Kuchibhotla · 7 years ago
  24. eaf6486 Add ALTS code to grpc/core by Yihua Zhang · 7 years ago
  25. 718c834 Retry support. by Mark D. Roth · 7 years ago
  26. 3db2caa Replace message/deflate,gzip with deflate,gzip by Muxi Yan · 7 years ago
  27. fb061c3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  28. 87cd994 Upgrade yapf to 0.20.0 by Mehrdad Afshari · 7 years ago
  29. 032e9b3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  30. cf1d28b Fix windows compile by ncteisen · 7 years ago
  31. 7a2be20 yapf tools/distrib by ncteisen · 7 years ago
  32. 5898847 yapf tools/codegen by ncteisen · 7 years ago
  33. 99024d6 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  34. 6043006 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  35. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  36. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  37. 6fbe010 minor objc test change by Yash Tibrewal · 7 years ago
  38. 9da7ac2 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  39. 28661ea Bump third_party/protobuf submodule to v3.5.0 by Mehrdad Afshari · 7 years ago
  40. 0ee7574 Removing instances of exec_ctx being passed around in functions in by Yash Tibrewal · 7 years ago
  41. 4c7bc85 Revert changes to "identity" "deflate" "gzip" "stream-gzip" compression algorithm names at surface API by Muxi Yan · 7 years ago
  42. 03fc857 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  43. 6360274 Make the names of compression algorithms backwards compatible at surface API by Muxi Yan · 7 years ago
  44. bc460fa Rebasing on master for easier merging and testing by Yash Tibrewal · 7 years ago
  45. 547653e some build changes, some unresolved dependencies by Yash Tibrewal · 7 years ago
  46. 19f0a90 pointer conversion for libuv build. gen_stats_data.py to generate .cc by Yash Tibrewal · 7 years ago
  47. 90adcf5 gen_static_metadata.py would generate .cc now. Also fixed asan build failures by Yash Tibrewal · 7 years ago
  48. 2477cf3 Revert "General executor speedups, introspection" by Craig Tiller · 7 years ago
  49. 1c285b9 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  50. e6d888d Change C core surface API by Muxi Yan · 7 years ago
  51. 81e476e Merge pull request #12624 from yashykt/ctocc6 by Yash Tibrewal · 7 years ago
  52. 7fcdd7a Really spell out code generation by Craig Tiller · 7 years ago
  53. 067611f static metadata and clang format by Yash Tibrewal · 7 years ago
  54. 70bbb6b Fix schema generation by Craig Tiller · 7 years ago
  55. bdfa308 Merge github.com:grpc/grpc into stats_json by Craig Tiller · 7 years ago
  56. 5d61560 Review feedback by Craig Tiller · 7 years ago
  57. f11a40d Upload core stats to qps_test by Craig Tiller · 7 years ago
  58. 4b7fe94 Automatically generate BigQuery schema details for all counters by Craig Tiller · 7 years ago
  59. eda9097 Add a documentation field to stats, enforce its usage by Craig Tiller · 7 years ago
  60. 3749a6d Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  61. 3e3dd08 Bounds fixes by Craig Tiller · 7 years ago
  62. 07530db Fixup bounds by Craig Tiller · 7 years ago
  63. 4190f39 Merge pull request #12298 from markdroth/default_metadata_fix by Mark D. Roth · 7 years ago
  64. cd0a91e Fix some rounding bugs by Craig Tiller · 7 years ago
  65. 89e68ac Trying to make the code more readable. by Flavio Medeiros · 7 years ago
  66. e460563 Cleanup intification by Craig Tiller · 7 years ago
  67. 56a8484 Merge branch 'stats_histo_ints' into stats_histo by Craig Tiller · 7 years ago
  68. 40bca84 Fix one rounding bug by Craig Tiller · 7 years ago
  69. 97ec5eb Add stats test by Craig Tiller · 7 years ago
  70. da5cd59 Restrict histograms to integral boundaries by Craig Tiller · 7 years ago
  71. 9e3a19e Use a separate table to determine which callouts are default. by Mark D. Roth · 7 years ago
  72. 5489d41 Expose histograms via microbenchmarks by Craig Tiller · 7 years ago
  73. 520d76d Compile fix by Craig Tiller · 7 years ago
  74. 640dfe4 Histogram support by Craig Tiller · 7 years ago
  75. e944c5d Merge branch 'stats' into stats_histo by Craig Tiller · 7 years ago
  76. 03c908f Merge github.com:grpc/grpc into stats by Craig Tiller · 7 years ago
  77. 6876043 Resolve performance by Muxi Yan · 7 years ago
  78. 0603895 Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  79. 68a0fd5 Separate stream compression from message-wise compression by Muxi Yan · 7 years ago
  80. 33aeaba begin building out histogram support by Craig Tiller · 7 years ago
  81. 2808668 Add a simple stats framework to gRPC C core by Craig Tiller · 7 years ago
  82. d996379 Reset OWNERS state by Craig Tiller · 7 years ago
  83. e476f7d Strawman OWNERS --> CODEOWNERS script by Craig Tiller · 7 years ago
  84. 59827dd generate project by Muxi Yan · 7 years ago
  85. e7ba3e9 Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1846 by Noah Eisen · 7 years ago
  86. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  87. a818f72 Load Reporting back to using metadata by David Garcia Quintas · 7 years ago
  88. c2b1f16 Change metadata names used by the instrumentation. by Bogdan Drutu · 7 years ago
  89. 12d716c add nl by Craig Tiller · 7 years ago
  90. bee6a33 Fix include guards by Craig Tiller · 7 years ago
  91. dd2f706 Generate slightly more efficient code by Craig Tiller · 7 years ago
  92. 3d13d7e Update copyright, choose a better sort order for our enum by Craig Tiller · 7 years ago
  93. ee787ca Merge github.com:grpc/grpc into truebin by Craig Tiller · 7 years ago
  94. 87c7979 Perform option exchange by Craig Tiller · 7 years ago
  95. c8f62bc Add new setting for true-binary mode by Craig Tiller · 7 years ago
  96. bf28956 Start gen script for new settings handling by Craig Tiller · 7 years ago
  97. 9eb0fde Reorganize ext tree by Craig Tiller · 7 years ago
  98. 0db30f3 HPACK parsing benchmarks by Craig Tiller · 8 years ago
  99. ca452f4 Merge pull request #9648 from dgquintas/lr_sans_md by David G. Quintas · 8 years ago
  100. 716f953 Update protobuf version used for nanopb compiler by David Garcia Quintas · 8 years ago