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