1. 71a8604 Fix TSAN on Jenkins and on my machine by Craig Tiller · 9 years ago
  2. 623ca7d Merge pull request #4739 from ctiller/fix-the-fscking-tsan-build by Nicolas Noble · 9 years ago
  3. a29a072 Merge pull request #4688 from jtattermusch/static_deps by Nicolas Noble · 9 years ago
  4. fa40cde public_headers not found in some cases when running the import by Sree Kuchibhotla · 9 years ago
  5. e869b56 Hard code text segment address for msan, tsan by Craig Tiller · 9 years ago
  6. b70206f Merge branch 'master' into release-0_12_master_merge by murgatroid99 · 9 years ago
  7. 324140c support static linkage for dependencies by Jan Tattermusch · 9 years ago
  8. 3466c4b Updated copyrights by murgatroid99 · 9 years ago
  9. 4cdb624 Merge pull request #4457 from soltanmm/plate-tectonics by Nathaniel Manista · 9 years ago
  10. 0878d52 Merge pull request #4238 from ctiller/poffy by Vijay Pai · 9 years ago
  11. b3a6787 Merge pull request #4525 from ctiller/proto_names by Vijay Pai · 9 years ago
  12. 8b791a4 Merged from master and resolved merge conflicts by murgatroid99 · 9 years ago
  13. 3f42ea0 Removed redundant std= cflag by murgatroid99 · 9 years ago
  14. 3abed31 Compile Node extension with c99 and c++11 by murgatroid99 · 9 years ago
  15. 6b4066c Merge pull request #4634 from murgatroid99/ruby_metadata_downcasing by Craig Tiller · 9 years ago
  16. 7cc0f46 Merge github.com:grpc/grpc into proto_names by Craig Tiller · 9 years ago
  17. abf85d9 Merge pull request #4616 from ctiller/i-like-pie by Michael Lumish · 9 years ago
  18. 5e7a9fe Slightly loosen dependencies by murgatroid99 · 9 years ago
  19. 116982e Include core in Python distribution by Masood Malekghassemi · 9 years ago
  20. 093193e Fix pings by Craig Tiller · 9 years ago
  21. 9577b31 Fixes by Craig Tiller · 9 years ago
  22. 54ed674 Merge github.com:grpc/grpc into proto_names by Craig Tiller · 9 years ago
  23. 24e826e Updated dependencies, fixed a couple of tests by murgatroid99 · 9 years ago
  24. 56fada5 Make the Ruby extension throw an error when passed invalid metadata by murgatroid99 · 9 years ago
  25. be0327b Update new files by Craig Tiller · 9 years ago
  26. 791a491 Merge github.com:grpc/grpc into clangfmt by Craig Tiller · 9 years ago
  27. e6d95c9 Tweak end2end formatting by Craig Tiller · 9 years ago
  28. 8ceba19 Tweak end2end formatting by Craig Tiller · 9 years ago
  29. ec2af56 Tweak compiler settings to hopefully make Jenkins more robust by Craig Tiller · 9 years ago
  30. 3731cc0 Fix end2end_test formatting by Craig Tiller · 9 years ago
  31. 17e781a Updated some Node dependencies to more recent versions by murgatroid99 · 9 years ago
  32. ea21ca2 Fix makefile, codegen bugs by Craig Tiller · 9 years ago
  33. 47c50cc zookeeper is platform specific by Craig Tiller · 9 years ago
  34. ab23045 Add a test that public headers compile as C99 by Craig Tiller · 9 years ago
  35. f14baea Fix templates + clang-format by Craig Tiller · 9 years ago
  36. 00f8702 Merge branch 'yawn' into proto_names by Craig Tiller · 9 years ago
  37. 2e14b1f Merge github.com:grpc/grpc into proto_names by Craig Tiller · 9 years ago
  38. 0fe5ee7 BoringSSL integration: non-vsprojects changes by Craig Tiller · 9 years ago
  39. 0bb6fcf Generate the Node package.json from build.yaml by murgatroid99 · 9 years ago
  40. 28013eb Generate gemspec with a template by murgatroid99 · 9 years ago
  41. 83405c1 dont include grpc++ in buildtests_c by Jan Tattermusch · 9 years ago
  42. 83a2381 remove unused vsprojects by Jan Tattermusch · 9 years ago
  43. 6b20f6f make intermediate dir path shorter by Jan Tattermusch · 9 years ago
  44. 01294c2 Merge pull request #4524 from jtattermusch/polish_vcxproj_files by Craig Tiller · 9 years ago
  45. 025ffef ignore warning LNK4217 by Jan Tattermusch · 9 years ago
  46. 1b4e330 Consolidate C++ proto files under src/proto by Craig Tiller · 9 years ago
  47. e3dea2c make Release depend on Release from nuget deps by Jan Tattermusch · 9 years ago
  48. 35ca074 silence warnings by Jan Tattermusch · 9 years ago
  49. 78e0711 Get rid of tabs from .include file by Jan Tattermusch · 9 years ago
  50. 3fbc454 make vcxproject files compatible with VS2015 by Jan Tattermusch · 9 years ago
  51. 29c547c drop _USE_32BIT_TIME_T define by Jan Tattermusch · 9 years ago
  52. 3824b6e Merge github.com:grpc/grpc into connectivity-state by Craig Tiller · 9 years ago
  53. 56bab33 Merge pull request #4306 from jcanizales/merge-release by Jan Tattermusch · 9 years ago
  54. fb0002c Renaming GCOV to GPR_GCOV. by Nicolas "Pixel" Noble · 9 years ago
  55. c61d0e1 Removing code coverage for unreachable code. by Nicolas "Pixel" Noble · 9 years ago
  56. 0d718cd Point gRPC.podspec to pushed BoringSSL version by Jorge Canizales · 9 years ago
  57. 42fe14a The podspec is a template. The podspec is a template. by Jorge Canizales · 9 years ago
  58. 879bc4f Generate all file lists and build target lists in binding.gyp from build.yaml by murgatroid99 · 9 years ago
  59. 472bb68 Fixing proto dependencies for targets that aren't libraries. by Nicolas "Pixel" Noble · 9 years ago
  60. 10622a8 Prevent XCode 7 from showing spurious warnings by Jorge Canizales · 9 years ago
  61. 795d15e Edit the template, not the output file by murgatroid99 · 9 years ago
  62. 22c448b Removed extraneous C++ settings in Node gyp C targets by murgatroid99 · 9 years ago
  63. afe4698 Compile statically against Node's OpenSSL headers by murgatroid99 · 9 years ago
  64. 6ffdb94 Modified Mac build fix for new binding.gyp structure by murgatroid99 · 9 years ago
  65. 403caaf Copy Node Mac build fix from old pull request (#1199) by murgatroid99 · 9 years ago
  66. c07c734 Changed to a more portable Node version check in binding.gyp by murgatroid99 · 9 years ago
  67. 56482bc The Podspec is a template. The Podspec is a template. The Podspec is a template. by Jorge Canizales · 9 years ago
  68. 0c8a3d8 Undo moving include/ one dir up, to ease testing workflow. by Jorge Canizales · 9 years ago
  69. aff5664 Undo Cocoapods’ bug workaround by Jorge Canizales · 9 years ago
  70. a89d9e7 Made build flags consistent in Node gcov build by murgatroid99 · 9 years ago
  71. e754079 Fixed spelling error by murgatroid99 · 9 years ago
  72. 15def98 Expanded comment in binding.gyp by murgatroid99 · 9 years ago
  73. fd994f1 Consolidated gyp files to fix Node installation issue by murgatroid99 · 9 years ago
  74. 32a145b Moved grpc.gyp.template to binding.gyp.template by murgatroid99 · 9 years ago
  75. b0f3bf1 Resolved merge conflicts with master by murgatroid99 · 9 years ago
  76. 350835a Removed spurious comment from grpc.gyp by murgatroid99 · 9 years ago
  77. cff6469 Making template agree with clang-format. by Nicolas "Pixel" Noble · 9 years ago
  78. 2506141 Merge pull request #3602 from grpc/release-0_11 by Tim Emiola · 9 years ago
  79. db5b160 Removed most of the gyp file, and the tests for it by murgatroid99 · 9 years ago
  80. 2af89e4 Moved gRPC node package root to repo root, made it depend on grpc.gyp by murgatroid99 · 9 years ago
  81. 423f412 The podspec is generated! by Jorge Canizales · 9 years ago
  82. f2eb040 Merge pull request #3544 from ctiller/backtrace-on-crash by Nicolas Noble · 9 years ago
  83. 2bc3729 Enable backtraces on C tests by Craig Tiller · 9 years ago
  84. 0a775b3 Merge pull request #2920 from nicolasnoble/winnt-check by Craig Tiller · 9 years ago
  85. 3ef8c08 More PDB trickery by Craig Tiller · 9 years ago
  86. 8dc0971 Merge github.com:grpc/grpc into shindig by Craig Tiller · 9 years ago
  87. 7f0273f Merge github.com:grpc/grpc into shindig by Craig Tiller · 9 years ago
  88. f8b14ca Merge github.com:grpc/grpc into come-out-of-the-shadow by Craig Tiller · 9 years ago
  89. e5515d4 Merge pull request #3372 from grpc/release-0_11 by David G. Quintas · 9 years ago
  90. 940b64b Merge github.com:grpc/grpc into shindig by Craig Tiller · 9 years ago
  91. f4fc5d2 Enable warnings as errors on Windows by Craig Tiller · 9 years ago
  92. 6dad9b0 Fixing Makefile issue which would re-evaluate the base path for included dependency files. by Nicolas "Pixel" Noble · 9 years ago
  93. 42b4c28 Fixing usage of the BUILDDIR variable. by Nicolas "Pixel" Noble · 9 years ago
  94. 91b9642 Fixed TODO comment by murgatroid99 · 9 years ago
  95. 38745ef Added check for OpenSSL version by murgatroid99 · 9 years ago
  96. ca9db40 Removed C++ build from gyp file, fixed some minor issues by murgatroid99 · 9 years ago
  97. 2d6d330 Added grpc.gyp template by murgatroid99 · 9 years ago
  98. c7fa5f2 Merge pull request #3340 from grpc/release-0_11 by Eric Anderson · 9 years ago
  99. b9d3596 Enable -Wshadow by Craig Tiller · 9 years ago
  100. f29a388 Merge github.com:grpc/grpc into immolating-conversion by Craig Tiller · 9 years ago