1. b71af5f Re-run generate_projects.sh. by Mark D. Roth · 8 years ago
  2. 54d78e2 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  3. af00d8b Add channel arg for max send message size and add message size filter. by Mark D. Roth · 8 years ago
  4. ff4df06 Rename grpc_client_config to grpc_resolver_result. by Mark D. Roth · 8 years ago
  5. e3e17d3 Merge branch 'v1.0.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 8 years ago
  6. a469e5d grpc++_unsecure shouldn't depend on grpc but on grpc_unsecure. by Nicolas "Pixel" Noble · 8 years ago
  7. 50be893 Merge pull request #6915 from markdroth/filter_api by kpayson64 · 8 years ago
  8. 5e1fbd2 Merge pull request #7370 from rjshade/move_timeout_encoding by kpayson64 · 8 years ago
  9. 85c1168 Merge remote-tracking branch 'upstream/master' into filter_api by Mark D. Roth · 8 years ago
  10. 329d647 Merge pull request #6774 from a-veitch/add_resource by kpayson64 · 8 years ago
  11. 3ac6fc1 Merge branch 'filter_call_init_failure' into filter_api by Mark D. Roth · 8 years ago
  12. 87e06c8 Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 by David Garcia Quintas · 8 years ago
  13. 43b633d Merge branch 'master' into move_timeout_encoding by Robbie Shade · 8 years ago
  14. 3abd27e merge to upstream/master by Alistair Veitch · 8 years ago
  15. 7c3ba12 Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 by David Garcia Quintas · 8 years ago
  16. dfbdefe Added handshaker.[ch] to build.yaml. by Mark D. Roth · 8 years ago
  17. 710d242 Move timeout_encoding from core/ext/transport/chttp2 to core/lib/transport by Robbie Shade · 8 years ago
  18. f0ec5b6 Fix mac build by Yuchen Zeng · 9 years ago
  19. 5c77320 Added missing dependencies to grpc++_base by David Garcia Quintas · 9 years ago
  20. 955b95d Merge remote-tracking branch 'google/master' into contrib-cmake by Nicolas "Pixel" Noble · 9 years ago
  21. 98aa0c1 Merge branch 'filter_call_init_failure' into filter_api by Mark D. Roth · 9 years ago
  22. ab950ee Move channel_filter.h from include/ tree to src/ tree. by Mark D. Roth · 9 years ago
  23. 89ebe55 Merge branch 'filter_call_init_failure' into filter_api by Mark D. Roth · 9 years ago
  24. b2edc6c Resolved merge conflicts with master by murgatroid99 · 9 years ago
  25. fb39f1d Merge pull request #6973 from makdharma/network_status_change by Jan Tattermusch · 9 years ago
  26. c3a9fae Merge branch 'master' into epoll_changes_merged by Sree Kuchibhotla · 9 years ago
  27. ea74f91 Remove an unneccessary dependency from grpc++_base by Tamas Berghammer · 9 years ago
  28. 280fd2a Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 by David Garcia Quintas · 9 years ago
  29. 0579cfc more files after running build.yaml changes through by Makarand Dharmapurikar · 9 years ago
  30. e16907e Resolved merge conflicts with master by murgatroid99 · 9 years ago
  31. 812c66b Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 9 years ago
  32. b2e986b added missing grpclb.h dep in build.yaml by David Garcia Quintas · 9 years ago
  33. 3fb8f73 gRPC LB policy by David Garcia Quintas · 9 years ago
  34. 9f6a805 Allow disabling traces, add trace variables for pluck and timeout events by murgatroid99 · 9 years ago
  35. ec0bc8b Initial attempt at a C++ API for defining channel filters. by Mark D. Roth · 9 years ago
  36. 13c0940 Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout by Craig Tiller · 9 years ago
  37. febfd32 Merge pull request #6572 from y-zeng/base64_decode by Jan Tattermusch · 9 years ago
  38. c0f4fe2 Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 9 years ago
  39. 1363077 Merge pull request #6438 from y-zeng/reflection_separate_lib by Jan Tattermusch · 9 years ago
  40. 492fd96 generate_projects.sh after adding grpc_use_signal() API by Sree Kuchibhotla · 9 years ago
  41. d7a15b8 Merge remote-tracking branch 'upstream/master' into base64_decode by Yuchen Zeng · 9 years ago
  42. 877dc0c Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 9 years ago
  43. 0ca68b7 Merge github.com:grpc/grpc into error by Craig Tiller · 9 years ago
  44. 1bc2976 Merge pull request #6481 from dgquintas/compression_md_level_bis by Jan Tattermusch · 9 years ago
  45. b81f172 Merge pull request #6610 from xyzzyz/external_fd_fresh by Jan Tattermusch · 9 years ago
  46. 0a0c1b0 Merge remote-tracking branch 'upstream/master' into base64_decode by Yuchen Zeng · 9 years ago
  47. f325ee3 Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 9 years ago
  48. eb25a07 Add filegroup grpc++_codegen_proto by Yuchen Zeng · 9 years ago
  49. 5dbbbb1 Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 9 years ago
  50. 37e516e regenerated projects by David Garcia Quintas · 9 years ago
  51. 533add5 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 9 years ago
  52. dd385b6 Merge branch 'master' of github.com:grpc/grpc into core_codegen_be_public by David Garcia Quintas · 9 years ago
  53. b97e2d1 Add C++ support for using external FD by Adam Michalik · 9 years ago
  54. bf10c82 implement support for adding external fd to server by Adam Michalik · 9 years ago
  55. 321b1fb separate posix functionality to grpc_posix.h by Adam Michalik · 9 years ago
  56. d237107 Merge remote-tracking branch 'upstream/master' into reflection_separate_lib by Yuchen Zeng · 9 years ago
  57. c6bf5f7 Use deps instead of uses in build.yaml by Yuchen Zeng · 9 years ago
  58. c97065d Merge github.com:grpc/grpc into error by Craig Tiller · 9 years ago
  59. d30d4e2 Merge pull request #6190 from dgquintas/lb_pollset_propagation by Jan Tattermusch · 9 years ago
  60. 2888bd5 Merge github.com:grpc/grpc into error by Craig Tiller · 9 years ago
  61. 3c26736 Merge pull request #6792 from yang-g/build_clean by Jan Tattermusch · 9 years ago
  62. ef1c860 merge to master by Alistair Veitch · 9 years ago
  63. 4461da7 regenerated projects by David Garcia Quintas · 9 years ago
  64. a0d7491 Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 9 years ago
  65. 2f7f856 regenerate projects to fix master by Jan Tattermusch · 9 years ago
  66. 0601df3 Move reflection src/hdr to src/cpp/ext include/grpc++/ext by Yuchen Zeng · 9 years ago
  67. 87ec3b7 Merge pull request #6750 from makdharma/cronet by Jan Tattermusch · 9 years ago
  68. 1fd6235 Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 9 years ago
  69. 4c11a20 Remove unused files by Sree Kuchibhotla · 9 years ago
  70. d925c93 Merge github.com:grpc/grpc into error by Craig Tiller · 9 years ago
  71. aaee544 merge and resolve conflicts by yang-g · 9 years ago
  72. 17487f9 Make grpc++ independent of protobuf by yang-g · 9 years ago
  73. 55c08f8 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 9 years ago
  74. 6c81c25 Merge pull request #6306 from y-zeng/win32_suffix by Jan Tattermusch · 9 years ago
  75. 4aaba75 initial implementation of resource handling by Alistair Veitch · 9 years ago
  76. e751846 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 9 years ago
  77. eaf5426 fixed dependency problem in grpc_cronet by adding dep on chttp2 by Makarand Dharmapurikar · 9 years ago
  78. 2a2599b incremental fix - removed cronet dependency from grpc_secure by Makarand Dharmapurikar · 9 years ago
  79. 38d8055 cronet build related changes by Makarand Dharmapurikar · 9 years ago
  80. 4b5e757 Merge github.com:grpc/grpc into error by Craig Tiller · 9 years ago
  81. 6eb2380 Merge pull request #6702 from a-veitch/add_proto by Jan Tattermusch · 9 years ago
  82. 4c751eb Merge github.com:grpc/grpc into error by Craig Tiller · 9 years ago
  83. 2a50dfe s/grpc_pops/grpc_polling_entity by David Garcia Quintas · 9 years ago
  84. 4594bd9 Merge remote-tracking branch 'upstream/master' into base by Yuchen Zeng · 9 years ago
  85. 8bec6f6 Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 9 years ago
  86. 69f3e2b Revert "Remove legacy poller" by Craig Tiller · 9 years ago
  87. f448c34 Remove union { } data and epoll_hdr structures. Added ev_epoll_linux files by Sree Kuchibhotla · 9 years ago
  88. e48b1bc Base changes. Create ev_epoll_posix.{c,h} files by making a copy of ev_poll_and_epoll.c file by Sree Kuchibhotla · 9 years ago
  89. d69354e Merge branch 'master' into add_proto by Alistair Veitch · 9 years ago
  90. 48abdde Merge github.com:grpc/grpc into error by Craig Tiller · 9 years ago
  91. c4c6ecf Merge github.com:grpc/grpc into test_affine by Craig Tiller · 9 years ago
  92. 30fe632 end-to-end compilation by Alistair Veitch · 9 years ago
  93. d88e15c Remove legacy poller by Craig Tiller · 9 years ago
  94. 772f485 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 9 years ago
  95. a20a2ad moved core_codegen from src/cpp/... to include/grpc++/... by David Garcia Quintas · 9 years ago
  96. a488037 Merge branch 'master' of github.com:grpc/grpc into credentials_refactoring by Julien Boeuf · 9 years ago
  97. ac09447 Merge branch 'compression_incoming_checks' into compression_md_level_bis by David Garcia Quintas · 9 years ago
  98. 8517886 Move load_file into iomgr by Craig Tiller · 9 years ago
  99. d013e9b Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 9 years ago
  100. 749005e Merge remote-tracking branch 'upstream/master' into reflection_separate_lib by Yuchen Zeng · 9 years ago