1. 5dbbbb1 Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  2. 533add5 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  3. bf10c82 implement support for adding external fd to server by Adam Michalik · 8 years ago
  4. 321b1fb separate posix functionality to grpc_posix.h by Adam Michalik · 8 years ago
  5. c97065d Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  6. 2888bd5 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  7. ef1c860 merge to master by Alistair Veitch · 8 years ago
  8. a0d7491 Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  9. 87ec3b7 Merge pull request #6750 from makdharma/cronet by Jan Tattermusch · 8 years ago
  10. 1fd6235 Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  11. 4c11a20 Remove unused files by Sree Kuchibhotla · 8 years ago
  12. d925c93 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  13. 55c08f8 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  14. 6c81c25 Merge pull request #6306 from y-zeng/win32_suffix by Jan Tattermusch · 8 years ago
  15. 4aaba75 initial implementation of resource handling by Alistair Veitch · 8 years ago
  16. e751846 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  17. 38d8055 cronet build related changes by Makarand Dharmapurikar · 8 years ago
  18. 4b5e757 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  19. 6eb2380 Merge pull request #6702 from a-veitch/add_proto by Jan Tattermusch · 8 years ago
  20. 4c751eb Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  21. 2a50dfe s/grpc_pops/grpc_polling_entity by David Garcia Quintas · 8 years ago
  22. 4594bd9 Merge remote-tracking branch 'upstream/master' into base by Yuchen Zeng · 8 years ago
  23. 8bec6f6 Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  24. 69f3e2b Revert "Remove legacy poller" by Craig Tiller · 8 years ago
  25. f448c34 Remove union { } data and epoll_hdr structures. Added ev_epoll_linux files by Sree Kuchibhotla · 8 years ago
  26. e48b1bc Base changes. Create ev_epoll_posix.{c,h} files by making a copy of ev_poll_and_epoll.c file by Sree Kuchibhotla · 8 years ago
  27. d69354e Merge branch 'master' into add_proto by Alistair Veitch · 8 years ago
  28. e2c1040 Merge github.com:grpc/grpc into atm2 by Craig Tiller · 8 years ago
  29. 48abdde Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  30. c4c6ecf Merge github.com:grpc/grpc into test_affine by Craig Tiller · 8 years ago
  31. 30fe632 end-to-end compilation by Alistair Veitch · 8 years ago
  32. d88e15c Remove legacy poller by Craig Tiller · 8 years ago
  33. 772f485 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  34. a488037 Merge branch 'master' of github.com:grpc/grpc into credentials_refactoring by Julien Boeuf · 8 years ago
  35. ac09447 Merge branch 'compression_incoming_checks' into compression_md_level_bis by David Garcia Quintas · 8 years ago
  36. 8517886 Move load_file into iomgr by Craig Tiller · 8 years ago
  37. d013e9b Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  38. d6a5b80 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  39. effd74c Merge pull request #5456 from ctiller/cleaner-posix3 by Jan Tattermusch · 8 years ago
  40. d982bba Add base64 decoder by Yuchen Zeng · 8 years ago
  41. 6d0b4d2 Merge branch 'master' of github.com:grpc/grpc into merge by David Garcia Quintas · 8 years ago
  42. c2ec95b Revert "Revert "cronet wrapper code"" by makdharma · 8 years ago
  43. a58ed7c Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  44. fe01b58 Merge github.com:grpc/grpc into cleaner-posix3 by Craig Tiller · 8 years ago
  45. bae6a4c Merge branch 'master' of https://github.com/grpc/grpc into credentials_refactoring by Julien Boeuf · 8 years ago
  46. fffd296 Merge pull request #6279 from dgquintas/lb_proto_v1 by Jan Tattermusch · 8 years ago
  47. 42342cb Revert "cronet wrapper code" by Craig Tiller · 8 years ago
  48. ddad978 API fuzzer compiles with new error handling by Craig Tiller · 8 years ago
  49. 4ba6a64 Merge branch 'credentials_refactoring' of github.com:jboeuf/grpc into error by Craig Tiller · 8 years ago
  50. 8ca294e Refactoring the core security code. by Julien Boeuf · 8 years ago
  51. f72eb97 Introduced grpc_pops (pollset or pollset_set) by David Garcia Quintas · 8 years ago
  52. 274bcc8 Added dummy cronet api implementation so we can build on Jenkins. by Makarand Dharmapurikar · 8 years ago
  53. 7c6ba9b Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  54. ad3c8c1 Rewrite async_exec_lock using mpscq by Craig Tiller · 8 years ago
  55. 0bc1171 Direct translation of http://www.1024cores.net/home/lock-free-algorithms/queues/intrusive-mpsc-node-based-queue by Craig Tiller · 8 years ago
  56. a26637f Add a test and make things compile by Craig Tiller · 8 years ago
  57. 580987a Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  58. b41363e all good! missing end2end test for new lr filter by David Garcia Quintas · 8 years ago
  59. 27f59af Unifying error handling within core by Craig Tiller · 8 years ago
  60. 12e111c Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  61. d312a0b Smarter pollset/pollset_set propagation by David Garcia Quintas · 8 years ago
  62. 165c62f Merge pull request #6183 from nicolasnoble/msys-support by Jan Tattermusch · 8 years ago
  63. 396f445 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  64. 12dfdc3 Change win32 file suffix by Yuchen Zeng · 8 years ago
  65. 7f0793a Updated load balancer proto to v1 by David Garcia Quintas · 8 years ago
  66. 7beea14 Merge github.com:grpc/grpc into strong-includes by Craig Tiller · 8 years ago
  67. 2a52203 Update boringssl to latest chromium-stable. by itessier · 8 years ago
  68. c4b18a5 Adding support for msys. by Nicolas "Pixel" Noble · 8 years ago
  69. 3ab2fe0 Rollup of changes from the latest import by Craig Tiller · 8 years ago
  70. 9885bff Factored out parse functions from sockaddr_resolver by David Garcia Quintas · 8 years ago
  71. 7d4f252 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  72. 03915e5 Sort out codegen dependencies by Craig Tiller · 8 years ago
  73. 862c8e9 Load Reporting hook and filter skeleton by David Garcia Quintas · 8 years ago
  74. f9d53bb Merge github.com:grpc/grpc into cleaner-posix3 by Craig Tiller · 8 years ago
  75. 0ea9fce Merge github.com:grpc/grpc into cleaner-posix3 by Craig Tiller · 8 years ago
  76. 0b54163 Fixing client_config init by Craig Tiller · 8 years ago
  77. f82ddc4 Nailing down dependencies better by Craig Tiller · 8 years ago
  78. d1697d9 Getting dependencies fixed up by Craig Tiller · 8 years ago
  79. b112f39 Move subchannel_call_holder by Craig Tiller · 8 years ago
  80. 0d2a0ae Merge github.com:grpc/grpc into cleaner-posix3 by Craig Tiller · 8 years ago
  81. 74071cd Merge branch 'subchannel_factory_create_lb_channel' of github.com:dgquintas/grpc into ccmerge by Craig Tiller · 8 years ago
  82. 414ee32 Merge branch 'master' of github.com:grpc/grpc into subchannel_factory_create_lb_channel by David Garcia Quintas · 8 years ago
  83. 1895835 Merge pull request #6042 from ctiller/optionalize_resolvers by Nicolas Noble · 8 years ago
  84. 895459e Merge github.com:grpc/grpc into optionalize_client_config by Craig Tiller · 8 years ago
  85. b48dda2 Merge branch 'master' into subchannel_factory_create_lb_channel by David G. Quintas · 8 years ago
  86. abcebb0 Merge pull request #5419 from ctiller/cleaner-posix2 by Nicolas Noble · 8 years ago
  87. 86fcfcc Merge branch 'master' of github.com:grpc/grpc into subchannel_factory_create_lb_channel by David Garcia Quintas · 8 years ago
  88. d4c9833 Reposition files to optionalize client_config system by Craig Tiller · 8 years ago
  89. 32775c4 Merge branch 'cleaner-posix2' into cleaner-posix3 by Craig Tiller · 8 years ago
  90. 4c43ed3 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  91. dfa160e Merge branch 'optionalize_census' into optionalize_resolvers by Craig Tiller · 8 years ago
  92. bbf85f4 Merge github.com:grpc/grpc into optionalize_census by Craig Tiller · 8 years ago
  93. 65938df Optionalize name resolvers by Craig Tiller · 8 years ago
  94. 31efd7e Merge github.com:grpc/grpc into copyright-fix by Craig Tiller · 8 years ago
  95. f8a519e Merge branch 'cleaner-posix2' into cleaner-posix3 by Craig Tiller · 8 years ago
  96. 8479c97 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  97. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  98. fcf7ad6 Renamed subchannel_factory to client_channel_factory. by David Garcia Quintas · 8 years ago
  99. 9557869 Merge branch 'optionalize_roundrobin' into optionalize_census by Craig Tiller · 8 years ago
  100. 943cdf9 Swap header/src into the right order by Craig Tiller · 8 years ago