1. 9fb72cd Re-enabled warnings in the gRPC podspec by murgatroid99 · 9 years ago
  2. c9c83cf setting CPPFLAGS breaks openssl build by Jan Tattermusch · 9 years ago
  3. f398d5c Fixed file renaming in podspec template by murgatroid99 · 9 years ago
  4. 52a2322 Explicitely selecting gpr and grpc instead of trying our best. by Nicolas "Pixel" Noble · 9 years ago
  5. b4f35c0 Transforming gRPC.podspec to use build.json instead of globbing. by Nicolas "Pixel" Noble · 9 years ago
  6. 78a97ed Get internal documentation generated in the right place by Craig Tiller · 9 years ago
  7. a6de798 Merge pull request #1859 from nicolasnoble/no-pollution-from-global-grpc by Masood Malekghassemi · 9 years ago
  8. 3adab74 Avoid polluting our compilation with previously installed grpc. by Nicolas "Pixel" Noble · 9 years ago
  9. 945b413 Swapping the library order so that anything that openssl requires is properly tagged afterward. by Nicolas "Pixel" Noble · 9 years ago
  10. f6bf2d7 Added docstring to gen_doxyfile mako template by David G. Quintas · 9 years ago
  11. eaee2bc Merge pull request #1783 from ctiller/whisper-sweet-nothings-to-yourself by David G. Quintas · 9 years ago
  12. 6c4ae60 Add doxygen setups for internal documentation by Craig Tiller · 9 years ago
  13. bea0048 Merge pull request #1770 from jtattermusch/plugin_vcxproj by Nicolas Noble · 9 years ago
  14. 8ed4c3e provide VS solution for building protoc plugins by Jan Tattermusch · 9 years ago
  15. 4479d7d Merge pull request #1738 from ctiller/explain-the-things by Nicolas Noble · 9 years ago
  16. 7c05bd2 Get GRPC_FINAL, GRPC_OVERRIDE treated right by Craig Tiller · 9 years ago
  17. 1037225 Merge github.com:grpc/grpc into explain-the-things by Craig Tiller · 9 years ago
  18. c9b3e58 Add C++ by Craig Tiller · 9 years ago
  19. 2fa7af5 Initial Doxyfile generation by Craig Tiller · 9 years ago
  20. 4251d56 Don't run flaky tests on make test. by Nicolas "Pixel" Noble · 9 years ago
  21. d4db33d Add missing copyright notices by Craig Tiller · 9 years ago
  22. e0953b7 Removing old hack for C++11 and protobuf - it's no longer relevant. by Nicolas "Pixel" Noble · 9 years ago
  23. aa52d0a Made qps_* targets "benchmark" builds. by David Garcia Quintas · 9 years ago
  24. e144536 Various Win32 fixes and improvements. by Nicolas Noble · 9 years ago
  25. 5fc1adf Msys2 fixes, and compilation instructions. by Nicolas "Pixel" Noble · 9 years ago
  26. 6c8717d Adding instructions to use generate_debug_projects.sh, and cleaning the script up a bit. by Nicolas "Pixel" Noble · 9 years ago
  27. 532eb41 Properly naming grpc++_unsecure project. by Nicolas "Pixel" Noble · 9 years ago
  28. 2e36393 Making the gRPC C tests building under Windows. by Nicolas Noble · 9 years ago
  29. 7bf5092 Adding grpc++_unsecure project file, and adding better support for test projects. by Nicolas "Pixel" Noble · 9 years ago
  30. ae94d86 Merge pull request #1451 from michael-berlin/fix_protobuf_dep_shared_lib by Nicolas Noble · 9 years ago
  31. bf2e7f0 Compile protobuf before compiling shared C++ libraries. by Michael Berlin · 9 years ago
  32. 5351392 Makefile: Fix missing space in shared library dependencies for MINGW32. by Michael Berlin · 9 years ago
  33. 113d169 Add rdtsc profiling support, implement begin/end and tag hiding by Craig Tiller · 9 years ago
  34. 74bbc41 Ensure all unsecure tests are built on Windows by Craig Tiller · 9 years ago
  35. f2791ab Merge pull request #1408 from dgquintas/stap by Craig Tiller · 9 years ago
  36. 2e4a7dc Make gcov compile flags reflect dbg by Craig Tiller · 9 years ago
  37. bbc0b77 Merge comments. See below. by David Garcia Quintas · 9 years ago
  38. c3edfc4 Fixed repetitions in Makefile.template. by David Garcia Quintas · 9 years ago
  39. 45d54e4 Merge remote-tracking branch 'upstream/master' into stap by David Garcia Quintas · 9 years ago
  40. 8954e90 Integration of Systemtap (STAP) for profiling. by David Garcia Quintas · 9 years ago
  41. adaa100 Trimming down useless variables in the Makefile. by Nicolas "Pixel" Noble · 9 years ago
  42. b5d19fb Merge branch 'master' into stap by David Garcia Quintas · 9 years ago
  43. 611b736 Tentative stap version by David Garcia Quintas · 9 years ago
  44. 5fb4ba0 Updating the templates to create win64 projects. by Nicolas "Pixel" Noble · 9 years ago
  45. 3e3e0ad merge from upstream (grpc) master by zeliard · 9 years ago
  46. 1eef5aa Merge pull request #1368 from dgquintas/mkfile_proto_cmd_fix by Nicolas Noble · 9 years ago
  47. f5fcafd Renamed make variables for protoc presence and version checking. by David Garcia Quintas · 9 years ago
  48. 04f8156 Cleanup by Craig Tiller · 9 years ago
  49. 2660ebc Actually remove them by Craig Tiller · 9 years ago
  50. d896fa5 Remove some useless lines in the Makefile by Craig Tiller · 9 years ago
  51. 010f1e7 More work in not having to compile OpenSSL. by Nicolas "Pixel" Noble · 9 years ago
  52. b4b185c Merge pull request #1339 from nicolasnoble/template-doc by Craig Tiller · 9 years ago
  53. 2b1f7a9 Merge github.com:google/grpc into batch-metadata by Craig Tiller · 9 years ago
  54. 8512fba Adding some documentation about the build/template system. by Nicolas "Pixel" Noble · 9 years ago
  55. 1895b4a Merge pull request #1325 from jtattermusch/grpc_nuget by Tim Emiola · 9 years ago
  56. 062db02 Merge github.com:google/grpc into batch-metadata by Craig Tiller · 9 years ago
  57. d49893d Adding a helpful warning message on top of the Makefile and BUILD file. by Nicolas "Pixel" Noble · 9 years ago
  58. 65c2020 fix typo in vcxproj template by Jan Tattermusch · 9 years ago
  59. 87d621b fixes to Grpc.mak by Jan Tattermusch · 9 years ago
  60. 789e7ae updated version of nuget packages used in Grpc.mak by Jan Tattermusch · 9 years ago
  61. f6f6fdb start using grpc.dependencies.openssl and grpc.dependencies.zlib nuget packages by Jan Tattermusch · 9 years ago
  62. b5bf574 regenerated project files by Jan Tattermusch · 9 years ago
  63. 8ab4538 introduced packages.include by Jan Tattermusch · 9 years ago
  64. 8ff00a3 big refactoring of visual studio projects, started using nuget dependencies. by Jan Tattermusch · 9 years ago
  65. c8a2299 Merge github.com:grpc/grpc into batch-metadata by Craig Tiller · 9 years ago
  66. 736bd65 Avoid generating libs for unknown types. by Yang Gao · 9 years ago
  67. 6902ad2 Switching to batch oriented metadata passing by Craig Tiller · 9 years ago
  68. 5fa5042 Merge pull request #1267 from vjpai/timers by Craig Tiller · 9 years ago
  69. f441121 Merge pull request #1272 from yang-g/interop by Nicolas Noble · 9 years ago
  70. b0b518e Further refactor interop_client and server to libraries by Yang Gao · 9 years ago
  71. 83df2c3 Merge branch 'master' of git://github.com/vjpai/grpc into timers by Vijay Pai · 9 years ago
  72. bc17113 Allow a build config called CONFIG=latprof that defines the appropriate by Vijay Pai · 9 years ago
  73. 0a94998 Merge github.com:grpc/grpc into windows-fixes by Craig Tiller · 9 years ago
  74. 3c0ba0c Extend bazel BUILD file to build all the C/C++ libraries as well as by Ming Zhao · 9 years ago
  75. da0bebc Merge pull request #1246 from tbetbetbe/grpc_tools_makefile_update_install_lns by Michael Lumish · 9 years ago
  76. 820e3d6 Fixes the Makefile template to link .so.<MAJOR_VERSION> by Tim Emiola · 9 years ago
  77. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 9 years ago
  78. fef0c2d Dont build uninteresting tests on Windows by Craig Tiller · 9 years ago
  79. 0ff7e69 Better defaulting of attributes by Craig Tiller · 9 years ago
  80. d625d81 Allow restricting platforms for certain tests by Craig Tiller · 9 years ago
  81. c3d5f16 Ensure OUT_DIR created by Craig Tiller · 9 years ago
  82. f5a7c8b Make Grpc.mak more useful for run_tests.py by Craig Tiller · 9 years ago
  83. d1be74f Enable dylib installation on MacOS by Masood Malekghassemi · 9 years ago
  84. d81684f Merge branch 'master' of github.com:google/grpc into the-purge by Nicolas "Pixel" Noble · 9 years ago
  85. ff2828b Rewriting mutex, condition_variable, and thread. by Nicolas "Pixel" Noble · 10 years ago
  86. ad1d7d9 Actually removing shared project files now. by Nicolas "Pixel" Noble · 10 years ago
  87. a4b0909 Merge pull request #1180 from vjpai/perf-0402 by Yang Gao · 10 years ago
  88. dc7110f Add new CONFIG for building with mutrace by Vijay Pai · 10 years ago
  89. a727fe2 Created Visual Studio 2010 project files. by Nicolas "Pixel" Noble · 10 years ago
  90. f6edf68 Early support for Bazel. by Nicolas "Pixel" Noble · 10 years ago
  91. 43c5fe6 Merge pull request #1094 from nicolasnoble/msys2-makefile by David Klempner · 10 years ago
  92. 1c0f54a Merge pull request #1092 from nicolasnoble/msvc-c++ by Jan Tattermusch · 10 years ago
  93. f868118 Better support for msys2. by Nicolas Noble · 10 years ago
  94. 051a28f Implements #276 by Nicolas "Pixel" Noble · 10 years ago
  95. 7c1c7e8 Using cc and c++ instead of gcc and g++. by Nicolas "Pixel" Noble · 10 years ago
  96. e758ed1 Trying to make the MacOS experience better by removing various spurious messages, and increasing coverage of library paths. by Nicolas "Pixel" Noble · 10 years ago
  97. 716b5fe Disabling installing shared libraries under MacOS for the time being. by Nicolas "Pixel" Noble · 10 years ago
  98. b072a4f Adding MSVC's grpc++ project file. by Nicolas "Pixel" Noble · 10 years ago
  99. 061690d Don't merge OpenSSL into C++ upper layer libraries; only C. by Nicolas "Pixel" Noble · 10 years ago
  100. 01ea61e Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago