1. fba9677 generate_projects by Muxi Yan · 7 years ago
  2. 9898212a Merge remote-tracking branch 'upstream/master' into fix-objc-void-func by Muxi Yan · 7 years ago
  3. fbe8ff6 Merge pull request #13437 from muxi/fix-forward-declaration by Muxi Yan · 7 years ago
  4. 8d30c31 Merge pull request #13499 from mehrdada/bump-protobuf-python-dep by Mehrdad Afshari · 7 years ago
  5. 953e3ae Merge pull request #13511 from grpc/revert-13510-revert-12938-fix-variable-interpolation by Vijay Pai · 7 years ago
  6. c04f4f1 Revert "Revert "Do not interpolate variables in leading comments."" by Vijay Pai · 7 years ago
  7. 4922c35 Merge pull request #13510 from grpc/revert-12938-fix-variable-interpolation by David G. Quintas · 7 years ago
  8. 0df9c8a Update Python dependency to protobuf v3.5.0.post1 by Mehrdad Afshari · 7 years ago
  9. 5fc10f1 Merge pull request #13508 from adelez/remove_node17 by adelez · 7 years ago
  10. c0ac972 Merge pull request #13488 from vcaesar/node-pr by Michael Lumish · 7 years ago
  11. 333dd3e Revert "Do not interpolate variables in leading comments." by David G. Quintas · 7 years ago
  12. 62a53ee Merge pull request #13507 from muxi/fix-objc-c++-syntax by Muxi Yan · 7 years ago
  13. b3a3562 Merge pull request #13419 from nlopezgi/master by adelez · 7 years ago
  14. ab8fce5 Disable node 1.7 by Adele Zhou · 7 years ago
  15. 32318b0 Fix ObjC C++ syntax error by Muxi Yan · 7 years ago
  16. de93112 Merge pull request #13493 from mehrdada/bump-protobuf-3.5.0 by Mehrdad Afshari · 7 years ago
  17. 28661ea Bump third_party/protobuf submodule to v3.5.0 by Mehrdad Afshari · 7 years ago
  18. 6fc02c6 Merge pull request #13490 from jtattermusch/fix_sierra_build by Jan Tattermusch · 7 years ago
  19. 070a14f Merge pull request #13484 from yang-g/msan by Yang Gao · 7 years ago
  20. 2d21eba Merge pull request #13398 from adelez/csharp_101 by adelez · 7 years ago
  21. a862d0d Merge pull request #13489 from mehrdada/kill-sleep by Mehrdad Afshari · 7 years ago
  22. e4d63e6 Give a command example with multiple languages. by Adele Zhou · 7 years ago
  23. 935aa47 Use special VIP by Adele Zhou · 7 years ago
  24. 4fba378 Switch back to using template located at _IMAGE_BUILDER because the previous change will break Go, Java and Node. by Adele Zhou · 7 years ago
  25. a366468 Recreate the git root dir by default. by Adele Zhou · 7 years ago
  26. 99986d7 fix by Adele Zhou · 7 years ago
  27. 937e53d Merge pull request #13480 from carl-mastrangelo/bumpybumpsarebumpy by adelez · 7 years ago
  28. fcb4205 silence uninitialized use warning by Jan Tattermusch · 7 years ago
  29. 7fe2369 Merge pull request #13483 from menghanl/release_matrix by adelez · 7 years ago
  30. 36f60a9 Kill off unnecessary sleep in route_guide example by Mehrdad Afshari · 7 years ago
  31. 0c000f6 Merge pull request #12938 from gkelly/fix-variable-interpolation by Vijay Pai · 7 years ago
  32. 00867f2 Fix node source code link error by vcaesar · 7 years ago
  33. bb9333c Merge pull request #13486 from nathanielmanistaatgoogle/elide-local-field by Nathaniel Manista · 7 years ago
  34. 9e8a692 Merge pull request #13485 from nathanielmanistaatgoogle/const by Nathaniel Manista · 7 years ago
  35. 0eacb45 Elide local field by directly returning values by Nathaniel Manista · 7 years ago
  36. 77d2c72 Add missing const by Nathaniel Manista · 7 years ago
  37. 704009a Enable check for use-after-dtor by yang-g · 7 years ago
  38. d88421a Merge pull request #13452 from yashykt/publicheaderc89nitfix by Yash Tibrewal · 7 years ago
  39. 76c27a5 Merge pull request #13479 from nathanielmanistaatgoogle/certificate-configuration by Nathaniel Manista · 7 years ago
  40. a4f0320 Add go release versions to client_matrix.py by Menghan Li · 7 years ago
  41. 9c26f68 Merge pull request #13288 from ncteisen/inheritance-in-core by Noah Eisen · 7 years ago
  42. b822b96 Merge branch 'master' into publicheaderc89nitfix by Yash Tibrewal · 7 years ago
  43. 1628da0 Avoid abbreviation in Python API by Nathaniel Manista · 7 years ago
  44. 1304cf8 Merge pull request #13475 from jtattermusch/better_completion_registry_benchmark by Jan Tattermusch · 7 years ago
  45. 264560f Reviewer feedback by ncteisen · 7 years ago
  46. b8ec238 Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core by Noah Eisen · 7 years ago
  47. 4c1713a Add java 1.8 by Carl Mastrangelo · 7 years ago
  48. 240762d Merge pull request #13060 from jwpowell055/master by Nicolas Noble · 7 years ago
  49. dd010f2 Merge pull request #13364 from ncteisen/surfacing-error-details by Noah Eisen · 7 years ago
  50. 39b0325 Merge pull request #13462 from jtattermusch/tuple_is_not_a_struct by Jan Tattermusch · 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. 39e3325 Merge pull request #13459 from jtattermusch/csharp_avoid_delegate_allocs by Jan Tattermusch · 7 years ago
  55. 8580723 consistent naming for OnReceivedCloseOnServer by Jan Tattermusch · 7 years ago
  56. 2622fdc remove legacy delegates by Jan Tattermusch · 7 years ago
  57. c563888 make everything compile by Jan Tattermusch · 7 years ago
  58. 466d77b avoid delegate allocations in callsafehandle by Jan Tattermusch · 7 years ago
  59. 8b451ed server and channel adjustments by Jan Tattermusch · 7 years ago
  60. 2dc792d add "state" filed to batch completion delegate by Jan Tattermusch · 7 years ago
  61. f70ecdb Merge pull request #13444 from jtattermusch/avoid_delegate_alloc_completion_registry by Jan Tattermusch · 7 years ago
  62. 9a244d6 avoid unnecessary allocation in completion registry by Jan Tattermusch · 7 years ago
  63. 2bc15ca Merge pull request #13438 from jtattermusch/csharp_more_microbenchmarks by Jan Tattermusch · 7 years ago
  64. 11c1c47 Fix real TSAN/ASAN bug by Noah Eisen · 7 years ago
  65. d213658 Merge pull request #13431 from mehrdada/fix-setup-py-trigger-for-health-reflection by Mehrdad Afshari · 7 years ago
  66. 90dbd2b Alter health/reflection packages' build criterion by Mehrdad Afshari · 7 years ago
  67. 018153c Merge pull request #13406 from nathanielmanistaatgoogle/interop_required_args by Nathaniel Manista · 7 years ago
  68. ec47912 Merge pull request #13188 from cauthu/python-server-cert-reload by Nathaniel Manista · 7 years ago
  69. e295ec7 Merge pull request #13454 from yang-g/lockfree_event by Yang Gao · 7 years ago
  70. bcf083f Add Python support for server SSL cert reloading by Giang Nguyen · 7 years ago
  71. 61ea3e2 Merge pull request #13463 from mehrdada/fix-check_grpcio_tools by Mehrdad Afshari · 7 years ago
  72. ed49fe5 Resolve comments by yang-g · 7 years ago
  73. 8d1a3ca use aquire release by ncteisen · 7 years ago
  74. c567ceb Merge pull request #13173 from kwasimensah/patch-1 by Nicolas Noble · 7 years ago
  75. 9b43156 Do not require bazel for check_grpcio_tools.py by Mehrdad Afshari · 7 years ago
  76. ad671ff Merge pull request #13391 from ncteisen/more-eager-free by Noah Eisen · 7 years ago
  77. 8abe262 Fix pthread cleanup logic by kwasimensah · 7 years ago
  78. 84a066b Turning on executable bit for tools/run_tests/sanity/check_bazel_workspace.py by josh · 7 years ago
  79. abbdbf9 Attempt to fix TSAN by ncteisen · 7 years ago
  80. 9addd2e Merge pull request #13109 from ncteisen/tracing++ by Noah Eisen · 7 years ago
  81. 26521b3 Avoid calling dtor on grpc_fd before putting it in freelist by yang-g · 7 years ago
  82. 518236d Remove unnecessary if condition in public_headers_must_be_c89 by Yash Tibrewal · 7 years ago
  83. f852c06 Fix TSAN attempt by ncteisen · 7 years ago
  84. 0392f8a Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by ncteisen · 7 years ago
  85. aa3b197 Rename tracer_peer to tracer_util by ncteisen · 7 years ago
  86. 90c8cf6 Merge pull request #13435 from sreecha/disable-realtime-caching by Sree Kuchibhotla · 7 years ago
  87. c4dd9cf reviewer feedback by ncteisen · 7 years ago
  88. dbca3d9 Merge pull request #13433 from murgatroid99/uv_resource_quota_fixes by Michael Lumish · 7 years ago
  89. 692915e Swtich to using grpc_bb_take_first by ncteisen · 7 years ago
  90. 510fcb8 Merge pull request #13409 from kpayson64/fix_json_run_localhost by kpayson64 · 7 years ago
  91. 7ce4e17 Merge pull request #13439 from jtattermusch/csharp_no_concurrent_dict by Jan Tattermusch · 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