1. 6f690f3 Merge pull request #9372 from markdroth/proxy_mapper by Mark D. Roth · 8 years ago
  2. 674fe85 Merge pull request #9383 from markdroth/http_connect_channel_arg by Mark D. Roth · 8 years ago
  3. 1cae131 Code review changes. by Mark D. Roth · 8 years ago
  4. 1a56a93 Fixup by Craig Tiller · 8 years ago
  5. a53c193 Merge github.com:grpc/grpc into faster_slices by Craig Tiller · 8 years ago
  6. 889b0a4 Merge pull request #9074 from dgquintas/poll_fd_shutdown by Sree Kuchibhotla · 8 years ago
  7. 24e5f3a Merge pull request #8810 from htuch/pollset-fix by Sree Kuchibhotla · 8 years ago
  8. c9cf96d Merge pull request #9127 from soltanmm-google/if-you-rely-only-on-yourself-fewer-things-might-go-wrong-but-fewer-things-might-go-right by Masood Malekghassemi · 8 years ago
  9. 6b890d1 Run yapf over Python code by Masood Malekghassemi · 8 years ago
  10. 0b1bb2d Don't leak Py exceptions without calling gRPC core by Masood Malekghassemi · 8 years ago
  11. f2c5c1e Merge pull request #9428 from grpc/revert-8842-metadata_filter by David G. Quintas · 8 years ago
  12. 6e407b7 Merge pull request #9446 from grpc/revert-9430-fix-8842 by David G. Quintas · 8 years ago
  13. 4f07523 Merge pull request #9448 from nathanielmanistaatgoogle/v1.0.x-upmerge by Nicolas Noble · 8 years ago
  14. f621a0f Merge pull request #9422 from soltanmm-google/as-filthy-rich-as-our-cabinet-secretaries by Masood Malekghassemi · 8 years ago
  15. 9ff26dc v1.0.x → master upmerge by Nathaniel Manista · 8 years ago
  16. 2e36be0 Revert "Fix cronet header memory free" by David G. Quintas · 8 years ago
  17. a60b31d Merge pull request #9308 from muxi/fix-loupe-exception by Muxi Yan · 8 years ago
  18. 607413f fix the test error by Muxi Yan · 8 years ago
  19. e0016e2 clang-format by Muxi Yan · 8 years ago
  20. 289f0fe Fix cronet header memory free by Muxi Yan · 8 years ago
  21. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  22. c84725f Merge pull request #9420 from nathanielmanistaatgoogle/time_remaining by Nathaniel Manista · 8 years ago
  23. 7fa7d68 Fix core banned functions by Craig Tiller · 8 years ago
  24. 2e225c1 Merge pull request #9340 from stanley-cheung/update-boringssl by Nicolas Noble · 8 years ago
  25. a66dad5 Add __richcmp__ to cygrpc.Timespec by Masood Malekghassemi · 8 years ago
  26. 7d561a6 Fix grpc._server._Context.time_remaining by Nathaniel Manista · 8 years ago
  27. 0cf6a71 Fix comments, merge head, regen project by Craig Tiller · 8 years ago
  28. 405cfbe Merge github.com:grpc/grpc into faster_slices by Craig Tiller · 8 years ago
  29. daa9f45 Fix workqueue_move_items_to_parent() invocation bug in polling_island_merge()[ev_epoll_linux.c]. by Harvey Tuch · 8 years ago
  30. b7b7486 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  31. b39942f Update boringssl to latest chromium-stable by Stanley Cheung · 8 years ago
  32. 0f5b400 Fix Python test by Craig Tiller · 8 years ago
  33. c27b5b7 Merge branch 'metadata_filter' of github.com:ctiller/grpc into metadata_filter by Craig Tiller · 8 years ago
  34. cd15530 Merge pull request #9406 from yang-g/no_method_service by Yang Gao · 8 years ago
  35. 659e563 Merge pull request #9348 from ncteisen/python_negative_http2_fix by Noah Eisen · 8 years ago
  36. fffb692 Merge pull request #9410 from nathanielmanistaatgoogle/issue-7971 by Nathaniel Manista · 8 years ago
  37. c4d10df Fix Python memory errors by Masood Malekghassemi · 8 years ago
  38. ab4796e Make move_first linear by Craig Tiller · 8 years ago
  39. c07c7f7 Merge branch 'tweak_slice_buffer' of github.com:sreecha/grpc into blah by Craig Tiller · 8 years ago
  40. d9ed84f Doc string fix and tweaks by Nathaniel Manista · 8 years ago
  41. 01aaa52 Merge remote-tracking branch 'upstream/master' into fix-loupe-exception by Muxi Yan · 8 years ago
  42. af2c01e Expect INTERNAL in Python negative interop client by ncteisen · 8 years ago
  43. a52c262 Merge pull request #9400 from markdroth/c++_max_message_size_methods by Mark D. Roth · 8 years ago
  44. 2011561 Stop generating method name array when there is no method. by yang-g · 8 years ago
  45. f0e1778 Add ChannelArguments methods for setting max send/recv message size. by Mark D. Roth · 8 years ago
  46. 9417064 Merge pull request #9181 from daniel-j-born/resource_quota by Craig Tiller · 8 years ago
  47. e33d810 Merge branch 'master' into fix-loupe-exception by Muxi Yan · 8 years ago
  48. f593d88 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  49. 45ccec5 clang-format by Mark D. Roth · 8 years ago
  50. 5a96770 Dont try to index close headers: this messes up compression tables for subsequent requests by Craig Tiller · 8 years ago
  51. d0f7bf4 Document new args in grpc_resolver_create by Yuchen Zeng · 8 years ago
  52. 12f1e53 Initialize and shutdown proxy mapper registry. by Mark D. Roth · 8 years ago
  53. 752f17f Remove references to proxy mapper factory. by Mark D. Roth · 8 years ago
  54. 1339a38 Fix handshaker shutdown bug. by Mark D. Roth · 8 years ago
  55. edff74c clang-format by Mark D. Roth · 8 years ago
  56. 84d6682 Fix build breakage. by Mark D. Roth · 8 years ago
  57. d58a985 Move detection of HTTP CONNECT proxy from DNS resolver to client channel. by Mark D. Roth · 8 years ago
  58. d1cfffe Merge pull request #8957 from murgatroid99/makefile_ruby_version_fixes by Michael Lumish · 8 years ago
  59. b324287 Get HTTP CONNECT headers from channel arg. by Mark D. Roth · 8 years ago
  60. 37225c4 Trigger HTTP CONNECT handshaker via channel arg. by Mark D. Roth · 8 years ago
  61. b343ef1 Merge pull request #8778 from muxi/advance-cronet-version by Muxi Yan · 8 years ago
  62. 5687c2e Merge pull request #8684 from gcasto/change_cronet_interface by Muxi Yan · 8 years ago
  63. e375975 Fixed sanity errors by murgatroid99 · 8 years ago
  64. 5acc826 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  65. 35d8955 Merge pull request #46 from soltanmm-google/heatbeat's-aerys-is-an-awesome-dance-tune-y'all by Craig Tiller · 8 years ago
  66. a472451 Fix Python errors by Masood Malekghassemi · 8 years ago
  67. 5aa2bcf Pass an iterator rather than an iterable by Nathaniel Manista · 8 years ago
  68. fc4b07e Merge pull request #9276 from soltanmm-google/remember-the-blue-flowers-they-are-important! by Nathaniel Manista · 8 years ago
  69. 79f2a24 Add proxy mapper hook. by Mark D. Roth · 8 years ago
  70. c0d7d67 Merge pull request #9318 from markdroth/subchannel_addr_channel_arg by Mark D. Roth · 8 years ago
  71. c16080c Merge pull request #9350 from stanley-cheung/php-update by Stanley Cheung · 8 years ago
  72. 2b24d27 Merge pull request #9326 from yang-g/license by Yang Gao · 8 years ago
  73. 9c627c2 Document new function grpc_resource_user_quota by Dan Born · 8 years ago
  74. 7bb90fa Respond to review comments by Craig Tiller · 8 years ago
  75. 824da1c Remove dead files by Craig Tiller · 8 years ago
  76. 58233db Merge branch 'master' into makefile_ruby_version_fixes by murgatroid99 · 8 years ago
  77. 8024c46 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  78. c2079f3 Merge pull request #9252 from ctiller/write_buffering by Craig Tiller · 8 years ago
  79. cc79370 Run Python formatting by Masood Malekghassemi · 8 years ago
  80. 89002bc Merge branch 'master' of github.com:grpc/grpc into poll_fd_shutdown by David Garcia Quintas · 8 years ago
  81. 1d83a70 Fix memory leak by Craig Tiller · 8 years ago
  82. 7b1703d Merge branch 'metadata_filter' of github.com:ctiller/grpc into metadata_filter by Craig Tiller · 8 years ago
  83. aecd46e Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  84. 31f2dd4 clang-format by Mark D. Roth · 8 years ago
  85. d3c2594 Fix test errors on string copy by Muxi Yan · 8 years ago
  86. a36bdc1 Merge pull request #44 from soltanmm-google/meta_meta-meta-MUSHROOM-MUSHROOM-Snaaaaakkeeeee-oohhhh-it's-a-snaaaaakkeeeeee by Craig Tiller · 8 years ago
  87. 180b323 Use grpc_slice at core boudary by Muxi Yan · 8 years ago
  88. 62d895b Paper-over Python errors by Masood Malekghassemi · 8 years ago
  89. 0a5a318 Name constant by Craig Tiller · 8 years ago
  90. 4242075 PHP: Prepare for 1.1.0 release by Stanley Cheung · 8 years ago
  91. 0dcd709 Merge pull request #8304 from apolcyn/fix_ruby_tools_32_bit_windows by apolcyn · 8 years ago
  92. df8f122 Fix API fuzzer tests. by Mark D. Roth · 8 years ago
  93. d09122e Merge branch 'master' into tweak_slice_buffer by Sree Kuchibhotla · 8 years ago
  94. 4d08937 update grpc-tools.gemspec after with os_check -> plactform_check.rb by Alexander Polcyn · 8 years ago
  95. e8b1fd0 Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
  96. aaddb5c continue use of host_cpu and use x86 whenever not x86_64 by Alexander Polcyn · 8 years ago
  97. 0748f39 Store subchannel address in a channel arg. by Mark D. Roth · 8 years ago
  98. 7a48d01 Merge github.com:grpc/grpc into write_buffering by Craig Tiller · 8 years ago
  99. 28ea6f0 Fix memory corruption by Craig Tiller · 8 years ago
  100. 6b69540 Merge pull request #9335 from jtattermusch/vsproject_improvements by Jan Tattermusch · 8 years ago