1. f3a4f2c Merge trailers into responseMetadata. Add it to NSError. by Jorge Canizales · 9 years ago
  2. 544963e Let set NSDictionary as headers, and init the property (not nil) by Jorge Canizales · 9 years ago
  3. d798125 Add test to set and read headers. Flaky!! by Jorge Canizales · 9 years ago
  4. d666fd0 Cleanup GRPCClientTests.m by Jorge Canizales · 9 years ago
  5. eb741d1 fix native callback signature to match with C# by Jan Tattermusch · 9 years ago
  6. e27b0e5 Merge pull request #1995 from jtattermusch/csharp_channel_options by Tim Emiola · 9 years ago
  7. f3e4aa2 Merge pull request #2034 from soltanmm/pip89 by Nathaniel Manista · 9 years ago
  8. 4b4181e Ensure C89 compatibility in Linux tests by Masood Malekghassemi · 9 years ago
  9. f0b857f Merge pull request #2036 from stanley-cheung/update_php_install_readme by Tim Emiola · 9 years ago
  10. 85b07b1 Merge pull request #2037 from nicolasnoble/our-codegen-doesn-t-use-its-parameters by Yang Gao · 9 years ago
  11. b14fbf7 Flagging unused parameters as unused. by Nicolas "Pixel" Noble · 9 years ago
  12. 14b39e0 Merge pull request #2004 from tbetbetbe/python-package-update-install by Jayant Kolhe · 9 years ago
  13. 3fa51a3 update PHP README installation instructions, and dockerfile by Stanley Cheung · 9 years ago
  14. 0c0ccb0 Corrects wording by Tim Emiola · 9 years ago
  15. a08694e Merge pull request #2033 from tbetbetbe/grpc-python-update-add-example-to-docs by Nathaniel Manista · 9 years ago
  16. 05aafbc Update README.md by Tim Emiola · 9 years ago
  17. 72364d4 Tiny comment fix by David G. Quintas · 9 years ago
  18. 62a6430 Removed leftover TODO by David G. Quintas · 9 years ago
  19. 6d53a5c allow specifying channel options when creating a server by Jan Tattermusch · 9 years ago
  20. c8f7d10 fix stylecop issues by Jan Tattermusch · 9 years ago
  21. 2ddb5a6 revamp of c# channel options by Jan Tattermusch · 9 years ago
  22. a561ea6 Merge pull request #1833 from zayoo/master by David G. Quintas · 9 years ago
  23. 3f192f7 Merge pull request #1884 from soltanmm/py-proto-up by Nathaniel Manista · 9 years ago
  24. f78b9a7 Add comment by Craig Tiller · 9 years ago
  25. db8e179 Add comment by Craig Tiller · 9 years ago
  26. 0d911aa Merge github.com:grpc/grpc into break-break-break-the-locks by Craig Tiller · 9 years ago
  27. 02f9cb2 Merge pull request #1966 from jtattermusch/csharp_revamp by Michael Lumish · 9 years ago
  28. d846350 Merge pull request #1992 from jtattermusch/csharp_channel by Tim Emiola · 9 years ago
  29. 2299ad6 Merge pull request #1959 from murgatroid99/node_long_field_strings by Tim Emiola · 9 years ago
  30. 2e6def0 Update README.rst by Tim Emiola · 9 years ago
  31. ca28137 Added missing compression.h file. by David Garcia Quintas · 9 years ago
  32. 59f905d Changes to byte_buffer based on comments. by David Garcia Quintas · 9 years ago
  33. febf3b0 Merge pull request #1984 from grpc/revert-1980-revert-1948-poisson by Craig Tiller · 9 years ago
  34. 5d5bd22 Tweaking by Craig Tiller · 9 years ago
  35. 95cae9b Fix some asan issues by Craig Tiller · 9 years ago
  36. 3fc8e82 Cache commonly used status strings by Craig Tiller · 9 years ago
  37. 5ce0469 Merge pull request #1982 from ctiller/cereal-will-make-you-limp by David G. Quintas · 9 years ago
  38. da71a4d add host and port overload for new channel by Jan Tattermusch · 9 years ago
  39. 372fd87 Revert "Revert "Open loop sync/async multithreaded testing"" by Vijay Pai · 9 years ago
  40. a3f6d58 Add some commentary by Craig Tiller · 9 years ago
  41. eefa549 Split channel level and call level callback serialization by Craig Tiller · 9 years ago
  42. 237443f Merge branch 'master' of github.com:grpc/grpc into compression by David Garcia Quintas · 9 years ago
  43. d55636d Revert "Open loop sync/async multithreaded testing" by Craig Tiller · 9 years ago
  44. ba9df85 Merge pull request #1948 from vjpai/poisson by Craig Tiller · 9 years ago
  45. c6b5556 gchandle is not needed anymore by Jan Tattermusch · 9 years ago
  46. d367748 Stop using native callbacks for C# by Jan Tattermusch · 9 years ago
  47. 25d02d5 Made grpc_byte_buffer_reader able to decompress msgs. by David Garcia Quintas · 9 years ago
  48. 3c26d09 Add a test of bad settings frame (and fix a bug!) by Craig Tiller · 9 years ago
  49. 8344d98 Bump version of Node library by murgatroid99 · 9 years ago
  50. 9d5ae1c Fixed handling of long values by murgatroid99 · 9 years ago
  51. f4cbf74 Added tests for serializing and deserializing 64 bit values in proto messages by murgatroid99 · 9 years ago
  52. cf3fb09 clang-format by Vijay Pai · 9 years ago
  53. a6ddb30 Merge pull request #1945 from jcanizales/fix-test-and-sample-podspecs by Michael Lumish · 9 years ago
  54. 80afb14 Regenerate README table of contents by Jorge Canizales · 9 years ago
  55. df1a29f Update README (minus table of content) by Jorge Canizales · 9 years ago
  56. 27a0627 Make podspecs work for nested dirs by Jorge Canizales · 9 years ago
  57. ceb4362 Use grpc-common’s route_guide in local tests by Jorge Canizales · 9 years ago
  58. 3b309d6 Generate RemoteTest code on podspec install by Jorge Canizales · 9 years ago
  59. e37a41c Generate RouteGuide code on pod install by Jorge Canizales · 9 years ago
  60. c2e5be9 fix C# test access violation exception on Windows by Jan Tattermusch · 9 years ago
  61. 9f95dcd Fix version reqs in generated podspecs by Jorge Canizales · 9 years ago
  62. ba65a10 Point test and sample podfiles to protobuf release by Jorge Canizales · 9 years ago
  63. 1b13c54 Merge pull request #1910 from tbetbetbe/grpc-ruby-fix-extconf-rb by Michael Lumish · 9 years ago
  64. ca61f5b Merge branch 'master' into poisson by vjpai · 9 years ago
  65. 1a2988d Update version; fix dependency advisory comment by Tim Emiola · 9 years ago
  66. 491a67b Merge pull request #1903 from ctiller/maybe-i-want-to-change-my-mind by Yang Gao · 9 years ago
  67. 2f300e2 Proper init/shutdown by Craig Tiller · 9 years ago
  68. 191c846 Re-organizes the GRPC_ROOT detection code in extconf.rb by Tim Emiola · 9 years ago
  69. bed8a06 Merge pull request #1879 from nicolasnoble/that-assert-makes-me-sad by Craig Tiller · 9 years ago
  70. 67a4851 Merge pull request #1894 from yang-g/create-thread-pool by Nicolas Noble · 9 years ago
  71. aa152ef Merge pull request #1895 from nicolasnoble/python-is-not-c89 by Masood Malekghassemi · 9 years ago
  72. 0f4c6a2 Upgrade protobuf, Python version number by Masood Malekghassemi · 9 years ago
  73. 5dedc98 Merge pull request #1898 from soltanmm/cows-and-cows-and-cows by Craig Tiller · 9 years ago
  74. af7abf9 Enable runtime configuration of tracers by Craig Tiller · 9 years ago
  75. 247ca67 Merge pull request #1882 from soltanmm/timeouts by Nathaniel Manista · 9 years ago
  76. a1a1f34 Merge pull request #1892 from murgatroid99/node_use_lodash by Tim Emiola · 9 years ago
  77. 701af60 Expose gpr_asprintf and gpr_strdup by Masood Malekghassemi · 9 years ago
  78. 3f6d351 Some compilers don't like C99. by Nicolas "Pixel" Noble · 9 years ago
  79. 6f4fb3b Add ability to override default thread pool by Yang Gao · 9 years ago
  80. 9b88a55 Merge pull request #1893 from tbetbetbe/grpc-ruby-prepare-release by Michael Lumish · 9 years ago
  81. 9341045 bump grpc ruby version by Tim Emiola · 9 years ago
  82. 8390709 Merge pull request #1890 from tbetbetbe/grpc-node-update-readme-install by Jayant Kolhe · 9 years ago
  83. 11b4f3c Merge pull request #1891 from tbetbetbe/grpc-python-update-readme-install by Jayant Kolhe · 9 years ago
  84. ab14dde Merge pull request #1889 from tbetbetbe/grpc-ruby-update-readme-install by Jayant Kolhe · 9 years ago
  85. 174d923 Updates INSTALL on Node.js README.md by Tim Emiola · 9 years ago
  86. aa0e44b Updates the INSTALL section for python by Tim Emiola · 9 years ago
  87. 50773e6 Update INSTALL on Ruby README.md by Tim Emiola · 9 years ago
  88. 9dc5c15 Account for time difference in mac and linux by Vijay Pai · 9 years ago
  89. 55739d5 Replaced underscore and underscore.string modules with lodash by murgatroid99 · 9 years ago
  90. afc3ee8 Merge branch 'master' into poisson by vjpai · 9 years ago
  91. 669c139 Merge pull request #1866 from dgquintas/stack-allocate-bb-reader by Craig Tiller · 9 years ago
  92. c86b1dd Merge pull request #1880 from jtattermusch/csharp_bump_version by Nicolas Noble · 9 years ago
  93. 691b823 Increase test timeout by Masood Malekghassemi · 9 years ago
  94. 8017647 Removing an assert on chand->security_connector->auth_context. by Nicolas "Pixel" Noble · 9 years ago
  95. 67a3c16 Merge pull request #1871 from tbetbetbe/grpc_ruby_corrects_the_cancel_after_first_response_test by Jan Tattermusch · 9 years ago
  96. 06194dc bump C# package versions by Jan Tattermusch · 9 years ago
  97. 2e7ffdd Merge pull request #1872 from jcanizales/fix-metadata-propagation by Michael Lumish · 9 years ago
  98. d3a2d40 Disallow NSString headers with -bin suffix by Jorge Canizales · 9 years ago
  99. 02c677c Reintroduced grpc_byte_buffer_reader_destroy. by David Garcia Quintas · 9 years ago
  100. 3beb20c Support use of high_res clock in timepoints by vjpai · 9 years ago