1. 48d833a Merge pull request #6214 from makdharma/master by Nicolas Noble · 8 years ago
  2. d5d8f8f Added all transitive header dependencies in build.yaml to fix the failing check. by Makarand Dharmapurikar · 8 years ago
  3. 274bcc8 Added dummy cronet api implementation so we can build on Jenkins. by Makarand Dharmapurikar · 8 years ago
  4. 80721b2 Merge branch 'master' of github.com:grpc/grpc into codegen_remove_proto by David Garcia Quintas · 8 years ago
  5. 165c62f Merge pull request #6183 from nicolasnoble/msys-support by Jan Tattermusch · 8 years ago
  6. 1b2db63 Moved protos out of core_codegen interface by David Garcia Quintas · 8 years ago
  7. 9a16376 php: prepare for release 0.14 by Stanley Cheung · 8 years ago
  8. 7beea14 Merge github.com:grpc/grpc into strong-includes by Craig Tiller · 8 years ago
  9. dde6dfb Merge pull request #5958 from deepaklukose/skip_client_cert_verification by Jan Tattermusch · 8 years ago
  10. 2a52203 Update boringssl to latest chromium-stable. by itessier · 8 years ago
  11. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 8 years ago
  12. c4b18a5 Adding support for msys. by Nicolas "Pixel" Noble · 8 years ago
  13. 3ab2fe0 Rollup of changes from the latest import by Craig Tiller · 8 years ago
  14. 9885bff Factored out parse functions from sockaddr_resolver by David Garcia Quintas · 8 years ago
  15. 03915e5 Sort out codegen dependencies by Craig Tiller · 8 years ago
  16. 0b54163 Fixing client_config init by Craig Tiller · 8 years ago
  17. f82ddc4 Nailing down dependencies better by Craig Tiller · 8 years ago
  18. d1697d9 Getting dependencies fixed up by Craig Tiller · 8 years ago
  19. b112f39 Move subchannel_call_holder by Craig Tiller · 8 years ago
  20. 74071cd Merge branch 'subchannel_factory_create_lb_channel' of github.com:dgquintas/grpc into ccmerge by Craig Tiller · 8 years ago
  21. 895459e Merge github.com:grpc/grpc into optionalize_client_config by Craig Tiller · 8 years ago
  22. b48dda2 Merge branch 'master' into subchannel_factory_create_lb_channel by David G. Quintas · 8 years ago
  23. abcebb0 Merge pull request #5419 from ctiller/cleaner-posix2 by Nicolas Noble · 8 years ago
  24. 3e94de1 Merge branch 'optionalize_resolvers' into optionalize_client_config by Craig Tiller · 8 years ago
  25. f057796 Merge branch 'optionalize_census' into optionalize_resolvers by Craig Tiller · 8 years ago
  26. 86fcfcc Merge branch 'master' of github.com:grpc/grpc into subchannel_factory_create_lb_channel by David Garcia Quintas · 8 years ago
  27. fe2ef9b Remove removed file from build.yaml by Craig Tiller · 8 years ago
  28. d4c9833 Reposition files to optionalize client_config system by Craig Tiller · 8 years ago
  29. 65938df Optionalize name resolvers by Craig Tiller · 8 years ago
  30. 8479c97 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  31. 60aa840 Remove removed files from build.yaml by Craig Tiller · 8 years ago
  32. fcf7ad6 Renamed subchannel_factory to client_channel_factory. by David Garcia Quintas · 8 years ago
  33. 9557869 Merge branch 'optionalize_roundrobin' into optionalize_census by Craig Tiller · 8 years ago
  34. 943cdf9 Swap header/src into the right order by Craig Tiller · 8 years ago
  35. ad46ecf Merge branch 'optionalize_roundrobin' into optionalize_census by Craig Tiller · 8 years ago
  36. 796474c Move proto code under ext/.../grpclb by Craig Tiller · 8 years ago
  37. 8f8e9f9 Build Census as a grpc plugin by Craig Tiller · 8 years ago
  38. fb43385 Make plugin registries work by Craig Tiller · 8 years ago
  39. 023caf1 Refactor build to have lb policies as extensions by Craig Tiller · 8 years ago
  40. d335945 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  41. 14e0d98 Begin optionalizing lb policies: initial code movement by Craig Tiller · 8 years ago
  42. 8a03448 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  43. 44cc10b Add uses clauses to filegroups to ease dependency management by Craig Tiller · 8 years ago
  44. f0555b3 Declare filegroups for chttp2 by Craig Tiller · 8 years ago
  45. c7762a8 Move chttp2 related files under ext/ by Craig Tiller · 8 years ago
  46. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago
  47. 8ce3b1a Merge pull request #5383 from miselin/add_request_parsing by Jan Tattermusch · 8 years ago
  48. f1050f6 Merge pull request #5755 from ahedberg/unix_sockets_optional by Jan Tattermusch · 8 years ago
  49. 1824f05 Add HTTP request parsing. by Matthew Iselin · 8 years ago
  50. fb349b9 removed uchannels by David Garcia Quintas · 8 years ago
  51. 59743d6 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  52. 43df295 add unix_sockets_posix module to build system and fix compilation errors by ahedberg · 8 years ago
  53. 6c59e16 Merge github.com:grpc/grpc into filter-selection by Craig Tiller · 8 years ago
  54. 40d34bf Merge github.com:grpc/grpc into filter-selection by Craig Tiller · 8 years ago
  55. 0239ba8 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  56. 36bf4d5 Merge github.com:grpc/grpc into backoff_lib by Craig Tiller · 8 years ago
  57. e8fb852 Massaging that pull request. by Nicolas "Pixel" Noble · 8 years ago
  58. 5ee157c Merge github.com:grpc/grpc into backoff_lib by Craig Tiller · 8 years ago
  59. 7cd6ed7 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  60. 121e7a9 Merge github.com:grpc/grpc into filter-selection by Craig Tiller · 8 years ago
  61. cd21266 Merge branch 'master' of github.com:grpc/grpc into codegen_lib by David Garcia Quintas · 8 years ago
  62. c72cc42 Build out backoff as a library by Craig Tiller · 8 years ago
  63. 5709e93 remove stale src/php/ext/grpc/README.md by Stanley Cheung · 8 years ago
  64. 4560bda Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  65. 41cb61d Merge github.com:grpc/grpc into filter-selection by Craig Tiller · 8 years ago
  66. a9d0629 Merge branch 'codegen_proto_utils_fix' into codegen_lib by David Garcia Quintas · 8 years ago
  67. a91a5db sync php with core version; by Stanley Cheung · 8 years ago
  68. df1e05a Simplify PHP installation by Stanley Cheung · 8 years ago
  69. 5a9d7d2 Merge github.com:grpc/grpc into filter-selection by Craig Tiller · 8 years ago
  70. a0a63c7 Merge branch 'hide-the-pollset-set' into cleaner-posix2 by Craig Tiller · 8 years ago
  71. 8be2278 Merge branch 'hide-the-pollset-set' into cleaner-posix2 by Craig Tiller · 8 years ago
  72. 16f47b0 Running project generation. by Julien Boeuf · 8 years ago
  73. 74b5b7e Merge pull request #5407 from stanley-cheung/fix-php-mac-pecl-package by Jan Tattermusch · 8 years ago
  74. a75d18a Make out private bits private by Craig Tiller · 8 years ago
  75. 07eb5b0 Remove pollset_set_posix.c by Craig Tiller · 8 years ago
  76. 7204010 Fixing format and copyright. by Nicolas "Pixel" Noble · 8 years ago
  77. 80db5be fix bug with pecl install on mac by Stanley Cheung · 8 years ago
  78. 560c901 Faster code generation by Craig Tiller · 8 years ago
  79. bf74d69 fix php artifact name and update config.m4 template by Stanley Cheung · 8 years ago
  80. 5adb71f php: simplify installation by Stanley Cheung · 8 years ago