1. 010f1e7 More work in not having to compile OpenSSL. by Nicolas "Pixel" Noble · 9 years ago
  2. b4b185c Merge pull request #1339 from nicolasnoble/template-doc by Craig Tiller · 9 years ago
  3. 2b1f7a9 Merge github.com:google/grpc into batch-metadata by Craig Tiller · 9 years ago
  4. 8512fba Adding some documentation about the build/template system. by Nicolas "Pixel" Noble · 9 years ago
  5. 1895b4a Merge pull request #1325 from jtattermusch/grpc_nuget by Tim Emiola · 9 years ago
  6. 062db02 Merge github.com:google/grpc into batch-metadata by Craig Tiller · 9 years ago
  7. d49893d Adding a helpful warning message on top of the Makefile and BUILD file. by Nicolas "Pixel" Noble · 9 years ago
  8. 65c2020 fix typo in vcxproj template by Jan Tattermusch · 9 years ago
  9. 87d621b fixes to Grpc.mak by Jan Tattermusch · 9 years ago
  10. 789e7ae updated version of nuget packages used in Grpc.mak by Jan Tattermusch · 9 years ago
  11. f6f6fdb start using grpc.dependencies.openssl and grpc.dependencies.zlib nuget packages by Jan Tattermusch · 9 years ago
  12. b5bf574 regenerated project files by Jan Tattermusch · 9 years ago
  13. 8ab4538 introduced packages.include by Jan Tattermusch · 9 years ago
  14. 8ff00a3 big refactoring of visual studio projects, started using nuget dependencies. by Jan Tattermusch · 9 years ago
  15. c8a2299 Merge github.com:grpc/grpc into batch-metadata by Craig Tiller · 9 years ago
  16. 736bd65 Avoid generating libs for unknown types. by Yang Gao · 9 years ago
  17. 6902ad2 Switching to batch oriented metadata passing by Craig Tiller · 9 years ago
  18. 5fa5042 Merge pull request #1267 from vjpai/timers by Craig Tiller · 9 years ago
  19. f441121 Merge pull request #1272 from yang-g/interop by Nicolas Noble · 9 years ago
  20. b0b518e Further refactor interop_client and server to libraries by Yang Gao · 9 years ago
  21. 83df2c3 Merge branch 'master' of git://github.com/vjpai/grpc into timers by Vijay Pai · 9 years ago
  22. bc17113 Allow a build config called CONFIG=latprof that defines the appropriate by Vijay Pai · 9 years ago
  23. 0a94998 Merge github.com:grpc/grpc into windows-fixes by Craig Tiller · 9 years ago
  24. 3c0ba0c Extend bazel BUILD file to build all the C/C++ libraries as well as by Ming Zhao · 9 years ago
  25. da0bebc Merge pull request #1246 from tbetbetbe/grpc_tools_makefile_update_install_lns by Michael Lumish · 9 years ago
  26. 820e3d6 Fixes the Makefile template to link .so.<MAJOR_VERSION> by Tim Emiola · 9 years ago
  27. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 9 years ago
  28. fef0c2d Dont build uninteresting tests on Windows by Craig Tiller · 9 years ago
  29. 0ff7e69 Better defaulting of attributes by Craig Tiller · 9 years ago
  30. d625d81 Allow restricting platforms for certain tests by Craig Tiller · 9 years ago
  31. c3d5f16 Ensure OUT_DIR created by Craig Tiller · 9 years ago
  32. f5a7c8b Make Grpc.mak more useful for run_tests.py by Craig Tiller · 9 years ago
  33. d1be74f Enable dylib installation on MacOS by Masood Malekghassemi · 9 years ago
  34. d81684f Merge branch 'master' of github.com:google/grpc into the-purge by Nicolas "Pixel" Noble · 9 years ago
  35. ff2828b Rewriting mutex, condition_variable, and thread. by Nicolas "Pixel" Noble · 9 years ago
  36. ad1d7d9 Actually removing shared project files now. by Nicolas "Pixel" Noble · 9 years ago
  37. a4b0909 Merge pull request #1180 from vjpai/perf-0402 by Yang Gao · 9 years ago
  38. dc7110f Add new CONFIG for building with mutrace by Vijay Pai · 9 years ago
  39. a727fe2 Created Visual Studio 2010 project files. by Nicolas "Pixel" Noble · 9 years ago
  40. f6edf68 Early support for Bazel. by Nicolas "Pixel" Noble · 9 years ago
  41. 43c5fe6 Merge pull request #1094 from nicolasnoble/msys2-makefile by David Klempner · 9 years ago
  42. 1c0f54a Merge pull request #1092 from nicolasnoble/msvc-c++ by Jan Tattermusch · 9 years ago
  43. f868118 Better support for msys2. by Nicolas Noble · 9 years ago
  44. 051a28f Implements #276 by Nicolas "Pixel" Noble · 9 years ago
  45. 7c1c7e8 Using cc and c++ instead of gcc and g++. by Nicolas "Pixel" Noble · 9 years ago
  46. e758ed1 Trying to make the MacOS experience better by removing various spurious messages, and increasing coverage of library paths. by Nicolas "Pixel" Noble · 9 years ago
  47. 716b5fe Disabling installing shared libraries under MacOS for the time being. by Nicolas "Pixel" Noble · 9 years ago
  48. b072a4f Adding MSVC's grpc++ project file. by Nicolas "Pixel" Noble · 9 years ago
  49. 061690d Don't merge OpenSSL into C++ upper layer libraries; only C. by Nicolas "Pixel" Noble · 9 years ago
  50. 01ea61e Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  51. b618136 Improved Makefile protoc message by murgatroid99 · 9 years ago
  52. 61691f9 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  53. f5065c5 Enable asan for C core by Craig Tiller · 9 years ago
  54. 86fa1c5 Save makefile var clobbering by Craig Tiller · 9 years ago
  55. f6901be Allow machine and build type tuning of slowdown by Craig Tiller · 9 years ago
  56. d7631a4 Fixing make install target for MacOS - strip -x is the command to use here. by Nicolas "Pixel" Noble · 9 years ago
  57. 9db7c3b Adding flaky attribute for tests. by Nicolas "Pixel" Noble · 9 years ago
  58. 4795a3c Merge branch 'travis' of github.com:nicolasnoble/grpc into travis-c++ by Craig Tiller · 9 years ago
  59. 18953e3 Fixing dependency on protobuf for parallel C++ build. by Nicolas "Pixel" Noble · 9 years ago
  60. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 9 years ago
  61. 29f1314 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  62. 8ad8a41 Introduce slowdown factor for unit test deadlines by Craig Tiller · 9 years ago
  63. 9f80dc3 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  64. 044fe22 suppress output of which by Yang Gao · 9 years ago
  65. 2c23a72 Fixing typo in Makefile. by Nicolas "Pixel" Noble · 9 years ago
  66. 7ab4fee Allow multiple tmp-merge directories at once by Craig Tiller · 9 years ago
  67. e2b6018 Merge pull request #654 from ctiller/copyright by Tim Emiola · 9 years ago
  68. 161ea23 Actually installing root certificates on the system. by Nicolas "Pixel" Noble · 9 years ago
  69. 9ec95fa Fix in tree build of protobuf by Craig Tiller · 9 years ago
  70. 98ab998 Adding a helpful installation message about protobuf. by Nicolas "Pixel" Noble · 10 years ago
  71. 6a88c25 Merge pull request #690 from ctiller/mac2 by Nicolas Noble · 10 years ago
  72. 724f5dc Merge pull request #689 from nicolasnoble/macos-fix by Craig Tiller · 10 years ago
  73. cc3e613 Merge pull request #687 from nicolasnoble/no-install-protobuf by Craig Tiller · 10 years ago
  74. ec04303 Fix in tree build of openssl on mac by Craig Tiller · 10 years ago
  75. 36a6e18 Let's not install our potentially broken version of protobuf onto the system and pollute people's environment. by Nicolas "Pixel" Noble · 10 years ago
  76. 5732a8c Force compilation of protobuf using -fPIC. by Nicolas "Pixel" Noble · 10 years ago
  77. 932d5d3 Turns out the -D option of install is GNU-specific, and doesn't exist on MacOS. by Nicolas "Pixel" Noble · 10 years ago
  78. 1f0d58d Merge branch 'master' of github.com:google/grpc into unsecure-fix by Nicolas "Pixel" Noble · 10 years ago
  79. dda049c Various MacOS build fixes. by Nicolas "Pixel" Noble · 10 years ago
  80. d7f3335 Makefile cleanup by Craig Tiller · 10 years ago
  81. 04ab715 Also check build=test by Craig Tiller · 10 years ago
  82. 5f9d615 Make run_tests.py respect the run= attribute by Craig Tiller · 10 years ago
  83. 7274382 Defining an installation prefix for grpc's root certs at compilation time. by Nicolas "Pixel" Noble · 10 years ago
  84. e567fa9 Some 32 bits platforms don't like buildint asm for openssl. by Nicolas "Pixel" Noble · 10 years ago
  85. cc2b42a Running ldconfig shouldn't fail; so we can run fakeroot make install properly. by Nicolas "Pixel" Noble · 10 years ago
  86. 850290f Fix a bug in Makefile where cpp_plugin name hadn't been updated yet where it by Vijay Pai · 10 years ago
  87. 522d712 Polishing Makefile to better install targets. by Nicolas "Pixel" Noble · 10 years ago
  88. 2ec0b3e make grpc_csharp_ext compile and install independently from the grpc and gpr libraries by Jan Tattermusch · 10 years ago
  89. 7cc2c30 Mac-specific Makefile inclusions and installation instructions by vjpai · 10 years ago
  90. 347b83c Merge github.com:grpc/grpc into copyright by Craig Tiller · 10 years ago
  91. befc83d Merge pull request #531 from ctiller/build by Nicolas Noble · 10 years ago
  92. c132f34 Merge pull request #510 from jtattermusch/grpc_tests by Nicolas Noble · 10 years ago
  93. 3b93548 Add Makefile copyright by Craig Tiller · 10 years ago
  94. acd6229 Merge github.com:grpc/grpc into sopb by Craig Tiller · 10 years ago
  95. a9f997d Merge github.com:grpc/grpc into build by Craig Tiller · 10 years ago
  96. da224d6 Fixes by Craig Tiller · 10 years ago
  97. 61b910f Add support for out of tree builds by Craig Tiller · 10 years ago
  98. d66cba2 Properly msan-instrumenting protobuf and our C++ tests - but gflags isn't instrumented yet. by Nicolas "Pixel" Noble · 10 years ago
  99. e3018e6 Avoid four allocations per stream by Craig Tiller · 10 years ago
  100. 64d10c1 added zlib and openssl dependencies by Jan Tattermusch · 10 years ago