1. 161ea23 Actually installing root certificates on the system. by Nicolas "Pixel" Noble · 9 years ago
  2. 9ec95fa Fix in tree build of protobuf by Craig Tiller · 9 years ago
  3. 98ab998 Adding a helpful installation message about protobuf. by Nicolas "Pixel" Noble · 9 years ago
  4. 6a88c25 Merge pull request #690 from ctiller/mac2 by Nicolas Noble · 9 years ago
  5. 724f5dc Merge pull request #689 from nicolasnoble/macos-fix by Craig Tiller · 9 years ago
  6. cc3e613 Merge pull request #687 from nicolasnoble/no-install-protobuf by Craig Tiller · 9 years ago
  7. ec04303 Fix in tree build of openssl on mac by Craig Tiller · 9 years ago
  8. 36a6e18 Let's not install our potentially broken version of protobuf onto the system and pollute people's environment. by Nicolas "Pixel" Noble · 9 years ago
  9. 5732a8c Force compilation of protobuf using -fPIC. by Nicolas "Pixel" Noble · 9 years ago
  10. 932d5d3 Turns out the -D option of install is GNU-specific, and doesn't exist on MacOS. by Nicolas "Pixel" Noble · 9 years ago
  11. 1f0d58d Merge branch 'master' of github.com:google/grpc into unsecure-fix by Nicolas "Pixel" Noble · 9 years ago
  12. dda049c Various MacOS build fixes. by Nicolas "Pixel" Noble · 9 years ago
  13. 04ab715 Also check build=test by Craig Tiller · 9 years ago
  14. 5f9d615 Make run_tests.py respect the run= attribute by Craig Tiller · 9 years ago
  15. 7274382 Defining an installation prefix for grpc's root certs at compilation time. by Nicolas "Pixel" Noble · 9 years ago
  16. e567fa9 Some 32 bits platforms don't like buildint asm for openssl. by Nicolas "Pixel" Noble · 9 years ago
  17. cc2b42a Running ldconfig shouldn't fail; so we can run fakeroot make install properly. by Nicolas "Pixel" Noble · 9 years ago
  18. 850290f Fix a bug in Makefile where cpp_plugin name hadn't been updated yet where it by Vijay Pai · 9 years ago
  19. 522d712 Polishing Makefile to better install targets. by Nicolas "Pixel" Noble · 9 years ago
  20. 2ec0b3e make grpc_csharp_ext compile and install independently from the grpc and gpr libraries by Jan Tattermusch · 9 years ago
  21. 7cc2c30 Mac-specific Makefile inclusions and installation instructions by vjpai · 9 years ago
  22. 347b83c Merge github.com:grpc/grpc into copyright by Craig Tiller · 9 years ago
  23. befc83d Merge pull request #531 from ctiller/build by Nicolas Noble · 9 years ago
  24. c132f34 Merge pull request #510 from jtattermusch/grpc_tests by Nicolas Noble · 9 years ago
  25. 3b93548 Add Makefile copyright by Craig Tiller · 9 years ago
  26. acd6229 Merge github.com:grpc/grpc into sopb by Craig Tiller · 9 years ago
  27. a9f997d Merge github.com:grpc/grpc into build by Craig Tiller · 9 years ago
  28. da224d6 Fixes by Craig Tiller · 9 years ago
  29. 61b910f Add support for out of tree builds by Craig Tiller · 9 years ago
  30. d66cba2 Properly msan-instrumenting protobuf and our C++ tests - but gflags isn't instrumented yet. by Nicolas "Pixel" Noble · 9 years ago
  31. e3018e6 Avoid four allocations per stream by Craig Tiller · 9 years ago
  32. 64d10c1 added zlib and openssl dependencies by Jan Tattermusch · 9 years ago
  33. 96bd5f6 Add ubsan support by Craig Tiller · 9 years ago
  34. a2ad558 polishing of Grpc.mak by Jan Tattermusch · 9 years ago
  35. eca6547 added some more non-test targets to Grpc.mak by Jan Tattermusch · 9 years ago
  36. d5b076a improving makefile for Windows by Jan Tattermusch · 9 years ago
  37. 1312666 fixed GrpcTests.mak and removed build_and_run_tests.bat by Jan Tattermusch · 9 years ago
  38. 451a227 Added NMake file to ease building and running tests. by Jan Tattermusch · 9 years ago
  39. adeaf63 add more tests into build_and_run_tests.bat by Jan Tattermusch · 9 years ago
  40. bc91e25 Merge pull request #508 from nicolasnoble/make-protobuf by Craig Tiller · 9 years ago
  41. 5383062 Compiling protobuf from the Makefile if we don't have it on the system. by Nicolas Noble · 9 years ago
  42. 13b9cfb added ssl.props as a dependency for grpc_csharp_ext, regenerated project files by Jan Tattermusch · 9 years ago
  43. 24cad9b Enabling debug symbols while running batched tests under Windows. by Nicolas Noble · 9 years ago
  44. f6ff8f6 remove _shared suffix from target dll names by Jan Tattermusch · 9 years ago
  45. 31e4065 fixes to make shared libraries build by Jan Tattermusch · 9 years ago
  46. 9fb0116 fixed filename of grpc VS project templates by Jan Tattermusch · 9 years ago
  47. 785778b added projects for shared libraries by Jan Tattermusch · 9 years ago
  48. b7f53d9 removed filters for grpc_csharp_ext by Jan Tattermusch · 9 years ago
  49. 9e1d446 some VS project template fixes and added templates for grpc_csharp_ext by Jan Tattermusch · 9 years ago
  50. 50524cc Properly deal with end of stream by Craig Tiller · 9 years ago
  51. 213ed91 Re-enabling errors on warning, disabling unused parameter warning, and fixing all subsequent errors. by Nicolas "Pixel" Noble · 9 years ago
  52. c630682 Enabling extra warnings, and disabling error on warning. by Nicolas "Pixel" Noble · 9 years ago
  53. 14a2b8d Merge pull request #286 from nicolasnoble/no-stripping by Craig Tiller · 9 years ago
  54. 3a2551c Let's not strip libraries if compiled in anything other than release. by Nicolas "Pixel" Noble · 9 years ago
  55. d8f8b6b Generating library aliases under Linux, hopefully fixing #192. by Nicolas "Pixel" Noble · 9 years ago
  56. 1ea024d Adding Visual Studio filters. by Nicolas 'Pixel' Noble · 10 years ago
  57. b049ba8 Merge branch 'master' of github.com:google/grpc into vsprojects by Nicolas "Pixel" Noble · 10 years ago
  58. 96b4955 Sort out some more compile flags for Mac by Craig Tiller · 10 years ago
  59. b4ee3b5 Make libraries compile on Darwin by Craig Tiller · 10 years ago
  60. 49bde68 Googlify indentation by Craig Tiller · 10 years ago
  61. f24e724 Pretty print tests.json by Craig Tiller · 10 years ago
  62. e9c959d Only run language specified tests by Craig Tiller · 10 years ago
  63. 59140fc Explicitly name the target language. by Craig Tiller · 10 years ago
  64. a537ae4 Merge pull request #70 from ctiller/benchmark by vjpai · 10 years ago
  65. 047b727 Adding a few more comments in the Makefile template, to explain some of its more obscure features. by Nicolas Noble · 10 years ago
  66. 17f2b59 Fixing parallel build. by Nicolas "Pixel" Noble · 10 years ago
  67. 297fafa Opportunistically use perftools if installed. by Craig Tiller · 10 years ago
  68. db2963e Merge pull request #47 from ctiller/makeclean by Nicolas Noble · 10 years ago
  69. a614caa Add missing space by Craig Tiller · 10 years ago
  70. 85bf09b Fixing zlib dependency build. by Nicolas "Pixel" Noble · 10 years ago
  71. f58b9ef Remove protoc_plugins, and use a variable. by Craig Tiller · 10 years ago
  72. f0afe50 Add missing space by Craig Tiller · 10 years ago
  73. 8f126a6 Remove _DEPS variables by Craig Tiller · 10 years ago
  74. 12c8209 Generate dependencies when compiling the .o by Craig Tiller · 10 years ago
  75. 3759e6f Remove clean rules by Craig Tiller · 10 years ago
  76. c4da6b7 Force using custom libraries if we are using ?SAN. by Craig Tiller · 10 years ago
  77. 3ccae02 Support compiling zlib with ?SAN by Craig Tiller · 10 years ago
  78. ec0b8f3 Compile OpenSSL differently for each config. by Craig Tiller · 10 years ago
  79. cc0994c Factoring visual studio code into a buildgen plugin. by Nicolas "Pixel" Noble · 10 years ago
  80. 80d68c0 Fixing test_config.c by Nicolas "Pixel" Noble · 10 years ago
  81. ee988bc Merge github.com:google/grpc into gcov by Craig Tiller · 10 years ago
  82. 699ba21 Fix Makefile.template by Craig Tiller · 10 years ago
  83. 9e47552 Don't mix C and C++ libraries. by Nicolas Noble · 10 years ago
  84. 770f60a Merge github.com:google/grpc into testcpp by Craig Tiller · 10 years ago
  85. 5f2ecb3 Splitting grpc_test_util into gpr_test_util. by nnoble · 10 years ago
  86. 27715ca Allow C++ tests to be built in parallel by Craig Tiller · 10 years ago
  87. f5371ef Fix some C++ test dependencies by Craig Tiller · 10 years ago
  88. c008ae5 Fix opensource build. by ctiller · 10 years ago
  89. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  90. 228ad9b Fix opensource build. by ctiller · 10 years ago
  91. 102e4fe Use CONFIG after defining it. Define CONFIG before using it. by yangg · 10 years ago
  92. 8cfebb9 Add msan, tsan, asan targets for Makefile. by ctiller · 10 years ago
  93. cab52e7 Allow specifying CONFIG as a string, instead of DEBUG=1. by ctiller · 10 years ago
  94. c87b1c5 Adding plugins to the mako rendering system. by nnoble · 10 years ago
  95. 7e012cf Solving chicken-and-egg issue while detecting OpenSSL capabilities. by nnoble · 10 years ago
  96. 5b7f32a Improving Makefile support for shared libraries. by nnoble · 10 years ago
  97. 09cb6d5 Build debug/optimized builds into different target directories. by ctiller · 10 years ago
  98. 9ebc9b7 Fixing chicken-and-egg dependency by putting the openssl dependency first, in order to make sure headers are present. by nnoble · 10 years ago
  99. 20e2e3f The built-in ssl target now properly merges the archives instead of nesting them. by nnoble · 10 years ago
  100. 5447c54 Tweaking solution settings to be able to compile with OpenSSL (not link yet), and swapping per-project properties for a global property sheet. by nnoble · 10 years ago