1. d54a702 Merge pull request #5957 from jtattermusch/fix_ruby_gem_building by Jan Tattermusch · 8 years ago
  2. 2209d4e make grpc_pollset_set_create for windows match the header by Jan Tattermusch · 8 years ago
  3. 86ff09d Merge pull request #5936 from jtattermusch/a_few_release_backports by Jan Tattermusch · 8 years ago
  4. ca5a9ad correct handling for shadowed assemblies when loading native extension by Jan Tattermusch · 8 years ago
  5. e17f6af fix windows leaks by yang-g · 8 years ago
  6. 8c9edc2 Make channels and calls properly mark references to their credentials by murgatroid99 · 8 years ago
  7. 05afaa8 Add GC marking for composite credentials by murgatroid99 · 8 years ago
  8. 3eaaf39 Properly mark proc used in call credentials for garbage collection by murgatroid99 · 8 years ago
  9. aad4156 Disabling iOS user-agent test. by Nicolas "Pixel" Noble · 8 years ago
  10. 9f0f1e3 Merge branch 'master' into pre-0.13.1-downmerge by Nicolas "Pixel" Noble · 8 years ago
  11. fbdf51b Merge pull request #5678 from murgatroid99/ruby_synchronization_fixes by Nicolas Noble · 8 years ago
  12. 0640711 Merge pull request #5668 from y-zeng/master by LisaFC · 8 years ago
  13. 280eedd Merge branch 'master' into pre-0.13.1-downmerge by Nicolas "Pixel" Noble · 8 years ago
  14. 40ed554 Merge pull request #5686 from soltanmm/gills by Masood Malekghassemi · 8 years ago
  15. 6387add Merge pull request #5540 from soltanmm/upmerge by Craig Tiller · 8 years ago
  16. e3e640f Merge pull request #5676 from ctiller/neg by Vijay Pai · 8 years ago
  17. 1d68520 Remove extraneous mutex, restrict state transitions by murgatroid99 · 8 years ago
  18. 907f963 Merge pull request #5677 from ctiller/neg3 by Vijay Pai · 8 years ago
  19. 8b744f4 Merge pull request #5662 from ctiller/timer_list by Vijay Pai · 8 years ago
  20. 1f646dc Release GIL in queue __dealloc__ by Masood Malekghassemi · 8 years ago
  21. 798b0dc Doc Fixit: src/cpp/README need more information, revised 03092016 by Yuchen Zeng · 8 years ago
  22. ec49e15 Fix typo by Masood Malekghassemi · 8 years ago
  23. 3c77ff4 Fix copyright by murgatroid99 · 8 years ago
  24. d48d84d Ruby: fix some synchronization code in server implementation by murgatroid99 · 8 years ago
  25. d426d9d Fix memory leak if call is already cancelled by Craig Tiller · 8 years ago
  26. 76a5c0e Fix memory leak: keep all resolver calls under the same lock by Craig Tiller · 8 years ago
  27. 5f3ba8c Copyright, casting fixes by Craig Tiller · 8 years ago
  28. 3a951bd clang-format by Craig Tiller · 8 years ago
  29. 341b5ab Doc Fixit: src/cpp/README need more information by Yuchen Zeng · 8 years ago
  30. 08e0c19 Revert mistaken change by Craig Tiller · 8 years ago
  31. 9d14763 Fix timers by Craig Tiller · 8 years ago
  32. 4046492 Merge pull request #5601 from stanley-cheung/add-protoc-to-install-doc by LisaFC · 8 years ago
  33. 119fd38 Merge pull request #5632 from stanley-cheung/php-update-readme by LisaFC · 8 years ago
  34. a2c8b20 review changes by Stanley Cheung · 8 years ago
  35. 838531e Merge pull request #5629 from jtattermusch/python_custom_test by Masood Malekghassemi · 8 years ago
  36. a41a677 php: update readme by Stanley Cheung · 8 years ago
  37. 17908c1 Address comments and add a TODO. by Jan Tattermusch · 8 years ago
  38. e6cc9c7 custom test target for parallel test running by Jan Tattermusch · 8 years ago
  39. 84774b6 clang-format by Craig Tiller · 8 years ago
  40. f880e62 Potential fix for race condition exposed by Node by Craig Tiller · 8 years ago
  41. 72724bc Merge pull request #5609 from ctiller/fix_mac_race by Craig Tiller · 8 years ago
  42. 9f285e4 Merge pull request #5610 from murgatroid99/node_client_status_race_fix by Michael Lumish · 8 years ago
  43. c1edf22 Fix sanity by Craig Tiller · 8 years ago
  44. f1b6d61 Fix formatting by Craig Tiller · 8 years ago
  45. 9adecb0 Fix race between parsing messages and receiving status in Node client by murgatroid99 · 8 years ago
  46. b3320fc Fix race in poll() based pollset by Craig Tiller · 8 years ago
  47. 459edd9 Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()" by Jan Tattermusch · 8 years ago
  48. ac96662 Merge pull request #5595 from ctiller/trycancel by Vijay Pai · 8 years ago
  49. 929ddb0 Merge pull request #5544 from gresrun/master by Jorge Canizales · 8 years ago
  50. 11ce4ff update min node version by Stanley Cheung · 8 years ago
  51. aaf66a9 Add comments and feature flag. by Greg Haines · 8 years ago
  52. edd96e4 Revert "Properly integrate async API with server-side cancellations." by Sree Kuchibhotla · 8 years ago
  53. 22e53cb Merge pull request #5572 from vjpai/srv_ctx by Sree Kuchibhotla · 8 years ago
  54. ad23ae1 Unref writable streams on transport close to avoid leaks by Craig Tiller · 8 years ago
  55. af22087 Fix leak: dont become writable if writes are closed by Craig Tiller · 8 years ago
  56. 687bf62 Fix typo by Craig Tiller · 8 years ago
  57. 1bd9ea4 Refine condition by Craig Tiller · 8 years ago
  58. 389297d Document some things by Craig Tiller · 8 years ago
  59. b519af8 Merge github.com:grpc/grpc into monkey_man by Craig Tiller · 8 years ago
  60. 93744fc update PHP composer.json files by Stanley Cheung · 8 years ago
  61. 13ee2f2 Properly integrate async API with server-side cancellations. by Vijay Pai · 8 years ago
  62. 4aaf474 Merge remote-tracking branch 'upstream/master' into upmerge by Masood Malekghassemi · 8 years ago
  63. 4473dd5 Merge pull request #5541 from jtattermusch/python_split_tests by Jan Tattermusch · 8 years ago
  64. d7f12e3 Fix accept_stream being called post-channel deletion by Craig Tiller · 8 years ago
  65. 91bd627 Feedback from @jcanizales and @vjpai by Greg Haines · 8 years ago
  66. 0cb803d Always ref writable streams by Craig Tiller · 8 years ago
  67. 072ebaa make python test suites run in parallel by Jan Tattermusch · 8 years ago
  68. 8c5be78 Merge pull request #5542 from soltanmm/over-troubled-water by Nathaniel Manista · 8 years ago
  69. 42dab36 Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll(). by Greg Haines · 8 years ago
  70. 7bee075 Add troubleshooting section to package description by Masood Malekghassemi · 8 years ago
  71. 357871f Merge remote-tracking branch 'upstream/release-0_13' by Masood Malekghassemi · 8 years ago
  72. 18720ff Maintain correct queue invariants against core by Masood Malekghassemi · 8 years ago
  73. 16e8bbb Merge pull request #5529 from ctiller/racy by Vijay Pai · 8 years ago
  74. 8e19f61 Fix esan detected race in subchannel state by Craig Tiller · 8 years ago
  75. 5da3fae Merge pull request #5517 from jtattermusch/csharp_fix_rststream8 by Jan Tattermusch · 8 years ago
  76. 06c98fa fix copyright by Jan Tattermusch · 8 years ago
  77. 7d91dc3 fix #4427 by Jan Tattermusch · 8 years ago
  78. 7d974ea Merge pull request #5488 from stanley-cheung/php-update-to-next-ver by Stanley Cheung · 8 years ago
  79. 6829170 Fixing copyrights. by Nicolas "Pixel" Noble · 8 years ago
  80. 6a5e1d7 Merge pull request #5478 from soltanmm/catatonic by Masood Malekghassemi · 8 years ago
  81. f0ca4d5 Merge pull request #5441 from a-veitch/no_binary_tags by Bogdan Drutu · 8 years ago
  82. df1e05a Simplify PHP installation by Stanley Cheung · 8 years ago
  83. 334e0ee Address some memory hazards in Cython code by Masood Malekghassemi · 8 years ago
  84. 2463010 package protoc artifacts for all platforms in Grpc.Tools by Jan Tattermusch · 8 years ago
  85. 6156f09 Simplify PHP installation for release 0.13 by Stanley Cheung · 8 years ago
  86. 1df0860 Merge pull request #5465 from makdharma/coverage by Jorge Canizales · 8 years ago
  87. f1588b5 Another nit fix.. by Makarand Dharmapurikar · 8 years ago
  88. c9dbf64 fixed indentation and removed unnecessary empty line by Makarand Dharmapurikar · 8 years ago
  89. c2b3490 Added a test to verify user agent prefix can be set correctly. by Makarand Dharmapurikar · 8 years ago
  90. ef3528e Make client properly report when message deserialization fails by murgatroid99 · 8 years ago
  91. 0cc8242 regenerate imports by Alistair Veitch · 8 years ago
  92. 600e993 add checking of character values by Alistair Veitch · 8 years ago
  93. 8141696 clang-format by Craig Tiller · 8 years ago
  94. 9d84fa8 Fix copyrights by Craig Tiller · 8 years ago
  95. 4a76dcd Fix merge error made at some point by Craig Tiller · 8 years ago
  96. 69b093b Revert "Revert "Add an implementation firewall against pollset_set"" by Craig Tiller · 8 years ago
  97. e9ef536 Revert "Add an implementation firewall against pollset_set" by Vijay Pai · 8 years ago
  98. 414b056 Merge github.com:grpc/grpc into hide-the-pollset-set by Craig Tiller · 8 years ago
  99. d67b5f7 Merge pull request #5408 from jboeuf/server_security_connector by Yang Gao · 8 years ago
  100. e2a8a3f Merge branch 'hide-the-pollset' into hide-the-pollset-set by Craig Tiller · 8 years ago