1. 4b62811 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  2. b7959a0 s/grpc_transport_op/grpc_transport_stream_op/g by Craig Tiller · 9 years ago
  3. f5f1712 Refactoring progress towards integrating client configs by Craig Tiller · 9 years ago
  4. 0bf7e48 Merge pull request #2209 from murgatroid99/objective_c_const_conversion by Jorge Canizales · 9 years ago
  5. 4a77f3b Remove const cast warning in GRPCSecureChannel.m by murgatroid99 · 9 years ago
  6. 3bc8ebd Implementation work for client_config by Craig Tiller · 9 years ago
  7. e732487 Merge pull request #2148 from a11r/interops by Eric Anderson · 9 years ago
  8. aff6340 Merge pull request #2202 from nicolasnoble/don-t-recursive-lock-me by Craig Tiller · 9 years ago
  9. 7bce516 Spelling fix: UnImplementedService -> UnimplementedService by Abhishek Kumar · 9 years ago
  10. dbf624a Merge pull request #2205 from nicolasnoble/threadpools-need-to-cascade-kick by Craig Tiller · 9 years ago
  11. e50bde9 Merge pull request #2206 from nicolasnoble/windows-needs-to-kick-its-pollset-on-shutdown by Craig Tiller · 9 years ago
  12. fcb16e1 On pollset shutdown, we need to unconditionally start the kick cascade. by Nicolas "Pixel" Noble · 9 years ago
  13. e57dd66 Cascade-kick pollsets when shutting down. by Nicolas "Pixel" Noble · 9 years ago
  14. 66daf23 Merge pull request #2189 from nicolasnoble/vs2013-is-sad by Craig Tiller · 9 years ago
  15. 1e02fed Merge pull request #2185 from ctiller/it-hides-them by Nicolas Noble · 9 years ago
  16. 5fbec19 Merge pull request #2167 from ctiller/everyone-is-special by David G. Quintas · 9 years ago
  17. 4ea9c8e Merge pull request #2188 from ctiller/so-freaking-sick-of-irrelevant-merge-conflicts by Michael Lumish · 9 years ago
  18. 3857d23 Let's inform the system of the lock to unlock... by Nicolas "Pixel" Noble · 9 years ago
  19. cf4db6d Merge branch 'that-which-we-call-a-rose' into tis-but-thy-name by Craig Tiller · 9 years ago
  20. 1b81cc4 Missed file by Craig Tiller · 9 years ago
  21. 7df28a7 Merge github.com:grpc/grpc into that-which-we-call-a-rose by Craig Tiller · 9 years ago
  22. cd29c58 Stub DNS resolver by Craig Tiller · 9 years ago
  23. 9f903da Merge github.com:grpc/grpc into so-freaking-sick-of-irrelevant-merge-conflicts by Craig Tiller · 9 years ago
  24. d9145d9 Merge pull request #2196 from jcanizales/bazel-grx by Michael Lumish · 9 years ago
  25. 269575a Merge pull request #2195 from jcanizales/rewrite-grpcclient-includes by Michael Lumish · 9 years ago
  26. 85bc52e Merge pull request #2193 from jcanizales/import-based-on-path by Michael Lumish · 9 years ago
  27. 44dc423 Add BUILD target for Objective-C's RxLibrary by Jorge Canizales · 9 years ago
  28. 59bb9d7 Have Cocoapods rename includes in the core wrapper by Jorge Canizales · 9 years ago
  29. a92caa9 Import headers based on path in the generated code by Jorge Canizales · 9 years ago
  30. b888139 Import headers based on path in sample app by Jorge Canizales · 9 years ago
  31. c42a38e Import headers based on path in the tests project by Jorge Canizales · 9 years ago
  32. 3936ed7 Import headers based on path in the runtime libraries by Jorge Canizales · 9 years ago
  33. ea9b4fd Move header_mappings_dir one dir up so imports are like <RxLibrary/...> by Jorge Canizales · 9 years ago
  34. e2288fc Merge github.com:grpc/grpc into so-freaking-sick-of-irrelevant-merge-conflicts by Craig Tiller · 9 years ago
  35. d8c04b36 std::function is no longer implicitly included. Fixing this. by Nicolas "Pixel" Noble · 9 years ago
  36. 870af21 Merge pull request #2172 from murgatroid99/podspec_remove_include_paths by Jorge Canizales · 9 years ago
  37. be79da2 Merge pull request #2187 from tbetbetbe/grpc-ruby-bump-version-for-release-branch-release by Michael Lumish · 9 years ago
  38. eb327fb Make it less likely a build.json change triggers a merge conflict by Craig Tiller · 9 years ago
  39. df35577 Made podspec move include/grpc up a level by murgatroid99 · 9 years ago
  40. 27243c2 Bump version of grpc ruby for release on the release branch by Tim Emiola · 9 years ago
  41. 0c82a24 Merge pull request #2183 from yang-g/nil by Nicolas Noble · 9 years ago
  42. 009886c Merge github.com:grpc/grpc into that-which-we-call-a-rose by Craig Tiller · 9 years ago
  43. af69180 Flesh out things and make them compile by Craig Tiller · 9 years ago
  44. a58cab3 release memory even if the status is false by yang-g · 9 years ago
  45. 31489e3 Move some code out of src/ into tools/ by Craig Tiller · 9 years ago
  46. 6b4fc31 Merge pull request #2180 from yang-g/constness by Craig Tiller · 9 years ago
  47. 3deb006 Only copy stuff when status is ok by yang-g · 9 years ago
  48. bcd1ff2 Merge pull request #2143 from murgatroid99/core_security_conversion_warnings by jboeuf · 9 years ago
  49. 01ac44b Fix doxyfile for real by yang-g · 9 years ago
  50. 728f290 clang-format messed up Doxyfile.c++, restored by yang-g · 9 years ago
  51. adfed03 Add missing headers to build.json by yang-g · 9 years ago
  52. d58b5b8 Move parent subchannel construction args... by Craig Tiller · 9 years ago
  53. 04da718 Merge pull request #2171 from ctiller/fix-polling by Nicolas Noble · 9 years ago
  54. 9e8f911 Rename configured_subchannel --> subchannel by Craig Tiller · 9 years ago
  55. 253aaa6 Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufs by Yang Gao · 9 years ago
  56. eb6b216 Rename Status -> EchoStatus to avoid conflict by Abhishek Kumar · 9 years ago
  57. f8fedc4 Merge pull request #2141 from murgatroid99/core_support_conversion_warnings by Craig Tiller · 9 years ago
  58. 9d0e047 Client configuration libary - headers & docs by Craig Tiller · 9 years ago
  59. 60401f1 Merge pull request #2165 from nicolasnoble/backup-poller-broke-me by Craig Tiller · 9 years ago
  60. aa555df Merge pull request #2175 from yang-g/constness by Craig Tiller · 9 years ago
  61. 8d5bfcc Merge pull request #2173 from nicolasnoble/don-t-recurse-locks by Craig Tiller · 9 years ago
  62. b1bbc87 proper init const char * by yang-g · 9 years ago
  63. 138f947 Merge pull request #2170 from ctiller/metadata-docs by David G. Quintas · 9 years ago
  64. bbb9a28 Merge pull request #2166 from dgquintas/fix_compress_enum_parsing_win by Nicolas Noble · 9 years ago
  65. 04a841f Fixing recursive locking under Windows. by Nicolas "Pixel" Noble · 9 years ago
  66. 89c5a56 Add const to ByteBuffer methods and add tests by Yang Gao · 9 years ago
  67. 5676cd1 Undid removal of podspec header comments by murgatroid99 · 9 years ago
  68. 3386368 Removed redundant include paths from podspec by murgatroid99 · 9 years ago
  69. a14ebbb Fixing Windows port after the removal of the backup poller. by Nicolas Noble · 9 years ago
  70. 493542f Remove return status from maybe_work. by Craig Tiller · 9 years ago
  71. cb89db7 Add metadata batch documentation by Craig Tiller · 9 years ago
  72. 3e5964f Merge pull request #2164 from ctiller/all-my-little-snowflakes by Nicolas Noble · 9 years ago
  73. 10dfcc0 Merge pull request #2158 from murgatroid99/generated_files_info_message by Nicolas Noble · 9 years ago
  74. 1d7683d Merge pull request #2142 from murgatroid99/core_json_conversion_warnings by Nicolas Noble · 9 years ago
  75. 84976a7 Reverted slice.c changes by murgatroid99 · 9 years ago
  76. 6b3cb2a Merge pull request #2168 from ctiller/dont-do-nothing-infinite-times by David G. Quintas · 9 years ago
  77. 1a256bd Merge pull request #2154 from jcanizales/fix-build-json by Craig Tiller · 9 years ago
  78. f7b7c89 Dont do nothing for eternity by Craig Tiller · 9 years ago
  79. 154cb40 Made requested fixes by murgatroid99 · 9 years ago
  80. 874e1e1 Merge pull request #2047 from grpc/jtattermusch-patch-3 by Craig Tiller · 9 years ago
  81. 80ca516 Return dummy data for empty histograms by Craig Tiller · 9 years ago
  82. 51cd7d7 Fixed warning while parsing compression enum bytes. by David Garcia Quintas · 9 years ago
  83. 4bf27c5 Merge branch 'master' of github.com:grpc/grpc into jtattermusch-patch-3 by Jan Tattermusch · 9 years ago
  84. d1873b0 Fixed incorrect comment format by murgatroid99 · 9 years ago
  85. 04b0383 Merge pull request #2160 from ctiller/no-point-for-an-object-here by Yang Gao · 9 years ago
  86. 8cca469 Fix flaky test by Craig Tiller · 9 years ago
  87. 5912fb5 Reverted incorrect type change by murgatroid99 · 9 years ago
  88. c4ce71e Merge pull request #2123 from jboeuf/ssl_auth_context_fix by Yang Gao · 9 years ago
  89. aeedff1 Use a character literal instead of grpc::string by Craig Tiller · 9 years ago
  90. aadc13a clarify grpc_call_start_batch thread safety. by Jan Tattermusch · 9 years ago
  91. 026e600 Update to set flags=0 on all ops by Craig Tiller · 9 years ago
  92. f680af0 Regenerated files by murgatroid99 · 9 years ago
  93. c241d2c Added info about regenerating files to Makefile and BUILD templates by murgatroid99 · 9 years ago
  94. c525de8 Added generated file info and copyright notice to podspec template by murgatroid99 · 9 years ago
  95. 3de4b47 Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago
  96. e9fad15 Remove redundant decls by Craig Tiller · 9 years ago
  97. 8222b19 Merge pull request #2152 from ctiller/fix-the-pointy-sea by Jan Tattermusch · 9 years ago
  98. 828e0ad Merge pull request #2156 from jcanizales/fix-garbage-flags by Michael Lumish · 9 years ago
  99. 25c5f2d Changed input_buffer_count to a size_t by murgatroid99 · 9 years ago
  100. 40c9481 Merge pull request #2136 from dgquintas/unconst-reporter by Vijay Pai · 9 years ago