1. 80e409f Merge pull request #11049 from murgatroid99/node_server_socket_leak by Michael Lumish · 7 years ago
  2. 57c0255 Merge pull request #11005 from stanley-cheung/php-fix-memory-leaks by Stanley Cheung · 7 years ago
  3. 0afa9ab Bump to 1.3.2-pre1 by Stanley Cheung · 7 years ago
  4. e9595ba PHP: fixed some memory leaks by Stanley Cheung · 7 years ago
  5. a1137ce Improve how UV TCP servers and endpoints are shut down by murgatroid99 · 7 years ago
  6. 572cd7e Update version to 1.3.1 by murgatroid99 · 7 years ago
  7. 5a5cfad Fix a bit of documentation that doesn't apply to Protobuf.js 5 by murgatroid99 · 7 years ago
  8. b1c69e4 Switch Protobuf.js dependency back to version 5 by murgatroid99 · 7 years ago
  9. 158fa3a Merge pull request #10904 from jtattermusch/nuget_include_sources_and_symbols by Jan Tattermusch · 7 years ago
  10. d9c6760 include sources and symbols in C# nugets by Jan Tattermusch · 7 years ago
  11. 606945a 1.3.0 -> 1.3.1-pre1 by David Garcia Quintas · 7 years ago
  12. 3ef2355 s/1.3.0-pre/1.3.0 by David Garcia Quintas · 7 years ago
  13. cb5c62a Remove extra header from node_grpc.cc by murgatroid99 · 7 years ago
  14. 31d1826 Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uv by murgatroid99 · 7 years ago
  15. f5521c3 Revert "Merge branch 'master' into v1.3.x" by Alexander Polcyn · 7 years ago
  16. 2f04c73 Clang format by murgatroid99 · 7 years ago
  17. bc52864 Remove another instance of '#ifdef GRPC_UV' from Node extension by murgatroid99 · 7 years ago
  18. 3049462 Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uv by murgatroid99 · 7 years ago
  19. 79759fe Merge branch 'master' into v1.3.x by Yuchen Zeng · 7 years ago
  20. 627e2a5 Remove another from Node extension by murgatroid99 · 7 years ago
  21. c090c61 Merge pull request #10644 from MakMukhi/master by MakMukhi · 7 years ago
  22. c83346f Merge pull request #10796 from danzh2010/udpserver2 by Yang Gao · 7 years ago
  23. f94f64f Remove non-libuv code from Node extension by murgatroid99 · 7 years ago
  24. 731adcc Merge pull request #10584 from ctiller/hybrid by Craig Tiller · 7 years ago
  25. 18548b8 Merge pull request #10258 from markdroth/service_config_lb_semantics by Mark D. Roth · 7 years ago
  26. d978a95 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  27. c3ddcf2 Merge pull request #10801 from dgquintas/demote_handshake by David G. Quintas · 7 years ago
  28. ee880fd Merge github.com:grpc/grpc into count_now by Craig Tiller · 7 years ago
  29. 1a0b4cf Merge pull request #10777 from ctiller/c++compat1 by Craig Tiller · 7 years ago
  30. 9c1dd5c Merge pull request #10779 from ctiller/c++compat2 by Craig Tiller · 7 years ago
  31. c3fc834 Demote handshake logging msg to DEBUG by David Garcia Quintas · 7 years ago
  32. 42a95a2 Merge pull request #10505 from muxi/move-parsing-queue by Muxi Yan · 7 years ago
  33. fefd2f2 Add make udp_server shutdown_fd() protected by mutex lock. by Dan Zhang · 7 years ago
  34. 7748faf Merge pull request #10639 from vjpai/buildfixes by Vijay Pai · 7 years ago
  35. 305e4eb Merge pull request #10775 from yang-g/http2_client by Yang Gao · 7 years ago
  36. b7f1129 Merge pull request #10742 from markdroth/hash_table by Mark D. Roth · 7 years ago
  37. e5db841 Merge remote-tracking branch 'upstream/master' into service_config_lb_semantics by Mark D. Roth · 7 years ago
  38. f30db36 Merge github.com:grpc/grpc into c++compat1 by Craig Tiller · 7 years ago
  39. f18f30e Merge github.com:grpc/grpc into c++compat2 by Craig Tiller · 7 years ago
  40. 77a4c52 Merge pull request #10771 from ncteisen/yet-another-error-refcount-bug by Noah Eisen · 7 years ago
  41. 50f7e1a Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  42. 88826aa Merge pull request #10757 from jtattermusch/csharp_prevent_reuseport_v13x by Jan Tattermusch · 7 years ago
  43. 393d33c Merge pull request #10756 from jtattermusch/csharp_prevent_reuseport by Jan Tattermusch · 7 years ago
  44. fd00263 Fix nit by Muxi Yan · 7 years ago
  45. bcdf9e8 Merge pull request #10739 from muxi/fix-unpaired-benchmark by Muxi Yan · 7 years ago
  46. a8e5675 Merge branch 'master' of https://github.com/grpc/grpc into yet-another-error-refcount-bug by Noah Eisen · 7 years ago
  47. cdd9e56 C++ compatibility fix for stack_lockfree.c by Craig Tiller · 7 years ago
  48. 2757982 C++ compatibility fix for tmpfile_posix.c by Craig Tiller · 7 years ago
  49. 576e546 Changes required to make build possible: create separate grpc++_base{,_unsecure}, move grpc_compression_trace definition, and remove an assertion about library initialization from server by Vijay Pai · 7 years ago
  50. 922d117 One more use of incorrect submodule name by Vijay Pai · 7 years ago
  51. 03876f6 Fix http2_interop test for c++ and python by yang-g · 7 years ago
  52. 65c23aa Fix error refcount bug by Noah Eisen · 7 years ago
  53. 59db187 Merge branch 'tsan-c++' into hybrid by Craig Tiller · 7 years ago
  54. a4894fc Merge pull request #10182 from ctiller/cpparena by Craig Tiller · 7 years ago
  55. 7432d74 Merge pull request #10737 from murgatroid99/node_artifact_alpine_compatibility by Michael Lumish · 7 years ago
  56. 4c91148 Merge pull request #10748 from murgatroid99/upmerge_v1.3.x by Michael Lumish · 7 years ago
  57. 84a920d Merge pull request #10450 from vjpai/framer by Vijay Pai · 7 years ago
  58. b8f1483 Merge pull request #10747 from vjpai/dedebug by Vijay Pai · 7 years ago
  59. ba39035 clang-format by Mark D. Roth · 7 years ago
  60. 7c7865b eliminate crosstalk between C# tests by Jan Tattermusch · 7 years ago
  61. fa729ed expose grpc.so_reuseport in C# by Jan Tattermusch · 7 years ago
  62. 09d2f55 eliminate crosstalk between C# tests by Jan Tattermusch · 7 years ago
  63. f517fad expose grpc.so_reuseport in C# by Jan Tattermusch · 7 years ago
  64. abd8fb7 Merge pull request #10730 from ctiller/proxy_crash by Craig Tiller · 7 years ago
  65. 8d7efef Merge pull request #10691 from ncteisen/error-refcount by Noah Eisen · 7 years ago
  66. ce67bff Merge remote-tracking branch 'upstream/v1.3.x' into upmerge_v1.3.x by murgatroid99 · 7 years ago
  67. c96c0f9 Remove DEBUG code that is itself buggy (integer overflow) by Vijay Pai · 7 years ago
  68. 06a30ee Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  69. feaee85 Merge pull request #10592 from matt-kwong/py-metadata by Matt Kwong · 7 years ago
  70. 79fda0a Merge pull request #10732 from ctiller/formatz by Craig Tiller · 7 years ago
  71. 7b692ca Merge pull request #10543 from practo/php_basestub_channel_fix by Stanley Cheung · 7 years ago
  72. a2529ce Minor comment polish by Muxi Yan · 7 years ago
  73. b965ff6 Move test to GRPCClientTests by Muxi Yan · 7 years ago
  74. e89d958 Merge pull request #10717 from dgquintas/moar_grpclb_leaks by David G. Quintas · 7 years ago
  75. 8805306 Revert API to change default queue for a stub by Muxi Yan · 7 years ago
  76. e0a8737 Fix bug in service config code. by Mark D. Roth · 7 years ago
  77. 0c0b89a Change hash table to use linear probing and add unit test. by Mark D. Roth · 7 years ago
  78. 93b1120 Fix pairing of GRPC_TIMER_BEGIN/END in grpc_byte_stream_next by Muxi Yan · 7 years ago
  79. 9805833 Add flag to compile gpr with compatibility for musl by murgatroid99 · 7 years ago
  80. f583975 Include <sys/socket.h> for AF_INET by Mehrdad Afshari · 7 years ago
  81. 5b1c5f2 Extend clang-format to C#, Node, Ruby by Craig Tiller · 7 years ago
  82. 0dd38b5 Fix broken merge by Craig Tiller · 7 years ago
  83. 3588248 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  84. d7b72ee Merge pull request #10711 from ctiller/tm1 by Craig Tiller · 7 years ago
  85. bea92ba Fix bins/opt/end2end_test --gtest_filter=ProxyEnd2end/ProxyEnd2endTest.RpcDeadlineExpires/1 GRPC_POLL_STRATEGY=poll by Craig Tiller · 7 years ago
  86. 932f1c3 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  87. e300670 Simplify hash table API: remove per-entry vtable and take ownership of by Mark D. Roth · 7 years ago
  88. 0a458b5 Fix Bazel build by Craig Tiller · 7 years ago
  89. f659ee5 Move comment by Craig Tiller · 7 years ago
  90. ea07b60 Post-review update by Mahak Mukhi · 7 years ago
  91. 7fadeae Fix a couple leaks by David Garcia Quintas · 7 years ago
  92. cac4e17 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  93. c2d9f1e Merge pull request #10689 from muxi/revert-boringssl-81 by Muxi Yan · 7 years ago
  94. 3512ec9 Fix typo by Craig Tiller · 7 years ago
  95. a12c065 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  96. 6b4435c Merge pull request #10678 from ctiller/style_guide by Craig Tiller · 7 years ago
  97. 35f27cd More cleanup by Craig Tiller · 7 years ago
  98. 4818150 Better commentary by Craig Tiller · 7 years ago
  99. a3e8789 Fix, restore draining by Craig Tiller · 7 years ago
  100. 991c101 Initial thread manager fixes by Craig Tiller · 7 years ago