1. 89addae Merge pull request #10039 from ctiller/server_channel_args by Craig Tiller · 8 years ago
  2. 1a8391e Merge pull request #9756 from ncteisen/to-grpc-err-is-human by Noah Eisen · 8 years ago
  3. b3eee5c Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human by ncteisen · 8 years ago
  4. 343702b Write an essay by Craig Tiller · 8 years ago
  5. 809b421 Merge pull request #10043 from grpc/jtattermusch-patch-1 by Jan Tattermusch · 8 years ago
  6. 2e0a82f Merge pull request #10040 from rjshade/udp_use_after_free by Yang Gao · 8 years ago
  7. 04b4d4c Merge pull request #9974 from nathanielmanistaatgoogle/lint by Nathaniel Manista · 8 years ago
  8. c2804fb Merge pull request #10018 from ctiller/accept4 by Craig Tiller · 8 years ago
  9. 1d88979 Delete TestResult.xml by Jan Tattermusch · 8 years ago
  10. 69709e2 Fix flaky use-after-free in udp_server by Robbie Shade · 8 years ago
  11. 111f2d4 Merge github.com:grpc/grpc into server_channel_args by Craig Tiller · 8 years ago
  12. 12352b2 Add test of server builder, including channel args by Craig Tiller · 8 years ago
  13. 4751c28 Add channel arguments to server builder by Craig Tiller · 8 years ago
  14. c8f24e5 Merge pull request #10026 from mehrdada/bump-proto-depenedency-on-python-3.2 by Mehrdad Afshari · 8 years ago
  15. 18f8acf Merge pull request #10004 from dgquintas/1.1.x_to_master_again by David G. Quintas · 8 years ago
  16. 1444464 Fix locking by Craig Tiller · 8 years ago
  17. 9b3c73d Updated protobuf dependency for python to 3.2.0 by Mehrdad Afshari · 8 years ago
  18. 7c1aafb Revert "Fix flaky use-after-free in udp_server" by Yang Gao · 8 years ago
  19. 73c3354 Merge pull request #10015 from rjshade/use_after_free by Robbie Shade · 8 years ago
  20. 9cf08b6 Fix flaky use-after-free in udp_server by Robbie Shade · 8 years ago
  21. 702a445 Fix initialization by Craig Tiller · 8 years ago
  22. f26236a Silence accept4 message when its irrelevant by Craig Tiller · 8 years ago
  23. a3d87ca fix C# nuget restore by Jan Tattermusch · 8 years ago
  24. 1293cbc remove unneeded dependencies by Jan Tattermusch · 8 years ago
  25. 93c8951 NUnitVersion tests no longer needed by Jan Tattermusch · 8 years ago
  26. e2b2c8e update nugets in csproj projects by Jan Tattermusch · 8 years ago
  27. 018e23a regenerate projects by Jan Tattermusch · 8 years ago
  28. 766c97a updgrade C# project.json to protobuf 3.2.0 by Jan Tattermusch · 8 years ago
  29. d687e92 regenerate C# protos by Jan Tattermusch · 8 years ago
  30. efe7572 Merge pull request #9632 from jtattermusch/csharp_server_side_auth by Jan Tattermusch · 8 years ago
  31. 78fd7db Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master_again by David Garcia Quintas · 8 years ago
  32. cf54c15 Merge pull request #9983 from dgquintas/1.1.x_to_master by David G. Quintas · 8 years ago
  33. 7bc4f4a Merge pull request #9862 from Op3n4M3/limit-gem-build by apolcyn · 8 years ago
  34. dcb71e0 Manual changes from upmerged modifications by David Garcia Quintas · 8 years ago
  35. d627421 Merge pull request #8407 from jronak/fixtag by Yang Gao · 8 years ago
  36. 8a0ec88 Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master by David Garcia Quintas · 8 years ago
  37. 8c3eaf2 Merge pull request #9939 from ctiller/stream_owned_slice by Craig Tiller · 8 years ago
  38. 637a275 Merge pull request #9921 from ctiller/fastcreate by Craig Tiller · 8 years ago
  39. 26515ab Merge pull request #9967 from nathanielmanistaatgoogle/lint by Nathaniel Manista · 8 years ago
  40. aa4abaa fix Grpc.HealthCheck and Grpc.Reflection packages by Jan Tattermusch · 8 years ago
  41. 3ec1366 Enable unused-argument lint by Nathaniel Manista · 8 years ago
  42. 8fccf59 Enable too-many-return-statements lint by Nathaniel Manista · 8 years ago
  43. c3038a5 Suppress and enable too-many-locals lint by Nathaniel Manista · 8 years ago
  44. db0f85b Configure and enable too-many-arguments lint by Nathaniel Manista · 8 years ago
  45. 18f025e Fix and enable super-init-not-called lint by Nathaniel Manista · 8 years ago
  46. b19e304 Merge pull request #9953 from y-zeng/build_license by Yuchen Zeng · 8 years ago
  47. af39256 Fix and enable redefined-outer-name lint by Nathaniel Manista · 8 years ago
  48. 0ee3e3e Merge pull request #9866 from nathanielmanistaatgoogle/lint-fixes by Nathaniel Manista · 8 years ago
  49. b16d765 Work toward enabling cyclic-import lint by Nathaniel Manista · 8 years ago
  50. 4531cbe Selectively suppress and enable broad-except lint by Nathaniel Manista · 8 years ago
  51. f4aca31 Merge pull request #9961 from nathanielmanistaatgoogle/_connectivity_channel by Nathaniel Manista · 8 years ago
  52. e151a21 Fix and enable unused-variable lint by Nathaniel Manista · 8 years ago
  53. d5e3766 Fix and enable no-value-for-parameter lint by Nathaniel Manista · 8 years ago
  54. 7983213 Fix and enable unused-import lint by Nathaniel Manista · 8 years ago
  55. 017365d Fix and enable no-self-use lint by Nathaniel Manista · 8 years ago
  56. 18e8b14 Limit the gem native build resources by J. Martin · 8 years ago
  57. 0093d66 Merge pull request #9931 from ncteisen/to-time-dot-sleep-perchance-to-dream by Noah Eisen · 8 years ago
  58. 98a4c6f Remove grpc.beta._connectivity_channel by Nathaniel Manista · 8 years ago
  59. c9b03fe expose AuthContext in C# by Jan Tattermusch · 8 years ago
  60. 39514cc Add licenses() in BUILD files by Yuchen Zeng · 8 years ago
  61. 5c2d7e2 Boost grpc version to v1.1.4 by Muxi Yan · 8 years ago
  62. 58bbbe9 Merge pull request #9940 from yang-g/http_parser by Yang Gao · 8 years ago
  63. d27da0d Merge pull request #9908 from yang-g/on_timeout by Yang Gao · 8 years ago
  64. 82c6d8d PHP: prepare for 1.2 release by Stanley Cheung · 8 years ago
  65. 07ad1b9 Merge pull request #9938 from kpayson64/increase_epsilon by kpayson64 · 8 years ago
  66. 2316b80 Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human by ncteisen · 8 years ago
  67. 5838dbf Return an error when the HTTP first line or header is longer than 4K by yang-g · 8 years ago
  68. 9ef6fc8 Merge github.com:grpc/grpc into stream_owned_slice by Craig Tiller · 8 years ago
  69. 295df6d Add a slice type that shares a refcount with a transport stream by Craig Tiller · 8 years ago
  70. f1666d4 Merge pull request #9869 from markdroth/client_channel_method_params_cleanup by Mark D. Roth · 8 years ago
  71. 47d7a08 Increase epsilon in thread cleanup test by kpayson64 · 8 years ago
  72. 4b290e9 Merge pull request #9917 from nathanielmanistaatgoogle/missing-main by Nathaniel Manista · 8 years ago
  73. 25c38e7 Merge pull request #9888 from murgatroid99/electron_uv_fix by Michael Lumish · 8 years ago
  74. da22274 Add sleep(1) to Python negative http2 client by Noah Eisen · 8 years ago
  75. 48bc476 Eliminate cancellation if we never sent an op down by Craig Tiller · 8 years ago
  76. 255d002 Relieve ios deployment version to 7.0 by Muxi Yan · 8 years ago
  77. fc39593 Add missing unittest.main call by Nathaniel Manista · 8 years ago
  78. 5f13f48 Merge pull request #9833 from dgquintas/parse_address_clusterfuzz by David G. Quintas · 8 years ago
  79. 9ccebc3 Merge pull request #9773 from dgquintas/build_files by David G. Quintas · 8 years ago
  80. 6517333 Merge pull request #9881 from ctiller/spinlock by Craig Tiller · 8 years ago
  81. 7ef0cd6 Merge pull request #9785 from stanley-cheung/php-update-doc by Stanley Cheung · 8 years ago
  82. 01f1544 Check and act on Dump failure by yang-g · 8 years ago
  83. 8e43edb Fix include guards by Craig Tiller · 8 years ago
  84. 06ab69d Clang format by murgatroid99 · 8 years ago
  85. cd232f6 Merge pull request #9753 from ctiller/zalloc by Craig Tiller · 8 years ago
  86. a10f00c Merge github.com:grpc/grpc into spinlock by Craig Tiller · 8 years ago
  87. 2aa5a1d Merge pull request #9839 from y-zeng/1_1_x_address_arg_fix by Yuchen Zeng · 8 years ago
  88. 4776102 Merge pull request #9468 from y-zeng/p2p_client by Yuchen Zeng · 8 years ago
  89. dc720ca Merge pull request #9846 from yang-g/max_message_size by Yang Gao · 8 years ago
  90. e0b1e46 Address review comments by Yuchen Zeng · 8 years ago
  91. 8c2946a Fix missing wakeups when using the libuv iomgr under Electron by murgatroid99 · 8 years ago
  92. 722de8d clang-format by Mark D. Roth · 8 years ago
  93. 07e4c13 Merge pull request #9857 from murgatroid99/merge_1.1.x_master by Michael Lumish · 8 years ago
  94. c758542 Fix compile by Craig Tiller · 8 years ago
  95. edbf2b9 Add a spinlock type. by Craig Tiller · 8 years ago
  96. ca8de5c Merge pull request #9868 from jtattermusch/csharp_more_interop_logging by Jan Tattermusch · 8 years ago
  97. 380a3be Add more closures by Yuchen Zeng · 8 years ago
  98. efdf5a3 Update with the new ping implementation by Yuchen Zeng · 8 years ago
  99. 990d9fe Client-side keepalive ping by Yuchen Zeng · 8 years ago
  100. 5825b69 Merge pull request #9849 from ctiller/bm_chttp2 by Craig Tiller · 8 years ago