1. 7a29098 Send RST_STREAM when closing from the server without getting a client half-close first by Craig Tiller · 9 years ago
  2. eadd9a3 Add testing for GRPC_TRACE by Craig Tiller · 9 years ago
  3. 946e1a5 Actually removing grpc_http.h from build.json. by Nicolas "Pixel" Noble · 9 years ago
  4. cc1c37c Merge pull request #1630 from jtattermusch/nuget_adjustments by Tim Emiola · 9 years ago
  5. 73d7fab some nuget packaging adjustments by Jan Tattermusch · 9 years ago
  6. fff495e Fix test, readd it to build by Craig Tiller · 9 years ago
  7. 9aaa1b6 Merge pull request #1617 from ctiller/force-a-crash-but-then-dont-crash by Nicolas Noble · 9 years ago
  8. 685f1e6 Add header to build.json by Craig Tiller · 9 years ago
  9. ee210ab GPR_ASSERT is not an expression by Craig Tiller · 9 years ago
  10. c21a809 Add subprocess GPR API by Craig Tiller · 9 years ago
  11. 7de4d10 fixing nits by Jan Tattermusch · 9 years ago
  12. 8f8c053 Update readme for building nuget package by Jan Tattermusch · 9 years ago
  13. 3bc8ba9 bumped version of grpc.native.csharp_ext package by Jan Tattermusch · 9 years ago
  14. 0fff02c Merge pull request #1472 from ctiller/bye-bye-completion-queue-pie by Yang Gao · 9 years ago
  15. e144536 Various Win32 fixes and improvements. by Nicolas Noble · 9 years ago
  16. 5b9e743 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  17. f7670f3 Clean out old code by Craig Tiller · 9 years ago
  18. 532eb41 Properly naming grpc++_unsecure project. by Nicolas "Pixel" Noble · 9 years ago
  19. 18938cd Merge branch 'master' of github.com:grpc/grpc into generate-test-projects by Nicolas "Pixel" Noble · 9 years ago
  20. 2e36393 Making the gRPC C tests building under Windows. by Nicolas Noble · 9 years ago
  21. 7bf5092 Adding grpc++_unsecure project file, and adding better support for test projects. by Nicolas "Pixel" Noble · 9 years ago
  22. d7f768b Addressing comments. by Julien Boeuf · 9 years ago
  23. 9f218dd Adding support for per call credentials in core. by Julien Boeuf · 9 years ago
  24. 93ec371 Enable test that got forgotten by Craig Tiller · 9 years ago
  25. 3d3d632 merge with head by Yang Gao · 9 years ago
  26. 26839c7 Add a c test for max message length by Yang Gao · 9 years ago
  27. 434a36b Add test for >16777215 sequence numbered streams by Craig Tiller · 9 years ago
  28. df3c6c5 Adding property sheets for OpenSSL and zlib's NuGet packages. by Nicolas "Pixel" Noble · 9 years ago
  29. 26dfbb2 Merge branch 'fix-windows-tests' into delete-the-old-api by Craig Tiller · 9 years ago
  30. 74bbc41 Ensure all unsecure tests are built on Windows by Craig Tiller · 9 years ago
  31. 48373df Merge github.com:grpc/grpc into delete-the-old-api by Craig Tiller · 9 years ago
  32. 0ced984 Kill echo test by Craig Tiller · 9 years ago
  33. 5f9f455 Merge remote-tracking branch 'upstream/master' into stap by David Garcia Quintas · 9 years ago
  34. 45d54e4 Merge remote-tracking branch 'upstream/master' into stap by David Garcia Quintas · 9 years ago
  35. 8954e90 Integration of Systemtap (STAP) for profiling. by David Garcia Quintas · 9 years ago
  36. a0f666a Merge github.com:grpc/grpc into delete-the-old-api by Craig Tiller · 9 years ago
  37. 4354a8e Merge github.com:grpc/grpc into one-pass by Craig Tiller · 9 years ago
  38. 5fb4ba0 Updating the templates to create win64 projects. by Nicolas "Pixel" Noble · 9 years ago
  39. 8ff2459 add Windows x64 (WIN64) mode and make buildable on MSVC by zeliard · 9 years ago
  40. 179be50 merge VS solutions file from upstream master by zeliard · 9 years ago
  41. 04ddd8c fix expression bug on socket creation failure (fd<0 is always false because fd is unsigned and Windows returns ~0 (-1) on socket failure) by zeliard · 9 years ago
  42. 7551fa6 Merge github.com:grpc/grpc into one-pass by Craig Tiller · 9 years ago
  43. fd2bf67 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  44. 96de484 Add the new header to build.json and regenerate projects by Yang Gao · 9 years ago
  45. f0ebc99 Merge github.com:grpc/grpc into one-pass by Craig Tiller · 9 years ago
  46. 23be280 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  47. 2cade59 Merge branch 'master' of https://github.com/grpc/grpc by zeliard · 9 years ago
  48. 201d303 add nuget info by zeliard · 9 years ago
  49. 010f1e7 More work in not having to compile OpenSSL. by Nicolas "Pixel" Noble · 9 years ago
  50. 924874e Merge github.com:google/grpc into one-pass by Craig Tiller · 9 years ago
  51. c43b345 Post merge cleanup. by Nicolas "Pixel" Noble · 9 years ago
  52. 6ad62a7 Merge github.com:grpc/grpc into one-pass by Craig Tiller · 9 years ago
  53. 2b1f7a9 Merge github.com:google/grpc into batch-metadata by Craig Tiller · 9 years ago
  54. 77979b0 Merge branch 'batch-metadata' of github.com:ctiller/grpc into one-pass by Craig Tiller · 9 years ago
  55. 292adfe fix MSVC solution build-able on x64 mode (remove _USE_32BIT_TIME_T) by zeliard · 9 years ago
  56. 83f88d9 stuff by Craig Tiller · 9 years ago
  57. 062db02 Merge github.com:google/grpc into batch-metadata by Craig Tiller · 9 years ago
  58. c6d5f10 enabling creation of nuget package for grpc_csharp_ext by Jan Tattermusch · 9 years ago
  59. 65c2020 fix typo in vcxproj template by Jan Tattermusch · 9 years ago
  60. 5508c2c fixed grammar in readme by Jan Tattermusch · 9 years ago
  61. 5566d6d tiny fixups by Jan Tattermusch · 9 years ago
  62. 87d621b fixes to Grpc.mak by Jan Tattermusch · 9 years ago
  63. d169d60 updated README by Jan Tattermusch · 9 years ago
  64. 87ac31e allow building vcxproj files separately using msbuild by Jan Tattermusch · 9 years ago
  65. e824359 fixes to run_tests.py to at least start building tests on Windows by Jan Tattermusch · 9 years ago
  66. 789e7ae updated version of nuget packages used in Grpc.mak by Jan Tattermusch · 9 years ago
  67. 867ada1 regenerated Grpc.mak by Jan Tattermusch · 9 years ago
  68. d2a3845 remove what's left from vs2010 and vs2013 directories by Jan Tattermusch · 9 years ago
  69. 33c424a small fixes in README.md by Jan Tattermusch · 9 years ago
  70. f6f6fdb start using grpc.dependencies.openssl and grpc.dependencies.zlib nuget packages by Jan Tattermusch · 9 years ago
  71. b5bf574 regenerated project files by Jan Tattermusch · 9 years ago
  72. 8ff00a3 big refactoring of visual studio projects, started using nuget dependencies. by Jan Tattermusch · 9 years ago
  73. c8a2299 Merge github.com:grpc/grpc into batch-metadata by Craig Tiller · 9 years ago
  74. 7d1d9ca Refactoring of core security to remove the factories. by Julien Boeuf · 9 years ago
  75. 4e99edb Kill transport end2end tests: not useful by Craig Tiller · 9 years ago
  76. 6902ad2 Switching to batch oriented metadata passing by Craig Tiller · 9 years ago
  77. 83df2c3 Merge branch 'master' of git://github.com/vjpai/grpc into timers by Vijay Pai · 9 years ago
  78. a45c93e Visual Studio build files by Vijay Pai · 9 years ago
  79. d180e03 Update build files by Craig Tiller · 9 years ago
  80. 0a94998 Merge github.com:grpc/grpc into windows-fixes by Craig Tiller · 9 years ago
  81. 30cb596 Merge pull request #1249 from ctiller/tls by Nicolas Noble · 9 years ago
  82. b7c2035 Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  83. 27a0dc0 Adjusting build.json. by Nicolas "Pixel" Noble · 9 years ago
  84. fa4549d Add missing public headers by Yang Gao · 9 years ago
  85. 8cca9ab Thread local storage for grpc by Craig Tiller · 9 years ago
  86. 1d2240c Have the secure credentials in separate header files. by Julien Boeuf · 9 years ago
  87. 34cf2f3 Begin port selection code for windows by Craig Tiller · 9 years ago
  88. fef0c2d Dont build uninteresting tests on Windows by Craig Tiller · 9 years ago
  89. b25c90d Add endpoint_pair_windows.c by Craig Tiller · 9 years ago
  90. c3d5f16 Ensure OUT_DIR created by Craig Tiller · 9 years ago
  91. f5a7c8b Make Grpc.mak more useful for run_tests.py by Craig Tiller · 9 years ago
  92. d81684f Merge branch 'master' of github.com:google/grpc into the-purge by Nicolas "Pixel" Noble · 9 years ago
  93. ff2828b Rewriting mutex, condition_variable, and thread. by Nicolas "Pixel" Noble · 9 years ago
  94. 91647cc Adding joinable threads, and gpr_thd_join. by Nicolas Noble · 9 years ago
  95. ad1d7d9 Actually removing shared project files now. by Nicolas "Pixel" Noble · 9 years ago
  96. 1fa0c08 Merge pull request #1173 from nicolasnoble/vs2010 by Jan Tattermusch · 9 years ago
  97. a727fe2 Created Visual Studio 2010 project files. by Nicolas "Pixel" Noble · 9 years ago
  98. 7eb76cc make target of port.c depend on test_config by Yang Gao · 9 years ago
  99. 929481e add missing header into build.json and regenerate project by Yang Gao · 9 years ago
  100. 48bbd00 merge upstream and resolve conflict by Yang Gao · 9 years ago