1. 7551fa6 Merge github.com:grpc/grpc into one-pass by Craig Tiller · 10 years ago
  2. fd2bf67 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 10 years ago
  3. 96de484 Add the new header to build.json and regenerate projects by Yang Gao · 10 years ago
  4. f0ebc99 Merge github.com:grpc/grpc into one-pass by Craig Tiller · 10 years ago
  5. 23be280 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 10 years ago
  6. 010f1e7 More work in not having to compile OpenSSL. by Nicolas "Pixel" Noble · 10 years ago
  7. 924874e Merge github.com:google/grpc into one-pass by Craig Tiller · 10 years ago
  8. c43b345 Post merge cleanup. by Nicolas "Pixel" Noble · 10 years ago
  9. 6ad62a7 Merge github.com:grpc/grpc into one-pass by Craig Tiller · 10 years ago
  10. 2b1f7a9 Merge github.com:google/grpc into batch-metadata by Craig Tiller · 10 years ago
  11. 77979b0 Merge branch 'batch-metadata' of github.com:ctiller/grpc into one-pass by Craig Tiller · 10 years ago
  12. 83f88d9 stuff by Craig Tiller · 10 years ago
  13. 062db02 Merge github.com:google/grpc into batch-metadata by Craig Tiller · 10 years ago
  14. c6d5f10 enabling creation of nuget package for grpc_csharp_ext by Jan Tattermusch · 10 years ago
  15. 65c2020 fix typo in vcxproj template by Jan Tattermusch · 10 years ago
  16. 5508c2c fixed grammar in readme by Jan Tattermusch · 10 years ago
  17. 5566d6d tiny fixups by Jan Tattermusch · 10 years ago
  18. 87d621b fixes to Grpc.mak by Jan Tattermusch · 10 years ago
  19. d169d60 updated README by Jan Tattermusch · 10 years ago
  20. 87ac31e allow building vcxproj files separately using msbuild by Jan Tattermusch · 10 years ago
  21. e824359 fixes to run_tests.py to at least start building tests on Windows by Jan Tattermusch · 10 years ago
  22. 789e7ae updated version of nuget packages used in Grpc.mak by Jan Tattermusch · 10 years ago
  23. 867ada1 regenerated Grpc.mak by Jan Tattermusch · 10 years ago
  24. d2a3845 remove what's left from vs2010 and vs2013 directories by Jan Tattermusch · 10 years ago
  25. 33c424a small fixes in README.md by Jan Tattermusch · 10 years ago
  26. f6f6fdb start using grpc.dependencies.openssl and grpc.dependencies.zlib nuget packages by Jan Tattermusch · 10 years ago
  27. b5bf574 regenerated project files by Jan Tattermusch · 10 years ago
  28. 8ff00a3 big refactoring of visual studio projects, started using nuget dependencies. by Jan Tattermusch · 10 years ago
  29. c8a2299 Merge github.com:grpc/grpc into batch-metadata by Craig Tiller · 10 years ago
  30. 7d1d9ca Refactoring of core security to remove the factories. by Julien Boeuf · 10 years ago
  31. 4e99edb Kill transport end2end tests: not useful by Craig Tiller · 10 years ago
  32. 6902ad2 Switching to batch oriented metadata passing by Craig Tiller · 10 years ago
  33. 83df2c3 Merge branch 'master' of git://github.com/vjpai/grpc into timers by Vijay Pai · 10 years ago
  34. a45c93e Visual Studio build files by Vijay Pai · 10 years ago
  35. d180e03 Update build files by Craig Tiller · 10 years ago
  36. 0a94998 Merge github.com:grpc/grpc into windows-fixes by Craig Tiller · 10 years ago
  37. 30cb596 Merge pull request #1249 from ctiller/tls by Nicolas Noble · 10 years ago
  38. b7c2035 Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 10 years ago
  39. 27a0dc0 Adjusting build.json. by Nicolas "Pixel" Noble · 10 years ago
  40. fa4549d Add missing public headers by Yang Gao · 10 years ago
  41. 8cca9ab Thread local storage for grpc by Craig Tiller · 10 years ago
  42. 1d2240c Have the secure credentials in separate header files. by Julien Boeuf · 10 years ago
  43. 34cf2f3 Begin port selection code for windows by Craig Tiller · 10 years ago
  44. fef0c2d Dont build uninteresting tests on Windows by Craig Tiller · 10 years ago
  45. b25c90d Add endpoint_pair_windows.c by Craig Tiller · 10 years ago
  46. c3d5f16 Ensure OUT_DIR created by Craig Tiller · 10 years ago
  47. f5a7c8b Make Grpc.mak more useful for run_tests.py by Craig Tiller · 10 years ago
  48. d81684f Merge branch 'master' of github.com:google/grpc into the-purge by Nicolas "Pixel" Noble · 10 years ago
  49. ff2828b Rewriting mutex, condition_variable, and thread. by Nicolas "Pixel" Noble · 10 years ago
  50. 91647cc Adding joinable threads, and gpr_thd_join. by Nicolas Noble · 10 years ago
  51. ad1d7d9 Actually removing shared project files now. by Nicolas "Pixel" Noble · 10 years ago
  52. 1fa0c08 Merge pull request #1173 from nicolasnoble/vs2010 by Jan Tattermusch · 10 years ago
  53. a727fe2 Created Visual Studio 2010 project files. by Nicolas "Pixel" Noble · 10 years ago
  54. 7eb76cc make target of port.c depend on test_config by Yang Gao · 10 years ago
  55. 929481e add missing header into build.json and regenerate project by Yang Gao · 10 years ago
  56. 48bbd00 merge upstream and resolve conflict by Yang Gao · 10 years ago
  57. 3c10ee4 Merge pull request #989 from murgatroid99/core_start_batch_trace by Nicolas Noble · 10 years ago
  58. 710b6a4 Added a few more missing files and re-generated project files. by Nicolas "Pixel" Noble · 10 years ago
  59. 51f5b91 Adding missing public files to build.json, and re-generating all project files. by Nicolas "Pixel" Noble · 10 years ago
  60. 5e36d0d Merge pull request #1093 from nicolasnoble/windows by Jan Tattermusch · 10 years ago
  61. cfd6073 Various Windows fixes. by Nicolas Noble · 10 years ago
  62. b072a4f Adding MSVC's grpc++ project file. by Nicolas "Pixel" Noble · 10 years ago
  63. d47946b Added batch GRPC_TRACE option to trace calls to grpc_call_start_batch by murgatroid99 · 10 years ago
  64. 01ea61e Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  65. faa8480 Tracer registration. by Craig Tiller · 10 years ago
  66. 29f1314 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  67. 9fff77e Addressing comments. by Julien Boeuf · 10 years ago
  68. e8eb8a4 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  69. 74ae8f6 Merge pull request #710 from jboeuf/default_google_creds by Craig Tiller · 10 years ago
  70. c66f2a8 Addressing iniitial feedback. by Julien Boeuf · 10 years ago
  71. e2b6018 Merge pull request #654 from ctiller/copyright by Tim Emiola · 10 years ago
  72. 42bc87c Update C++ server with new core API by Craig Tiller · 10 years ago
  73. 759026c Server API simplification by Craig Tiller · 10 years ago
  74. cd9b1c8 Added support for default credentials. by Julien Boeuf · 10 years ago
  75. f26f219 Merge pull request #704 from ctiller/interop3 by Yang Gao · 10 years ago
  76. b8f5f1b Re-generated project files. by Nicolas "Pixel" Noble · 10 years ago
  77. 8883e94 Merge pull request #703 from nicolasnoble/win32 by Craig Tiller · 10 years ago
  78. fe8af4e Rename interop_test.c --> interop_test.cc by Craig Tiller · 10 years ago
  79. c5b9692 Merge pull request #641 from jboeuf/jwt_id_token by Yang Gao · 10 years ago
  80. 94964fd Fixing Windows port. by Nicolas "Pixel" Noble · 10 years ago
  81. 1f0d58d Merge branch 'master' of github.com:google/grpc into unsecure-fix by Nicolas "Pixel" Noble · 10 years ago
  82. dda049c Various MacOS build fixes. by Nicolas "Pixel" Noble · 10 years ago
  83. 6e7c622 Add a facility to control tracing without recompiling by Craig Tiller · 10 years ago
  84. d7f3335 Makefile cleanup by Craig Tiller · 10 years ago
  85. ab37138 Update year by Craig Tiller · 10 years ago
  86. 1bc21a4 Removing the hardcoded SSL roots. by Julien Boeuf · 10 years ago
  87. c9a53f9 Merge pull request #606 from yang-g/roots by Craig Tiller · 10 years ago
  88. 6ce372c Add copyrights to docker files, makefiles by Craig Tiller · 10 years ago
  89. 16a6ea6 Ensure interop tests are run as part of run_tests by Craig Tiller · 10 years ago
  90. 25380de Adding tool for generating JWTs on the command line. by Julien Boeuf · 10 years ago
  91. f8e297a Added protoc plugin for Python GRPC. by Masood Malekghassemi · 10 years ago
  92. 0d1e2f2 remove prod_roots_certs.c since it is not used anywhere by Yang Gao · 10 years ago
  93. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  94. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  95. 35108f6 Allow grpc_init to be called multiple times by Craig Tiller · 10 years ago
  96. 64d10c1 added zlib and openssl dependencies by Jan Tattermusch · 10 years ago
  97. a2ad558 polishing of Grpc.mak by Jan Tattermusch · 10 years ago
  98. eca6547 added some more non-test targets to Grpc.mak by Jan Tattermusch · 10 years ago
  99. d5b076a improving makefile for Windows by Jan Tattermusch · 10 years ago
  100. 32647c8 added make.bat helper by Jan Tattermusch · 10 years ago