1. bcd825d Merge pull request #7092 from ctiller/dont_create_redundant_errors by Jan Tattermusch · 8 years ago
  2. ace2489 Merge pull request #7151 from dgquintas/eventfd by Jan Tattermusch · 8 years ago
  3. dc733d6 Merge pull request #7152 from nathanielmanistaatgoogle/interop by Jan Tattermusch · 8 years ago
  4. 0a5d60c Merge pull request #7155 from stanley-cheung/php-fix-call-destroy by Jan Tattermusch · 8 years ago
  5. 27e4979 Merge pull request #7161 from dgquintas/use_release by Jan Tattermusch · 8 years ago
  6. a027820 Merge pull request #7091 from kpayson64/python_str_stuff by Nicolas Noble · 8 years ago
  7. ae51a39 Merge pull request #7144 from jtattermusch/coreclr_packages by Jan Tattermusch · 8 years ago
  8. cdac58b Merge pull request #7025 from ctiller/%s by Craig Tiller · 8 years ago
  9. b0c246e Merge pull request #7125 from murgatroid99/node_unskip_creds_tests by Jan Tattermusch · 8 years ago
  10. 6a654dd Changed default string type to be str by Ken Payson · 8 years ago
  11. 4281272 Updated git clone URL by David Garcia Quintas · 8 years ago
  12. 51b3691 php: fix shutdown hang, call was never destroyed by Stanley Cheung · 8 years ago
  13. 84d2e47 implemented eventfd_check_availability by David Garcia Quintas · 8 years ago
  14. 458b35a Fix Python server interop spec noncompliance by Nathaniel Manista · 8 years ago
  15. 01d7dba Merge pull request #7116 from kpayson64/python_windows_fix by Jan Tattermusch · 8 years ago
  16. e4822e2 Merge pull request #7081 from y-zeng/build-example-travis by Jan Tattermusch · 8 years ago
  17. a9208be regenerate by Jan Tattermusch · 8 years ago
  18. 103cd6d fix files/mappings in Grpc.Core nuget by Jan Tattermusch · 8 years ago
  19. 1f6faf3 Merge pull request #7086 from kpayson64/remove_python_beta_test by Jan Tattermusch · 8 years ago
  20. 40a3e64 Merge pull request #7123 from sreecha/epoll_perf by Jan Tattermusch · 8 years ago
  21. 3421724 Reduce the number of kicks by Sree Kuchibhotla · 8 years ago
  22. 9de42ab Minor format fix by Sree Kuchibhotla · 8 years ago
  23. 4ea7784 Removed _connectivity_channel.ChannelConnectivityTest test by Ken Payson · 8 years ago
  24. eac6243 Re-enable two Node credentials tests by murgatroid99 · 8 years ago
  25. 3db76b9 Merge pull request #7066 from y-zeng/ios-test by Jan Tattermusch · 8 years ago
  26. 1e77668 Trace statements in epoll poller (enabled by default to debug the recent by Sree Kuchibhotla · 8 years ago
  27. a439859 Merge github.com:grpc/grpc into %s by Craig Tiller · 8 years ago
  28. fe466b0 Merge pull request #7087 from makdharma/signature_mismatch_issue7051 by Jan Tattermusch · 8 years ago
  29. 110601d Convert windows dll filename to bytes by Ken Payson · 8 years ago
  30. a176f52 Merge pull request #6920 from murgatroid99/grpc_trace_granularity by Jan Tattermusch · 8 years ago
  31. 652c000 regenerate files by Jan Tattermusch · 8 years ago
  32. ecd2b0e share Version.cs among all project.json projects by Jan Tattermusch · 8 years ago
  33. 94f0a50 Merge pull request #7082 from ctiller/time_errors by Craig Tiller · 8 years ago
  34. 510ff69 Fix comment formatting by Craig Tiller · 8 years ago
  35. 1919699 Dont reblock sigmask every loop by Craig Tiller · 8 years ago
  36. 96e3d1c fixed indentation #2 by Makarand Dharmapurikar · 8 years ago
  37. 7a3c427 fixed indentation by Makarand Dharmapurikar · 8 years ago
  38. 6471930 Merge pull request #7073 from yang-g/ruby_compress by Jan Tattermusch · 8 years ago
  39. ac24ef8 Dont create errors redundently in chttp2_transport.c by Craig Tiller · 8 years ago
  40. b2edc6c Resolved merge conflicts with master by murgatroid99 · 8 years ago
  41. 8551a70 Merge github.com:grpc/grpc into %s by Craig Tiller · 8 years ago
  42. fc5f505 fixes #7051 by Makarand Dharmapurikar · 8 years ago
  43. bfc9adc Annotate more things by Craig Tiller · 8 years ago
  44. a9df5d1 Merge pull request #6644 from ctiller/reuse_port by Jan Tattermusch · 8 years ago
  45. b4028f6 Merge pull request #7046 from murgatroid99/master_merge_release-0_15 by Jan Tattermusch · 8 years ago
  46. cea0004 Annotate error.c for timing, remove broken test by Craig Tiller · 8 years ago
  47. b8431ae Add .xcscheme files for ObjC examples by Yuchen Zeng · 8 years ago
  48. fb39f1d Merge pull request #6973 from makdharma/network_status_change by Jan Tattermusch · 8 years ago
  49. e980f74 Merge remote-tracking branch 'upstream/release-0_15' into master_merge_release-0_15 by murgatroid99 · 8 years ago
  50. a6e022f Merge github.com:grpc/grpc into %s by Craig Tiller · 8 years ago
  51. 8217b79 Merge pull request #7001 from kpayson64/python_cleanup_thread by Jan Tattermusch · 8 years ago
  52. d004325 Merge pull request #6888 from yang-g/fixes by Jan Tattermusch · 8 years ago
  53. aa4bb51 Updated several threads to use CleanupThread for clean exit by Ken Payson · 8 years ago
  54. 2cecece Add a unit test for compression. by yang-g · 8 years ago
  55. a218a06 Fix GPR_TIMER misbalancing by Craig Tiller · 8 years ago
  56. f467846 Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  57. 5222790 Merge pull request #7063 from dgquintas/python_compression by Jan Tattermusch · 8 years ago
  58. 834bed9 Merge pull request #6941 from kpayson64/python_grpc_shutdown by Jan Tattermusch · 8 years ago
  59. 983cf52 Merge pull request #6906 from makdharma/2646 by Jan Tattermusch · 8 years ago
  60. 5e6b9ba Merge pull request #7043 from kpayson64/clang_format by Jan Tattermusch · 8 years ago
  61. ffc780d Merge pull request #6803 from sreecha/epoll_changes by Craig Tiller · 8 years ago
  62. afb62f8 Fix InteropTests.m by Yuchen Zeng · 8 years ago
  63. 6e78989 Basic testing of client and sever side compression by David Garcia Quintas · 8 years ago
  64. a5cae9b Merge pull request #6798 from jboeuf/fix_3803 by Jan Tattermusch · 8 years ago
  65. 62a6c92 Fix clang formatting by Ken Payson · 8 years ago
  66. 67ec53f Merge pull request #7014 from ctiller/fix_tracing by Jan Tattermusch · 8 years ago
  67. d1bdfd0 Merge pull request #7029 from y-zeng/fix-swiftsample by makdharma · 8 years ago
  68. bd96e8a Fix clang formatting by Ken Payson · 8 years ago
  69. 7d315da Merge release-0_15 into master by murgatroid99 · 8 years ago
  70. be1b9a7 Fixes by Craig Tiller · 8 years ago
  71. f519df8 Update version to 0.15.0 by murgatroid99 · 8 years ago
  72. 2dfcf14 Fix Node Windows build error by murgatroid99 · 8 years ago
  73. f4c1bff Moved grpc_shutdown to end of Py_Finalize() by Ken Payson · 8 years ago
  74. d29a3bf Update master branch to 0.16.0-dev by murgatroid99 · 8 years ago
  75. 9cb96ba Merge pull request #6747 from murgatroid99/node_logger_customization by Jan Tattermusch · 8 years ago
  76. 886c512 fix C# nuget build by Jan Tattermusch · 8 years ago
  77. e07b83b generate_projects.sh by Sree Kuchibhotla · 8 years ago
  78. d6f8f0b Add TODO by Yuchen Zeng · 8 years ago
  79. 60755f6 Merge pull request #7023 from jtattermusch/prevent_cq_shutdown_race by Jan Tattermusch · 8 years ago
  80. 13b2b7f Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  81. 6a29545 Change the type of 'ref_count' in polling_island from gpr_atm to gpr_refcount by Sree Kuchibhotla · 8 years ago
  82. 98d31d1 Fix special value lookup by Craig Tiller · 8 years ago
  83. 20d0a16 Better error handling and add polling_island_unlock_pair() helper by Sree Kuchibhotla · 8 years ago
  84. d4a299c Merge pull request #7003 from kpayson64/mingw_str_format_support by Nicolas Noble · 8 years ago
  85. d4d4c6f Fix comparison by Craig Tiller · 8 years ago
  86. eb429c3 Removed gpr_log statement by Makarand Dharmapurikar · 8 years ago
  87. ea0dc6a Added a comment by Makarand Dharmapurikar · 8 years ago
  88. 733e3fc Fix comparison by Craig Tiller · 8 years ago
  89. f0f70a8 Make transport-level errors be reflected in status messages on calls by Craig Tiller · 8 years ago
  90. 51d4f01 prevent race between grpcsharp_server_request_call and grpc_completion_queue_shutdown by Jan Tattermusch · 8 years ago
  91. a4b34c2 Changed %lld to use mingw supported PRId64 by Ken Payson · 8 years ago
  92. d605b63 Merge pull request #7008 from jtattermusch/csharp_no_new_client by Jan Tattermusch · 8 years ago
  93. 5fec4bf Merge branch 'master' into grpc_trace_granularity by murgatroid99 · 8 years ago
  94. 17c5da2 Merge remote-tracking branch 'upstream/master' into fixes by yang-g · 8 years ago
  95. b309bc9 Merge pull request #6922 from y-zeng/ios-test by Jan Tattermusch · 8 years ago
  96. 1bc42d9 Merge pull request #6994 from y-zeng/update-example by Jan Tattermusch · 8 years ago
  97. 05fd4fe Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  98. 44f6245 Re-enable accidentally disabled traces by Craig Tiller · 8 years ago
  99. 60e98ec Merge pull request #6971 from y-zeng/Update_objc_example_podspec by Jan Tattermusch · 8 years ago
  100. ee694fb Merge pull request #6955 from nathanielmanistaatgoogle/metadata-code-details by Jan Tattermusch · 8 years ago