1. 4a4bd1c Merge pull request #12214 from vjpai/cereal_eye_sir by Vijay Pai · 7 years ago
  2. 1faa48e Merge branch 'master' of github.com:grpc/grpc into rename_lr_to_plugin by David Garcia Quintas · 7 years ago
  3. 6773955 Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer by Vijay Pai · 7 years ago
  4. 8941f60 Merge pull request #12369 from markdroth/call_combiner by Mark D. Roth · 7 years ago
  5. 24f30f7 Garbage collect experimental pollers by Craig Tiller · 7 years ago
  6. 0822d33 s/load_reporting/server_load_reporting by David Garcia Quintas · 7 years ago
  7. 764cf04 Revert "Revert "Implement call combiner"" by Mark D. Roth · 7 years ago
  8. ccad382 Merge github.com:grpc/grpc into stats by Craig Tiller · 7 years ago
  9. 6e73974 Fix header location error by Craig Tiller · 7 years ago
  10. bf19961 Revert "Implement call combiner" by Mark D. Roth · 7 years ago
  11. 03c908f Merge github.com:grpc/grpc into stats by Craig Tiller · 7 years ago
  12. 6b3003f Merge pull request #12274 from apolcyn/fix_missing_nanopb_headers_master by apolcyn · 7 years ago
  13. ff4f2db Merge pull request #11566 from markdroth/call_combiner by Mark D. Roth · 7 years ago
  14. 76e264b Implement call combiner. by Mark D. Roth · 7 years ago
  15. 3499960 Renamed load_reporting.{c,h} to load_reporting_plugin.{c,h} by David Garcia Quintas · 7 years ago
  16. 9ff6031 Add sync_custom.h by yang-g · 7 years ago
  17. 98ad80a Remove stale file by yang-g · 7 years ago
  18. 02d1ff5 fix build.yaml to expand nanopb headers filegroup by Alexander Polcyn · 7 years ago
  19. 5d55948 PHP: upmerge from 1.4.x branch by Stanley Cheung · 7 years ago
  20. 713597f Master version bump to 1.7.x by David Garcia Quintas · 7 years ago
  21. 25d6fd8 split tsi library into two by jiangtaoli2016 · 7 years ago
  22. 32f66e8 Update build rule by jiangtaoli2016 · 7 years ago
  23. 0211cfb Revert "Revert "Add TSI zero-copy frame protector"" by Jiangtao Li · 7 years ago
  24. f5504a3 Revert "Add TSI zero-copy frame protector" by Jiangtao Li · 7 years ago
  25. 72eeb3c split tsi into two libraries: tsi_interface and tsi by jiangtaoli2016 · 7 years ago
  26. f3f7d3b Merge branch 'master' into tsi_grpc by jiangtaoli2016 · 7 years ago
  27. 1fb3b66 Merge pull request #11579 from sreecha/fix_alarm by Sree Kuchibhotla · 7 years ago
  28. f9bf428 Add support for service configs to c-ares resolver. by Mark D. Roth · 7 years ago
  29. 34989fd Merge branch 'master' into fix_alarm by Sree Kuchibhotla · 7 years ago
  30. 3aaa5ea minor fix by jiangtaoli2016 · 7 years ago
  31. e70f3b2 Merge branch 'master' into fix_alarm by Sree Kuchibhotla · 7 years ago
  32. ab04027 Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3 by ncteisen · 7 years ago
  33. 79d9a8a Merge branch 'master' into tsi_grpc by jiangtaoli2016 · 7 years ago
  34. 4280725 Clean up grpc++_unsecure so that it doesn't require secure content anymore by Vijay Pai · 7 years ago
  35. 7001bc2 Add TSI zero-copy frame protector by jiangtaoli2016 · 7 years ago
  36. fb193a1 Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3 by ncteisen · 7 years ago
  37. f630ff2 Update build.yaml, fix format by Yuchen Zeng · 7 years ago
  38. 59beeff Merge branch 'master' into fix_alarm by Sree Kuchibhotla · 7 years ago
  39. 39af336 Merge github.com:grpc/grpc into stats by Craig Tiller · 7 years ago
  40. b893046 Build simplification by Craig Tiller · 7 years ago
  41. 268a823 Pull flow control into one module by ncteisen · 7 years ago
  42. 2808668 Add a simple stats framework to gRPC C core by Craig Tiller · 7 years ago
  43. 75f678a Merge branch 'master' into uv_portability_fix by murgatroid99 · 7 years ago
  44. b8e07ad Add asserts that uv calls all run on the same thread by murgatroid99 · 7 years ago
  45. ea8f591 Merge pull request #11607 from yihuazhang/tsi_init by Mark D. Roth · 7 years ago
  46. 1435bfc Add GTS plugin by Yihua Zhang · 7 years ago
  47. 0086d02 Merge pull request #11189 from muxi/stream_compression by Muxi Yan · 7 years ago
  48. 3d7d5f4 Create inproc transport, add relevant tests, exclude irrelevant tests by Vijay Pai · 7 years ago
  49. a4710a0 Revert "Remove lockfree-stack implementation that is no longer used" by Ken Payson · 7 years ago
  50. e87a7e1 Move stream_compression to src/core/lib/compression by Muxi Yan · 7 years ago
  51. c1f837c Make stream compression module by Muxi Yan · 7 years ago
  52. a8cf05c Refcount grpc_alarm object so that grpc_alarm_destroy can safely be called before the alarm event is dequeued from the completion queue by Sree Kuchibhotla · 7 years ago
  53. 9cd1831 Merge pull request #11412 from kpayson64/upgrade_boringssl by kpayson64 · 7 years ago
  54. 3d04e02 Remove lockfree-stack implementation that is no longer used by Vijay Pai · 7 years ago
  55. f8d6fb7 Update boringssl by Ken Payson · 7 years ago
  56. dc16855 Merge pull request #11336 from ctiller/ALL-the-things by Craig Tiller · 7 years ago
  57. 8f3d021 Merge pull request #11237 from y-zeng/srv_record by Yuchen Zeng · 7 years ago
  58. b3899fd Merge github.com:grpc/grpc into ALL-the-things by Craig Tiller · 7 years ago
  59. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  60. 1c8a904 Merge github.com:grpc/grpc into ALL-the-things by Craig Tiller · 7 years ago
  61. 87d5a31 Implement LB policy updates by David Garcia Quintas · 7 years ago
  62. b89b501 Merge remote-tracking branch 'upstream/master' into srv_record by Yuchen Zeng · 7 years ago
  63. 4ebace7 Fix windows build, no_logging tests, dns_resolver_test by Yuchen Zeng · 7 years ago
  64. 71005b1 Merge branch 'selectivity' into ALL-the-things by Craig Tiller · 7 years ago
  65. aebcdbd master bumped to 1.5.x by David Garcia Quintas · 7 years ago
  66. 7ebf31b Merge branch 'thread_pool' into ALL-the-things by Craig Tiller · 7 years ago
  67. c1947ef update by Vizerai · 7 years ago
  68. 674af8f Merge github.com:grpc/grpc into thread_pool by Craig Tiller · 7 years ago
  69. d74dbd3 Merge branch 'master' of https://github.com/Vizerai/grpc into intrusive_hash_map by Vizerai · 7 years ago
  70. a0e3a87 PHP: Fixed bug in protoc plugin escaping comments by Stanley Cheung · 7 years ago
  71. af525b3 PHP: windows config.w32 file by Stanley Cheung · 7 years ago
  72. d3ec4aa Merge github.com:grpc/grpc into thread_pool by Craig Tiller · 7 years ago
  73. ff0e429 Merge pull request #11198 from stanley-cheung/upmerge-v1_3_2-to-master by Stanley Cheung · 7 years ago
  74. ebeda85 Upmerge from v1.3.x branch to master by Stanley Cheung · 7 years ago
  75. d15f5c0 PHP: fix pecl extension reported version by Stanley Cheung · 7 years ago
  76. 3085aa4 Merge github.com:grpc/grpc into thread_pool by Craig Tiller · 7 years ago
  77. 90224ba Merge pull request #11113 from jtattermusch/python_artifact_polling_trace by Jan Tattermusch · 7 years ago
  78. 321b7d8 Merge github.com:grpc/grpc into thread_pool by Craig Tiller · 7 years ago
  79. de030a3 regenerate projects by Jan Tattermusch · 7 years ago
  80. 16f76d2 Bump to version 1.3.3 by Ken Payson · 7 years ago
  81. 1d3ce9a Move workaround_list to grpc_base by Muxi Yan · 7 years ago
  82. 29ff466 Revert "Revert "Implement Server Backward Compatibility"" by Muxi Yan · 7 years ago
  83. 7edcce2 Revert "Implement Server Backward Compatibility" by Nicolas Noble · 7 years ago
  84. a2d9d48 Merge pull request #10849 from muxi/backward-compat by Muxi Yan · 7 years ago
  85. ee4b145 Remove workqueue, covered_by_poller as concepts, get Mac build up by Craig Tiller · 7 years ago
  86. 448a11d Bump to version 1.3.2 by Stanley Cheung · 7 years ago
  87. 57c0255 Merge pull request #11005 from stanley-cheung/php-fix-memory-leaks by Stanley Cheung · 7 years ago
  88. 0afa9ab Bump to 1.3.2-pre1 by Stanley Cheung · 7 years ago
  89. e9595ba PHP: fixed some memory leaks by Stanley Cheung · 7 years ago
  90. 937dba3 Put workaround list somewhere accessable by wrapping languages by Muxi Yan · 7 years ago
  91. 3db618e Merge remote-tracking branch 'upstream/master' into backward-compat by Muxi Yan · 7 years ago
  92. 7188c9d Merge branch 'cq_limited_pollers' of github.com:sreecha/grpc into uberpoll by Craig Tiller · 7 years ago
  93. 5a1a3b4 Separate this into a new poller by Sree Kuchibhotla · 7 years ago
  94. 712ea0a Merge pull request #10990 from murgatroid99/version_1.3.1_bump by Michael Lumish · 7 years ago
  95. 1f47730 Fix deps between grpc and tracer system by Craig Tiller · 7 years ago
  96. 924353a Finish merge, disable new pollers until they stabilize by Craig Tiller · 7 years ago
  97. 18545a3 Merge branch 'epoll_thread_pool' of github.com:sreecha/grpc into uberpoll by Craig Tiller · 7 years ago
  98. eda29c6 Merge branch 'epex4' into uberpoll by Craig Tiller · 7 years ago
  99. 7365ec9 Merge branch 'timer_pool' into uberpoll by Craig Tiller · 7 years ago
  100. 572cd7e Update version to 1.3.1 by murgatroid99 · 7 years ago