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