1. 79962f3 Refactor tag completion handling into one function by murgatroid99 · 7 years ago
  2. d587d33 Merge pull request #10515 from jtattermusch/backport_global_json by Jan Tattermusch · 7 years ago
  3. 7cfa1bf Bump version to 1.2.3 by murgatroid99 · 7 years ago
  4. 06ea7d3 Merge pull request #10508 from murgatroid99/node_offline_hang by Michael Lumish · 7 years ago
  5. 6ed454e make C# docker image in sync with GCE performance workers by Jan Tattermusch · 7 years ago
  6. d3a5635 Add global.json file to pick dotnet core SDK version by Jan Tattermusch · 7 years ago
  7. bbf4e5b Merge pull request #10468 from murgatroid99/node_call_destruction_bug by Michael Lumish · 7 years ago
  8. a075688 Merge pull request #10503 from murgatroid99/node_memory_leak_2 by Michael Lumish · 7 years ago
  9. 3ac309e Node: fix hang after DNS resolution failure by murgatroid99 · 7 years ago
  10. 2a4ea2d Node: consolidate call destruction logic by murgatroid99 · 7 years ago
  11. 77e06b2 Node: fix leak of sent metadata by murgatroid99 · 7 years ago
  12. 512b637 Unref the tail, not the original slice by yang-g · 7 years ago
  13. 130568e Fix call destruction bug by murgatroid99 · 7 years ago
  14. 753b054 Properly unref some slices in Node glue code by murgatroid99 · 7 years ago
  15. 0be726b bump version to 1.2.2 by Jan Tattermusch · 7 years ago
  16. 484871b Bump version to 1.2.1 by Ken Payson · 7 years ago
  17. e417739 Merge pull request #10345 from kpayson64/real_spinlock_fix by kpayson64 · 7 years ago
  18. c9a3aaa Fix Python poll() server spinlock bug by Ken Payson · 7 years ago
  19. 486f8d9 Merge pull request #10308 from apolcyn/bump_v12x_version by apolcyn · 7 years ago
  20. 69c2717 bump v1.2.x branch version to 1.2.1-pre2 by Alexander Polcyn · 7 years ago
  21. 4364ded wording fix in comments by Alexander Polcyn · 7 years ago
  22. 8d8dce8 malloc run_batch_stack after type checks by Alexander Polcyn · 7 years ago
  23. 077f890 conform test to formatter by Alexander Polcyn · 7 years ago
  24. 34bb6df allocated run batch stack on the heap by Alexander Polcyn · 7 years ago
  25. 27338de add test in that sends a sigint to client while its making an rpc ona by Alexander Polcyn · 7 years ago
  26. 604abf4 add generated imports header to be able to build on mingw by Alexander Polcyn · 7 years ago
  27. 1a0cc16 Merge pull request #10230 from apolcyn/bump_to_1_2_1_pre1 by apolcyn · 7 years ago
  28. b0f3f55 Merge pull request #9986 from apolcyn/fix_connectivity by apolcyn · 7 years ago
  29. 02d131b fix mac crash on abruptly ended server thread by Alexander Polcyn · 7 years ago
  30. 513070c get rid of time check increment in watch connectivity state loop by Alexander Polcyn · 7 years ago
  31. 06d4edd fix setting of time_check_increment in watch conn state loop by Alexander Polcyn · 7 years ago
  32. 5b88146 make fewer lock/unlock calls and loop on cv_wait in watch conn state by Alexander Polcyn · 7 years ago
  33. ea282e9 add passing test that kills a process while there are active watch chan state calls by Alexander Polcyn · 7 years ago
  34. 3e30832 bump v1.2.x branch to 1.2.1-pre1 by Alexander Polcyn · 7 years ago
  35. 69e5a28 Going for 1.2.0 by David Garcia Quintas · 7 years ago
  36. 4e60675 add end2end tests to formatter and adjust to formatter by Alexander Polcyn · 7 years ago
  37. b862b6a use RTEST with channel watch arg to capture larger set of truthy args by Alexander Polcyn · 7 years ago
  38. 252205c Merge pull request #10022 from kpayson64/resource_exauhsted by kpayson64 · 7 years ago
  39. 39a5932 Add max_requests argument to server by Ken Payson · 7 years ago
  40. b4121ca Merge pull request #10188 from kpayson64/another_gil_fix by kpayson64 · 7 years ago
  41. 021fa52 Merge pull request #10157 from muxi/advance-protoc-version by Muxi Yan · 7 years ago
  42. 37d3fba Relieve ios deployment version to 7.0 by Muxi Yan · 7 years ago
  43. e7aef6c Merge pull request #10183 from muxi/backport-10042 by Muxi Yan · 7 years ago
  44. 411b63b Advance dependency version by Muxi Yan · 7 years ago
  45. 7655748 Merge pull request #10186 from kpayson64/bump_pre_version by kpayson64 · 7 years ago
  46. 867e35a Initialize GIL at startup by Ken Payson · 7 years ago
  47. 12ca7d3 Bump 1.2.x version to pre-2 by Ken Payson · 7 years ago
  48. 10112e5 Use k-contant and add comment for encoding overhead by Muxi Yan · 7 years ago
  49. f69a885 Add comment to encodingOverhead by Muxi Yan · 7 years ago
  50. 3f2413d Use the right encoding overhead number in remote interop test with Cronet by Muxi Yan · 7 years ago
  51. 071f74f add copyright header to fix failing sanity tests by Alexander Polcyn · 7 years ago
  52. af3213f remove now-unused channel completion queues by Alexander Polcyn · 7 years ago
  53. 8b371e2 Change GIL aquire functions to make it c-core thread safe by Ken Payson · 7 years ago
  54. 4109c23 add a README for new test directory by Alexander Polcyn · 7 years ago
  55. 563ec53 stop mixing gpr mutexes and the ruby gil to fix channel closing deadlock by Alexander Polcyn · 7 years ago
  56. 70bc492 add another currently failing test related to channels and deadlock by Alexander Polcyn · 7 years ago
  57. f3147b3 watch channel state without the gil to fix deadlock on abrupt SIGTERM by Alexander Polcyn · 7 years ago
  58. 8d69254 Merge pull request #10159 from y-zeng/fix_set_socket_mutatar_1_2_x by Yuchen Zeng · 7 years ago
  59. 16d97ed add failing test revealing bug in channel state api by Alexander Polcyn · 7 years ago
  60. fb68f47 Merge pull request #10154 from murgatroid99/node_artifact_fix by Michael Lumish · 7 years ago
  61. f8dc32e make end2end test ports dynamic and slight refactor by Alexander Polcyn · 7 years ago
  62. c44c16e add initial framework for full end2end tests outside of rspec by Alexander Polcyn · 7 years ago
  63. be30114 fix up tests and remove two unlocks in a row bug by Alexander Polcyn · 7 years ago
  64. c6f3a00 Fix SetSocketMutator by Yuchen Zeng · 7 years ago
  65. 62e9596 Advance ProtoCompiler version by Muxi Yan · 7 years ago
  66. fcad579 in the middle of fixing watch and get connectivity state to work with new changes by Alexander Polcyn · 7 years ago
  67. aaef11a Drop support for io.js, fix minor issue with node extension by murgatroid99 · 7 years ago
  68. ff4fc13 regenerate code by Jan Tattermusch · 7 years ago
  69. 482e2d2 prevent name clashes in C# generated code by Jan Tattermusch · 7 years ago
  70. 427ec5e change if to while to avoid unsafe wakeup by Alexander Polcyn · 7 years ago
  71. 20a06a0 Merge pull request #10134 from stanley-cheung/php-proto3-api-change by Stanley Cheung · 7 years ago
  72. 767adee Merge pull request #10028 from yang-g/orphan by Yang Gao · 7 years ago
  73. be9f8ae Merge pull request #10072 from murgatroid99/node_uv_default by Michael Lumish · 7 years ago
  74. 55bff48 PHP: proto3 API change by Stanley Cheung · 7 years ago
  75. 6971908 remove a TODO by Alexander Polcyn · 7 years ago
  76. 38ea603 Merge pull request #10124 from jtattermusch/csharp_max_message_size by Jan Tattermusch · 7 years ago
  77. 8f13427 Merge pull request #10093 from murgatroid99/node_server_method_name_flexibility by Michael Lumish · 7 years ago
  78. 1810856 deprecate ChannelOptions.MaxMessageSize by Jan Tattermusch · 7 years ago
  79. 32f32ea Merge pull request #9990 from kpayson64/fill_in_fields by kpayson64 · 7 years ago
  80. 9f49866 add in background connectivity state poller by Alexander Polcyn · 7 years ago
  81. e57cd90 fix channel connectivity state function by Alexander Polcyn · 7 years ago
  82. 4a8694f Merge pull request #10087 from y-zeng/fix_ping_1_2_x by Yuchen Zeng · 7 years ago
  83. 6bd07c6 Stop gRPC timers from keeping the UV loop open by murgatroid99 · 7 years ago
  84. 7835430 Add package details to gRPC Packages by Ken Payson · 7 years ago
  85. 37d274a Node add service: allow exact match to name in proto file, improve error reporting by murgatroid99 · 7 years ago
  86. b60e6ac Merge pull request #10083 from murgatroid99/node_lodash_3_compat_again by Michael Lumish · 7 years ago
  87. a85e7d4 Merge pull request #10054 from murgatroid99/uv_resolver_fallback by Michael Lumish · 7 years ago
  88. 32af871 Fix chttp2 ping parser by Yuchen Zeng · 7 years ago
  89. 97129b0 Merge pull request #10076 from apolcyn/fix_in6_scope_id_windows_issue by apolcyn · 7 years ago
  90. 9d68158 Change argument validation in Server#addService by murgatroid99 · 7 years ago
  91. 072c5af Write an essay by Craig Tiller · 7 years ago
  92. 904e7f5 Introducing 1.2.0-pre1 by David Garcia Quintas · 7 years ago
  93. 648229e fix in6_scope_id incompatibiliity issue on windows/mingw by Alexander Polcyn · 7 years ago
  94. d0cda5c Add uv resolver fallback for named ports, fix portability tests by murgatroid99 · 7 years ago
  95. 809b421 Merge pull request #10043 from grpc/jtattermusch-patch-1 by Jan Tattermusch · 7 years ago
  96. 2e0a82f Merge pull request #10040 from rjshade/udp_use_after_free by Yang Gao · 7 years ago
  97. 04b4d4c Merge pull request #9974 from nathanielmanistaatgoogle/lint by Nathaniel Manista · 7 years ago
  98. c2804fb Merge pull request #10018 from ctiller/accept4 by Craig Tiller · 7 years ago
  99. 1d88979 Delete TestResult.xml by Jan Tattermusch · 7 years ago
  100. 69709e2 Fix flaky use-after-free in udp_server by Robbie Shade · 7 years ago