1. f1bff01 clang-format changed files by Craig Tiller · 9 years ago
  2. a368bd2 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  3. 8497c79 Merge pull request #2301 from jcanizales/move-grpcmethodname by Michael Lumish · 9 years ago
  4. d1dd3a6 Merge pull request #2117 from dgquintas/bb_from_bbreader by Craig Tiller · 9 years ago
  5. 5260f53 Rename HTTP2Path -> HTTPPath by Jorge Canizales · 9 years ago
  6. be808e3 Move ProtoMethod to ProtoRPC package by Jorge Canizales · 9 years ago
  7. 1ac8f9a Rename interface->service by Jorge Canizales · 9 years ago
  8. 469d4b6 Rename GRPCMethodName->ProtoMethod by Jorge Canizales · 9 years ago
  9. f3756c1 Introduce multiple clocks to GPR by Craig Tiller · 9 years ago
  10. df26af5 Fix refcount leak by Craig Tiller · 9 years ago
  11. ef558b3 Merge pull request #2284 from ctiller/oops-i-split-it-again by David G. Quintas · 9 years ago
  12. 0e640a8 Properly reset counter by Craig Tiller · 9 years ago
  13. 39fa7db Remove errant assert by Craig Tiller · 9 years ago
  14. 7510e58 Merge pull request #2282 from ctiller/red-orange-yellow-green-blue-indigo-violet by Nicolas Noble · 9 years ago
  15. 2daa88c Fix a TSAN reported race by Craig Tiller · 9 years ago
  16. 4d86345 Merge pull request #2277 from ctiller/in-the-town-where-i-was-born-there-lived-a-man by Nicolas Noble · 9 years ago
  17. 3123134 Don't unregister resolver object until callback complete by Craig Tiller · 9 years ago
  18. b1f220d Delay unregister of fd until freelisted by Craig Tiller · 9 years ago
  19. 77f0461 Try harder to return DEADLINE_EXCEEDED when we should by Craig Tiller · 9 years ago
  20. 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
  21. 6ab0de1 Merge pull request #2216 from jboeuf/unpadded_base64 by Nicolas Noble · 9 years ago
  22. 23ca82a Merge pull request #2229 from ctiller/forever-is-a-long-time by David Klempner · 9 years ago
  23. 0b442a8 Fix leak in chttp2_transport by Craig Tiller · 9 years ago
  24. 49dc114 Merge github.com:grpc/grpc into forever-is-a-long-time by Craig Tiller · 9 years ago
  25. 9ae6f23 Spam cleanup by Craig Tiller · 9 years ago
  26. 0d4836d Remove the ability to specify a string on cancel: it was broken and unused; will restore later by Craig Tiller · 9 years ago
  27. 69f5616 Fix a bug where transports can leak because they are not shut down correctly by Craig Tiller · 9 years ago
  28. f6d2f1f Fix leaking unclaimed incoming metadata by Craig Tiller · 9 years ago
  29. 991edad SSL refcounting fixes by Craig Tiller · 9 years ago
  30. 47073d5 Fix leak in chttp2_transport incoming metadata by Craig Tiller · 9 years ago
  31. 73d8b57 Fixing indentation. by Julien Boeuf · 9 years ago
  32. 9d8830d Merge pull request #2249 from soltanmm/2248 by Nathaniel Manista · 9 years ago
  33. 3cacaac Minor: add TODO to improve an error message. by Jorge Canizales · 9 years ago
  34. c608686 Don’t import Protobuf runtime using Cocoapods paths by Jorge Canizales · 9 years ago
  35. ec5dc7f Accept metadata sequences, return tuples by Masood Malekghassemi · 9 years ago
  36. a6cfa0a Fix #2248 by Masood Malekghassemi · 9 years ago
  37. a6de02f Merge pull request #2244 from stanley-cheung/php_minor_script_fix by Michael Lumish · 9 years ago
  38. 85b5d76 php minor script fix by Stanley Cheung · 9 years ago
  39. ee98d84 Add an fd conservation test to verify that fds actually close by Craig Tiller · 9 years ago
  40. bb54ae8 Add roots.pem bundle to the Bazel target, and use a better bundle name. by Jorge Canizales · 9 years ago
  41. 8bcba9a Merge pull request #2149 from ctiller/oops-i-split-it-again by Vijay Pai · 9 years ago
  42. 00d018c Merge github.com:grpc/grpc into forever-is-a-long-time by Craig Tiller · 9 years ago
  43. 213ac59 Merge pull request #2204 from nicolasnoble/completion-queue-refcount-debugging by Craig Tiller · 9 years ago
  44. ef2a3e2 Merge github.com:grpc/grpc into forever-is-a-long-time by Craig Tiller · 9 years ago
  45. 40238fd Merge pull request #2221 from yang-g/no_new_bbq_after_flush by Craig Tiller · 9 years ago
  46. 8b6cb8d Call fd_orphan callback a little earlier by Craig Tiller · 9 years ago
  47. 3edd91e Merge pull request #2214 from ctiller/are-includes-sane by Nicolas Noble · 9 years ago
  48. f8bfd9a revert wording of optional in php doc by Stanley Cheung · 9 years ago
  49. 76ed0cc php: update README by Stanley Cheung · 9 years ago
  50. f4a99a1 php extension: do not link rt in osx by Stanley Cheung · 9 years ago
  51. 0b6ad7d Bug fix. Do not push to incoming_queue after it is flushed. by yang-g · 9 years ago
  52. 857d250 Reworking the cascade kick to be Windows-specific. by Nicolas "Pixel" Noble · 9 years ago
  53. d5c5de9 Merge pull request #2217 from murgatroid99/objective_c_plugin_name_changes by Jorge Canizales · 9 years ago
  54. 8841208 Merge pull request #2211 from murgatroid99/objective_c_retain_cycle by Jorge Canizales · 9 years ago
  55. 25a2661 Changed argument names in Objective-C generated code by murgatroid99 · 9 years ago
  56. ab63073 Addressing comments by Craig Tiller · 9 years ago
  57. 231103b Fixed name in comments by murgatroid99 · 9 years ago
  58. e25ec14 Merge pull request #2203 from stanley-cheung/cleanup_php_scripts by Michael Lumish · 9 years ago
  59. 3e55b9f Base64 decode improvements. by Julien Boeuf · 9 years ago
  60. 48f0a13 Simpler code by Craig Tiller · 9 years ago
  61. b032af0 Remove dead code by Craig Tiller · 9 years ago
  62. 6e8c7e8 Merge github.com:grpc/grpc into oops-i-split-it-again by Craig Tiller · 9 years ago
  63. fe8592e Merge github.com:grpc/grpc into are-includes-sane by Craig Tiller · 9 years ago
  64. f75fc12 Add a test that headers are properly in build.json by Craig Tiller · 9 years ago
  65. 0bf7e48 Merge pull request #2209 from murgatroid99/objective_c_const_conversion by Jorge Canizales · 9 years ago
  66. dbda969 Fixed 'retain cycle' warnings in GRPCWrappedCall.m by murgatroid99 · 9 years ago
  67. 4a77f3b Remove const cast warning in GRPCSecureChannel.m by murgatroid99 · 9 years ago
  68. aff6340 Merge pull request #2202 from nicolasnoble/don-t-recursive-lock-me by Craig Tiller · 9 years ago
  69. dbf624a Merge pull request #2205 from nicolasnoble/threadpools-need-to-cascade-kick by Craig Tiller · 9 years ago
  70. fcb16e1 On pollset shutdown, we need to unconditionally start the kick cascade. by Nicolas "Pixel" Noble · 9 years ago
  71. e57dd66 Cascade-kick pollsets when shutting down. by Nicolas "Pixel" Noble · 9 years ago
  72. aaf39ab Adding file and line number to cq debug refcount. by Nicolas "Pixel" Noble · 9 years ago
  73. c544422 Added zlib as a linker dep. for Ruby by David Garcia Quintas · 9 years ago
  74. 1e02fed Merge pull request #2185 from ctiller/it-hides-them by Nicolas Noble · 9 years ago
  75. 5fbec19 Merge pull request #2167 from ctiller/everyone-is-special by David G. Quintas · 9 years ago
  76. 229e855 replace backticks with $() by Stanley Cheung · 9 years ago
  77. c865c31 php: refactor and cleanup some scripts by Stanley Cheung · 9 years ago
  78. 3857d23 Let's inform the system of the lock to unlock... by Nicolas "Pixel" Noble · 9 years ago
  79. 269575a Merge pull request #2195 from jcanizales/rewrite-grpcclient-includes by Michael Lumish · 9 years ago
  80. d137943 Merge github.com:grpc/grpc into oops-i-split-it-again by Craig Tiller · 9 years ago
  81. 98bf7e6 Added comments by Craig Tiller · 9 years ago
  82. 59bb9d7 Have Cocoapods rename includes in the core wrapper by Jorge Canizales · 9 years ago
  83. a92caa9 Import headers based on path in the generated code by Jorge Canizales · 9 years ago
  84. b888139 Import headers based on path in sample app by Jorge Canizales · 9 years ago
  85. c42a38e Import headers based on path in the tests project by Jorge Canizales · 9 years ago
  86. 3936ed7 Import headers based on path in the runtime libraries by Jorge Canizales · 9 years ago
  87. be79da2 Merge pull request #2187 from tbetbetbe/grpc-ruby-bump-version-for-release-branch-release by Michael Lumish · 9 years ago
  88. 27243c2 Bump version of grpc ruby for release on the release branch by Tim Emiola · 9 years ago
  89. 0c82a24 Merge pull request #2183 from yang-g/nil by Nicolas Noble · 9 years ago
  90. a58cab3 release memory even if the status is false by yang-g · 9 years ago
  91. 31489e3 Move some code out of src/ into tools/ by Craig Tiller · 9 years ago
  92. 6b4fc31 Merge pull request #2180 from yang-g/constness by Craig Tiller · 9 years ago
  93. 3deb006 Only copy stuff when status is ok by yang-g · 9 years ago
  94. bcd1ff2 Merge pull request #2143 from murgatroid99/core_security_conversion_warnings by jboeuf · 9 years ago
  95. adfed03 Add missing headers to build.json by yang-g · 9 years ago
  96. 04da718 Merge pull request #2171 from ctiller/fix-polling by Nicolas Noble · 9 years ago
  97. 253aaa6 Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufs by Yang Gao · 9 years ago
  98. 949b6ee Merge github.com:grpc/grpc into oops-i-split-it-again by Craig Tiller · 9 years ago
  99. f8fedc4 Merge pull request #2141 from murgatroid99/core_support_conversion_warnings by Craig Tiller · 9 years ago
  100. 60401f1 Merge pull request #2165 from nicolasnoble/backup-poller-broke-me by Craig Tiller · 9 years ago