1. 2502a7d Merge pull request #10813 from apolcyn/fix_conn_watch_mem_accum by apolcyn · 8 years ago
  2. d6499c7 Merge pull request #11204 from apolcyn/fix_shutdown_on_killed_watch by apolcyn · 8 years ago
  3. c3b1f18 get rid of connectivity state watchers right after timeout by Alexander Polcyn · 8 years ago
  4. 82fef0b tentative fix for global side effect on interrupted constructor by Alexander Polcyn · 8 years ago
  5. d7455ab make get conn state always safe to call by Alexander Polcyn · 8 years ago
  6. c24d53b api watch unblock func kills only its own channel by Alexander Polcyn · 8 years ago
  7. c7cde23 Merge pull request #11141 from murgatroid99/node_write_after_end_race_fix by Michael Lumish · 8 years ago
  8. 42d858a Merge pull request #11054 from apolcyn/ruby_dont_use_timeouts by apolcyn · 8 years ago
  9. 032f398 cleanup by Alexander Polcyn · 8 years ago
  10. 7e44480 clang format by Alexander Polcyn · 8 years ago
  11. 5c6dda8 fix tentative startup bug by Alexander Polcyn · 8 years ago
  12. 916893b fix up the test by Alexander Polcyn · 8 years ago
  13. fd4cbb7 cleanup test by Alexander Polcyn · 8 years ago
  14. 7b3629e fix lack-of-abort bug by Alexander Polcyn · 8 years ago
  15. 0e2b6a2 remove debug prints by Alexander Polcyn · 8 years ago
  16. 0bb3986 Merge pull request #11150 from kpayson64/bump_1_3_3 by kpayson64 · 8 years ago
  17. d822e2f Change write callback to asynchronous to avoid recursion by murgatroid99 · 8 years ago
  18. 16f76d2 Bump to version 1.3.3 by Ken Payson · 8 years ago
  19. 6d46c0b Merge pull request #11108 from kpayson64/raspberry_pi by kpayson64 · 8 years ago
  20. 7ff21a6 Add Raspberry Pi Python binaries by Ken Payson · 8 years ago
  21. 8d18c6e Fix race between destroying call after status and handling write failure by murgatroid99 · 8 years ago
  22. c80d332 Merge pull request #11073 from stanley-cheung/bump-to-1_3_2 by Stanley Cheung · 8 years ago
  23. 3b90b7d Fixed BUILD as well by Stanley Cheung · 8 years ago
  24. 448a11d Bump to version 1.3.2 by Stanley Cheung · 8 years ago
  25. 80e409f Merge pull request #11049 from murgatroid99/node_server_socket_leak by Michael Lumish · 8 years ago
  26. 57c0255 Merge pull request #11005 from stanley-cheung/php-fix-memory-leaks by Stanley Cheung · 8 years ago
  27. 76d6bd0 Merge pull request #11052 from stanley-cheung/bump-to-1_3_2 by Stanley Cheung · 8 years ago
  28. b2c0b7b constant state watch without timeouts by Alexander Polcyn · 8 years ago
  29. 0afa9ab Bump to 1.3.2-pre1 by Stanley Cheung · 8 years ago
  30. e9595ba PHP: fixed some memory leaks by Stanley Cheung · 8 years ago
  31. a1137ce Improve how UV TCP servers and endpoints are shut down by murgatroid99 · 8 years ago
  32. 712ea0a Merge pull request #10990 from murgatroid99/version_1.3.1_bump by Michael Lumish · 8 years ago
  33. 572cd7e Update version to 1.3.1 by murgatroid99 · 8 years ago
  34. 2622828 Merge pull request #10954 from stanley-cheung/php-release-1_3-disable-cares by Stanley Cheung · 8 years ago
  35. 292a222 Merge pull request #10959 from murgatroid99/node_rollback_protobuf6 by Michael Lumish · 8 years ago
  36. 5a5cfad Fix a bit of documentation that doesn't apply to Protobuf.js 5 by murgatroid99 · 8 years ago
  37. b1c69e4 Switch Protobuf.js dependency back to version 5 by murgatroid99 · 8 years ago
  38. 1979210 PHP: release 1.3, disable cares deps by Stanley Cheung · 8 years ago
  39. 158fa3a Merge pull request #10904 from jtattermusch/nuget_include_sources_and_symbols by Jan Tattermusch · 8 years ago
  40. ee9f210 Merge pull request #10895 from dgquintas/v1.3.x-post-tag-bump by David G. Quintas · 8 years ago
  41. d9c6760 include sources and symbols in C# nugets by Jan Tattermusch · 8 years ago
  42. 606945a 1.3.0 -> 1.3.1-pre1 by David Garcia Quintas · 8 years ago
  43. 3ef2355 s/1.3.0-pre/1.3.0 by David Garcia Quintas · 8 years ago
  44. ca678fc Merge pull request #10884 from matt-kwong/fix_1.3.x_tests by Matt Kwong · 8 years ago
  45. 7ad166f Merge pull request #10825 from murgatroid99/node_only_uv by Michael Lumish · 8 years ago
  46. eb18487 Fix C/C++ test filtering by Matt Kwong · 8 years ago
  47. 72824a1 Add test filtering to performance pull requests by Matt Kwong · 8 years ago
  48. e3229fe Extend time capping to run_tests_matrix scripts by Craig Tiller · 8 years ago
  49. 6be9397 Merge pull request #10847 from matt-kwong/cherry-pick_max_time by Matt Kwong · 8 years ago
  50. cb5c62a Remove extra header from node_grpc.cc by murgatroid99 · 8 years ago
  51. 31d1826 Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uv by murgatroid99 · 8 years ago
  52. 23da349 Merge pull request #10871 from apolcyn/revert_merge_from_master_into_13x by David G. Quintas · 8 years ago
  53. f5521c3 Revert "Merge branch 'master' into v1.3.x" by Alexander Polcyn · 8 years ago
  54. 8861386 Allow specifying a maximum run time to run_tests by Craig Tiller · 8 years ago
  55. 2f04c73 Clang format by murgatroid99 · 8 years ago
  56. bc52864 Remove another instance of '#ifdef GRPC_UV' from Node extension by murgatroid99 · 8 years ago
  57. 3049462 Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uv by murgatroid99 · 8 years ago
  58. 79759fe Merge branch 'master' into v1.3.x by Yuchen Zeng · 8 years ago
  59. 627e2a5 Remove another from Node extension by murgatroid99 · 8 years ago
  60. bac1c1b Removed another couple of uses of '--iomgr_platform=uv' by murgatroid99 · 8 years ago
  61. b864e7c Merge pull request #10844 from ctiller/PSC by Craig Tiller · 8 years ago
  62. 09ebed7 Ensure port server can shutdown by Craig Tiller · 8 years ago
  63. a27edc6 Ensure port server running by Craig Tiller · 8 years ago
  64. 9fd7cf5 Recycle ports by Craig Tiller · 8 years ago
  65. c9c6aa7 Be resilient against failed runs by Craig Tiller · 8 years ago
  66. b56dae5 Allow a longer fetch time for port server by Craig Tiller · 8 years ago
  67. b219338 Merge pull request #10822 from ctiller/threaded_port_server by Craig Tiller · 8 years ago
  68. dc2e084 Merge pull request #10826 from ctiller/ubsan by Craig Tiller · 8 years ago
  69. c090c61 Merge pull request #10644 from MakMukhi/master by MakMukhi · 8 years ago
  70. dc36f4d Merge pull request #10764 from makdharma/v1.3.x by makdharma · 8 years ago
  71. c83346f Merge pull request #10796 from danzh2010/udpserver2 by Yang Gao · 8 years ago
  72. ec49524 Add a mutex around allocate_port by Craig Tiller · 8 years ago
  73. 2514924 Slow down timers for ubsan builds by Craig Tiller · 8 years ago
  74. f94f64f Remove non-libuv code from Node extension by murgatroid99 · 8 years ago
  75. 731adcc Merge pull request #10584 from ctiller/hybrid by Craig Tiller · 8 years ago
  76. e40588d Merge pull request #10799 from vjpai/buildhealth by Vijay Pai · 8 years ago
  77. ea525eb Threaded port_server by Craig Tiller · 8 years ago
  78. 18548b8 Merge pull request #10258 from markdroth/service_config_lb_semantics by Mark D. Roth · 8 years ago
  79. c6f6663 Rollback some changes by Craig Tiller · 8 years ago
  80. 0d46284 Rollback some changes by Craig Tiller · 8 years ago
  81. 11c7c1e Merge branch 'hybrid' of github.com:ctiller/grpc into hybrid by Craig Tiller · 8 years ago
  82. d978a95 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 8 years ago
  83. 7e0e18d Merge pull request #10802 from ctiller/proxy by Craig Tiller · 8 years ago
  84. 4a19254 Remove more spam by Craig Tiller · 8 years ago
  85. b2b4122 Remove logging by Craig Tiller · 8 years ago
  86. c3ddcf2 Merge pull request #10801 from dgquintas/demote_handshake by David G. Quintas · 8 years ago
  87. 9c92a69 Merge pull request #10163 from ctiller/count_now by Craig Tiller · 8 years ago
  88. add9438 Diff now too by Craig Tiller · 8 years ago
  89. ee880fd Merge github.com:grpc/grpc into count_now by Craig Tiller · 8 years ago
  90. 1a0b4cf Merge pull request #10777 from ctiller/c++compat1 by Craig Tiller · 8 years ago
  91. 9c1dd5c Merge pull request #10779 from ctiller/c++compat2 by Craig Tiller · 8 years ago
  92. 20cb627 Fix HTTP proxy tests by Craig Tiller · 8 years ago
  93. c3fc834 Demote handshake logging msg to DEBUG by David Garcia Quintas · 8 years ago
  94. 401aa08 doc/interop: Simplify language to fix missed x-user-ip by Eric Anderson · 8 years ago
  95. 811fcef doc/interop: Fix link for CacheableUnaryCall by Eric Anderson · 8 years ago
  96. a874990 Avoid duplication in build rules by expanding the grpc_cc_libraries rule-creation macro by Vijay Pai · 8 years ago
  97. 42a95a2 Merge pull request #10505 from muxi/move-parsing-queue by Muxi Yan · 8 years ago
  98. fefd2f2 Add make udp_server shutdown_fd() protected by mutex lock. by Dan Zhang · 8 years ago
  99. 7748faf Merge pull request #10639 from vjpai/buildfixes by Vijay Pai · 8 years ago
  100. 566fd3b Fix markdown in README.md by Mehrdad Afshari · 8 years ago