1. ad9208c clang-format by Mark D. Roth · 7 years ago
  2. c7388e5 Fix node build. by Mark D. Roth · 7 years ago
  3. 2caf021 Change plugin credentials API to support both sync and async modes. by Mark D. Roth · 7 years ago
  4. 713597f Master version bump to 1.7.x by David Garcia Quintas · 7 years ago
  5. 6fed5dc Merge pull request #12003 from murgatroid99/node_fix_batch_argument_segfault by Michael Lumish · 7 years ago
  6. 3f818cc Node: document that root_certs in createSsl is optional by Connor Peet · 7 years ago
  7. 8de7c09 Split tests more granularly by murgatroid99 · 7 years ago
  8. 6fe29a5 Node: replace custom deprecation warning with existing solution by murgatroid99 · 7 years ago
  9. 23b74dc Node: fix segfault with incorrect status argument types by murgatroid99 · 7 years ago
  10. e0778b2 Add cancellation to asynchronous security APIs. by Mark D. Roth · 7 years ago
  11. d996379 Reset OWNERS state by Craig Tiller · 7 years ago
  12. e476f7d Strawman OWNERS --> CODEOWNERS script by Craig Tiller · 7 years ago
  13. bb3d95b Use https://grpc.io consistently as the canonical URL by Mehrdad Afshari · 7 years ago
  14. 882ba60 Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmerge by murgatroid99 · 7 years ago
  15. ab14a0b Bump version to 1.4.1 by murgatroid99 · 7 years ago
  16. bb8b1c9 Node: fix status memory leak, improve tcp_uv read buffer allocation code by murgatroid99 · 7 years ago
  17. f62f9dc Merge pull request #11548 from kpayson64/bump_version_1_4_0 by kpayson64 · 7 years ago
  18. e9c1787 Bump to version 1.4.0 by Ken Payson · 7 years ago
  19. d12e7a0 Merge pull request #11536 from murgatroid99/node_fix_racy_test by Michael Lumish · 7 years ago
  20. 45b89d2 Merge pull request #11515 from murgatroid99/node_fix_write_control_flow by Michael Lumish · 7 years ago
  21. 1a0e807 Fix racy Node reconnect test by murgatroid99 · 7 years ago
  22. 8e7a95d Add another missing return after a callback by murgatroid99 · 7 years ago
  23. d5b0455 Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x by murgatroid99 · 7 years ago
  24. d58cfb0 Fix missing return after callback in a function by murgatroid99 · 7 years ago
  25. b48ec8b Upgrade Protobuf.js 6 code to work with 6.8 by murgatroid99 · 7 years ago
  26. bf91d9b Node: add test for reconnecting client after server restart by murgatroid99 · 7 years ago
  27. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  28. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  29. 312ea4a change LICENSE, add AUTHORS by Jan Tattermusch · 7 years ago
  30. da83f0d Fix minor error in Node generated documentation by murgatroid99 · 7 years ago
  31. 0fee722 Merge pull request #11286 from murgatroid99/node_perf_tests by Michael Lumish · 7 years ago
  32. aebcdbd master bumped to 1.5.x by David Garcia Quintas · 7 years ago
  33. ce13cb7 1.4.x branch cut, version bump PR by David Garcia Quintas · 7 years ago
  34. 9baf4b1 Merge pull request #11309 from murgatroid99/master_1.3.x_upmerge by Michael Lumish · 7 years ago
  35. 7563641 Fix node cancellation tests by murgatroid99 · 7 years ago
  36. c18b906 Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmerge by murgatroid99 · 7 years ago
  37. 30f2b7e Add more null checks to call methods by murgatroid99 · 7 years ago
  38. 648832f Enable more Node performance tests, fix streaming test implementation by murgatroid99 · 7 years ago
  39. bbfdbb1 bump version to 1.3.6 by Jan Tattermusch · 7 years ago
  40. 0f5674b Merge branch 'master' into node_api_docs by murgatroid99 · 7 years ago
  41. c92df4c Refactor some code and document most of the API by murgatroid99 · 7 years ago
  42. c0ce2cd Update version to 1.3.5 by Ken Payson · 7 years ago
  43. 92eb7fb Bump to version 1.3.4 by Alexander Polcyn · 7 years ago
  44. 6466772 Fixed missed conflicts - use constants.logVerbosity instead by Stanley Cheung · 7 years ago
  45. ebeda85 Upmerge from v1.3.x branch to master by Stanley Cheung · 7 years ago
  46. c7cde23 Merge pull request #11141 from murgatroid99/node_write_after_end_race_fix by Michael Lumish · 7 years ago
  47. d822e2f Change write callback to asynchronous to avoid recursion by murgatroid99 · 7 years ago
  48. 16f76d2 Bump to version 1.3.3 by Ken Payson · 7 years ago
  49. 8d18c6e Fix race between destroying call after status and handling write failure by murgatroid99 · 7 years ago
  50. 7229f88 Move gRPC constants to js file to include them in generated documentation by murgatroid99 · 7 years ago
  51. 448a11d Bump to version 1.3.2 by Stanley Cheung · 7 years ago
  52. 0afa9ab Bump to 1.3.2-pre1 by Stanley Cheung · 7 years ago
  53. f2f125a Switch 'apply' for 'call' in pass-through functions by murgatroid99 · 7 years ago
  54. ffac55d Refactor client logic into superclass with generic methods, improve documentation by murgatroid99 · 7 years ago
  55. 572cd7e Update version to 1.3.1 by murgatroid99 · 7 years ago
  56. 5a5cfad Fix a bit of documentation that doesn't apply to Protobuf.js 5 by murgatroid99 · 7 years ago
  57. b1c69e4 Switch Protobuf.js dependency back to version 5 by murgatroid99 · 7 years ago
  58. ea87dfb Clang format by murgatroid99 · 7 years ago
  59. 37797bd Remove another instance of '#ifdef GRPC_UV' from Node extension by murgatroid99 · 7 years ago
  60. 606945a 1.3.0 -> 1.3.1-pre1 by David Garcia Quintas · 7 years ago
  61. 3ef2355 s/1.3.0-pre/1.3.0 by David Garcia Quintas · 7 years ago
  62. cb5c62a Remove extra header from node_grpc.cc by murgatroid99 · 7 years ago
  63. 31d1826 Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uv by murgatroid99 · 7 years ago
  64. f5521c3 Revert "Merge branch 'master' into v1.3.x" by Alexander Polcyn · 7 years ago
  65. 2f04c73 Clang format by murgatroid99 · 7 years ago
  66. bc52864 Remove another instance of '#ifdef GRPC_UV' from Node extension by murgatroid99 · 7 years ago
  67. 3049462 Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uv by murgatroid99 · 7 years ago
  68. 627e2a5 Remove another from Node extension by murgatroid99 · 7 years ago
  69. f94f64f Remove non-libuv code from Node extension by murgatroid99 · 7 years ago
  70. 59db187 Merge branch 'tsan-c++' into hybrid by Craig Tiller · 7 years ago
  71. a4894fc Merge pull request #10182 from ctiller/cpparena by Craig Tiller · 7 years ago
  72. ce67bff Merge remote-tracking branch 'upstream/v1.3.x' into upmerge_v1.3.x by murgatroid99 · 7 years ago
  73. 06a30ee Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  74. 5b1c5f2 Extend clang-format to C#, Node, Ruby by Craig Tiller · 7 years ago
  75. 0dd38b5 Fix broken merge by Craig Tiller · 7 years ago
  76. 3512ec9 Fix typo by Craig Tiller · 7 years ago
  77. 76c8400 Node benchmarks: allow arbitrary message size, add CPU usage stats by murgatroid99 · 7 years ago
  78. c3666d7 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  79. 2c6f637 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  80. 0e5fa9e Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  81. 92e0fee Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  82. 9e1acc0 master to 1.4.0-dev by David Garcia Quintas · 7 years ago
  83. d9986c3 1.3.x branch cut by David Garcia Quintas · 7 years ago
  84. a41fd5b Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_1.2.4 by murgatroid99 · 7 years ago
  85. 57e6485 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  86. aa5a928 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  87. b3d308b Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  88. cd3ae4f Remove API by Craig Tiller · 7 years ago
  89. 70a2a4b Bump version to 1.2.4 by murgatroid99 · 7 years ago
  90. c20fa90 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  91. 43713e6 Merge remote-tracking branch 'upstream/v1.2.x' into HEAD by Jan Tattermusch · 7 years ago
  92. 017a335 Only delete core-level server if shutdown was successful by murgatroid99 · 7 years ago
  93. 803392e Node server: add NULL check to tryShutdown by murgatroid99 · 7 years ago
  94. c22d62f Move ForceShutdown completion handling to new OnComplete method by murgatroid99 · 7 years ago
  95. 42cfaa9 Add native tag completion callbacks, dispose of server after tryShutdown succeeds by murgatroid99 · 7 years ago
  96. 79962f3 Refactor tag completion handling into one function by murgatroid99 · 7 years ago
  97. f2b949b Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  98. 7b9f97b Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  99. 7cfa1bf Bump version to 1.2.3 by murgatroid99 · 7 years ago
  100. a78582b Ignore a couple of errors in the Node express benchmark by murgatroid99 · 7 years ago