1. af26ce6 Remove unnecessary fcntl module import by Masood Malekghassemi · 8 years ago
  2. 771dc75 Remove misleading diagnostics message by Masood Malekghassemi · 8 years ago
  3. 2b220f8 fixes #7219 by Makarand Dharmapurikar · 8 years ago
  4. bcd1015 php: update composer.json require-dev by Stanley Cheung · 8 years ago
  5. f5d5ad8 Merge pull request #7275 from kpayson64/python_min_memory_cleanup by kpayson64 · 8 years ago
  6. d3918fd Merge pull request #7100 from sreecha/stress_test_metrics_fix by kpayson64 · 8 years ago
  7. 98b2441 Merge pull request #6783 from thinkerou/compress by kpayson64 · 8 years ago
  8. 2bece9e Merge pull request #7156 from stanley-cheung/php-add-comment-shutdown-warning by kpayson64 · 8 years ago
  9. 703bfbe Merge pull request #7239 from jboeuf/fix_7182 by kpayson64 · 8 years ago
  10. 5a412cf Merge pull request #7219 from jcanizales/merge-0.14-into-master by makdharma · 8 years ago
  11. 19787c7 Merge branch 'master' into ruby_api_review_changes by murgatroid99 · 8 years ago
  12. ae466c8 Revert changes to SingleReqView and MultiReqView by murgatroid99 · 8 years ago
  13. 39f72a1 fetch and fix conflict by thinkerou · 8 years ago
  14. c28a6c1 Merge pull request #6693 from thinkerou/phpt by Stanley Cheung · 8 years ago
  15. ea1b16f Removed cython client-side call tracking by Ken Payson · 8 years ago
  16. 34967b7 Merge pull request #7270 from kpayson64/ruby_ga_change by kpayson64 · 8 years ago
  17. 69f9e44 revert debug log change by Stanley Cheung · 8 years ago
  18. 692a38f php: update example composer.json by Stanley Cheung · 8 years ago
  19. 8b24908 php: add warning about shutdown function by Stanley Cheung · 8 years ago
  20. e69f088 Split incoming initial and trailing metadata in Ruby calls by murgatroid99 · 8 years ago
  21. 4dd9ca9 Fix _Rendezvous.exception for successful calls by Nathaniel Manista · 8 years ago
  22. b156671 Change cancelled to cancelled? by Ken Payson · 8 years ago
  23. 7e9cff9 Merge github.com:grpc/grpc into smaller_max_message_size by Craig Tiller · 8 years ago
  24. 1c58bd2 Enable server reflection in c++ examples by Yuchen Zeng · 8 years ago
  25. 22869a0 Composition of arbitrarily many CallCredentials by Nathaniel Manista · 8 years ago
  26. a6b2a5a Make handlers optional at server construction by Nathaniel Manista · 8 years ago
  27. e705dc4 Merge pull request #7190 from dgquintas/bb_reader_error by Nicolas Noble · 8 years ago
  28. 8fddced Merge pull request #7159 from jcanizales/p0-connectivity-app by kpayson64 · 8 years ago
  29. b73dd26 Merge pull request #7251 from dgquintas/fix_cpp_deps by kpayson64 · 8 years ago
  30. cbff482 Reduce default max message size by Craig Tiller · 8 years ago
  31. 9181754 Merge branch 'master' into stress_test_metrics_fix by Sree Kuchibhotla · 8 years ago
  32. ccb1840 Add arm_arch.h back to fix compilation for devices by Jorge Canizales · 8 years ago
  33. 2cbe754 Merge pull request #7204 from ctiller/tsan-server-fix by Craig Tiller · 8 years ago
  34. 45c0f2b Migrated python performance tests to use GA API by Ken Payson · 8 years ago
  35. 61163fa Merge pull request #7224 from nathanielmanistaatgoogle/rendezvous-exception by kpayson64 · 8 years ago
  36. 86fad02 Merge branch 'protobuf-submodule-update' of https://github.com/nicolasnoble/grpc into fix_cpp_deps by David Garcia Quintas · 8 years ago
  37. b44b385 Merge branch 'fix_cpp_deps' of https://github.com/dgquintas/grpc into bb_reader_error by David Garcia Quintas · 8 years ago
  38. de5cc7a Merge branch 'protobuf-submodule-update' of https://github.com/nicolasnoble/grpc into bb_reader_error by David Garcia Quintas · 8 years ago
  39. 5c77320 Added missing dependencies to grpc++_base by David Garcia Quintas · 8 years ago
  40. b15af06 Pinning to protobuf submodule 3.0.0-beta-3.3. by Nicolas "Pixel" Noble · 8 years ago
  41. 9ef0cd8 Initialize variable. by yang-g · 8 years ago
  42. 1835747 Merge pull request #6886 from murgatroid99/ruby_garbage_collection_fixes by kpayson64 · 8 years ago
  43. 7ac5846 removed use of __func__ in test by David Garcia Quintas · 8 years ago
  44. f2e20c2 Merge branch 'master' of github.com:grpc/grpc into bb_reader_error by David Garcia Quintas · 8 years ago
  45. 19a51a9 Remove unused file by yang-g · 8 years ago
  46. f0ae3e3 Fixing #7182: Change the return status codes according to the documentation. by Julien Boeuf · 8 years ago
  47. 2a16a02 Merge pull request #7174 from dgquintas/remove_unused_status_code_enum_file by Nicolas Noble · 8 years ago
  48. cd958b8 Merge pull request #7175 from dgquintas/algo_init by Nicolas Noble · 8 years ago
  49. dcca468 Merge pull request #6791 from soltanmm/pain by kpayson64 · 8 years ago
  50. 1b2666d Merge pull request #7211 from kpayson64/port_server_change_0_14 by Nicolas Noble · 8 years ago
  51. 014b070 Merge pull request #7197 from kpayson64/port_server_fix by Nicolas Noble · 8 years ago
  52. f10c4d7 Merge pull request #7212 from kpayson64/port_server_change_0_15 by Nicolas Noble · 8 years ago
  53. 611bfc2 Add Node health check generated code and license files by murgatroid99 · 8 years ago
  54. a72712e Remove gmock protobuf dependency from cmake build by Tamas Berghammer · 8 years ago
  55. fce332a Merge branch 'complicated-syndrome-of-the-alien-kind' of https://github.com/soltanmm/grpc into bb_reader_error by David Garcia Quintas · 8 years ago
  56. ecbe2d5 Added test for C by David Garcia Quintas · 8 years ago
  57. cb58105 Fix _Rendezvous.exception for successful calls by Nathaniel Manista · 8 years ago
  58. 3e53e1a ProtoCompiler podspec by Jorge Canizales · 8 years ago
  59. 77e8b71 Merge pull request #7210 from ctiller/no-more-zookeeper by Nicolas Noble · 8 years ago
  60. 60fec9e Merge master into merge-0.14-into-master by Jorge Canizales · 8 years ago
  61. 123a1b7 Merge pull request #6893 from y-zeng/handler_http_response by Nicolas Noble · 8 years ago
  62. a28a180 Merge pull request #7218 from nicolasnoble/contrib-cmake by Nicolas Noble · 8 years ago
  63. 674b303 Merge pull request #7214 from kpayson64/bump_grpcio_tools_ver by Nicolas Noble · 8 years ago
  64. aab31a5 Merge pull request #7188 from kpayson64/grpcio_tools_fix by Nicolas Noble · 8 years ago
  65. f29e364 Bump protobuf version to beta-3.3 by Jorge Canizales · 8 years ago
  66. b360c8a Regenerating project files, and adding experimental disclaimer. by Nicolas "Pixel" Noble · 8 years ago
  67. 955b95d Merge remote-tracking branch 'google/master' into contrib-cmake by Nicolas "Pixel" Noble · 8 years ago
  68. bf6a913 Merge pull request #7162 from dgquintas/interop-cred-flag-fix by David G. Quintas · 8 years ago
  69. e4123f3 Updated release version to 0.15.1 by Ken Payson · 8 years ago
  70. e38b917 Check Python ByteBuffer reader init status by Masood Malekghassemi · 8 years ago
  71. 88eb42b Add grpc module pointer file for Node health check tests by murgatroid99 · 8 years ago
  72. d9dfc67 Change port_server.py to use port 32766 by Ken Payson · 8 years ago
  73. 98716b3 Change port_server.py to use port 32766 by Ken Payson · 8 years ago
  74. eda85c6 Expunge all references to zookeeper by Craig Tiller · 8 years ago
  75. 0f213c3 Fix examples to work with local gRPC-Core by Jorge Canizales · 8 years ago
  76. 6ec3b53 Fix runtest.py breakage by Jorge Canizales · 8 years ago
  77. 0910e4c pr comments by David Garcia Quintas · 8 years ago
  78. 09f59f7 Merge commit '20caeb182cbc152e7e038306a9b01f438f79ca41' into merge-0.14-into-master by Jorge Canizales · 8 years ago
  79. b76471d Fix TSAN failure in tcp_server (shown via qps_openloop_test) by Craig Tiller · 8 years ago
  80. c09854b Fix example Podfiles, and document better by Jorge Canizales · 8 years ago
  81. 4763678 Regenerate project files by Masood Malekghassemi · 8 years ago
  82. e6a23e2 Fix job_spec invocation for Python run_tests by Masood Malekghassemi · 8 years ago
  83. 1c062bd Remove gcov special-casing for Python tests by Masood Malekghassemi · 8 years ago
  84. 0bd13ed Fall back to default python for test virtualenvs by Masood Malekghassemi · 8 years ago
  85. 6db60b9 Sanitize grpcio-tools command arguments by Masood Malekghassemi · 8 years ago
  86. ac586ba Remove tox by Masood Malekghassemi · 8 years ago
  87. 3b5b206 Make running individual Python tests less painful by Masood Malekghassemi · 8 years ago
  88. 1ff429d Organize Python tests to use grpcio-tools directly by Masood Malekghassemi · 8 years ago
  89. b926ef2 Ignore cython debug information by Masood Malekghassemi · 8 years ago
  90. ebf81e7 Add programmatic access to protoc in grpcio-tools by Masood Malekghassemi · 8 years ago
  91. d5fee35 Build Python3 grpcio-tools on OS X by Masood Malekghassemi · 8 years ago
  92. bb16025 Merge fixup: version, deployment target & spec name by Jorge Canizales · 8 years ago
  93. c9579be Add Node health check package.json by murgatroid99 · 8 years ago
  94. 356758a Split Node health check code into a separate package and make it use static codegen by murgatroid99 · 8 years ago
  95. fa51de5 Change port_server.py to use port 32766 by Ken Payson · 8 years ago
  96. 20caeb1 Merge pull request #7176 from ctiller/deflake by Craig Tiller · 8 years ago
  97. 753b45d Merge remote-tracking branch 'upstream/master' into handler_http_response by Yuchen Zeng · 8 years ago
  98. 3bdaa5e Regenerate list of gRPC-Core files by Jorge Canizales · 8 years ago
  99. 89d8f16 Added comment for obj-c by David Garcia Quintas · 8 years ago
  100. 9a2320e regenerated projects by David Garcia Quintas · 8 years ago