1. 3d6d058 Made ruby server return correct error code for unimplemented method by murgatroid99 · 9 years ago
  2. 443f58e Merge pull request #2302 from jcanizales/point-to-protobuf-head by Michael Lumish · 9 years ago
  3. 10441a9 Merge pull request #2310 from murgatroid99/node_pkg_config by Nicolas Noble · 9 years ago
  4. 265d430 Merge pull request #2269 from murgatroid99/node_binding_gyp_fixes by Nicolas Noble · 9 years ago
  5. 8f047d1 Merge pull request #2326 from ctiller/we-lost-our-sanity by Nicolas Noble · 9 years ago
  6. c6964b1 Merge pull request #2304 from ctiller/just-say-goodbye-when-we-are-done by Vijay Pai · 9 years ago
  7. 8311a0b Merge pull request #2325 from jcanizales/be-ios6-compatible by Michael Lumish · 9 years ago
  8. 8ebc34d Restore sanity by Craig Tiller · 9 years ago
  9. c14c319 Don’t use containsString as it’s iOS 8 only by Jorge Canizales · 9 years ago
  10. 3b685b7 Merge pull request #2200 from jboeuf/slice_to_cstring by Craig Tiller · 9 years ago
  11. fab2764 Merge pull request #2242 from a-veitch/external_api_2 by Craig Tiller · 9 years ago
  12. 44a4ef3 Merge pull request #2174 from nicolasnoble/makefile-npn-check by jboeuf · 9 years ago
  13. 6073594 Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstring by Julien Boeuf · 9 years ago
  14. 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
  15. ce9c4ee Merge branch 'not-everyone-can-be-included' into just-say-goodbye-when-we-are-done by Craig Tiller · 9 years ago
  16. c5b5290 Merge github.com:grpc/grpc into not-everyone-can-be-included by Craig Tiller · 9 years ago
  17. 772187c Merge pull request #2208 from ctiller/tis-but-thy-name by Yang Gao · 9 years ago
  18. 298b0b9 Avoid finishing writes until data actually sent by Craig Tiller · 9 years ago
  19. 03b4bb9 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  20. bea1e62 Fix Windows Crash by Craig Tiller · 9 years ago
  21. 4092564 Fix crash under Windows by Craig Tiller · 9 years ago
  22. 361d1a9 Merge pull request #2306 from ctiller/reset-thy-counts-or-fear-my-wrath by Vijay Pai · 9 years ago
  23. 06e5471 Added other LDFLAGS to node gyp file by murgatroid99 · 9 years ago
  24. 07a44c9 Merge pull request #2307 from ctiller/im-so-pretty by Yang Gao · 9 years ago
  25. b771f91 Only use pkg-config if grpc is installed by murgatroid99 · 9 years ago
  26. fc8c8dc Merge pull request #2293 from ctiller/pack-your-bags by David G. Quintas · 9 years ago
  27. f9899d2 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  28. be3da35 Merge branch 'tis-but-thy-name' into just-say-goodbye-when-we-are-done by Craig Tiller · 9 years ago
  29. cd54c60 Merge pull request #2291 from jcanizales/skylark-objc-library by Michael Lumish · 9 years ago
  30. 43f5ac6 Guard against double pollset shutdown completion by Craig Tiller · 9 years ago
  31. d426864 Merge pull request #2279 from vjpai/openleaks by Yang Gao · 9 years ago
  32. 357e181 Link Node against static dependencies just in case by murgatroid99 · 9 years ago
  33. 1dd7026 Fixup some tests by Craig Tiller · 9 years ago
  34. 043a0a8 Add a short description of available resolution schemes by Craig Tiller · 9 years ago
  35. 1773007 Point tests Podfile to Protobuf submodule instead of release by Jorge Canizales · 9 years ago
  36. b0d8b31 Use pkg-config in node's binding.gyp by murgatroid99 · 9 years ago
  37. f81ac3a Make log lines line up and be prettier by Craig Tiller · 9 years ago
  38. 3778812 Merge branch 'reset-thy-counts-or-fear-my-wrath' into tis-but-thy-name by Craig Tiller · 9 years ago
  39. 3f2db5a Fix potential double delete by Craig Tiller · 9 years ago
  40. 775eaec Merge pull request #2151 from sidrakesh93/master by Vijay Pai · 9 years ago
  41. 8497c79 Merge pull request #2301 from jcanizales/move-grpcmethodname by Michael Lumish · 9 years ago
  42. 790d7b7 Merge pull request #2297 from jcanizales/fix-build by Michael Lumish · 9 years ago
  43. 825b21c Fix segfault by Craig Tiller · 9 years ago
  44. a82fef1 Fix bad assert, memory leak by Craig Tiller · 9 years ago
  45. bdfd897 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  46. d1dd3a6 Merge pull request #2117 from dgquintas/bb_from_bbreader by Craig Tiller · 9 years ago
  47. 9188d7a Change transport contract to automatically disconnect after sending a goaway by Craig Tiller · 9 years ago
  48. 092d8d1 Remove ALL_CALLS list by Craig Tiller · 9 years ago
  49. 5260f53 Rename HTTP2Path -> HTTPPath by Jorge Canizales · 9 years ago
  50. be808e3 Move ProtoMethod to ProtoRPC package by Jorge Canizales · 9 years ago
  51. 1ac8f9a Rename interface->service by Jorge Canizales · 9 years ago
  52. 469d4b6 Rename GRPCMethodName->ProtoMethod by Jorge Canizales · 9 years ago
  53. 7eff1df Point tests Podfile to head protobuf podspec by Jorge Canizales · 9 years ago
  54. 951cd18 Fix build breakage of moving include/grpc/ into grpc/ by Jorge Canizales · 9 years ago
  55. 9506819 Fix build breakage of moving include/grpc/ into grpc/ by Jorge Canizales · 9 years ago
  56. cae5bf5 Structure repacking and sizing by Craig Tiller · 9 years ago
  57. 3beb240 Minor doc fix in BUILD and BUILD.template by Jorge Canizales · 9 years ago
  58. 24b2f67 Add copyright notice and documentation to .bzl file. by Jorge Canizales · 9 years ago
  59. 8637ece Use a protoc compiled from sources by Jorge Canizales · 9 years ago
  60. 907fad9 Support multiple proto sources by Jorge Canizales · 9 years ago
  61. d943527 Split messages and services macros by Jorge Canizales · 9 years ago
  62. 164f633 Extract filename transformations into functions by Jorge Canizales · 9 years ago
  63. 05c9769 Merge pull request #2285 from ctiller/drip-drip-drip-says-the-bucket by David G. Quintas · 9 years ago
  64. df26af5 Fix refcount leak by Craig Tiller · 9 years ago
  65. ef558b3 Merge pull request #2284 from ctiller/oops-i-split-it-again by David G. Quintas · 9 years ago
  66. 51fbeb0 Remove debug code by Craig Tiller · 9 years ago
  67. 0e640a8 Properly reset counter by Craig Tiller · 9 years ago
  68. 39fa7db Remove errant assert by Craig Tiller · 9 years ago
  69. a840de4 Merge pull request #2283 from ctiller/make-it-a-bit-less-locky by Vijay Pai · 9 years ago
  70. fc5fb87 Support sources in nested dirs by Jorge Canizales · 9 years ago
  71. 7d13801 Correct comments by Craig Tiller · 9 years ago
  72. 7510e58 Merge pull request #2282 from ctiller/red-orange-yellow-green-blue-indigo-violet by Nicolas Noble · 9 years ago
  73. 27df2cf Pluck some low hanging concurrency fruit by Craig Tiller · 9 years ago
  74. 248a5a0 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  75. 2daa88c Fix a TSAN reported race by Craig Tiller · 9 years ago
  76. 1aa4bc0 Merge pull request #2268 from murgatroid99/makefile_pkg-config_generate by Nicolas Noble · 9 years ago
  77. 336bbab Merge pull request #2274 from ctiller/faster-faster-faster by Nicolas Noble · 9 years ago
  78. 4d86345 Merge pull request #2277 from ctiller/in-the-town-where-i-was-born-there-lived-a-man by Nicolas Noble · 9 years ago
  79. a8c2d02 Merge pull request #2281 from ctiller/and-he-told-us-of-his-life by Nicolas Noble · 9 years ago
  80. 0beaad3 Merge pull request #2280 from ctiller/there-lived-a-man-who-sailed-the-seas by Nicolas Noble · 9 years ago
  81. f037011 Expand comment by Craig Tiller · 9 years ago
  82. 50bc609 Expand comment by Craig Tiller · 9 years ago
  83. 9d94b60 Expand comment by Craig Tiller · 9 years ago
  84. 4bc4905 Skylark macro to generate an objc_library from protos by Jorge Canizales · 9 years ago
  85. 13735d5 if->while by Vijay Pai · 9 years ago
  86. 3123134 Don't unregister resolver object until callback complete by Craig Tiller · 9 years ago
  87. b1f220d Delay unregister of fd until freelisted by Craig Tiller · 9 years ago
  88. 5606199 Delete spare contexts lying around at the end of the test to avoid by Vijay Pai · 9 years ago
  89. 77f0461 Try harder to return DEADLINE_EXCEEDED when we should by Craig Tiller · 9 years ago
  90. dbc0caf Fixed gpr name in .pc file by murgatroid99 · 9 years ago
  91. d2d596a Fix a bug in the multipoll on poll path where we use a file descriptor thats orphaned by mistake by Craig Tiller · 9 years ago
  92. 684d8f6 Change capitalization by Craig Tiller · 9 years ago
  93. 2e9dc50 Simplify check by Craig Tiller · 9 years ago
  94. 62b1473 Add missing unlock by Craig Tiller · 9 years ago
  95. ae65f1a Remove random includes of windows.h by Craig Tiller · 9 years ago
  96. b367153 clang-format changed files by Craig Tiller · 9 years ago
  97. 17be5dc Fix a list management bug exposed by new locking scheme in client_channel by Craig Tiller · 9 years ago
  98. 2a6e356 Spam cleanup by Craig Tiller · 9 years ago
  99. a9a3362 Spam cleanup by Craig Tiller · 9 years ago
  100. c34a3a6 Added missing pthread gpr requirement by murgatroid99 · 9 years ago