1. cf9ca84 Add ReferenceCountedPtr class. by Mark D. Roth · 7 years ago
  2. abadc6c Use New() and Delete() instead of C++ new and delete. by Mark D. Roth · 7 years ago
  3. 53bbde3 address comments by Jan Tattermusch · 7 years ago
  4. 1972e5c Merge pull request #12710 from apolcyn/speedup_ruby_end2end_tests by apolcyn · 7 years ago
  5. 81e9581 Remove some sleeps in ruby tests and fix test server shutdown by Alex Polcyn · 7 years ago
  6. 67cef07 Merge pull request #13512 from grpc/fix-subchannel-index by Muxi Yan · 7 years ago
  7. 14e96f9 Bump 1.8.0-dev to 1.9.0-dev by Mehrdad Afshari · 7 years ago
  8. 552a7ca Bump 1.8.0-dev to 1.8.0-pre1 by Mehrdad Afshari · 7 years ago
  9. 9f6a6f3 Fix compiler error on need_to_unref_constructed by Muxi Yan · 7 years ago
  10. 3285f4c Fix grpc_init by removing exec_ctx usage before init by Yash Tibrewal · 7 years ago
  11. 45b7ad5 GPR_TLS Macro fix, and windows resolve_address fix by Yash Tibrewal · 7 years ago
  12. e7af525 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  13. 70db663 Add ReferenceCounted base class. by Mark D. Roth · 7 years ago
  14. fba9677 generate_projects by Muxi Yan · 7 years ago
  15. 9898212a Merge remote-tracking branch 'upstream/master' into fix-objc-void-func by Muxi Yan · 7 years ago
  16. fbe8ff6 Merge pull request #13437 from muxi/fix-forward-declaration by Muxi Yan · 7 years ago
  17. 8d30c31 Merge pull request #13499 from mehrdada/bump-protobuf-python-dep by Mehrdad Afshari · 7 years ago
  18. 6fbe010 minor objc test change by Yash Tibrewal · 7 years ago
  19. 9da7ac2 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  20. ba0689f tls macro changes and UV fix by Yash Tibrewal · 7 years ago
  21. c04f4f1 Revert "Revert "Do not interpolate variables in leading comments."" by Vijay Pai · 7 years ago
  22. 0df9c8a Update Python dependency to protobuf v3.5.0.post1 by Mehrdad Afshari · 7 years ago
  23. 333dd3e Revert "Do not interpolate variables in leading comments." by David G. Quintas · 7 years ago
  24. 5491eb7 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  25. dc8be88 Fix handling of grpc shutdown in timer callback. by Mark D. Roth · 7 years ago
  26. 32318b0 Fix ObjC C++ syntax error by Muxi Yan · 7 years ago
  27. aaad0c2 clang-format by Mark D. Roth · 7 years ago
  28. 21cde3d use pool in SendMessageBenchmark by Jan Tattermusch · 7 years ago
  29. 2e63170 expose batchcontextpool settings by Jan Tattermusch · 7 years ago
  30. 63834bf add basic tests by Jan Tattermusch · 7 years ago
  31. 0f41e49 simple version of batchcontext pooling by Jan Tattermusch · 7 years ago
  32. 1ee85d1 expose batchcontext.Reset by Jan Tattermusch · 7 years ago
  33. eaf67db Fixing errors and minor bugs by Yash Tibrewal · 7 years ago
  34. 8912542 Remove lockfree stack, again by Vijay Pai · 7 years ago
  35. fcb4205 silence uninitialized use warning by Jan Tattermusch · 7 years ago
  36. 0c000f6 Merge pull request #12938 from gkelly/fix-variable-interpolation by Vijay Pai · 7 years ago
  37. bb9333c Merge pull request #13486 from nathanielmanistaatgoogle/elide-local-field by Nathaniel Manista · 7 years ago
  38. a13a8c0 A few src/core fixes due to missing exec_ctx_finish by Yash Tibrewal · 7 years ago
  39. 9e8a692 Merge pull request #13485 from nathanielmanistaatgoogle/const by Nathaniel Manista · 7 years ago
  40. 0eacb45 Elide local field by directly returning values by Nathaniel Manista · 7 years ago
  41. 77d2c72 Add missing const by Nathaniel Manista · 7 years ago
  42. 7486144 Merge master by Yash Tibrewal · 7 years ago
  43. 76c27a5 Merge pull request #13479 from nathanielmanistaatgoogle/certificate-configuration by Nathaniel Manista · 7 years ago
  44. e8bb874 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  45. 9c26f68 Merge pull request #13288 from ncteisen/inheritance-in-core by Noah Eisen · 7 years ago
  46. 1628da0 Avoid abbreviation in Python API by Nathaniel Manista · 7 years ago
  47. 1304cf8 Merge pull request #13475 from jtattermusch/better_completion_registry_benchmark by Jan Tattermusch · 7 years ago
  48. 264560f Reviewer feedback by ncteisen · 7 years ago
  49. b8ec238 Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core by Noah Eisen · 7 years ago
  50. dd010f2 Merge pull request #13364 from ncteisen/surfacing-error-details by Noah Eisen · 7 years ago
  51. eec8b84 spinlock in completion registry is slightly faster by Jan Tattermusch · 7 years ago
  52. 8bae77c add completion registry benchmark with shared registry too by Jan Tattermusch · 7 years ago
  53. da8ef40 save allocation by using a struct instead of a tuple by Jan Tattermusch · 7 years ago
  54. 8580723 consistent naming for OnReceivedCloseOnServer by Jan Tattermusch · 7 years ago
  55. 2622fdc remove legacy delegates by Jan Tattermusch · 7 years ago
  56. c563888 make everything compile by Jan Tattermusch · 7 years ago
  57. 466d77b avoid delegate allocations in callsafehandle by Jan Tattermusch · 7 years ago
  58. 8b451ed server and channel adjustments by Jan Tattermusch · 7 years ago
  59. 2dc792d add "state" filed to batch completion delegate by Jan Tattermusch · 7 years ago
  60. 9a244d6 avoid unnecessary allocation in completion registry by Jan Tattermusch · 7 years ago
  61. 2bc15ca Merge pull request #13438 from jtattermusch/csharp_more_microbenchmarks by Jan Tattermusch · 7 years ago
  62. 11c1c47 Fix real TSAN/ASAN bug by Noah Eisen · 7 years ago
  63. 90dbd2b Alter health/reflection packages' build criterion by Mehrdad Afshari · 7 years ago
  64. 018153c Merge pull request #13406 from nathanielmanistaatgoogle/interop_required_args by Nathaniel Manista · 7 years ago
  65. ec47912 Merge pull request #13188 from cauthu/python-server-cert-reload by Nathaniel Manista · 7 years ago
  66. e295ec7 Merge pull request #13454 from yang-g/lockfree_event by Yang Gao · 7 years ago
  67. 18a6837 Merge branch 'v1.7.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 7 years ago
  68. bcf083f Add Python support for server SSL cert reloading by Giang Nguyen · 7 years ago
  69. ed49fe5 Resolve comments by yang-g · 7 years ago
  70. d489812 changes for macos by Yash Tibrewal · 7 years ago
  71. da6b479 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  72. 8d1a3ca use aquire release by ncteisen · 7 years ago
  73. c567ceb Merge pull request #13173 from kwasimensah/patch-1 by Nicolas Noble · 7 years ago
  74. abdc290 clang fmt by ncteisen · 7 years ago
  75. ad671ff Merge pull request #13391 from ncteisen/more-eager-free by Noah Eisen · 7 years ago
  76. 993e9f0 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  77. 8abe262 Fix pthread cleanup logic by kwasimensah · 7 years ago
  78. 9f4a8ee Add HealthChecker helpers for setting statuses by Marko Bogdanović · 7 years ago
  79. 26521b3 Avoid calling dtor on grpc_fd before putting it in freelist by yang-g · 7 years ago
  80. f852c06 Fix TSAN attempt by ncteisen · 7 years ago
  81. 46f9175 Fix windows build by ncteisen · 7 years ago
  82. 0392f8a Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by ncteisen · 7 years ago
  83. 509aba4 Fix test builds by ncteisen · 7 years ago
  84. 66dfcf5 clang fmt by ncteisen · 7 years ago
  85. 61c4d6b Fix stats by ncteisen · 7 years ago
  86. 0e6b5b3 Un extern the fuzzers by ncteisen · 7 years ago
  87. adbfbd5 Remove all extern C by ncteisen · 7 years ago
  88. 90c8cf6 Merge pull request #13435 from sreecha/disable-realtime-caching by Sree Kuchibhotla · 7 years ago
  89. c4dd9cf reviewer feedback by ncteisen · 7 years ago
  90. dbca3d9 Merge pull request #13433 from murgatroid99/uv_resource_quota_fixes by Michael Lumish · 7 years ago
  91. 692915e Swtich to using grpc_bb_take_first by ncteisen · 7 years ago
  92. 9f4759a Disable caching start-time for all clocktypes except GPR_CLOCK_MONOTONIC by Sree Kuchibhotla · 7 years ago
  93. 5dc3cc1 Clang format by murgatroid99 · 7 years ago
  94. ddcdf84 use regular dict in completion registry by Jan Tattermusch · 7 years ago
  95. 8aeaacc generalize invocation of C# microbenchmarks by Jan Tattermusch · 7 years ago
  96. 74a723f add PInvokeByteArray microbenchmark by Jan Tattermusch · 7 years ago
  97. ef69907 add CompletionRegistry microbenchmark by Jan Tattermusch · 7 years ago
  98. 1de0d69 add GCStats to microbenchmarks by Jan Tattermusch · 7 years ago
  99. 9b74848 forward declare pbobjc.h by Muxi Yan · 7 years ago
  100. d9186a7 Merge pull request #13418 from jtattermusch/csharp_honor_optimizationtarget by Jan Tattermusch · 7 years ago