1. 6758caa Advance versions from 1.0.0 to 1.0.1-pre1 by Muxi Yan · 8 years ago
  2. d1ca409 Updating ruby dependency on protobuf to 3.0.2. by Nicolas "Pixel" Noble · 8 years ago
  3. 055b920 Disabling header check for filegroups. by Nicolas "Pixel" Noble · 8 years ago
  4. 11cbb5b switch distribtests to use nugets generated by dotnet cli by Jan Tattermusch · 8 years ago
  5. 5bfcb5c fix copying data directory by Jan Tattermusch · 8 years ago
  6. e70f20b enable runing C# interop tests under coreclr by Jan Tattermusch · 8 years ago
  7. 6555499 add shutdownhook for CoreCLR by Jan Tattermusch · 8 years ago
  8. ca29914 allow building all nugets on linux by Jan Tattermusch · 8 years ago
  9. 35d2cff dont enumerate runtimes in project.json file by Jan Tattermusch · 8 years ago
  10. 7eb41a1 upgrade Moq to version that supports netstandard1.3 by Jan Tattermusch · 8 years ago
  11. 67b6ef4 cleanup of project.json files by Jan Tattermusch · 8 years ago
  12. d95ae37 update Protobuf to 3.0.0 in project.json projects by Jan Tattermusch · 8 years ago
  13. 4da4750 update Google.Apis.Auth to 1.16.0 for project.json projects by Jan Tattermusch · 8 years ago
  14. 14e2a56 php: error out if metadata key is not legal by Stanley Cheung · 8 years ago
  15. 8749c96 php: bump version by Stanley Cheung · 8 years ago
  16. 4a18c67 Move Podspecs to v1 by Jorge Canizales · 8 years ago
  17. d4df55e Update required protobuf version to v3.0.0 by Yuchen Zeng · 8 years ago
  18. 7e037f7 use CommandLineParser with CoreCLR support by Jan Tattermusch · 8 years ago
  19. f45dd74 Merge pull request #7660 from jtattermusch/google_apis_auth_coreclr by Jan Tattermusch · 8 years ago
  20. bac0078 Merge pull request #7696 from murgatroid99/makefile_remove_proto_warning by Nicolas Noble · 8 years ago
  21. f2c074a Updating build package C# scripts. by Nicolas "Pixel" Noble · 8 years ago
  22. 4e74104 Merge pull request #7682 from apolcyn/add_runtime_nodes_back_in_ga by Nicolas Noble · 8 years ago
  23. 9fd2143 Merge pull request #7578 from murgatroid99/ruby_dependency_update_proto_3 by Nicolas Noble · 8 years ago
  24. 54d8347 Merge pull request #7577 from murgatroid99/node_dependency_update by Nicolas Noble · 8 years ago
  25. a6624bb upgrade Google.Apis.Auth dependency to 0.15.0 by Jan Tattermusch · 8 years ago
  26. a3c5535 Remove use of verify-install target in Makefile by murgatroid99 · 8 years ago
  27. 4ce4583 Remove warning about protobuf 3.0.0+ from the Makefile by murgatroid99 · 8 years ago
  28. 7e8efc3 php: update package.xml by Stanley Cheung · 8 years ago
  29. 6bfe7da add all runtime nodes back into testing packages by Alexander Polcyn · 8 years ago
  30. 86e40c6 update templates to not include runtime sections in project.json by Alexander Polcyn · 8 years ago
  31. 82fd31a update nuget after installing in docker by Alexander Polcyn · 8 years ago
  32. a1c442a Merge remote-tracking branch 'upstream/v1.0.x' into node_dependency_update by murgatroid99 · 8 years ago
  33. baa8c31 Merge pull request #7580 from jtattermusch/netcore_nuget_to_rtm by Jan Tattermusch · 8 years ago
  34. 36d1540 use netcoreapp1.0 for executable projects by Jan Tattermusch · 8 years ago
  35. 660333a update project.json templates to RTM .NET core nugets by Jan Tattermusch · 8 years ago
  36. 3ed6697 Update ruby google-protobuf dependency to 3.0 by murgatroid99 · 8 years ago
  37. fcb5271 Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0 by murgatroid99 · 8 years ago
  38. 1617677 update to use new nuget client in tests by Alexander Polcyn · 8 years ago
  39. 526a9f9 php: cleanup for GA by Stanley Cheung · 8 years ago
  40. 78f0fd4 fix copyright by Stanley Cheung · 8 years ago
  41. fa1e4fa php: add php7 to jenkins basic and interop tests by Stanley Cheung · 8 years ago
  42. 99955ab php: remove protobuf-php clone hack by Stanley Cheung · 8 years ago
  43. 7b672f8 remove outdated php dockerfile dependency by Stanley Cheung · 8 years ago
  44. c0810ac node: fix health check package.json template by Stanley Cheung · 8 years ago
  45. 217c385 php: update composer.json by Stanley Cheung · 8 years ago
  46. 31399d2 php: update package.xml to 1.0.0RC2 by Stanley Cheung · 8 years ago
  47. 413d302 Merge pull request #7374 from kpayson64/python_health_check_rename by kpayson64 · 8 years ago
  48. 5e93d3f Merge pull request #7413 from jcanizales/p0-advance-versions-to-1 by makdharma · 8 years ago
  49. f8c4580 Commit as 1.0.0-pre1 so we can release already. by Jorge Canizales · 8 years ago
  50. dd24c1e Polish grpcio_health_checking package by Ken Payson · 8 years ago
  51. 854c167 We’re done with the underscore tags for good! by Jorge Canizales · 8 years ago
  52. 0f594e9 Write 100 times: “gRPC-Core.podspec is a template” by Jorge Canizales · 8 years ago
  53. 3fcd20f Overhaul how the native extension is found, loaded and used by Jon Skeet · 8 years ago
  54. b0d3395 Merge pull request #7384 from soltanmm/import-stallion by kpayson64 · 8 years ago
  55. febe791 php: fix interop tests breakage by Stanley Cheung · 8 years ago
  56. 3acddb2 Remove Python 'loader' hack by Masood Malekghassemi · 8 years ago
  57. 67bccfe php: prepare for GA release by Stanley Cheung · 8 years ago
  58. 5dcb89b Merge branch 'release-0_15' into v1.0.x by Nicolas "Pixel" Noble · 8 years ago
  59. 4150e9e gRPC.podspec shouldn't be a template anymore. by Nicolas "Pixel" Noble · 8 years ago
  60. 1c41c29 Merge branch 'release-0_15' into upmerge-master by Nicolas "Pixel" Noble · 8 years ago
  61. c52e1c2 Merge branch 'release-0_14' into release-0_15 by Nicolas "Pixel" Noble · 8 years ago
  62. a56c9da Updated composer.json.template by Ken Payson · 8 years ago
  63. 7126163 Merge pull request #7235 from tberghammer/cmake-protobuf by Nicolas Noble · 8 years ago
  64. 8444f2f Merge pull request #7195 from soltanmm/winfix by kpayson64 · 8 years ago
  65. 2d5f853 Merge pull request #7203 from murgatroid99/node_separate_health_check by Nicolas Noble · 8 years ago
  66. 586e383 Make Python build standalone on Windows by Masood Malekghassemi · 8 years ago
  67. 5a412cf Merge pull request #7219 from jcanizales/merge-0.14-into-master by makdharma · 8 years ago
  68. dcca468 Merge pull request #6791 from soltanmm/pain by kpayson64 · 8 years ago
  69. a72712e Remove gmock protobuf dependency from cmake build by Tamas Berghammer · 8 years ago
  70. 77e8b71 Merge pull request #7210 from ctiller/no-more-zookeeper by Nicolas Noble · 8 years ago
  71. 60fec9e Merge master into merge-0.14-into-master by Jorge Canizales · 8 years ago
  72. b360c8a Regenerating project files, and adding experimental disclaimer. by Nicolas "Pixel" Noble · 8 years ago
  73. 955b95d Merge remote-tracking branch 'google/master' into contrib-cmake by Nicolas "Pixel" Noble · 8 years ago
  74. eda85c6 Expunge all references to zookeeper by Craig Tiller · 8 years ago
  75. ac586ba Remove tox by Masood Malekghassemi · 8 years ago
  76. 1ff429d Organize Python tests to use grpcio-tools directly by Masood Malekghassemi · 8 years ago
  77. 356758a Split Node health check code into a separate package and make it use static codegen by murgatroid99 · 8 years ago
  78. c93d6a6 Merge master into merge-0.14-into-master by Jorge Canizales · 8 years ago
  79. 0a5d60c Merge pull request #7155 from stanley-cheung/php-fix-call-destroy by Jan Tattermusch · 8 years ago
  80. 6f7f00b php: update package.xml by Stanley Cheung · 8 years ago
  81. 2cb69ad php: update package.xml by Stanley Cheung · 8 years ago
  82. 3f594c1 using shared option for Version.cs leaks it to nuget file by Jan Tattermusch · 8 years ago
  83. 103cd6d fix files/mappings in Grpc.Core nuget by Jan Tattermusch · 8 years ago
  84. 2c084ee build experimental nugets with dotnet CLI by Jan Tattermusch · 8 years ago
  85. cc074d9 Divide gRPC-Core in Interface & Impl subspecs by Jorge Canizales · 8 years ago
  86. 714d3fc BoringSSL: move podspec to v4 by Jorge Canizales · 8 years ago
  87. eb8bfc6 modify templates to sign C# coreclr projects and generate xmlDoc by Jan Tattermusch · 8 years ago
  88. ecd2b0e share Version.cs among all project.json projects by Jan Tattermusch · 8 years ago
  89. b6960d0 switch CoreCLR to preview2 by Jan Tattermusch · 8 years ago
  90. cfce066 Merge pull request #6104 from jtattermusch/coreclr_support by Jan Tattermusch · 8 years ago
  91. df6a44c Improve the generated cmake build files by Tamas Berghammer · 8 years ago
  92. f8bbe72 Make src/node/tools/package.json consistent with its template by murgatroid99 · 8 years ago
  93. 939e9ca use template to generate project.json files by Jan Tattermusch · 8 years ago
  94. d798a7d Generate a simple cmake build file by Tamas Berghammer · 8 years ago
  95. 53018e4 Merge pull request #6954 from dgquintas/protoc_include_path by Nicolas Noble · 8 years ago
  96. 39ec1cb add csharp CoreCLR docker image by Jan Tattermusch · 8 years ago
  97. ddf694c Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  98. e68ed6f Added third_party/protobuf/src to protoc's include path by David Garcia Quintas · 8 years ago
  99. f6e2cb7 Merge pull request #6902 from sreecha/php_stress_test by Jan Tattermusch · 8 years ago
  100. 8b79fde Disable ccache for clang-3.4 on Ubuntu 14.04 as this is not currently working. by Vijay Pai · 8 years ago