1. 25d02d5 Made grpc_byte_buffer_reader able to decompress msgs. by David Garcia Quintas · 9 years ago
  2. 8507e15 Merge pull request #1901 from jtattermusch/fix_jenkins_win by Nicolas Noble · 9 years ago
  3. a959e64 fix jenkins build on windows by Jan Tattermusch · 9 years ago
  4. 9bc61bd Merge pull request #1885 from soltanmm/room-of-requirements by Nathaniel Manista · 9 years ago
  5. 247ca67 Merge pull request #1882 from soltanmm/timeouts by Nathaniel Manista · 9 years ago
  6. a1a1f34 Merge pull request #1892 from murgatroid99/node_use_lodash by Tim Emiola · 9 years ago
  7. ea81bcb Merge pull request #1897 from jtattermusch/jenkins_support by Nicolas Noble · 9 years ago
  8. 8fa8c04 fix CRLF line ending problem with run_jenkins.sh by Jan Tattermusch · 9 years ago
  9. ce0a5dc Merge pull request #1896 from jtattermusch/jenkins_support by Nicolas Noble · 9 years ago
  10. f44a2b8 make run_jenkins runnable by Jan Tattermusch · 9 years ago
  11. 083466f experimental jenkins support by Jan Tattermusch · 9 years ago
  12. 9b88a55 Merge pull request #1893 from tbetbetbe/grpc-ruby-prepare-release by Michael Lumish · 9 years ago
  13. 9341045 bump grpc ruby version by Tim Emiola · 9 years ago
  14. 8390709 Merge pull request #1890 from tbetbetbe/grpc-node-update-readme-install by Jayant Kolhe · 9 years ago
  15. 11b4f3c Merge pull request #1891 from tbetbetbe/grpc-python-update-readme-install by Jayant Kolhe · 9 years ago
  16. ab14dde Merge pull request #1889 from tbetbetbe/grpc-ruby-update-readme-install by Jayant Kolhe · 9 years ago
  17. 174d923 Updates INSTALL on Node.js README.md by Tim Emiola · 9 years ago
  18. aa0e44b Updates the INSTALL section for python by Tim Emiola · 9 years ago
  19. 50773e6 Update INSTALL on Ruby README.md by Tim Emiola · 9 years ago
  20. 55739d5 Replaced underscore and underscore.string modules with lodash by murgatroid99 · 9 years ago
  21. 82c8d6d Merge pull request #1886 from dgquintas/run_tests_shuffling by Craig Tiller · 9 years ago
  22. 79e389f Improvements to the way we randomize test runs. by David Garcia Quintas · 9 years ago
  23. ee6f1bf Redirect build_python.sh to requirements.txt by Masood Malekghassemi · 9 years ago
  24. 669c139 Merge pull request #1866 from dgquintas/stack-allocate-bb-reader by Craig Tiller · 9 years ago
  25. f11214f Merge pull request #1827 from madongfly/creds_test by donnadionne · 9 years ago
  26. c86b1dd Merge pull request #1880 from jtattermusch/csharp_bump_version by Nicolas Noble · 9 years ago
  27. 691b823 Increase test timeout by Masood Malekghassemi · 9 years ago
  28. 67a3c16 Merge pull request #1871 from tbetbetbe/grpc_ruby_corrects_the_cancel_after_first_response_test by Jan Tattermusch · 9 years ago
  29. a6de798 Merge pull request #1859 from nicolasnoble/no-pollution-from-global-grpc by Masood Malekghassemi · 9 years ago
  30. 06194dc bump C# package versions by Jan Tattermusch · 9 years ago
  31. aaba272 Merge pull request #1876 from jcanizales/prepare-podspec by Michael Lumish · 9 years ago
  32. 2e7ffdd Merge pull request #1872 from jcanizales/fix-metadata-propagation by Michael Lumish · 9 years ago
  33. 0ed8b1f Merge pull request #1874 from dgquintas/server_context_leak by Craig Tiller · 9 years ago
  34. 043dc72 Fix version number of gRPC.podspec by Jorge Canizales · 9 years ago
  35. d3a2d40 Disallow NSString headers with -bin suffix by Jorge Canizales · 9 years ago
  36. 02c677c Reintroduced grpc_byte_buffer_reader_destroy. by David Garcia Quintas · 9 years ago
  37. 3adab74 Avoid polluting our compilation with previously installed grpc. by Nicolas "Pixel" Noble · 9 years ago
  38. d4158e0 Merge pull request #1870 from nicolasnoble/we-are-not-linking-libdl-properly by David G. Quintas · 9 years ago
  39. c9516d4 Fixed memory leak in server_async by David Garcia Quintas · 9 years ago
  40. b9692ca Fix NSDictionary <-> metadata codec by Jorge Canizales · 9 years ago
  41. 19fdb33 Merge pull request #1856 from ctiller/count-the-things by Nicolas Noble · 9 years ago
  42. d62d345 Corrects the cancel_after_first_response test by Tim Emiola · 9 years ago
  43. 945b413 Swapping the library order so that anything that openssl requires is properly tagged afterward. by Nicolas "Pixel" Noble · 9 years ago
  44. 33da332 Fix Windows compilation by Craig Tiller · 9 years ago
  45. 206e6e8 Merge pull request #1864 from ctiller/cq-says-what by Jan Tattermusch · 9 years ago
  46. 8668674 Merge pull request #1860 from jtattermusch/csharp_runtest_windows by Nicolas Noble · 9 years ago
  47. 30bd4eb Removed grpc_byte_buffer_reader_{create,destroy}. by David Garcia Quintas · 9 years ago
  48. cdfb24f Merge pull request #1865 from ctiller/sometimes-we-want-to-be-finite by David G. Quintas · 9 years ago
  49. 50e53e2 Fix bug with finite runs per test by Craig Tiller · 9 years ago
  50. 3d67c7c Merge github.com:grpc/grpc into count-the-things by Craig Tiller · 9 years ago
  51. 795b242 Merge pull request #1857 from yang-g/test by Craig Tiller · 9 years ago
  52. e53a282 Merge pull request #1862 from nicolasnoble/fixing-tools by Craig Tiller · 9 years ago
  53. c0c4844 Extend the test case by Craig Tiller · 9 years ago
  54. 59657db Add a completion queue test by Craig Tiller · 9 years ago
  55. 1b932e7 Merge pull request #1758 from dgquintas/iomgr_managed_cbs by Craig Tiller · 9 years ago
  56. 84e520f Merge pull request #1818 from a-veitch/internal_api by Hongyu Chen · 9 years ago
  57. 7f1f0d5 Merge pull request #1861 from donnadionne/window by Jan Tattermusch · 9 years ago
  58. 8535263 Fixing tools compilation. by Nicolas "Pixel" Noble · 9 years ago
  59. d12029e Adding csharp_dotnet into interop tests by Donna Dionne · 9 years ago
  60. 3328f4c Merge pull request #1858 from donnadionne/window by Jan Tattermusch · 9 years ago
  61. b00aa67 run_tests.py support for C# on windows by Jan Tattermusch · 9 years ago
  62. 5d8f919 Merge pull request #1828 from ctiller/i-wish-the-number-that-used-to-be-displayed-represented-my-bank-balance by Yang Gao · 9 years ago
  63. 555c16a Adding csharp_dotnet into cloud suite of tests by Donna Dionne · 9 years ago
  64. 980ef76 change census_context_deserialize signature by Alistair Veitch · 9 years ago
  65. faafb38 Merge pull request #1558 from soltanmm/extension by Nathaniel Manista · 9 years ago
  66. 69fe075 Various minor fixes by Yang Gao · 9 years ago
  67. fa275a9 Label all iomgr objects by Craig Tiller · 9 years ago
  68. f3da552 merge with master by Alistair Veitch · 9 years ago
  69. 69ba871 Implemented cb handling without the need for "managed closures". by David Garcia Quintas · 9 years ago
  70. 0bdfe8b Merge pull request #1846 from dgquintas/infinity_takes_forever by Craig Tiller · 9 years ago
  71. 583b9a6 Addressed comments: fixed memory leak introduced by changes. by David Garcia Quintas · 9 years ago
  72. 7b6fc6c Merge branch 'master' of github.com:grpc/grpc into infinity_takes_forever by David Garcia Quintas · 9 years ago
  73. aa031d6 Merge pull request #1853 from jtattermusch/fix_csharp_buildall by donnadionne · 9 years ago
  74. 0fcb2f2 fix buildall.bat script by Jan Tattermusch · 9 years ago
  75. 2696762 add init checks by Alistair Veitch · 9 years ago
  76. 9d48ebf address comments by Alistair Veitch · 9 years ago
  77. 7f61193 Merge pull request #1724 from ctiller/wonderful-snowflake by Michael Lumish · 9 years ago
  78. b90354f Merge pull request #1850 from jcanizales/use-proto-plugin-helpers by Michael Lumish · 9 years ago
  79. a932f78 Merge pull request #1848 from jcanizales/simplify-sample-app by Michael Lumish · 9 years ago
  80. 2835696 Merge pull request #1847 from jcanizales/finish-moving-tests-out by Michael Lumish · 9 years ago
  81. 743a157 Merge pull request #1845 from jcanizales/move-tests-off-sample by Michael Lumish · 9 years ago
  82. ee06637 Merge pull request #1839 from jcanizales/fix-certs-bundle by Michael Lumish · 9 years ago
  83. 273f80b Merge pull request #1823 from jtattermusch/nuget_tools_fix by Michael Lumish · 9 years ago
  84. 6de364e Merge pull request #1835 from grpc/jcanizales-fix-podspec-example-in-readme by Michael Lumish · 9 years ago
  85. 1f52e07 Merge pull request #1834 from jcanizales/separate-tests by Michael Lumish · 9 years ago
  86. 91c77b5 Merge pull request #1844 from dgquintas/__function__-no-mo by Craig Tiller · 9 years ago
  87. 52592fc Use class names for types as generated by the messages plugin by Jorge Canizales · 9 years ago
  88. 08dfef2 Make sample app easier to understand by Jorge Canizales · 9 years ago
  89. 2ab5383 Remove remaining tests and RouteGuide from sample app by Jorge Canizales · 9 years ago
  90. b3be229 Add RemoteTests as GRPCClientTests to tests project by Jorge Canizales · 9 years ago
  91. e90cd37 Added "inf" as a valid option to run_test.py's -n flag. by David Garcia Quintas · 9 years ago
  92. e17c72b Add SampleTests as LocalClearTextTests to tests project by Jorge Canizales · 9 years ago
  93. 244365d Add RouteGuideClient to tests’ Podfile by Jorge Canizales · 9 years ago
  94. 1c762bd Added some comments. by David Garcia Quintas · 9 years ago
  95. 0f5ee82 Move RouteGuideClient to generated_libraries/ by Jorge Canizales · 9 years ago
  96. 7978a04 Removed non-ISO usage of __FUNCTION__. by David Garcia Quintas · 9 years ago
  97. 8b8cce0 Removed managed closures from iomgr. by David Garcia Quintas · 9 years ago
  98. 284488b removed managed closures from server.c by David Garcia Quintas · 9 years ago
  99. 2738ae8 fd_posix: free from managed closures! by David Garcia Quintas · 9 years ago
  100. a25e6de fd_posix: removed redundant on_done by David Garcia Quintas · 9 years ago