1. 13b2b7f Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  2. 6a29545 Change the type of 'ref_count' in polling_island from gpr_atm to gpr_refcount by Sree Kuchibhotla · 8 years ago
  3. 20d0a16 Better error handling and add polling_island_unlock_pair() helper by Sree Kuchibhotla · 8 years ago
  4. d4a299c Merge pull request #7003 from kpayson64/mingw_str_format_support by Nicolas Noble · 8 years ago
  5. a4b34c2 Changed %lld to use mingw supported PRId64 by Ken Payson · 8 years ago
  6. d605b63 Merge pull request #7008 from jtattermusch/csharp_no_new_client by Jan Tattermusch · 8 years ago
  7. b309bc9 Merge pull request #6922 from y-zeng/ios-test by Jan Tattermusch · 8 years ago
  8. 1bc42d9 Merge pull request #6994 from y-zeng/update-example by Jan Tattermusch · 8 years ago
  9. 05fd4fe Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  10. 60e98ec Merge pull request #6971 from y-zeng/Update_objc_example_podspec by Jan Tattermusch · 8 years ago
  11. ee694fb Merge pull request #6955 from nathanielmanistaatgoogle/metadata-code-details by Jan Tattermusch · 8 years ago
  12. d93d3dd Merge pull request #7004 from kpayson64/set_windows_port by Jan Tattermusch · 8 years ago
  13. 0224dcc clang format by Sree Kuchibhotla · 8 years ago
  14. ed6ea4c regenerate protos by Jan Tattermusch · 8 years ago
  15. bfcd6b6 generate comments for C# client constructors by Jan Tattermusch · 8 years ago
  16. f41ebc3 remove occurences of NewClient factory method by Jan Tattermusch · 8 years ago
  17. 8891ef5 Initialize port to -1 by Ken Payson · 8 years ago
  18. 76a0795 Fix build errors on some configurations by Sree Kuchibhotla · 8 years ago
  19. edfebc9 dont generate NewClient method for C# services by Jan Tattermusch · 8 years ago
  20. b16e451 Add a test of metadata, status code, and details by Nathaniel Manista · 8 years ago
  21. 606e35a add C# constant for GRPC_COMPRESSION_REQUEST_ALGORITHM_MD_KEY by Jan Tattermusch · 8 years ago
  22. a7daf1e implement C# client compression interop tests by Jan Tattermusch · 8 years ago
  23. f8135f6 remove occurences of compressable payload type by Jan Tattermusch · 8 years ago
  24. 67ceba5 regenerate messages.proto by Jan Tattermusch · 8 years ago
  25. 4047d5d add test that C# can read compressed messages by Jan Tattermusch · 8 years ago
  26. 0d896ef fix reading of compressed byte_buffer in C# by Jan Tattermusch · 8 years ago
  27. 4bfb794 Merge pull request #6993 from grpc/update_csharp_readme by Jan Tattermusch · 8 years ago
  28. cfce066 Merge pull request #6104 from jtattermusch/coreclr_support by Jan Tattermusch · 8 years ago
  29. b2a18c8 Merge pull request #6984 from jtattermusch/fix_6930 by Jan Tattermusch · 8 years ago
  30. db3ffe1 Update examples with Cocoapods 1.0.0 by Yuchen Zeng · 8 years ago
  31. 892f8f9 Update c# readme. by Jan Tattermusch · 8 years ago
  32. 229533b1 Remove pollset->pi_mu since it is redundant. Also do not get polling by Sree Kuchibhotla · 8 years ago
  33. 00ab530 Merge pull request #6839 from dgquintas/simplify_compression_interop by Jan Tattermusch · 8 years ago
  34. 24b6eae Add missing function fd_is_shutdown by Sree Kuchibhotla · 8 years ago
  35. 0100b2f Make fd_shutdown idempotent by Sree Kuchibhotla · 8 years ago
  36. 3131c26 Integrate with unified error reporting by Sree Kuchibhotla · 8 years ago
  37. e89aad0 updated node interop server by David Garcia Quintas · 8 years ago
  38. c3a9fae Merge branch 'master' into epoll_changes_merged by Sree Kuchibhotla · 8 years ago
  39. 311c74e Merge pull request #6972 from nathanielmanistaatgoogle/fatal_failure→shutdown by Jan Tattermusch · 8 years ago
  40. be37455 add missing ConfigureAwait(false) by Jan Tattermusch · 8 years ago
  41. ad8723f moved up 'package' statement. by David Garcia Quintas · 8 years ago
  42. be22335 Merge pull request #6969 from ctiller/stream_finish by Jan Tattermusch · 8 years ago
  43. 7bfa751 Merge pull request #6966 from ctiller/get_settings_first by Jan Tattermusch · 8 years ago
  44. f019766 Merge pull request #6965 from ctiller/naughty_client by Jan Tattermusch · 8 years ago
  45. 0c3ea08 Merge pull request #6970 from nathanielmanistaatgoogle/with_call by Jan Tattermusch · 8 years ago
  46. 7edfcb0 Using inlined BoolValue in lieu of wrappers.proto due to lack of node support by David Garcia Quintas · 8 years ago
  47. 8d9e838 Fixed format issues by Yuchen Zeng · 8 years ago
  48. d5fd7dd Addressed review comments by Yuchen Zeng · 8 years ago
  49. 381e26a regenerate project.json files by Jan Tattermusch · 8 years ago
  50. cddf697 Fix refcounting tsan failures and grab pollset lock in the function by Sree Kuchibhotla · 8 years ago
  51. 5988716 Merge pull request #6912 from murgatroid99/grpc_tools_well_known_types2 by Jan Tattermusch · 8 years ago
  52. aa33832 Revert ProtoService.m, add an exception for its incompatible-pointer-types warning by Yuchen Zeng · 8 years ago
  53. 7433013 improve project.json files by Jan Tattermusch · 8 years ago
  54. 2f8ade0 Significantly refactor the polling island locking and refcounting code by Sree Kuchibhotla · 8 years ago
  55. bc43e07 Merge pull request #6896 from soltanmm/maybe by Jan Tattermusch · 8 years ago
  56. 3b5ae53 Correct lingering FATAL_FAILURE sites by Nathaniel Manista · 8 years ago
  57. abc7427 Update podfiles for objc examples by Yuchen Zeng · 8 years ago
  58. ca3e9c8 Merge remote-tracking branch 'upstream/master' into ios-test by Yuchen Zeng · 8 years ago
  59. 36a58a7 Enable treating warnings as errors for target gRPC by Yuchen Zeng · 8 years ago
  60. 1468d4b Merge pull request #6848 from thinkerou/default_roots_pem by Jan Tattermusch · 8 years ago
  61. 8d3477c Merge pull request #6962 from nathanielmanistaatgoogle/delete-dead-code-tests by Jan Tattermusch · 8 years ago
  62. 604bdf7 Merge pull request #6961 from nathanielmanistaatgoogle/secure-channel-construction by Jan Tattermusch · 8 years ago
  63. ffaafe6 Change with_call from parameter to attribute by Nathaniel Manista · 8 years ago
  64. fa1f74e Fix errored streams prematurely terminating, add a test by Craig Tiller · 8 years ago
  65. daec5f9 We dont need to account for parsing or not when writing by Craig Tiller · 8 years ago
  66. 56565fc Force receiving a SETTINGS frame as the first frame by Craig Tiller · 8 years ago
  67. 78a7333 Fix memory leak upon receiving two RST_STREAMs by Craig Tiller · 8 years ago
  68. 76233f5 Delete tests of dead pre-GA code by Nathaniel Manista · 8 years ago
  69. 6efe7c7 Fix secure channel construction by Nathaniel Manista · 8 years ago
  70. 5ad70a6 removed spurious .format() by David Garcia Quintas · 8 years ago
  71. 913f5ab Merge remote-tracking branch 'origin/fix_logproto' into simplify_compression_interop by David Garcia Quintas · 8 years ago
  72. 50c5511 Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  73. 377bfde added extra path to python protoc by David Garcia Quintas · 8 years ago
  74. e5f0f95 fixed syntax errors in proto by David Garcia Quintas · 8 years ago
  75. b6163df Merge pull request #6352 from ctiller/error by Jan Tattermusch · 8 years ago
  76. 56f9862 Merge pull request #6863 from vjpai/wheezy by Jan Tattermusch · 8 years ago
  77. 099cbf8 add debian.8-x64 to the list of runtimes by Jan Tattermusch · 8 years ago
  78. fab857e address review comments by Jan Tattermusch · 8 years ago
  79. 27e55b5 Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  80. fa1433a Merge pull request #6911 from ctiller/idempotent_endpoint_shutdown by Jan Tattermusch · 8 years ago
  81. 1871cd7 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  82. 97fe0a6 clang-format code by Craig Tiller · 8 years ago
  83. adf9e68 Merge branch 'error' of github.com:ctiller/grpc into error by Craig Tiller · 8 years ago
  84. 7264f14 Cleanup spam by Craig Tiller · 8 years ago
  85. ddf694c Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  86. a66e075 php: there is an unimplemented service by Stanley Cheung · 8 years ago
  87. 1b1e38a Merge branch 'node_qps_wait_for_ready' of github.com:murgatroid99/grpc into error by Craig Tiller · 8 years ago
  88. e1cbd62 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  89. 8939140 php: implement 2 more interop tests by Stanley Cheung · 8 years ago
  90. e2e0873 php: implement custom_metadata interop test by Stanley Cheung · 8 years ago
  91. 20e5d9e Update Node plugin to handle well known type changes by murgatroid99 · 8 years ago
  92. fd79790 Merge pull request #6944 from nathanielmanistaatgoogle/fatal_failure→shutdown by Jan Tattermusch · 8 years ago
  93. f6e2cb7 Merge pull request #6902 from sreecha/php_stress_test by Jan Tattermusch · 8 years ago
  94. 40f5726 Node QPS worker: wait for clients to be ready before making calls by murgatroid99 · 8 years ago
  95. 2e12db9 Test polling island merges by Sree Kuchibhotla · 8 years ago
  96. 8375c0d Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  97. f3bc3b6 Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback by thinkerou · 8 years ago
  98. bd8d64a Merge pull request #6905 from makdharma/2868 by Jan Tattermusch · 8 years ago
  99. 8615cce Merge pull request #6943 from kpayson64/python_qps_wait by Jan Tattermusch · 8 years ago
  100. 909dd6e Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago