1. be5e3ca Move internal channel arg definitions out of public headers. by Mark D. Roth · 8 years ago
  2. b14ed41 Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  3. 201db7d Eliminate redundant places where server name was stored. by Mark D. Roth · 8 years ago
  4. 6d379a9 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  5. 4d2ea02 Revert "Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""" by Mark D. Roth · 8 years ago
  6. 30268a9 Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h""" by Craig Tiller · 8 years ago
  7. b995e8b Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  8. e33daab Merge branch 'master' into reduce_cq by Sree Kuchibhotla · 8 years ago
  9. 389f272 Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  10. 39b1f91 Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  11. 32f35f8 Merge remote-tracking branch 'upstream/master' into revert-8949-revert-8922-slice_cleanup by Mark D. Roth · 8 years ago
  12. b4aa70e Offer grpc_slice_to_c_string to simplify some code by Craig Tiller · 8 years ago
  13. 78bc54e Fix stack corruption by Craig Tiller · 8 years ago
  14. cadabdf Fix include guards by Craig Tiller · 8 years ago
  15. f658bf0 Start resolving memory issues in C++ metadata by Craig Tiller · 8 years ago
  16. 385dd9a Merge branch 'slice_interning' into metadata_filter by Craig Tiller · 8 years ago
  17. 35769dc Merge branch 'slice_with_exec_ctx' into slice_interning by Craig Tiller · 8 years ago
  18. 397bff3 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  19. 170a073 clang-format by Mark D. Roth · 8 years ago
  20. 6510d47 gpr_atm isn't automatically initialized to 0. Thanks Obama. by Vijay Pai · 8 years ago
  21. bf24dd9 clang-format by Vijay Pai · 8 years ago
  22. cbe1599 Track requests that could cause other requests to be created, and don't do by Vijay Pai · 8 years ago
  23. 2d317fb Revert "Revert "Remove redundant includes from string.h and tmpfile.h"" by Mark D. Roth · 8 years ago
  24. 4eec004 Revert "Remove redundant includes from string.h and tmpfile.h" by Mark D. Roth · 8 years ago
  25. f989469 Temporarily enable gpr_slice_* functions to not break api compatibility by Sree Kuchibhotla · 8 years ago
  26. c00d0f7 Clarify grpc_call_start_batch error semantics by Nathaniel Manista · 8 years ago
  27. 369ddc5 Merge branch 'slice_with_exec_ctx' into slice_interning by Craig Tiller · 8 years ago
  28. e238b04 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  29. 762ce27 Reduce memory bloat (each server cq is very expensive in C-core layer) by Sree Kuchibhotla · 8 years ago
  30. 494790b Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  31. 43a5169 Declare sub_refcnt field by Craig Tiller · 8 years ago
  32. 3b05e1d Move from cmp --> eq, and provide a good implementation for interning by Craig Tiller · 8 years ago
  33. 73ee7dc C++ compiles by Craig Tiller · 8 years ago
  34. cca7589 Start moving C++ to slice interfaces by Craig Tiller · 8 years ago
  35. 480e1d8 Merge github.com:grpc/grpc into eliminate_mdstr by Craig Tiller · 8 years ago
  36. 9ecadce Get identity law testing right by Craig Tiller · 8 years ago
  37. ac5f518 Merge branch 'slice_with_exec_ctx' into eliminate_mdstr by Craig Tiller · 8 years ago
  38. 8706c6e add todo by yang-g · 8 years ago
  39. b28c7e8 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  40. 86e9059 Avoid confusion between server name and URI. by Mark D. Roth · 8 years ago
  41. 21d4b2d Pass client channel factory and server name via channel args. by Mark D. Roth · 8 years ago
  42. 1ad51e0 Fix static metadata by Craig Tiller · 8 years ago
  43. e46de3d Expose message limit constants so that users can reference them by yang-g · 8 years ago
  44. 7d4116f All core tests compile without grpc_mdstr by Craig Tiller · 8 years ago
  45. ed92f7b Merge pull request #8617 from markdroth/service_config_json by Mark D. Roth · 8 years ago
  46. 0451c3d Move slice functions to vtable, implement hash by Craig Tiller · 8 years ago
  47. 66b14c1 Merge branch 'slice_interning' into eliminate_mdstr by Craig Tiller · 8 years ago
  48. 1094c32 Merge branch 'slice_with_exec_ctx' into slice_interning by Craig Tiller · 8 years ago
  49. e1e9283 Fix include guards by Craig Tiller · 8 years ago
  50. 9fa2ec6 Merge branch 'slice_with_exec_ctx' of github.com:ctiller/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  51. c586666 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  52. 1dc9ad3 Merge pull request #8630 from ctiller/newlines by Craig Tiller · 8 years ago
  53. f693697 Review feedback by Craig Tiller · 8 years ago
  54. 1016d9f Merge github.com:grpc/grpc into bm_fullstack by Craig Tiller · 8 years ago
  55. d57a148 Merge github.com:grpc/grpc into newlines by Craig Tiller · 8 years ago
  56. 863113a Merge remote-tracking branch 'upstream/master' into service_config_json by Mark D. Roth · 8 years ago
  57. d03afbd Merge branch 'master' of github.com:grpc/grpc into rr_fixall by David Garcia Quintas · 8 years ago
  58. c9b0b28 Progress towards mdstr elimination by Craig Tiller · 8 years ago
  59. 68208fe Progress towards mdstr elimination by Craig Tiller · 8 years ago
  60. 3cf7922 Review feedback by Craig Tiller · 8 years ago
  61. b1f6bf2 Merge pull request #8086 from y-zeng/fix_gprc by Yuchen Zeng · 8 years ago
  62. 5c1f55a Merge pull request #8335 from y-zeng/tos by Yuchen Zeng · 8 years ago
  63. 5ef31ab Progress towards mdstr elimination by Craig Tiller · 8 years ago
  64. e52bbb1 Initial elimination of grpc_mdstr from metadata.{h,c} by Craig Tiller · 8 years ago
  65. 14ded3b Merge branch 'slice_with_exec_ctx' into slice_interning by Craig Tiller · 8 years ago
  66. 7cdad96 Fix foward declaration duplication by Craig Tiller · 8 years ago
  67. 8268155 Initial cut of slice interning by Craig Tiller · 8 years ago
  68. bd39e23 Start slice interning by Craig Tiller · 8 years ago
  69. dc5d60b Allow setting service config via C++ API, for use in tests. by Mark D. Roth · 8 years ago
  70. 4bbdda4 Allow getting LB policy name and service config in C++ API. by Mark D. Roth · 8 years ago
  71. c625c7a Allow fetching service config via grpc_channel_get_info(). by Mark D. Roth · 8 years ago
  72. 87a7e1f Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  73. db096f3 Merge pull request #8679 from markdroth/core_api_cleanup by Mark D. Roth · 8 years ago
  74. fb92740 Re-add GRPC_ARG_MAX_MESSAGE_LENGTH, which can't be removed yet. by Mark D. Roth · 8 years ago
  75. 0ace62f Merge pull request #8618 from markdroth/channel_info_api by Mark D. Roth · 8 years ago
  76. ea6689d Added INIT state to grpc_connectivity_state by David Garcia Quintas · 8 years ago
  77. 5910eee Merge github.com:grpc/grpc into bm_fullstack by Craig Tiller · 8 years ago
  78. b1c2bbf Remove deprecated macros from C-core API. Also move one pending C++ cleanup item to the proper file. by Mark D. Roth · 8 years ago
  79. 31606bd Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  80. 1cb0884 s/std::string/grpc::string/g by Craig Tiller · 8 years ago
  81. ed91324 Get user agent right by Craig Tiller · 8 years ago
  82. 3e2048d Merge github.com:grpc/grpc into newlines by Craig Tiller · 8 years ago
  83. 7a4ac73 Merge github.com:grpc/grpc into bm_fullstack by Craig Tiller · 8 years ago
  84. f79ce7d Code review changes. by Mark D. Roth · 8 years ago
  85. 32df467 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  86. b121fc7 Support percent-encoding status messages by Craig Tiller · 8 years ago
  87. e5b4d4f Merge remote-tracking branch 'upstream/master' into channel_info_api by Mark D. Roth · 8 years ago
  88. 64d518e Merge remote-tracking branch 'upstream/master' into tos by Yuchen Zeng · 8 years ago
  89. 739a93e Merge branch 'master' into turn_it_to_11 by Vijay Pai · 8 years ago
  90. 57f30d1 Merge pull request #8523 from markdroth/lb_policy_name_channel_arg by Mark D. Roth · 8 years ago
  91. 754b2b8 Code review changes. by Mark D. Roth · 8 years ago
  92. 320ed13 Deprecate grpc::thread and sync in favor of std::thread,mutex,etc by Vijay Pai · 8 years ago
  93. 5c41bab Remove references to NO_CHRONO option by Vijay Pai · 8 years ago
  94. e08fe4f Remove separate versions of code based on presence of threading in compiler by Vijay Pai · 8 years ago
  95. 713c7b8 clang-format by Vijay Pai · 8 years ago
  96. c0b2acb Use C++11 final and override by Vijay Pai · 8 years ago
  97. 7213aa7 Merge branch 'microbench' into bm_fullstack by Craig Tiller · 8 years ago
  98. 80b2927 Stop supporting non-C++11 conformant compilers by Vijay Pai · 8 years ago
  99. 0df7d34 Merge pull request #8380 from y-zeng/reflection_header by Yuchen Zeng · 8 years ago
  100. 7e733d4 Merge branch 'grpc_slice' into slice_with_exec_ctx by Craig Tiller · 8 years ago