1. 15855f3 Switch server builder plugin API to something that will work with gcc4.4 by Vijay Pai · 8 years ago
  2. eac07c3 WIP by Vijay Pai · 8 years ago
  3. b645a2d Remove another range-based for by Vijay Pai · 8 years ago
  4. ce350a5 override->GRPC_OVERRIDE Remove range-based fors by Vijay Pai · 8 years ago
  5. 203b20c Add g++ by Vijay Pai · 8 years ago
  6. b17e25c Merge pull request #6649 from dgquintas/core_codegen_be_public by Jan Tattermusch · 8 years ago
  7. 4809e8e Merge pull request #6675 from dgquintas/check_http_client_filter_content_type by Jan Tattermusch · 8 years ago
  8. 5ccf4b3 Merge pull request #6786 from ctiller/meta-whoops by Jan Tattermusch · 8 years ago
  9. 7eaae43 Merge pull request #6827 from jtattermusch/csharp_metadata_entry_is_class by Jan Tattermusch · 8 years ago
  10. 026dfe6 Merge pull request #6820 from mdsteele/server-async by Jan Tattermusch · 8 years ago
  11. 129cd65 Merge pull request #6830 from dgquintas/simplify_compression_interop by Jan Tattermusch · 8 years ago
  12. e153774 Merge pull request #6815 from kpayson64/python_perf_fixes by Jan Tattermusch · 8 years ago
  13. 09bf5f4 Merge pull request #6831 from kpayson64/python_jwt_creds by Jan Tattermusch · 8 years ago
  14. 080749e Add interfaces for ServerAsyncReader/Writers by Matthew D. Steele · 8 years ago
  15. 2c57371 Merge pull request #6832 from grpc/sed-f-up-fix by David G. Quintas · 8 years ago
  16. 20d802d removed unused vble by David Garcia Quintas · 8 years ago
  17. 126ae10 fixed silly typo by David Garcia Quintas · 8 years ago
  18. cf41d19 clang-format by David Garcia Quintas · 8 years ago
  19. dfff4de Fix sed induced typo by David G. Quintas · 8 years ago
  20. 22a65e1 Added python jwt_token_creds interop test by Ken Payson · 8 years ago
  21. dd385b6 Merge branch 'master' of github.com:grpc/grpc into core_codegen_be_public by David Garcia Quintas · 8 years ago
  22. 393ca51 updated interop spec by David Garcia Quintas · 8 years ago
  23. d3ce021 disabled bogus checks for streaming compressed by David Garcia Quintas · 8 years ago
  24. 14f40b8 Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  25. 5756c8f removed RANDOM and simplified req for compression by David Garcia Quintas · 8 years ago
  26. 9a36e6c Changed Python Sync streaming qps to follow spec by Ken Payson · 8 years ago
  27. c524ec0 make Metadata.Entry a class by Jan Tattermusch · 8 years ago
  28. d30d4e2 Merge pull request #6190 from dgquintas/lb_pollset_propagation by Jan Tattermusch · 8 years ago
  29. 570408f Merge pull request #6741 from yang-g/its_ok_to_have_no_read_on_cancelled_call by Jan Tattermusch · 8 years ago
  30. 3c26736 Merge pull request #6792 from yang-g/build_clean by Jan Tattermusch · 8 years ago
  31. be59629 Merge pull request #6758 from ctiller/c++-is-people-too by Jan Tattermusch · 8 years ago
  32. fa430fd Merge pull request #6809 from jtattermusch/csharp_channel_server_constructors by Jan Tattermusch · 8 years ago
  33. 571c12e Remove AsyncStreaming client from python qps tests by Ken Payson · 8 years ago
  34. fe1f4ae Merge github.com:grpc/grpc into c++-is-people-too by Craig Tiller · 8 years ago
  35. 8d829d0 Add more Channel and Server constructor overloads by Jan Tattermusch · 8 years ago
  36. 4461da7 regenerated projects by David Garcia Quintas · 8 years ago
  37. 69ff63d clang-format by David Garcia Quintas · 8 years ago
  38. 1cf4ec7 merge leftover by David Garcia Quintas · 8 years ago
  39. d941fd8 Merge pull request #6754 from jtattermusch/csharp_better_shutdown by Jan Tattermusch · 8 years ago
  40. a0d7491 Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  41. 222563c Merge branch 'master' of github.com:grpc/grpc into check_http_client_filter_content_type by David Garcia Quintas · 8 years ago
  42. ed5af1c update tests by Jan Tattermusch · 8 years ago
  43. bdccdef autoregister grpc shutdown hooks by Jan Tattermusch · 8 years ago
  44. 2f74141 add appdomain unload test by Jan Tattermusch · 8 years ago
  45. 018cfb8 update tests by Jan Tattermusch · 8 years ago
  46. 25e3ba5 improve shutdown tests by Jan Tattermusch · 8 years ago
  47. 739ee1b support GrpcEnvironment.KillServersAsync by Jan Tattermusch · 8 years ago
  48. 63386a1 deduplicate server shutdown logic by Jan Tattermusch · 8 years ago
  49. 4aea528 Add ShutdownChannelsAsync api by Jan Tattermusch · 8 years ago
  50. 703c042 serverside shutdown hook test by Jan Tattermusch · 8 years ago
  51. 5858441 make environment shutdown asynchronous by Jan Tattermusch · 8 years ago
  52. 85030e3 register appdomain events by Jan Tattermusch · 8 years ago
  53. c4d5112 moar renamings by David Garcia Quintas · 8 years ago
  54. 3e82244 Merge pull request #6787 from nathanielmanistaatgoogle/beta-through-ga by Jan Tattermusch · 8 years ago
  55. dda1aed Merge pull request #6794 from jtattermusch/csharp_misc_fixes by Jan Tattermusch · 8 years ago
  56. c3a8307 Merge pull request #6805 from jtattermusch/regenerate_to_fix by Jan Tattermusch · 8 years ago
  57. 2f7f856 regenerate projects to fix master by Jan Tattermusch · 8 years ago
  58. a134fa7 improve docs on ShutdownAsync() for servers and channels by Jan Tattermusch · 8 years ago
  59. 6acc07d improve the xmldocs on call cancellation and disposal by Jan Tattermusch · 8 years ago
  60. e1bee5b improve comments in math.proto by Jan Tattermusch · 8 years ago
  61. 49fb84a rename ChannelState.FatalFailure to ChannelState.Shutdown by Jan Tattermusch · 8 years ago
  62. c09a358 Route Python Beta API through Python GA API by Nathaniel Manista · 8 years ago
  63. 87ec3b7 Merge pull request #6750 from makdharma/cronet by Jan Tattermusch · 8 years ago
  64. 7a952ad Merge pull request #6801 from jtattermusch/csharp_server_service_definition by Jan Tattermusch · 8 years ago
  65. fcc8d97 get rid of deprecated server and client interface by Jan Tattermusch · 8 years ago
  66. 562cd05 update C# codegen and regenerate by Jan Tattermusch · 8 years ago
  67. 781720f get rid of servicename argument for server service definition. by Jan Tattermusch · 8 years ago
  68. 139098c Fix cast to avoid potential wraparound by Craig Tiller · 8 years ago
  69. f805d0c Merge github.com:grpc/grpc into c++-is-people-too by Craig Tiller · 8 years ago
  70. 37e26d9 Merge pull request #6725 from nathanielmanistaatgoogle/read-some-but-not-all-responses by Jan Tattermusch · 8 years ago
  71. 34b5861 Spliting filegroup. by yang-g · 8 years ago
  72. aaee544 merge and resolve conflicts by yang-g · 8 years ago
  73. 845a056 Merge pull request #6789 from jtattermusch/fix_make_options_propagation by Jan Tattermusch · 8 years ago
  74. 17487f9 Make grpc++ independent of protobuf by yang-g · 8 years ago
  75. df204d0 Merge branch 'master' of github.com:grpc/grpc into check_http_client_filter_content_type by David Garcia Quintas · 8 years ago
  76. debd151 A Cython-layer read-not-all-responses test by Nathaniel Manista · 8 years ago
  77. 84f7193 Merge pull request #6254 from grpc/python_per_rpc_interop by Jan Tattermusch · 8 years ago
  78. 6c81c25 Merge pull request #6306 from y-zeng/win32_suffix by Jan Tattermusch · 8 years ago
  79. b0bb674 Merge pull request #6636 from yang-g/grpc_cli by Jan Tattermusch · 8 years ago
  80. 11ca9d8 Merge pull request #6674 from murgatroid99/node_ruby_codegen_comments by Jan Tattermusch · 8 years ago
  81. addf007 Merge pull request #6711 from thought-machine/fix_read_leak by Jan Tattermusch · 8 years ago
  82. 05808c4 Merge pull request #6731 from vjpai/beheader by Jan Tattermusch · 8 years ago
  83. 92ac3f7 Merge pull request #6762 from nathanielmanistaatgoogle/ga by Jan Tattermusch · 8 years ago
  84. 7996a72 Merge pull request #6772 from ctiller/beefy by Jan Tattermusch · 8 years ago
  85. d38b2c4 Merge pull request #6761 from ctiller/there-were-no-fatalities by Jan Tattermusch · 8 years ago
  86. 3dbafd5 Merge pull request #5901 from dgquintas/lr_hook by Jan Tattermusch · 8 years ago
  87. fd3857b fix propagation of make options under docker by Jan Tattermusch · 8 years ago
  88. 8d8f9a8 Fix refcounting algorithm by Craig Tiller · 8 years ago
  89. 2ff7986 Merge pull request #6664 from dklempner/server_builder_plugin_test by Jan Tattermusch · 8 years ago
  90. f2874ef Only send status and message with stream closure when needed by Craig Tiller · 8 years ago
  91. 29243dd Python GA security API by Nathaniel Manista · 8 years ago
  92. 48ed92e GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN by Craig Tiller · 8 years ago
  93. e5d37dd Merge pull request #6752 from nathanielmanistaatgoogle/ga by Jan Tattermusch · 8 years ago
  94. e751846 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  95. ff71145 Automatically capture transitive dependencies for Visual Studio solution files by Craig Tiller · 8 years ago
  96. 1906109 fixed template to remove grpc_cronet.h as a dependency by Makarand Dharmapurikar · 8 years ago
  97. b0f676b Fix memory leak reading from python ByteBuffer. by alex · 8 years ago
  98. eaf5426 fixed dependency problem in grpc_cronet by adding dep on chttp2 by Makarand Dharmapurikar · 8 years ago
  99. f78b822 Merge pull request #6667 from kpayson64/ruby_eventfd_bug by Jan Tattermusch · 8 years ago
  100. d06b482 Merge pull request #6707 from murgatroid99/makefile_warning_wording by Jan Tattermusch · 8 years ago