1. 06576d5 Merge pull request #12359 from justinburke/tsi_factory_locking by Justin Burke · 7 years ago
  2. 9eb8672 Removing deprecated string to char * conversions by Yash Tibrewal · 7 years ago
  3. e63cdce Merge pull request #12269 from vjpai/race_issues by Nicolas Noble · 7 years ago
  4. 39e4fda Merge pull request #12210 from apolcyn/local_dns_server by apolcyn · 7 years ago
  5. 4984135 Add reference counting to tsi_ssl_handshaker_factories by Justin Burke · 7 years ago
  6. 4b047a3 Construction of streams shouldn't require triggering async ops by Vijay Pai · 7 years ago
  7. 27bf05d Add tests for c-ares wrapper using a local DNS server. by Alexander Polcyn · 7 years ago
  8. c086c7e Merge branch 'master' into revert_lb_stuff by Yash Tibrewal · 7 years ago
  9. 5432dd8 Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer" by Jan Tattermusch · 7 years ago
  10. 561f72f Merge pull request #12532 from yashykt/ctocc4 by Yash Tibrewal · 7 years ago
  11. 01e83b5 Revert "Add fallback (use backends from resolver if can't reach balancer) to grpclb." by Ken Payson · 7 years ago
  12. e93da81 Merge pull request #12549 from kumaralokgithub/bamm2 by kumaralokgithub · 7 years ago
  13. cb3c1da Merging master into ctocc4 by Yash Tibrewal · 7 years ago
  14. 4a4bd1c Merge pull request #12214 from vjpai/cereal_eye_sir by Vijay Pai · 7 years ago
  15. 6b84005 Add independent library targets for newly added .h files for microbenchmarks. Also fix includes in fullstack_fixtures.h by Alok Kumar · 7 years ago
  16. bc130da Adding more pointer conversions and type renaming by Yash Tibrewal · 7 years ago
  17. 3bf7b71 Merge pull request #12187 from AspirinSJL/lb_fallback by Juanli Shen · 7 years ago
  18. ecbda80 Merge pull request #12469 from jtattermusch/cpp_distrib_cmake by Jan Tattermusch · 7 years ago
  19. 55c4b31 Merge pull request #11758 from ctiller/write_completion by Craig Tiller · 7 years ago
  20. aba0a0a Add fallback (use backends from resolver if can't reach balancer) to grpclb. by Juanli Shen · 7 years ago
  21. b2cf73e prevent submodule headers from influencing the build by Jan Tattermusch · 7 years ago
  22. 5a2a792 add cmake distribtest by Jan Tattermusch · 7 years ago
  23. ed26a49 Add annotation by Craig Tiller · 7 years ago
  24. 7cdd99c Adding more pointer type conversions by Yash Tibrewal · 7 years ago
  25. 55863ff Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  26. 729448f Merge pull request #12318 from dgquintas/fix_epoll1_flakiness_client_lb_e2e by David G. Quintas · 7 years ago
  27. 11b4ddd Merge pull request #12200 from dgquintas/rename_lr_to_plugin by David G. Quintas · 7 years ago
  28. b9bac8e Merge pull request #12418 from jiangtaoli2016/fake_zero_copy_protector by Mark D. Roth · 7 years ago
  29. 7f6a27a Merge pull request #12372 from vjpai/armalarmadingdong by Vijay Pai · 7 years ago
  30. bf3b844 Merge pull request #12402 from kumaralokgithub/master by kumaralokgithub · 7 years ago
  31. 2e9afc0 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  32. 7e8dec3 Merge pull request #12437 from dgquintas/fix_concurrent_merges by David G. Quintas · 7 years ago
  33. b9f99f0 Fix use of grpc_channel_filter from concurrent merges by David Garcia Quintas · 7 years ago
  34. 7ba22e8 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  35. 0880cad Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  36. 1faa48e Merge branch 'master' of github.com:grpc/grpc into rename_lr_to_plugin by David Garcia Quintas · 7 years ago
  37. 4fb5086 Merge pull request #12104 from dgquintas/filters_prio by David G. Quintas · 7 years ago
  38. 6773955 Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer by Vijay Pai · 7 years ago
  39. 38b15c8 Merge branch 'write_completion' into write_completion_stats by Craig Tiller · 7 years ago
  40. dfc6cff Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  41. 9e3af38 Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  42. 8941f60 Merge pull request #12369 from markdroth/call_combiner by Mark D. Roth · 7 years ago
  43. c3c7e55 {grpclb,client_lb}_end2end: Fix epoll1 flakes by David Garcia Quintas · 7 years ago
  44. 99bdb38 Merge branch 'write_completion' into write_completion_stats by Craig Tiller · 7 years ago
  45. a8fc020 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  46. 022ad3a Merge branch 'stats_histo' into write_completion_stats by Craig Tiller · 7 years ago
  47. b6ef6e9 Merge pull request #12080 from y-zeng/connectivity by Yuchen Zeng · 7 years ago
  48. ff952d2 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  49. e5a1b2b clang-format by Craig Tiller · 7 years ago
  50. cd78a50 Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  51. 58c33ba Decouple alarm construction from setting to avoid races in MT code by Vijay Pai · 7 years ago
  52. c1453ca Revert "Annotate benign race" by Craig Tiller · 7 years ago
  53. c88e1de fix secure_endpoint_test by jiangtaoli2016 · 7 years ago
  54. c2ec4d6 Merge remote-tracking branch 'upstream/master' by Alok Kumar · 7 years ago
  55. 4dc3c0b Merge branch 'master' of github.com:grpc/grpc into filters_prio by David Garcia Quintas · 7 years ago
  56. 0822d33 s/load_reporting/server_load_reporting by David Garcia Quintas · 7 years ago
  57. 1b6f4fc Clang format modified files by Alok Kumar · 7 years ago
  58. dd9916d Fix microbenchmarks BUILD file by Alok Kumar · 7 years ago
  59. e0399c2 Partition microbenchmarks to be easily sharable for google specific transports by Alok Kumar · 7 years ago
  60. 3749a6d Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  61. a28cca8 Condition variables are not latches, again by David Garcia Quintas · 7 years ago
  62. 627691f Fake zero-copy frame protector by jiangtaoli2016 · 7 years ago
  63. b5dd3ab Increase the grace period in ReconnectChannel tests by Yuchen Zeng · 7 years ago
  64. 6869da4 Annotate benign race by Craig Tiller · 7 years ago
  65. 53e96fe Fix ASAN detected failure by Craig Tiller · 7 years ago
  66. e1101cf Update Bazel for new systems by Craig Tiller · 7 years ago
  67. b675e0a Annotate benign race by Craig Tiller · 7 years ago
  68. f4e5802 Fix ASAN detected failure by Craig Tiller · 7 years ago
  69. 3e3dd08 Bounds fixes by Craig Tiller · 7 years ago
  70. d4ac3a1 Clarify log messages when starting test cases. by Mark D. Roth · 7 years ago
  71. a82b6db Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  72. 83db631 Optimize test by Craig Tiller · 7 years ago
  73. 96a902f Merge pull request #12373 from nicolasnoble/gtest_is_not_gmock by Nicolas Noble · 7 years ago
  74. 17f21b4 Merge pull request #12024 from yihuazhang/tsi_test_lib by Mark D. Roth · 7 years ago
  75. 56a8484 Merge branch 'stats_histo_ints' into stats_histo by Craig Tiller · 7 years ago
  76. fc49d6e Splitting gmock out of gtest. by Nicolas "Pixel" Noble · 7 years ago
  77. 97ec5eb Add stats test by Craig Tiller · 7 years ago
  78. 9bebf8b C++ API for write-through by Craig Tiller · 7 years ago
  79. 6ba448f Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  80. 764cf04 Revert "Revert "Implement call combiner"" by Mark D. Roth · 7 years ago
  81. 2897235 Expose stats into qps_driver by Craig Tiller · 7 years ago
  82. 890f542 Merge branch 'stats' into stats_histo by Craig Tiller · 7 years ago
  83. ccad382 Merge github.com:grpc/grpc into stats by Craig Tiller · 7 years ago
  84. 5489d41 Expose histograms via microbenchmarks by Craig Tiller · 7 years ago
  85. 451b92a Merge pull request #12306 from kpayson64/ref_counting_slices by kpayson64 · 7 years ago
  86. 8fd40d5 Merge github.com:grpc/grpc into wc by Craig Tiller · 7 years ago
  87. b98bf8c Make package names consistent under test/core by yang-g · 7 years ago
  88. f52dd5f Merge pull request #12345 from yang-g/import_fix by Yang Gao · 7 years ago
  89. 090cd46 Revert "Fake zero copy protector" by Jan Tattermusch · 7 years ago
  90. 109040f Support features in grpc_package by yang-g · 7 years ago
  91. 5899055 Implement fake TSI zero-copy frame protector by jiangtaoli2016 · 7 years ago
  92. 90df76b Merge branch 'master' of https://github.com/grpc/grpc into visibility by Nicolas "Pixel" Noble · 7 years ago
  93. bcf6ca8 Fix crash by Craig Tiller · 7 years ago
  94. 2bc5e3a Moving visibility and package creation to the build system. by Nicolas "Pixel" Noble · 7 years ago
  95. 413e95b Fix crash by Craig Tiller · 7 years ago
  96. a0116f3 Fix crash by Craig Tiller · 7 years ago
  97. bf19961 Revert "Implement call combiner" by Mark D. Roth · 7 years ago
  98. 03c908f Merge github.com:grpc/grpc into stats by Craig Tiller · 7 years ago
  99. 9519718 Documentation change + e2e test fix by Ken Payson · 7 years ago
  100. 567e0f1 Have write ops take ownership over slices by Ken Payson · 7 years ago