1. 99259a9 Fix copyright by Craig Tiller · 8 years ago
  2. 8c0d96f Initial fail-fast support by Craig Tiller · 8 years ago
  3. f0ec923 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  4. 9ee1635 Remove unnecessary (potentially bad) safety-refs by Masood Malekghassemi · 8 years ago
  5. 180ca86 Merge pull request #5704 from jtattermusch/fix_python_beta_stream_stream by Craig Tiller · 8 years ago
  6. fa45a5e fix race between send message and send initial metadata by Jan Tattermusch · 8 years ago
  7. fbdf51b Merge pull request #5678 from murgatroid99/ruby_synchronization_fixes by Nicolas Noble · 8 years ago
  8. b093686 Fix copyright by Craig Tiller · 8 years ago
  9. 0640711 Merge pull request #5668 from y-zeng/master by LisaFC · 8 years ago
  10. 4cf0448 clang-format by Craig Tiller · 8 years ago
  11. c1b6bdd Fix tests in new idempotency work by Craig Tiller · 8 years ago
  12. 7885ea5 Add a place for tests by Craig Tiller · 8 years ago
  13. b290686 Wire up server side idempotency by Craig Tiller · 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. 4d40ba3 Wire up server side by Craig Tiller · 8 years ago
  17. e3e640f Merge pull request #5676 from ctiller/neg by Vijay Pai · 8 years ago
  18. 1d68520 Remove extraneous mutex, restrict state transitions by murgatroid99 · 8 years ago
  19. 907f963 Merge pull request #5677 from ctiller/neg3 by Vijay Pai · 8 years ago
  20. 8b744f4 Merge pull request #5662 from ctiller/timer_list by Vijay Pai · 8 years ago
  21. c654976 Change client :method selection based on idempotency by Craig Tiller · 8 years ago
  22. 5987c70 Punch through flags for incoming calls by Craig Tiller · 8 years ago
  23. 1f646dc Release GIL in queue __dealloc__ by Masood Malekghassemi · 8 years ago
  24. 798b0dc Doc Fixit: src/cpp/README need more information, revised 03092016 by Yuchen Zeng · 8 years ago
  25. ec49e15 Fix typo by Masood Malekghassemi · 8 years ago
  26. 3c77ff4 Fix copyright by murgatroid99 · 8 years ago
  27. d48d84d Ruby: fix some synchronization code in server implementation by murgatroid99 · 8 years ago
  28. d426d9d Fix memory leak if call is already cancelled by Craig Tiller · 8 years ago
  29. 76a5c0e Fix memory leak: keep all resolver calls under the same lock by Craig Tiller · 8 years ago
  30. 5f3ba8c Copyright, casting fixes by Craig Tiller · 8 years ago
  31. 3a951bd clang-format by Craig Tiller · 8 years ago
  32. 341b5ab Doc Fixit: src/cpp/README need more information by Yuchen Zeng · 8 years ago
  33. 08e0c19 Revert mistaken change by Craig Tiller · 8 years ago
  34. 9d14763 Fix timers by Craig Tiller · 8 years ago
  35. 4046492 Merge pull request #5601 from stanley-cheung/add-protoc-to-install-doc by LisaFC · 8 years ago
  36. 119fd38 Merge pull request #5632 from stanley-cheung/php-update-readme by LisaFC · 8 years ago
  37. a2c8b20 review changes by Stanley Cheung · 8 years ago
  38. 838531e Merge pull request #5629 from jtattermusch/python_custom_test by Masood Malekghassemi · 8 years ago
  39. a41a677 php: update readme by Stanley Cheung · 8 years ago
  40. 17908c1 Address comments and add a TODO. by Jan Tattermusch · 8 years ago
  41. e6cc9c7 custom test target for parallel test running by Jan Tattermusch · 8 years ago
  42. 84774b6 clang-format by Craig Tiller · 8 years ago
  43. f880e62 Potential fix for race condition exposed by Node by Craig Tiller · 8 years ago
  44. 72724bc Merge pull request #5609 from ctiller/fix_mac_race by Craig Tiller · 8 years ago
  45. 9f285e4 Merge pull request #5610 from murgatroid99/node_client_status_race_fix by Michael Lumish · 8 years ago
  46. c1edf22 Fix sanity by Craig Tiller · 8 years ago
  47. f1b6d61 Fix formatting by Craig Tiller · 8 years ago
  48. 9adecb0 Fix race between parsing messages and receiving status in Node client by murgatroid99 · 8 years ago
  49. b3320fc Fix race in poll() based pollset by Craig Tiller · 8 years ago
  50. 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
  51. ac96662 Merge pull request #5595 from ctiller/trycancel by Vijay Pai · 8 years ago
  52. 929ddb0 Merge pull request #5544 from gresrun/master by Jorge Canizales · 8 years ago
  53. 11ce4ff update min node version by Stanley Cheung · 8 years ago
  54. aaf66a9 Add comments and feature flag. by Greg Haines · 8 years ago
  55. edd96e4 Revert "Properly integrate async API with server-side cancellations." by Sree Kuchibhotla · 8 years ago
  56. 22e53cb Merge pull request #5572 from vjpai/srv_ctx by Sree Kuchibhotla · 8 years ago
  57. ad23ae1 Unref writable streams on transport close to avoid leaks by Craig Tiller · 8 years ago
  58. af22087 Fix leak: dont become writable if writes are closed by Craig Tiller · 8 years ago
  59. 687bf62 Fix typo by Craig Tiller · 8 years ago
  60. 1bd9ea4 Refine condition by Craig Tiller · 8 years ago
  61. 389297d Document some things by Craig Tiller · 8 years ago
  62. b519af8 Merge github.com:grpc/grpc into monkey_man by Craig Tiller · 8 years ago
  63. 13ee2f2 Properly integrate async API with server-side cancellations. by Vijay Pai · 8 years ago
  64. 4aaf474 Merge remote-tracking branch 'upstream/master' into upmerge by Masood Malekghassemi · 8 years ago
  65. 4473dd5 Merge pull request #5541 from jtattermusch/python_split_tests by Jan Tattermusch · 8 years ago
  66. d7f12e3 Fix accept_stream being called post-channel deletion by Craig Tiller · 8 years ago
  67. 91bd627 Feedback from @jcanizales and @vjpai by Greg Haines · 8 years ago
  68. 0cb803d Always ref writable streams by Craig Tiller · 8 years ago
  69. 072ebaa make python test suites run in parallel by Jan Tattermusch · 8 years ago
  70. 8c5be78 Merge pull request #5542 from soltanmm/over-troubled-water by Nathaniel Manista · 8 years ago
  71. 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
  72. 7bee075 Add troubleshooting section to package description by Masood Malekghassemi · 8 years ago
  73. 357871f Merge remote-tracking branch 'upstream/release-0_13' by Masood Malekghassemi · 8 years ago
  74. 18720ff Maintain correct queue invariants against core by Masood Malekghassemi · 8 years ago
  75. 16e8bbb Merge pull request #5529 from ctiller/racy by Vijay Pai · 8 years ago
  76. 8e19f61 Fix esan detected race in subchannel state by Craig Tiller · 8 years ago
  77. 5da3fae Merge pull request #5517 from jtattermusch/csharp_fix_rststream8 by Jan Tattermusch · 8 years ago
  78. 06c98fa fix copyright by Jan Tattermusch · 8 years ago
  79. 7d91dc3 fix #4427 by Jan Tattermusch · 8 years ago
  80. 7d974ea Merge pull request #5488 from stanley-cheung/php-update-to-next-ver by Stanley Cheung · 8 years ago
  81. 6829170 Fixing copyrights. by Nicolas "Pixel" Noble · 8 years ago
  82. 6a5e1d7 Merge pull request #5478 from soltanmm/catatonic by Masood Malekghassemi · 8 years ago
  83. f0ca4d5 Merge pull request #5441 from a-veitch/no_binary_tags by Bogdan Drutu · 8 years ago
  84. df1e05a Simplify PHP installation by Stanley Cheung · 8 years ago
  85. 334e0ee Address some memory hazards in Cython code by Masood Malekghassemi · 8 years ago
  86. 2463010 package protoc artifacts for all platforms in Grpc.Tools by Jan Tattermusch · 8 years ago
  87. 6156f09 Simplify PHP installation for release 0.13 by Stanley Cheung · 8 years ago
  88. 1df0860 Merge pull request #5465 from makdharma/coverage by Jorge Canizales · 8 years ago
  89. f1588b5 Another nit fix.. by Makarand Dharmapurikar · 8 years ago
  90. c9dbf64 fixed indentation and removed unnecessary empty line by Makarand Dharmapurikar · 8 years ago
  91. c2b3490 Added a test to verify user agent prefix can be set correctly. by Makarand Dharmapurikar · 8 years ago
  92. ef3528e Make client properly report when message deserialization fails by murgatroid99 · 8 years ago
  93. 0cc8242 regenerate imports by Alistair Veitch · 8 years ago
  94. 600e993 add checking of character values by Alistair Veitch · 8 years ago
  95. 8141696 clang-format by Craig Tiller · 8 years ago
  96. 9d84fa8 Fix copyrights by Craig Tiller · 8 years ago
  97. 4a76dcd Fix merge error made at some point by Craig Tiller · 8 years ago
  98. 69b093b Revert "Revert "Add an implementation firewall against pollset_set"" by Craig Tiller · 8 years ago
  99. e9ef536 Revert "Add an implementation firewall against pollset_set" by Vijay Pai · 8 years ago
  100. 414b056 Merge github.com:grpc/grpc into hide-the-pollset-set by Craig Tiller · 8 years ago