1. e00d2ae Fixed stupid bug from another dimension. Thanks msan. by David Garcia Quintas · 9 years ago
  2. b1866bd Removed redundant memset by David Garcia Quintas · 9 years ago
  3. b8edf7e WIP, code complete, missing tests. Asan passes. by David Garcia Quintas · 9 years ago
  4. 0324758 Modified gpr_slice_split to take a char* separator. by David Garcia Quintas · 9 years ago
  5. 5d6789e Added missing bits from pr comments by David Garcia Quintas · 9 years ago
  6. 6b04529 Merge remote-tracking branch 'local/str_join_with_sep' into compression-accept-encoding by David Garcia Quintas · 9 years ago
  7. 2b325eb Merge branch 'decompression' into compression-accept-encoding by David Garcia Quintas · 9 years ago
  8. e35ed08 Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep by David Garcia Quintas · 9 years ago
  9. 977565c Merge pull request #2309 from murgatroid99/makefile_pkg-config_libs_fix by Nicolas Noble · 9 years ago
  10. aa9b3ac Merge pull request #2337 from nicolasnoble/ruby-should-build-itself-properly by Michael Lumish · 9 years ago
  11. 17bb649 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  12. 21a38b4 Fixing variable names discrepancy in ruby's extension builder. by Nicolas "Pixel" Noble · 9 years ago
  13. 617381a Merge pull request #2318 from murgatroid99/ruby_pkg_config by Nicolas Noble · 9 years ago
  14. fc1a49a Merge pull request #2331 from vjpai/tty by Craig Tiller · 9 years ago
  15. 71020da Fixed typo in variable name by murgatroid99 · 9 years ago
  16. 3fbb984 Merge branch 'master' into makefile_pkg-config_libs_fix by murgatroid99 · 9 years ago
  17. 5a79053 Added OpenSSL NPN pkg-config check by murgatroid99 · 9 years ago
  18. 0f1c42e Fixed Rubocop errors in extconf.rb by murgatroid99 · 9 years ago
  19. 874e5f8 Merge pull request #2316 from ctiller/tis-but-thy-name by Nicolas Noble · 9 years ago
  20. 9f0724d Merge pull request #2317 from jboeuf/fix_json_doc by Nicolas Noble · 9 years ago
  21. 9e56ce0 Fixed ruby build when rebuilding C core by murgatroid99 · 9 years ago
  22. 443f58e Merge pull request #2302 from jcanizales/point-to-protobuf-head by Michael Lumish · 9 years ago
  23. 1be0437 Merged changes from upstream/master by murgatroid99 · 9 years ago
  24. 10441a9 Merge pull request #2310 from murgatroid99/node_pkg_config by Nicolas Noble · 9 years ago
  25. a29d2d7 Merge non-tty path with Windows path since they do the same thing by vjpai · 9 years ago
  26. 265d430 Merge pull request #2269 from murgatroid99/node_binding_gyp_fixes by Nicolas Noble · 9 years ago
  27. 8f047d1 Merge pull request #2326 from ctiller/we-lost-our-sanity by Nicolas Noble · 9 years ago
  28. b461145 Stop sending terminal escape sequences if we're redirecting output to a file. by vjpai · 9 years ago
  29. c6964b1 Merge pull request #2304 from ctiller/just-say-goodbye-when-we-are-done by Vijay Pai · 9 years ago
  30. 8311a0b Merge pull request #2325 from jcanizales/be-ios6-compatible by Michael Lumish · 9 years ago
  31. 8ebc34d Restore sanity by Craig Tiller · 9 years ago
  32. 8e218f5 Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep by David Garcia Quintas · 9 years ago
  33. 074e224 Split function now takes slices as input, performs no allocs by David Garcia Quintas · 9 years ago
  34. a01f7a4 More comments by David Garcia Quintas · 9 years ago
  35. c14c319 Don’t use containsString as it’s iOS 8 only by Jorge Canizales · 9 years ago
  36. 3b685b7 Merge pull request #2200 from jboeuf/slice_to_cstring by Craig Tiller · 9 years ago
  37. 14f1c27 Added gpr_strsplit (with tests) by David Garcia Quintas · 9 years ago
  38. fab2764 Merge pull request #2242 from a-veitch/external_api_2 by Craig Tiller · 9 years ago
  39. fa0fa18 Check more warnings in Ruby library, add -Werror by murgatroid99 · 9 years ago
  40. 0b90c1e Fixed ruby local build fallback case by murgatroid99 · 9 years ago
  41. 96ae8bb PR comments + some more tests. by David Garcia Quintas · 9 years ago
  42. a16cf1e PR comments + some more tests. by David Garcia Quintas · 9 years ago
  43. 44a4ef3 Merge pull request #2174 from nicolasnoble/makefile-npn-check by jboeuf · 9 years ago
  44. bc78a69 Added convenience method gpr_strjoin_sep by David Garcia Quintas · 9 years ago
  45. b7541e8 Added convenience method gpr_strjoin_sep by David Garcia Quintas · 9 years ago
  46. 6073594 Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstring by Julien Boeuf · 9 years ago
  47. 51dbf90 Use pkg-config if possible when building the ruby extension by murgatroid99 · 9 years ago
  48. 61a0ef5 Fixing json doc. by Julien Boeuf · 9 years ago
  49. ab9f192 Fix TSAN reported bug by Craig Tiller · 9 years ago
  50. 550342f Merge branch 'just-say-goodbye-when-we-are-done' of github.com:ctiller/grpc into just-say-goodbye-when-we-are-done by Craig Tiller · 9 years ago
  51. ce9c4ee Merge branch 'not-everyone-can-be-included' into just-say-goodbye-when-we-are-done by Craig Tiller · 9 years ago
  52. c5b5290 Merge github.com:grpc/grpc into not-everyone-can-be-included by Craig Tiller · 9 years ago
  53. 772187c Merge pull request #2208 from ctiller/tis-but-thy-name by Yang Gao · 9 years ago
  54. 298b0b9 Avoid finishing writes until data actually sent by Craig Tiller · 9 years ago
  55. 03b4bb9 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  56. bea1e62 Fix Windows Crash by Craig Tiller · 9 years ago
  57. 4092564 Fix crash under Windows by Craig Tiller · 9 years ago
  58. 361d1a9 Merge pull request #2306 from ctiller/reset-thy-counts-or-fear-my-wrath by Vijay Pai · 9 years ago
  59. 20afd46 PR comments by David Garcia Quintas · 9 years ago
  60. 06e5471 Added other LDFLAGS to node gyp file by murgatroid99 · 9 years ago
  61. 07a44c9 Merge pull request #2307 from ctiller/im-so-pretty by Yang Gao · 9 years ago
  62. b771f91 Only use pkg-config if grpc is installed by murgatroid99 · 9 years ago
  63. fc8c8dc Merge pull request #2293 from ctiller/pack-your-bags by David G. Quintas · 9 years ago
  64. f9899d2 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  65. be3da35 Merge branch 'tis-but-thy-name' into just-say-goodbye-when-we-are-done by Craig Tiller · 9 years ago
  66. cd54c60 Merge pull request #2291 from jcanizales/skylark-objc-library by Michael Lumish · 9 years ago
  67. 43f5ac6 Guard against double pollset shutdown completion by Craig Tiller · 9 years ago
  68. d426864 Merge pull request #2279 from vjpai/openleaks by Yang Gao · 9 years ago
  69. 357e181 Link Node against static dependencies just in case by murgatroid99 · 9 years ago
  70. 1dd7026 Fixup some tests by Craig Tiller · 9 years ago
  71. 66d6edb Made pkg-config a variable in the Makefile by murgatroid99 · 9 years ago
  72. 043a0a8 Add a short description of available resolution schemes by Craig Tiller · 9 years ago
  73. d8f1ef7 Reversed condition for requiring rt by murgatroid99 · 9 years ago
  74. 4fed212 Make generated .pc files list themselves as libraries by murgatroid99 · 9 years ago
  75. 1773007 Point tests Podfile to Protobuf submodule instead of release by Jorge Canizales · 9 years ago
  76. b0d8b31 Use pkg-config in node's binding.gyp by murgatroid99 · 9 years ago
  77. f81ac3a Make log lines line up and be prettier by Craig Tiller · 9 years ago
  78. 3778812 Merge branch 'reset-thy-counts-or-fear-my-wrath' into tis-but-thy-name by Craig Tiller · 9 years ago
  79. 3f2db5a Fix potential double delete by Craig Tiller · 9 years ago
  80. 775eaec Merge pull request #2151 from sidrakesh93/master by Vijay Pai · 9 years ago
  81. 8497c79 Merge pull request #2301 from jcanizales/move-grpcmethodname by Michael Lumish · 9 years ago
  82. 790d7b7 Merge pull request #2297 from jcanizales/fix-build by Michael Lumish · 9 years ago
  83. 825b21c Fix segfault by Craig Tiller · 9 years ago
  84. a82fef1 Fix bad assert, memory leak by Craig Tiller · 9 years ago
  85. bdfd897 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  86. d1dd3a6 Merge pull request #2117 from dgquintas/bb_from_bbreader by Craig Tiller · 9 years ago
  87. 9188d7a Change transport contract to automatically disconnect after sending a goaway by Craig Tiller · 9 years ago
  88. 092d8d1 Remove ALL_CALLS list by Craig Tiller · 9 years ago
  89. 5260f53 Rename HTTP2Path -> HTTPPath by Jorge Canizales · 9 years ago
  90. be808e3 Move ProtoMethod to ProtoRPC package by Jorge Canizales · 9 years ago
  91. 1ac8f9a Rename interface->service by Jorge Canizales · 9 years ago
  92. 469d4b6 Rename GRPCMethodName->ProtoMethod by Jorge Canizales · 9 years ago
  93. 7eff1df Point tests Podfile to head protobuf podspec by Jorge Canizales · 9 years ago
  94. 951cd18 Fix build breakage of moving include/grpc/ into grpc/ by Jorge Canizales · 9 years ago
  95. 9506819 Fix build breakage of moving include/grpc/ into grpc/ by Jorge Canizales · 9 years ago
  96. cae5bf5 Structure repacking and sizing by Craig Tiller · 9 years ago
  97. 3beb240 Minor doc fix in BUILD and BUILD.template by Jorge Canizales · 9 years ago
  98. 24b2f67 Add copyright notice and documentation to .bzl file. by Jorge Canizales · 9 years ago
  99. 8637ece Use a protoc compiled from sources by Jorge Canizales · 9 years ago
  100. 907fad9 Support multiple proto sources by Jorge Canizales · 9 years ago