1. 803931d Make use of unix sockets optional. by ahedberg · 8 years ago
  2. f21b0d1 Merge pull request #5722 from jcanizales/fix-writeable by Jan Tattermusch · 8 years ago
  3. 42626ce Merge pull request #5543 from adelez/fix_code_coverage2 by Jan Tattermusch · 8 years ago
  4. aa84ef3 Merge pull request #5666 from pquerna/pq/ip_addr_san by jboeuf · 8 years ago
  5. 7cfb396 Make copyright not expire one year too soon. by Jorge Canizales · 8 years ago
  6. 4a9e7c4 Improve looks_like_ip_address for IPv6 addresses, and add tests by Paul Querna · 8 years ago
  7. 27df689 Add note about refactor portability header by Paul Querna · 8 years ago
  8. 47d841d Add support for IP Addresses in Subject Alt Names. by Paul Querna · 8 years ago
  9. 9506ef2 Fix code coverage. by Adele Zhou · 8 years ago
  10. f9b26d9 Merge pull request #5731 from ctiller/huh_omg by Jan Tattermusch · 8 years ago
  11. db3bcca Merge pull request #5453 from adelez/setup_full_interop by Jan Tattermusch · 8 years ago
  12. 047fe1f Merge pull request #5580 from daniel-j-born/test_creds by Dan Born · 8 years ago
  13. 879c764 Merge pull request #5727 from nicolasnoble/upmerge by Jan Tattermusch · 8 years ago
  14. 2480f98 Add a script to run interop tests against all versions of prod servers. by Adele Zhou · 8 years ago
  15. ff08a0c Merge pull request #5545 from yang-g/windows_leaks by Jan Tattermusch · 8 years ago
  16. fca9464 Merge pull request #5583 from stanley-cheung/php-fix-examples-constructor by Jan Tattermusch · 8 years ago
  17. 2312332 Merge pull request #5444 from vjpai/debug_qps_stream by Jan Tattermusch · 8 years ago
  18. e1e459e Merge pull request #5724 from grpc/revert-5607-revert-5544-master by Jan Tattermusch · 8 years ago
  19. 2626dfd Merge pull request #5728 from jtattermusch/python_nuke_event_invocation by Jan Tattermusch · 8 years ago
  20. 822f1d7 Add comment, tighten loop by Craig Tiller · 8 years ago
  21. a45782f Fix copyright by Craig Tiller · 8 years ago
  22. 9fb89ea If we cant check timers due to contention, at least make sure we do a follow up check soon by Craig Tiller · 8 years ago
  23. 948fa1b Merge branch 'huh_omg' of github.com:ctiller/grpc into huh_omg by Craig Tiller · 8 years ago
  24. 3591482 Expand lock by Craig Tiller · 8 years ago
  25. 5a8ec75 Use a named constant for error domain and code by Jorge Canizales · 8 years ago
  26. d24fc85 Fix cast by Craig Tiller · 8 years ago
  27. 64baf2c Extend timeout by Craig Tiller · 8 years ago
  28. 2ba4133 Fix race in subchannel.c by Craig Tiller · 8 years ago
  29. 0ce7bec Fail faster by Craig Tiller · 8 years ago
  30. 57e2743 Add contributed test by Craig Tiller · 8 years ago
  31. 8734e02 fix copyright by Jan Tattermusch · 8 years ago
  32. 6a462d4 Merge pull request #5718 from ctiller/dns_retry by Nicolas Noble · 8 years ago
  33. 9ff2c14 Merge branch 'release-0_13' by Nicolas "Pixel" Noble · 8 years ago
  34. afc59cb remove tests for EventInvocation API that is going to be removed by Jan Tattermusch · 8 years ago
  35. 52676ba Merge pull request #5694 from nicolasnoble/pre-0.13.1-downmerge by Jan Tattermusch · 8 years ago
  36. 7e6b2da Merge pull request #5720 from jcanizales/reachability-objc-fix by Jan Tattermusch · 8 years ago
  37. 0561cd8 Merge pull request #5637 from murgatroid99/node_bad_message_handling by Jan Tattermusch · 8 years ago
  38. 602eff7 Merge pull request #5439 from chrisdunelm/coreclr_metadata2 by Jan Tattermusch · 8 years ago
  39. fd1ffe4 Merge pull request #5587 from stanley-cheung/php-update-composer-json by Jan Tattermusch · 8 years ago
  40. 7268eed Merge pull request #5381 from jtattermusch/core_portability_clang by Jan Tattermusch · 8 years ago
  41. aad4156 Disabling iOS user-agent test. by Nicolas "Pixel" Noble · 8 years ago
  42. fb9de3e Merge pull request #5719 from soltanmm/morechan by Masood Malekghassemi · 8 years ago
  43. cfcaccc Revert "Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()"" by Jorge Canizales · 8 years ago
  44. 5e67232 Make Writeable with single handler robust against stream Writers by Jorge Canizales · 8 years ago
  45. 232b6a8 Test robustness of WriteableSingleHandler against non-single Writers by Jorge Canizales · 8 years ago
  46. 8b414f1 Clean up ownership of the connection loss handler by Jorge Canizales · 8 years ago
  47. 07a2a70 Not call external methods from within a critical section by Jorge Canizales · 8 years ago
  48. f1d084a Add monitoring of connectivity by Jorge Canizales · 9 years ago
  49. a41940d Disabling check_version. by Nicolas "Pixel" Noble · 8 years ago
  50. 9ee1635 Remove unnecessary (potentially bad) safety-refs by Masood Malekghassemi · 8 years ago
  51. 9aa4f1b fix windows leaks by yang-g · 8 years ago
  52. b18fe55 Update copyrights by Craig Tiller · 8 years ago
  53. e2327db Fit and finish for dns retry loop by Craig Tiller · 8 years ago
  54. 1e55bd4 Add retry for dns resolution by Craig Tiller · 8 years ago
  55. e91ef68 Add failing test by Craig Tiller · 8 years ago
  56. e1e4559 Make blocking_resolve_address overridable by Craig Tiller · 8 years ago
  57. 180ca86 Merge pull request #5704 from jtattermusch/fix_python_beta_stream_stream by Craig Tiller · 8 years ago
  58. 2697f21 Merge branch 'master' into debug_qps_stream by vjpai · 8 years ago
  59. 1d2933a Merge branch 'master' into node_bad_message_handling by murgatroid99 · 8 years ago
  60. 5709e93 remove stale src/php/ext/grpc/README.md by Stanley Cheung · 8 years ago
  61. 7fc1208 still need this block for the example composer.json file by Stanley Cheung · 8 years ago
  62. d26753e update PHP composer.json files by Stanley Cheung · 8 years ago
  63. cfad243 fixed copyright by Stanley Cheung · 8 years ago
  64. 8685c38 one more by Stanley Cheung · 8 years ago
  65. 4020215 fix copyright by Stanley Cheung · 8 years ago
  66. 7212f16 php: fix examples ClientStub constructor by Stanley Cheung · 8 years ago
  67. 9f0f1e3 Merge branch 'master' into pre-0.13.1-downmerge by Nicolas "Pixel" Noble · 8 years ago
  68. fa45a5e fix race between send message and send initial metadata by Jan Tattermusch · 8 years ago
  69. fbdf51b Merge pull request #5678 from murgatroid99/ruby_synchronization_fixes by Nicolas Noble · 8 years ago
  70. 52c05e9 Merge pull request #5448 from jtattermusch/fix_csharp_artifacts by Nicolas Noble · 8 years ago
  71. 8831d4c Merge pull request #5690 from soltanmm/merp by Masood Malekghassemi · 8 years ago
  72. 01dd7fe Merge pull request #5628 from royalharsh/master by Jan Tattermusch · 8 years ago
  73. 9a1de8d Merge pull request #5687 from soltanmm/other-typo by Nathaniel Manista · 8 years ago
  74. cbdd984 updates contributing.md by Harsh Vardhan · 8 years ago
  75. 0640711 Merge pull request #5668 from y-zeng/master by LisaFC · 8 years ago
  76. 280eedd Merge branch 'master' into pre-0.13.1-downmerge by Nicolas "Pixel" Noble · 8 years ago
  77. 40ed554 Merge pull request #5686 from soltanmm/gills by Masood Malekghassemi · 8 years ago
  78. 6387add Merge pull request #5540 from soltanmm/upmerge by Craig Tiller · 8 years ago
  79. 60cbec7 fix C# artifacts compatibility by Jan Tattermusch · 8 years ago
  80. d4726c1 add support for clang3.4 and 3.6 by Jan Tattermusch · 8 years ago
  81. e3e640f Merge pull request #5676 from ctiller/neg by Vijay Pai · 8 years ago
  82. 1d68520 Remove extraneous mutex, restrict state transitions by murgatroid99 · 8 years ago
  83. 907f963 Merge pull request #5677 from ctiller/neg3 by Vijay Pai · 8 years ago
  84. 8b744f4 Merge pull request #5662 from ctiller/timer_list by Vijay Pai · 8 years ago
  85. 68a94c8 Don't set linetrace unless testing coverage by Masood Malekghassemi · 8 years ago
  86. f7ff8be Fix other typo to match previous typo fix by Masood Malekghassemi · 8 years ago
  87. 1f646dc Release GIL in queue __dealloc__ by Masood Malekghassemi · 8 years ago
  88. 76ee82c Merge pull request #5680 from soltanmm/tmp by makdharma · 8 years ago
  89. 798b0dc Doc Fixit: src/cpp/README need more information, revised 03092016 by Yuchen Zeng · 8 years ago
  90. ec49e15 Fix typo by Masood Malekghassemi · 8 years ago
  91. 3c77ff4 Fix copyright by murgatroid99 · 8 years ago
  92. d48d84d Ruby: fix some synchronization code in server implementation by murgatroid99 · 8 years ago
  93. d426d9d Fix memory leak if call is already cancelled by Craig Tiller · 8 years ago
  94. 76a5c0e Fix memory leak: keep all resolver calls under the same lock by Craig Tiller · 8 years ago
  95. d68ee7e Merge pull request #5672 from LisaFC/master by Stanley Cheung · 8 years ago
  96. 5f3ba8c Copyright, casting fixes by Craig Tiller · 8 years ago
  97. a39c199 clang-format by Craig Tiller · 8 years ago
  98. 3a951bd clang-format by Craig Tiller · 8 years ago
  99. 0e6e34e Add an additional test by Craig Tiller · 8 years ago
  100. 1b393da Updated main examples README to link to main docs and quickstarts by Lisa Carey · 8 years ago