1. f5f1712 Refactoring progress towards integrating client configs by Craig Tiller · 9 years ago
  2. 3bc8ebd Implementation work for client_config by Craig Tiller · 9 years ago
  3. cf4db6d Merge branch 'that-which-we-call-a-rose' into tis-but-thy-name by Craig Tiller · 9 years ago
  4. 7df28a7 Merge github.com:grpc/grpc into that-which-we-call-a-rose by Craig Tiller · 9 years ago
  5. cd29c58 Stub DNS resolver by Craig Tiller · 9 years ago
  6. 269575a Merge pull request #2195 from jcanizales/rewrite-grpcclient-includes by Michael Lumish · 9 years ago
  7. 59bb9d7 Have Cocoapods rename includes in the core wrapper by Jorge Canizales · 9 years ago
  8. a92caa9 Import headers based on path in the generated code by Jorge Canizales · 9 years ago
  9. b888139 Import headers based on path in sample app by Jorge Canizales · 9 years ago
  10. c42a38e Import headers based on path in the tests project by Jorge Canizales · 9 years ago
  11. 3936ed7 Import headers based on path in the runtime libraries by Jorge Canizales · 9 years ago
  12. be79da2 Merge pull request #2187 from tbetbetbe/grpc-ruby-bump-version-for-release-branch-release by Michael Lumish · 9 years ago
  13. 27243c2 Bump version of grpc ruby for release on the release branch by Tim Emiola · 9 years ago
  14. 0c82a24 Merge pull request #2183 from yang-g/nil by Nicolas Noble · 9 years ago
  15. 009886c Merge github.com:grpc/grpc into that-which-we-call-a-rose by Craig Tiller · 9 years ago
  16. af69180 Flesh out things and make them compile by Craig Tiller · 9 years ago
  17. a58cab3 release memory even if the status is false by yang-g · 9 years ago
  18. 6b4fc31 Merge pull request #2180 from yang-g/constness by Craig Tiller · 9 years ago
  19. 3deb006 Only copy stuff when status is ok by yang-g · 9 years ago
  20. bcd1ff2 Merge pull request #2143 from murgatroid99/core_security_conversion_warnings by jboeuf · 9 years ago
  21. adfed03 Add missing headers to build.json by yang-g · 9 years ago
  22. d58b5b8 Move parent subchannel construction args... by Craig Tiller · 9 years ago
  23. 04da718 Merge pull request #2171 from ctiller/fix-polling by Nicolas Noble · 9 years ago
  24. 9e8f911 Rename configured_subchannel --> subchannel by Craig Tiller · 9 years ago
  25. 253aaa6 Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufs by Yang Gao · 9 years ago
  26. f8fedc4 Merge pull request #2141 from murgatroid99/core_support_conversion_warnings by Craig Tiller · 9 years ago
  27. 9d0e047 Client configuration libary - headers & docs by Craig Tiller · 9 years ago
  28. 60401f1 Merge pull request #2165 from nicolasnoble/backup-poller-broke-me by Craig Tiller · 9 years ago
  29. aa555df Merge pull request #2175 from yang-g/constness by Craig Tiller · 9 years ago
  30. 8d5bfcc Merge pull request #2173 from nicolasnoble/don-t-recurse-locks by Craig Tiller · 9 years ago
  31. 138f947 Merge pull request #2170 from ctiller/metadata-docs by David G. Quintas · 9 years ago
  32. bbb9a28 Merge pull request #2166 from dgquintas/fix_compress_enum_parsing_win by Nicolas Noble · 9 years ago
  33. 04a841f Fixing recursive locking under Windows. by Nicolas "Pixel" Noble · 9 years ago
  34. 89c5a56 Add const to ByteBuffer methods and add tests by Yang Gao · 9 years ago
  35. a14ebbb Fixing Windows port after the removal of the backup poller. by Nicolas Noble · 9 years ago
  36. 493542f Remove return status from maybe_work. by Craig Tiller · 9 years ago
  37. cb89db7 Add metadata batch documentation by Craig Tiller · 9 years ago
  38. 1d7683d Merge pull request #2142 from murgatroid99/core_json_conversion_warnings by Nicolas Noble · 9 years ago
  39. 84976a7 Reverted slice.c changes by murgatroid99 · 9 years ago
  40. 154cb40 Made requested fixes by murgatroid99 · 9 years ago
  41. 51cd7d7 Fixed warning while parsing compression enum bytes. by David Garcia Quintas · 9 years ago
  42. d1873b0 Fixed incorrect comment format by murgatroid99 · 9 years ago
  43. 5912fb5 Reverted incorrect type change by murgatroid99 · 9 years ago
  44. c4ce71e Merge pull request #2123 from jboeuf/ssl_auth_context_fix by Yang Gao · 9 years ago
  45. 026e600 Update to set flags=0 on all ops by Craig Tiller · 9 years ago
  46. 3de4b47 Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago
  47. 8222b19 Merge pull request #2152 from ctiller/fix-the-pointy-sea by Jan Tattermusch · 9 years ago
  48. 25c5f2d Changed input_buffer_count to a size_t by murgatroid99 · 9 years ago
  49. 5b1fdc5 Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fix by Julien Boeuf · 9 years ago
  50. 8848704 Document why a grpc_op ivar, and the role of -finish by Jorge Canizales · 9 years ago
  51. 8d99775 Simplify GRPCOps implementations by Jorge Canizales · 9 years ago
  52. bae38d9 Output call_error number by Jorge Canizales · 9 years ago
  53. fb95092 Ensure op flags don't have garbage from malloc by Jorge Canizales · 9 years ago
  54. b8d3a31 Always use the first status code received by Craig Tiller · 9 years ago
  55. 4fca87a Removed incorrect cast by murgatroid99 · 9 years ago
  56. 482a44c Fixed incorrect functional change by murgatroid99 · 9 years ago
  57. c729998 Merge pull request #2073 from dgquintas/compression-metadata by Craig Tiller · 9 years ago
  58. ab67485 Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago
  59. 8e27779 Merge branch 'master' into poller2 by vjpai · 9 years ago
  60. f3fac56 Merge pull request #1577 from ctiller/we-dont-need-no-backup by Nicolas Noble · 9 years ago
  61. dc65c14 Merge pull request #2122 from jboeuf/tsi_ssl_npn by Nicolas Noble · 9 years ago
  62. e582d09 Fixed integer conversion warnings in src/core/security by murgatroid99 · 9 years ago
  63. 247bb9e Fixed conversion warnings in src/core/json by murgatroid99 · 9 years ago
  64. 5e71d7a Silenced conversion warnings in src/core/support by murgatroid99 · 9 years ago
  65. aa57bab Corrects the cancel_after_first_response behaviour by Tim Emiola · 9 years ago
  66. 3afa2dc Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fix by Julien Boeuf · 9 years ago
  67. afc8c77 Merge branch 'master' of https://github.com/grpc/grpc into tsi_ssl_npn by Julien Boeuf · 9 years ago
  68. 9e9aaa8 Merge branch 'master' of github.com:grpc/grpc into compression-metadata by David Garcia Quintas · 9 years ago
  69. 3e29de1 Adressing comments. by Julien Boeuf · 9 years ago
  70. 1658ef7 Merge branch 'master' into poller2 by Vijay Pai · 9 years ago
  71. 52c6142 Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  72. 94213df Merge pull request #2084 from stanley-cheung/php_pecl_extension by Tim Emiola · 9 years ago
  73. f75ed23 Fix scope of a lock by Vijay Pai · 9 years ago
  74. e0eac8b Merge pull request #2125 from jtattermusch/fix_win_read_memory_leak by Nicolas Noble · 9 years ago
  75. b910095 prevent leaking gpr_slice in windows on_read() by Jan Tattermusch · 9 years ago
  76. cb14eab Add package.xml and necessary files for pecl extension by Stanley Cheung · 9 years ago
  77. d03adc3 Merge remote-tracking branch 'ctiller-repo/we-dont-need-no-backup' into poller2 by Vijay Pai · 9 years ago
  78. 6174b9a Docs by Craig Tiller · 9 years ago
  79. a701ade Fixing ssl auth context. by Julien Boeuf · 9 years ago
  80. d153132 Adding NPN support if ALPN support is not available. by Julien Boeuf · 9 years ago
  81. 42b239f Docs by Craig Tiller · 9 years ago
  82. b6b3015 Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  83. 2652b4d Docs, formatting by Craig Tiller · 9 years ago
  84. 4ec4337 Merge pull request #2071 from dgquintas/compression-levels by Craig Tiller · 9 years ago
  85. 22a7cdf Merge pull request #2108 from jcanizales/disallow-started-writers by Michael Lumish · 9 years ago
  86. f1a4955 Merge pull request #2100 from tbetbetbe/grpc-ruby-adjust-rspec-output by donnadionne · 9 years ago
  87. 6bbfcc3 Disallow started request writers on GRPCCall init by Jorge Canizales · 9 years ago
  88. d2a82d9 Added comments to describe nesting of mutexes by Vijay Pai · 9 years ago
  89. 8931cdd Split server lock into 2 pieces: one for call list and one for global by Vijay Pai · 9 years ago
  90. ad59999 Merge branch 'we-dont-need-no-backup' of github.com:ctiller/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  91. dd39fbd Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  92. a93954f Merge pull request #1731 from ctiller/you-complete-me by Nicolas Noble · 9 years ago
  93. 821e4a7 Prints test names as ruby tests run by Tim Emiola · 9 years ago
  94. 656e776 Merge pull request #2092 from jcanizales/point-to-official-proto-podspec by Michael Lumish · 9 years ago
  95. 4581586 Merge pull request #21 from jtattermusch/we-dont-need-no-backup-undo-hotfix by Craig Tiller · 9 years ago
  96. 831b4e0 Merge branch 'fix_intermediary_low_test_for_1577' of github.com:nathanielmanistaatgoogle/grpc into merge-merge-merge by Craig Tiller · 9 years ago
  97. beabcfd Link to official protobuf podspec in the README by Jorge Canizales · 9 years ago
  98. 797b875 undo hotfix from #1731 by Jan Tattermusch · 9 years ago
  99. 94c4314 Merge branch 'you-complete-me' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  100. c0e3a66 temporary hotfix before #1577 is in by Jan Tattermusch · 9 years ago