1. 0024ebc Merge pull request #14196 from vjpai/gpr_review_tls by Vijay Pai · 6 years ago
  2. 2a07398 Merge pull request #13684 from markdroth/c++_resolver by Mark D. Roth · 6 years ago
  3. 209f644 Convert resolver API to C++. by Mark D. Roth · 6 years ago
  4. 25b61fd Merge branch 'master' into gpr_review_tls by Vijay Pai · 6 years ago
  5. 573717b Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  6. 32748c1 Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  7. b1ef84a Merge branch 'master' into gpr_review_host_port by Vijay Pai · 6 years ago
  8. 890e386 Merge pull request #14348 from mehrdada/upmerge by Mehrdad Afshari · 6 years ago
  9. 99f1a8f Remove compression_ruby by Muxi Yan · 6 years ago
  10. b9335eb Upmerge branch 'v1.9.x' into 'master' by Mehrdad Afshari · 6 years ago
  11. 1a8565d Bump version to 1.9.1 by Ken Payson · 6 years ago
  12. 08ce35d Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  13. 1acfaca Merge branch 'master' into gpr_review_host_port by Vijay Pai · 6 years ago
  14. 45ba983 Merge pull request #14284 from dgquintas/kill_lb_policies_test by David G. Quintas · 6 years ago
  15. 4c0640e Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  16. e5b0a50 Merge pull request #14015 from vjpai/alarm by Vijay Pai · 6 years ago
  17. 4eca959 Merge pull request #14228 from dgquintas/dns_cooldown by David G. Quintas · 6 years ago
  18. 8d8214a Removed obsolete lb_policies_test by David Garcia Quintas · 6 years ago
  19. 64d02ba Merge branch 'master' of github.com:grpc/grpc into dns_cooldown by David Garcia Quintas · 6 years ago
  20. d2a575a Merge branch 'master' into HEAD by Vijay Pai · 6 years ago
  21. 2338ec1 Promote 1.9.0-pre3 to 1.9.0 by Mehrdad Afshari · 6 years ago
  22. 956fe5e Added tests, supporting c-ares as well as std resolver. by David Garcia Quintas · 6 years ago
  23. 654944b Add -fno-rtti and -fno-exceptions flags to BoringSSL compilation by Matt Kwong · 6 years ago
  24. 53f88d7 Bump version to 1.9.0-pre3 by Mehrdad Afshari · 6 years ago
  25. 77474d4 Merge pull request #13820 from yihuazhang/rename-gts by Mark D. Roth · 6 years ago
  26. 8f40827 Merge pull request #14136 from jtattermusch/add_ubuntu_1710 by Jan Tattermusch · 6 years ago
  27. ae376bf Privatize host_port.h; was not used in any wrapped language implementation by Vijay Pai · 6 years ago
  28. b6cf123 Privatize thread-local storage headers by Vijay Pai · 6 years ago
  29. 80e23d1 Separate out cmdline so that it can be used in tool and test builds by Vijay Pai · 6 years ago
  30. 8a99fdb Move cmdline and subprocess from public gpr to test/core/util by Vijay Pai · 6 years ago
  31. 16efe6c Generate projects properly by Vijay Pai · 6 years ago
  32. fd900e0 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 6 years ago
  33. 98cd36e Add a test by yang-g · 6 years ago
  34. d36fe07 rename gts to alts by Yihua Zhang · 6 years ago
  35. 4c3496c attempt fixing boringssl compilation with gcc7.2 by Jan Tattermusch · 6 years ago
  36. 7196dfe attempt fixing zlib compilation with gcc7.2 by Jan Tattermusch · 6 years ago
  37. 3683ada 1.9.0-pre1 is now 1.9.0-pre2 by Jan Tattermusch · 6 years ago
  38. 392e213 Removing grpc_alarm from core requires a major version bump for core by Vijay Pai · 6 years ago
  39. 2b226ad Remove alarm from core, implement in C++ layer only by Vijay Pai · 6 years ago
  40. fb309a9 Merge pull request #14092 from mehrdada/bump1-10 by Mehrdad Afshari · 6 years ago
  41. d1915a9 Bump version to 1.10 by Mehrdad Afshari · 6 years ago
  42. 22c607d 1.9.0-dev is now 1.9.0-pre1 by Mehrdad Afshari · 6 years ago
  43. 4f2b0fd Rename 'gpr++' directories to 'gprpp'. by Mark D. Roth · 6 years ago
  44. fb061c3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 6 years ago
  45. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 6 years ago
  46. f512c0d Merge remote-tracking branch 'upstream/master' into ref_counting by Mark D. Roth · 6 years ago
  47. 69d3e09 Merge pull request #13815 from vjpai/catcher by Vijay Pai · 6 years ago
  48. 324703d Fix existing ref counting classes and add new ones. by Mark D. Roth · 6 years ago
  49. 5343053 Merge pull request #13676 from markdroth/inlined_vector by Mark D. Roth · 6 years ago
  50. 1d91362 exec_ctx_fwd.h should never have been in public headers by Vijay Pai · 6 years ago
  51. c6406f3 Implement InlinedVector independently of absl. by Mark D. Roth · 6 years ago
  52. 9d2d843 Add portability tests on Linux to make sure that build with -fno-exceptions by Vijay Pai · 7 years ago
  53. 9427eab uses_polling shouldn't be false for this test by Vijay Pai · 7 years ago
  54. 8fc3715 Catch exceptions from sync method handlers without crashing server by Vijay Pai · 7 years ago
  55. c6ae9b5 Silence openssl 1.1.0 warnings by Yuchen Zeng · 7 years ago
  56. 54d699d Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  57. 032e9b3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  58. cf1d28b Fix windows compile by ncteisen · 7 years ago
  59. 6043006 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  60. fc38142 Merge commit 'b0bad8f^' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  61. 4a117f0 Merge e759d2a^ by Muxi Yan · 7 years ago
  62. 6667f15 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  63. 460b5e0 Backoff test is now a C++ file by David Garcia Quintas · 7 years ago
  64. 6fa206d Merge pull request #13336 from markdroth/server_connection_timeout by Mark D. Roth · 7 years ago
  65. f0b9528 Merge pull request #13442 from adelez/foundry_integration by adelez · 7 years ago
  66. e109ddf Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  67. 5b7cdef Rename port_hermetic to port_isolated_runtime_environment by Adele Zhou · 7 years ago
  68. c8bf2da Enabling hermetic testing for running tests on Foundry. by Adele Zhou · 7 years ago
  69. 195cf1e Move histogram to test/core/util by Vijay Pai · 7 years ago
  70. 5f66253 Merge pull request #13357 from markdroth/reference_counted by Mark D. Roth · 7 years ago
  71. c5d0df9 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  72. b337de9 Merge remote-tracking branch 'upstream/master' into reference_counted by Mark D. Roth · 7 years ago
  73. bf816d3 Shorted "reference" to "ref". by Mark D. Roth · 7 years ago
  74. 240bad3 Fix check_sources_and_headers. by Mark D. Roth · 7 years ago
  75. 361f810 Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 by Nicolas "Pixel" Noble · 7 years ago
  76. b319f49 Code review changes. by Mark D. Roth · 7 years ago
  77. ecd1d54 Merge github.com:grpc/grpc into no-absl by Craig Tiller · 7 years ago
  78. d39d007 Merge pull request #13515 from mehrdada/bump-master-version by Mehrdad Afshari · 7 years ago
  79. bc61c53 Merge pull request #13491 from vjpai/destack by Vijay Pai · 7 years ago
  80. 84e379a Merge github.com:grpc/grpc into no-absl by Craig Tiller · 7 years ago
  81. cf9ca84 Add ReferenceCountedPtr class. by Mark D. Roth · 7 years ago
  82. 14e96f9 Bump 1.8.0-dev to 1.9.0-dev by Mehrdad Afshari · 7 years ago
  83. 70db663 Add ReferenceCounted base class. by Mark D. Roth · 7 years ago
  84. 5491eb7 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  85. 8912542 Remove lockfree stack, again by Vijay Pai · 7 years ago
  86. 704009a Enable check for use-after-dtor by yang-g · 7 years ago
  87. b9f34ac Add test for handshake timeout. by Mark D. Roth · 7 years ago
  88. b8ec238 Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core by Noah Eisen · 7 years ago
  89. 18a6837 Merge branch 'v1.7.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 7 years ago
  90. 0392f8a Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by ncteisen · 7 years ago
  91. aa3b197 Rename tracer_peer to tracer_util by ncteisen · 7 years ago
  92. ad3bdbe Merge pull request #13335 from ncteisen/inline-closure by Noah Eisen · 7 years ago
  93. b606158 Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core by ncteisen · 7 years ago
  94. 070f0c4 Merge pull request #13139 from AspirinSJL/stress_test by Juanli Shen · 7 years ago
  95. 90ffc3a Add tracer peer to keep set_enabled private() by ncteisen · 7 years ago
  96. e5d2139 Add client channel stress test by Juanli Shen · 7 years ago
  97. f51b7e1 Fix missing copyright, fix merge conflict in updated BUILD by Alexander Polcyn · 7 years ago
  98. 248c4f5 Merge remote-tracking branch 'upstream/master' into pass_args_to_tsi by Alexander Polcyn · 7 years ago
  99. 3f6b10a Use existing read buffer in security handshaker if present by Alexander Polcyn · 7 years ago
  100. 348b334 Back-out absl dependency for now by Craig Tiller · 7 years ago