1. dd36b15 Call ref/unref, bugfixes by Craig Tiller · 8 years ago
  2. 547631e Merge github.com:grpc/grpc into cpparena by Craig Tiller · 8 years ago
  3. a51a6c2 Merge github.com:grpc/grpc into atomic-timers by Craig Tiller · 8 years ago
  4. d58e74e Merge pull request #10381 from dgquintas/remove_lr_from_server_context by David G. Quintas · 8 years ago
  5. e04906d Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  6. bea4966 Merge pull request #10348 from sreecha/init-free-cq by Sree Kuchibhotla · 8 years ago
  7. 55c895a Removed wrong LR include from codegen by David Garcia Quintas · 8 years ago
  8. c864602 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  9. ca6dab3 Change the unit to ms, clean up by Yuchen Zeng · 8 years ago
  10. 21947d3 Merge github.com:grpc/grpc into bugscrub1-proposedfix1 by Craig Tiller · 8 years ago
  11. d9bc2bf Merge github.com:grpc/grpc into atomic-timers by Craig Tiller · 8 years ago
  12. 22321fc Add max_connection_age end2end test by Yuchen Zeng · 8 years ago
  13. ef8e002 Do not call grpc_init() for per-call-completion-queues created by a C++ by Sree Kuchibhotla · 8 years ago
  14. 2c614a7 clang by Sree Kuchibhotla · 8 years ago
  15. 6b8e844 Merge pull request #10325 from y-zeng/keepalive_fixes by Yuchen Zeng · 8 years ago
  16. 14ab588 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  17. 367428a Add max_connection_idle enforcement by Yuchen Zeng · 8 years ago
  18. a1506c4 Add max age grace period by Yuchen Zeng · 8 years ago
  19. 44264d5 Add client_ prefix for keepalive args by Yuchen Zeng · 8 years ago
  20. 8fd581e Merge branch 'master' into stream_corked_pr by Yuxuan Li · 8 years ago
  21. 978c34f Merge branch 'master' into stream_corked_pr by Yuxuan Li · 8 years ago
  22. e5ddd4b change EnsureInitialMetadataSent to use template by Yuxuan Li · 8 years ago
  23. 3d43da7 Change keepalive arguments, add grpc_set_disable_ping_ack by Yuchen Zeng · 8 years ago
  24. 1bc3447 Add max age enforcement for server channels by Yuchen Zeng · 8 years ago
  25. 74f419f undo prev change by Sree Kuchibhotla · 8 years ago
  26. 057230b Minor bug by Sree Kuchibhotla · 8 years ago
  27. 79441ba Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  28. f466ae1 Merge pull request #7771 from y-zeng/cares_buildin by Yuchen Zeng · 8 years ago
  29. c900063 Merge github.com:grpc/grpc into atomic-timers by Craig Tiller · 8 years ago
  30. b6512cf Merge pull request #10245 from sreecha/cq_factory_api by Sree Kuchibhotla · 8 years ago
  31. 5bec133 clang format by Sree Kuchibhotla · 8 years ago
  32. 7b81147 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  33. c46b3eb Add socket factory support to udp_server.c by Michael Warres · 8 years ago
  34. 2ae4fc2 Minor formatting by Sree Kuchibhotla · 8 years ago
  35. 12081c0 Merge branch 'cq_create_api_changes' into cq_create_api_changes_with_factory by Sree Kuchibhotla · 8 years ago
  36. e414d6c Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  37. 3a632c4 clang format fix by Sree Kuchibhotla · 8 years ago
  38. 937302b Merge remote-tracking branch 'upstream/master' into cares_rebase by Yuchen Zeng · 8 years ago
  39. eeb3b24 Merge pull request #10238 from ctiller/bm_chttp2_top by Craig Tiller · 8 years ago
  40. f2c3215 Update C++ code by Sree Kuchibhotla · 8 years ago
  41. 995ed1c Fix bug by Sree Kuchibhotla · 8 years ago
  42. b5b6bfd Updates C Core by Sree Kuchibhotla · 8 years ago
  43. 2abbf8a Changes to use the new API by Sree Kuchibhotla · 8 years ago
  44. 5ea3bbd Merge branch 'cq_factory_api' into cq_create_api_changes_with_factory by Sree Kuchibhotla · 8 years ago
  45. 48ed124 minor enum change by Sree Kuchibhotla · 8 years ago
  46. 098110d Merge branch 'master' into cq_factory_api by Sree Kuchibhotla · 8 years ago
  47. 313b895 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  48. add6962 Add version macro by Sree Kuchibhotla · 8 years ago
  49. bf18428 Introduce grpc_completion_queue_factory API by Sree Kuchibhotla · 8 years ago
  50. 62d1dd9 Merge pull request #9850 from markdroth/retry_throttle by Mark D. Roth · 8 years ago
  51. 36c3707 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  52. 60a4190 Remove delete assertion on base class and change to full fetch-add by Vijay Pai · 8 years ago
  53. 18f09a0 Add benchmark suite for chttp2 by Craig Tiller · 8 years ago
  54. 8d00f52 fix EnsureInitialMetadataSent type casting by Yuxuan Li · 8 years ago
  55. 0574b58 merge master and fix conflict on bm_fullstack by Yuxuan Li · 8 years ago
  56. b39eeac merge init_ops, writes_done_ops and write_ops by Yuxuan Li · 8 years ago
  57. d216440 Switch to no-barrier loads + full barrier cas-s to solve ABA problem by Craig Tiller · 8 years ago
  58. 379be59 Pour one out for shared ptr by Vijay Pai · 8 years ago
  59. 9bc0d82 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 8 years ago
  60. 2c97708 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 8 years ago
  61. f39cf46 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 8 years ago
  62. 40a947e Merge pull request #9889 from y-zeng/channel_arg by Yuchen Zeng · 8 years ago
  63. fecba53 Switch to using a CAS loop to update the token value. by Mark D. Roth · 8 years ago
  64. 185f6c9 Fix rounding, reduce contention on global shared state by Craig Tiller · 8 years ago
  65. 7b2dd93 Track milliseconds since process start in timer heap by Craig Tiller · 8 years ago
  66. 5845091 [EXPERIMENTAL] allocate unary response writer against call arena by Craig Tiller · 8 years ago
  67. 0aac9d0 change last_message bit to be in C++ layer only by Yuxuan Li · 8 years ago
  68. 89addae Merge pull request #10039 from ctiller/server_channel_args by Craig Tiller · 8 years ago
  69. b3eee5c Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human by ncteisen · 8 years ago
  70. 89da88c Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 8 years ago
  71. bdc76ab bug fix by Yuxuan Li · 8 years ago
  72. 34894e4 Implemented stream coalescing design by Yuxuan Li · 8 years ago
  73. 4751c28 Add channel arguments to server builder by Craig Tiller · 8 years ago
  74. 1dbd981 Prefix grpc_cq_polling_type enums with GRPC_CQ_ by Sree Kuchibhotla · 8 years ago
  75. 9f71b17 Fix clang formatting issues by Sree Kuchibhotla · 8 years ago
  76. 5e32153 Move helpers to a common place, use them everywhere by Craig Tiller · 8 years ago
  77. 982a6f2 C++ code changes in response to grpc_completion_queue_create() API change by Sree Kuchibhotla · 8 years ago
  78. 321881d Change Core to use the new completion_queue_create API by Sree Kuchibhotla · 8 years ago
  79. 7a4e5b4 Completion queue creation API change (JUST API change. No functionality change) by Sree Kuchibhotla · 8 years ago
  80. 2316b80 Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human by ncteisen · 8 years ago
  81. cd232f6 Merge pull request #9753 from ctiller/zalloc by Craig Tiller · 8 years ago
  82. 77532e8 Destroy pointer args when destructing a ChannelArguments by Yuchen Zeng · 8 years ago
  83. 990d9fe Client-side keepalive ping by Yuchen Zeng · 8 years ago
  84. 3d72d71 Merge github.com:grpc/grpc into zalloc by Craig Tiller · 8 years ago
  85. 63852c9 Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_x by Michael Lumish · 8 years ago
  86. b307fde Merge branch 'bm_error' of https://github.com/ctiller/grpc into to-grpc-err-is-human by ncteisen · 8 years ago
  87. 266f66a Merge github.com:grpc/grpc into zalloc by Craig Tiller · 8 years ago
  88. c42d844 Let ServerContext own the initial_metadata array for sync calls by yang-g · 8 years ago
  89. 7f4d30a Separate CAS/ADD RMWs by Craig Tiller · 8 years ago
  90. f3dec9c Add counters for rmw atomic operations to microbenchmarks by Craig Tiller · 8 years ago
  91. 2c94aae Add gpr_ref_is_unique by ncteisen · 8 years ago
  92. 55c6ebf Merge branch 'master' into health by yang-g · 8 years ago
  93. 65d57b8 Merge github.com:grpc/grpc into zalloc by Craig Tiller · 8 years ago
  94. f07ed45 Restore the NextMessageSize for streamed calls by yang-g · 8 years ago
  95. 20ce376 Merge pull request #9696 from yang-g/network_status_shard by Yang Gao · 8 years ago
  96. 6f41788 Add zalloc, convert a bunch of files to use it by Craig Tiller · 8 years ago
  97. ca452f4 Merge pull request #9648 from dgquintas/lr_sans_md by David G. Quintas · 8 years ago
  98. 6955c5e Remove code from network_status_tracker.c Pull the hash function to useful.h by yang-g · 8 years ago
  99. fafe995 comments by David Garcia Quintas · 8 years ago
  100. ccbfb46 Merge remote-tracking branch 'upstream/master' into packet-coalescing-core by Muxi Yan · 8 years ago