1. 9506819 Fix build breakage of moving include/grpc/ into grpc/ by Jorge Canizales · 9 years ago
  2. 05c9769 Merge pull request #2285 from ctiller/drip-drip-drip-says-the-bucket by David G. Quintas · 9 years ago
  3. df26af5 Fix refcount leak by Craig Tiller · 9 years ago
  4. ef558b3 Merge pull request #2284 from ctiller/oops-i-split-it-again by David G. Quintas · 9 years ago
  5. 0e640a8 Properly reset counter by Craig Tiller · 9 years ago
  6. 39fa7db Remove errant assert by Craig Tiller · 9 years ago
  7. a840de4 Merge pull request #2283 from ctiller/make-it-a-bit-less-locky by Vijay Pai · 9 years ago
  8. 7510e58 Merge pull request #2282 from ctiller/red-orange-yellow-green-blue-indigo-violet by Nicolas Noble · 9 years ago
  9. 27df2cf Pluck some low hanging concurrency fruit by Craig Tiller · 9 years ago
  10. 2daa88c Fix a TSAN reported race by Craig Tiller · 9 years ago
  11. 1aa4bc0 Merge pull request #2268 from murgatroid99/makefile_pkg-config_generate by Nicolas Noble · 9 years ago
  12. 336bbab Merge pull request #2274 from ctiller/faster-faster-faster by Nicolas Noble · 9 years ago
  13. 4d86345 Merge pull request #2277 from ctiller/in-the-town-where-i-was-born-there-lived-a-man by Nicolas Noble · 9 years ago
  14. a8c2d02 Merge pull request #2281 from ctiller/and-he-told-us-of-his-life by Nicolas Noble · 9 years ago
  15. 0beaad3 Merge pull request #2280 from ctiller/there-lived-a-man-who-sailed-the-seas by Nicolas Noble · 9 years ago
  16. 3123134 Don't unregister resolver object until callback complete by Craig Tiller · 9 years ago
  17. b1f220d Delay unregister of fd until freelisted by Craig Tiller · 9 years ago
  18. 77f0461 Try harder to return DEADLINE_EXCEEDED when we should by Craig Tiller · 9 years ago
  19. dbc0caf Fixed gpr name in .pc file by murgatroid99 · 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. c34a3a6 Added missing pthread gpr requirement by murgatroid99 · 9 years ago
  22. f8c6356 Merge pull request #2273 from vjpai/bit-race by Craig Tiller · 9 years ago
  23. d6cc19e Tweak timeouts for ?SAN by Craig Tiller · 9 years ago
  24. e2980cd Eliminate data-race caused by specialization in vector<bool> by Vijay Pai · 9 years ago
  25. 6ab0de1 Merge pull request #2216 from jboeuf/unpadded_base64 by Nicolas Noble · 9 years ago
  26. 8993307 Merge pull request #2272 from ctiller/buggy-mcbugglet by Nicolas Noble · 9 years ago
  27. 93305a5 Memory leak fix by Craig Tiller · 9 years ago
  28. 395c3ed Regenerate Makefile by murgatroid99 · 9 years ago
  29. 23ca82a Merge pull request #2229 from ctiller/forever-is-a-long-time by David Klempner · 9 years ago
  30. 9b67ccf Merge pull request #2267 from ctiller/look-at-all-the-holes by David G. Quintas · 9 years ago
  31. 8faab23 Add .pc file generation to Makefile by murgatroid99 · 9 years ago
  32. 0b442a8 Fix leak in chttp2_transport by Craig Tiller · 9 years ago
  33. 49dc114 Merge github.com:grpc/grpc into forever-is-a-long-time by Craig Tiller · 9 years ago
  34. 9ae6f23 Spam cleanup by Craig Tiller · 9 years ago
  35. 3e57357 Merge pull request #2263 from ctiller/with-what-shall-we-mend-it-dear-liza-dear-liza by David G. Quintas · 9 years ago
  36. 0d4836d Remove the ability to specify a string on cancel: it was broken and unused; will restore later by Craig Tiller · 9 years ago
  37. 69f5616 Fix a bug where transports can leak because they are not shut down correctly by Craig Tiller · 9 years ago
  38. e46f00a Fix leaked string in bad_client.c by Craig Tiller · 9 years ago
  39. f6d2f1f Fix leaking unclaimed incoming metadata by Craig Tiller · 9 years ago
  40. 991edad SSL refcounting fixes by Craig Tiller · 9 years ago
  41. cf34343 Wait for expectations to be fulfilled by Craig Tiller · 9 years ago
  42. 47073d5 Fix leak in chttp2_transport incoming metadata by Craig Tiller · 9 years ago
  43. 73d8b57 Fixing indentation. by Julien Boeuf · 9 years ago
  44. 9d8830d Merge pull request #2249 from soltanmm/2248 by Nathaniel Manista · 9 years ago
  45. 821516d Merge pull request #2246 from murgatroid99/makefile_pkg-config_dep_check by Nicolas Noble · 9 years ago
  46. fc206cd Merge pull request #2250 from jcanizales/bazel-proto-rpc by Michael Lumish · 9 years ago
  47. 3cacaac Minor: add TODO to improve an error message. by Jorge Canizales · 9 years ago
  48. 50f1982 Add Bazel target for ObjC gRPC runtime by Jorge Canizales · 9 years ago
  49. c608686 Don’t import Protobuf runtime using Cocoapods paths by Jorge Canizales · 9 years ago
  50. ec5dc7f Accept metadata sequences, return tuples by Masood Malekghassemi · 9 years ago
  51. a6cfa0a Fix #2248 by Masood Malekghassemi · 9 years ago
  52. da7a994 Fixed some linking problems by murgatroid99 · 9 years ago
  53. a6de02f Merge pull request #2244 from stanley-cheung/php_minor_script_fix by Michael Lumish · 9 years ago
  54. 24e2f4a Added pkg-config checking to Makefile where possible by murgatroid99 · 9 years ago
  55. 587b5f6 Merge pull request #2240 from jcanizales/bazel-grpc-client by Michael Lumish · 9 years ago
  56. 6d3fc95 Merge pull request #2236 from jcanizales/bazel-grpc-secure by Michael Lumish · 9 years ago
  57. d4bfa95 Merge pull request #2169 from ctiller/no-spam-for-you by Vijay Pai · 9 years ago
  58. 85b5d76 php minor script fix by Stanley Cheung · 9 years ago
  59. 202930a Merge pull request #2241 from ctiller/pure-applesauce by Nicolas Noble · 9 years ago
  60. ee98d84 Add an fd conservation test to verify that fds actually close by Craig Tiller · 9 years ago
  61. bb30971 Fix run_tests forever mode by Craig Tiller · 9 years ago
  62. 5c7bfc4 Merge pull request #2238 from nicolasnoble/no-containers by Jorge Canizales · 9 years ago
  63. bba8076 Fix indents of rx_library blaze target by Jorge Canizales · 9 years ago
  64. bb54ae8 Add roots.pem bundle to the Bazel target, and use a better bundle name. by Jorge Canizales · 9 years ago
  65. 866255e Add BUILD target for GRPCClient by Jorge Canizales · 9 years ago
  66. 66e358b Disabling saving failed containers. by Nicolas "Pixel" Noble · 9 years ago
  67. 4dc4e3d Blaze dependency on //external:libssl_objc by Jorge Canizales · 9 years ago
  68. 7b1a0ca Switch to grpc secure by Jorge Canizales · 9 years ago
  69. a7661b5 Merge pull request #2234 from soltanmm/doc by Craig Tiller · 9 years ago
  70. b70b709 Clarify caller contract for grpc_call_start_batch by Masood Malekghassemi · 9 years ago
  71. 188578d Merge pull request #2232 from nicolasnoble/regenerate-projects by Craig Tiller · 9 years ago
  72. d35f93d Merges broke the build - regenerating. by Nicolas "Pixel" Noble · 9 years ago
  73. 8bcba9a Merge pull request #2149 from ctiller/oops-i-split-it-again by Vijay Pai · 9 years ago
  74. 00d018c Merge github.com:grpc/grpc into forever-is-a-long-time by Craig Tiller · 9 years ago
  75. ebaa860 Update this file by Craig Tiller · 9 years ago
  76. 213ac59 Merge pull request #2204 from nicolasnoble/completion-queue-refcount-debugging by Craig Tiller · 9 years ago
  77. 6b1ad3c Merge pull request #2225 from nicolasnoble/make-runtest-output-junit-reports by Craig Tiller · 9 years ago
  78. ef2a3e2 Merge github.com:grpc/grpc into forever-is-a-long-time by Craig Tiller · 9 years ago
  79. 40238fd Merge pull request #2221 from yang-g/no_new_bbq_after_flush by Craig Tiller · 9 years ago
  80. 052d27b Tidy up test to meet our standards by Craig Tiller · 9 years ago
  81. 30ee10b Rename test into the right place by Craig Tiller · 9 years ago
  82. 8b6cb8d Call fd_orphan callback a little earlier by Craig Tiller · 9 years ago
  83. 3edd91e Merge pull request #2214 from ctiller/are-includes-sane by Nicolas Noble · 9 years ago
  84. e3321cc Merge pull request #2197 from jcanizales/bazel-grpc-unsecured by Nicolas Noble · 9 years ago
  85. 5937b5b Exporting XML reports, JUnit-compatible. by Nicolas "Pixel" Noble · 9 years ago
  86. 1aa041a BLARGHAFLARGHAAHAJHAKJHATJHKAYMNHZIYRN by Masood Malekghassemi · 9 years ago
  87. 252d251 Merge branch 'jenkins-work' into make-runtest-output-junit-reports by Nicolas "Pixel" Noble · 9 years ago
  88. aeee0dd Merge pull request #2224 from stanley-cheung/fix_php_extension_osx_configure by Michael Lumish · 9 years ago
  89. f8bfd9a revert wording of optional in php doc by Stanley Cheung · 9 years ago
  90. d42ad96 Merge pull request #2222 from stanley-cheung/fix_php_extension_osx_configure by Michael Lumish · 9 years ago
  91. 76ed0cc php: update README by Stanley Cheung · 9 years ago
  92. f4a99a1 php extension: do not link rt in osx by Stanley Cheung · 9 years ago
  93. 0b6ad7d Bug fix. Do not push to incoming_queue after it is flushed. by yang-g · 9 years ago
  94. 88f8e94 Merge pull request #2219 from nicolasnoble/cascade-kick-should-happen-higher by Craig Tiller · 9 years ago
  95. 857d250 Reworking the cascade kick to be Windows-specific. by Nicolas "Pixel" Noble · 9 years ago
  96. d5c5de9 Merge pull request #2217 from murgatroid99/objective_c_plugin_name_changes by Jorge Canizales · 9 years ago
  97. 8841208 Merge pull request #2211 from murgatroid99/objective_c_retain_cycle by Jorge Canizales · 9 years ago
  98. 25a2661 Changed argument names in Objective-C generated code by murgatroid99 · 9 years ago
  99. ab63073 Addressing comments by Craig Tiller · 9 years ago
  100. 231103b Fixed name in comments by murgatroid99 · 9 years ago