1. bf91d9b Node: add test for reconnecting client after server restart by murgatroid99 · 7 years ago
  2. da83f0d Fix minor error in Node generated documentation by murgatroid99 · 7 years ago
  3. ce13cb7 1.4.x branch cut, version bump PR by David Garcia Quintas · 7 years ago
  4. 9baf4b1 Merge pull request #11309 from murgatroid99/master_1.3.x_upmerge by Michael Lumish · 7 years ago
  5. 7563641 Fix node cancellation tests by murgatroid99 · 7 years ago
  6. c18b906 Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmerge by murgatroid99 · 7 years ago
  7. 30f2b7e Add more null checks to call methods by murgatroid99 · 7 years ago
  8. bbfdbb1 bump version to 1.3.6 by Jan Tattermusch · 7 years ago
  9. 0f5674b Merge branch 'master' into node_api_docs by murgatroid99 · 7 years ago
  10. c92df4c Refactor some code and document most of the API by murgatroid99 · 7 years ago
  11. c0ce2cd Update version to 1.3.5 by Ken Payson · 7 years ago
  12. 92eb7fb Bump to version 1.3.4 by Alexander Polcyn · 7 years ago
  13. 6466772 Fixed missed conflicts - use constants.logVerbosity instead by Stanley Cheung · 7 years ago
  14. ebeda85 Upmerge from v1.3.x branch to master by Stanley Cheung · 7 years ago
  15. c7cde23 Merge pull request #11141 from murgatroid99/node_write_after_end_race_fix by Michael Lumish · 7 years ago
  16. d822e2f Change write callback to asynchronous to avoid recursion by murgatroid99 · 7 years ago
  17. 16f76d2 Bump to version 1.3.3 by Ken Payson · 7 years ago
  18. 8d18c6e Fix race between destroying call after status and handling write failure by murgatroid99 · 7 years ago
  19. 7229f88 Move gRPC constants to js file to include them in generated documentation by murgatroid99 · 7 years ago
  20. 448a11d Bump to version 1.3.2 by Stanley Cheung · 7 years ago
  21. 0afa9ab Bump to 1.3.2-pre1 by Stanley Cheung · 7 years ago
  22. f2f125a Switch 'apply' for 'call' in pass-through functions by murgatroid99 · 7 years ago
  23. ffac55d Refactor client logic into superclass with generic methods, improve documentation by murgatroid99 · 7 years ago
  24. 572cd7e Update version to 1.3.1 by murgatroid99 · 7 years ago
  25. 5a5cfad Fix a bit of documentation that doesn't apply to Protobuf.js 5 by murgatroid99 · 7 years ago
  26. b1c69e4 Switch Protobuf.js dependency back to version 5 by murgatroid99 · 7 years ago
  27. ea87dfb Clang format by murgatroid99 · 7 years ago
  28. 37797bd Remove another instance of '#ifdef GRPC_UV' from Node extension by murgatroid99 · 7 years ago
  29. 606945a 1.3.0 -> 1.3.1-pre1 by David Garcia Quintas · 7 years ago
  30. 3ef2355 s/1.3.0-pre/1.3.0 by David Garcia Quintas · 7 years ago
  31. cb5c62a Remove extra header from node_grpc.cc by murgatroid99 · 7 years ago
  32. 31d1826 Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uv by murgatroid99 · 7 years ago
  33. f5521c3 Revert "Merge branch 'master' into v1.3.x" by Alexander Polcyn · 7 years ago
  34. 2f04c73 Clang format by murgatroid99 · 7 years ago
  35. bc52864 Remove another instance of '#ifdef GRPC_UV' from Node extension by murgatroid99 · 7 years ago
  36. 3049462 Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uv by murgatroid99 · 7 years ago
  37. 627e2a5 Remove another from Node extension by murgatroid99 · 7 years ago
  38. f94f64f Remove non-libuv code from Node extension by murgatroid99 · 7 years ago
  39. 59db187 Merge branch 'tsan-c++' into hybrid by Craig Tiller · 7 years ago
  40. a4894fc Merge pull request #10182 from ctiller/cpparena by Craig Tiller · 7 years ago
  41. ce67bff Merge remote-tracking branch 'upstream/v1.3.x' into upmerge_v1.3.x by murgatroid99 · 7 years ago
  42. 06a30ee Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  43. 5b1c5f2 Extend clang-format to C#, Node, Ruby by Craig Tiller · 7 years ago
  44. 0dd38b5 Fix broken merge by Craig Tiller · 7 years ago
  45. 3512ec9 Fix typo by Craig Tiller · 7 years ago
  46. 76c8400 Node benchmarks: allow arbitrary message size, add CPU usage stats by murgatroid99 · 7 years ago
  47. c3666d7 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  48. 2c6f637 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  49. 0e5fa9e Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  50. 92e0fee Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  51. 9e1acc0 master to 1.4.0-dev by David Garcia Quintas · 7 years ago
  52. d9986c3 1.3.x branch cut by David Garcia Quintas · 7 years ago
  53. a41fd5b Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_1.2.4 by murgatroid99 · 7 years ago
  54. 57e6485 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  55. aa5a928 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  56. b3d308b Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  57. cd3ae4f Remove API by Craig Tiller · 7 years ago
  58. 70a2a4b Bump version to 1.2.4 by murgatroid99 · 7 years ago
  59. c20fa90 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  60. 43713e6 Merge remote-tracking branch 'upstream/v1.2.x' into HEAD by Jan Tattermusch · 7 years ago
  61. 017a335 Only delete core-level server if shutdown was successful by murgatroid99 · 7 years ago
  62. 803392e Node server: add NULL check to tryShutdown by murgatroid99 · 7 years ago
  63. c22d62f Move ForceShutdown completion handling to new OnComplete method by murgatroid99 · 7 years ago
  64. 42cfaa9 Add native tag completion callbacks, dispose of server after tryShutdown succeeds by murgatroid99 · 7 years ago
  65. 79962f3 Refactor tag completion handling into one function by murgatroid99 · 7 years ago
  66. f2b949b Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  67. 7b9f97b Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  68. 7cfa1bf Bump version to 1.2.3 by murgatroid99 · 7 years ago
  69. a78582b Ignore a couple of errors in the Node express benchmark by murgatroid99 · 7 years ago
  70. bbf4e5b Merge pull request #10468 from murgatroid99/node_call_destruction_bug by Michael Lumish · 7 years ago
  71. a075688 Merge pull request #10503 from murgatroid99/node_memory_leak_2 by Michael Lumish · 7 years ago
  72. 2a4ea2d Node: consolidate call destruction logic by murgatroid99 · 7 years ago
  73. a6ff103 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  74. a8052c7 Correct use of ProtoBuf.js 6 message encoding API by murgatroid99 · 7 years ago
  75. 77e06b2 Node: fix leak of sent metadata by murgatroid99 · 7 years ago
  76. 7fb2129 Merge branch 'master' into node_protobuf_js_6_upgrade by murgatroid99 · 7 years ago
  77. 5de4656 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  78. f712ae7 Fix a couple of issues with the use of the Protobuf.js API by murgatroid99 · 7 years ago
  79. 130568e Fix call destruction bug by murgatroid99 · 7 years ago
  80. c84d67e Keep changes from #10093 by murgatroid99 · 7 years ago
  81. a5ea8f2 Fix serializer error handling, update ProtoBuf.js dependency by murgatroid99 · 7 years ago
  82. 753b054 Properly unref some slices in Node glue code by murgatroid99 · 7 years ago
  83. 0be726b bump version to 1.2.2 by Jan Tattermusch · 7 years ago
  84. c646014 Large message latency improvements: remove a memcpy and a Buffer construtor call by murgatroid99 · 7 years ago
  85. a1eefce Improve Node benchmarks, add generic unary test by murgatroid99 · 7 years ago
  86. dd36b15 Call ref/unref, bugfixes by Craig Tiller · 7 years ago
  87. 484871b Bump version to 1.2.1 by Ken Payson · 7 years ago
  88. cbe5036 Merge branch 'master' into node_protobuf_js_6_upgrade by Michael Lumish · 7 years ago
  89. 69c2717 bump v1.2.x branch version to 1.2.1-pre2 by Alexander Polcyn · 7 years ago
  90. 944a56f Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  91. ac7f90d Add enumsAsStrings option, as the original upgrade PR did by murgatroid99 · 7 years ago
  92. e44a50f Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 by Nicolas "Pixel" Noble · 7 years ago
  93. ef8857e Node changes by Sree Kuchibhotla · 7 years ago
  94. c1b758f Use new oneofs option in deserialize call by murgatroid99 · 7 years ago
  95. b306854 Improve ProtoBuf.js version heuristic, add tests for oneof decoding by murgatroid99 · 7 years ago
  96. 36c3707 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  97. 3e30832 bump v1.2.x branch to 1.2.1-pre1 by Alexander Polcyn · 7 years ago
  98. c8e6ac4 Ensure arguments are validated before they are serialized, unskip some tests by murgatroid99 · 7 years ago
  99. 69e5a28 Going for 1.2.0 by David Garcia Quintas · 7 years ago
  100. b1a0231 Autodetect ProtoBuf.js version in grpc.loadObject by murgatroid99 · 7 years ago