1. 79962f3 Refactor tag completion handling into one function by murgatroid99 · 7 years ago
  2. bbf4e5b Merge pull request #10468 from murgatroid99/node_call_destruction_bug by Michael Lumish · 7 years ago
  3. 2a4ea2d Node: consolidate call destruction logic by murgatroid99 · 7 years ago
  4. 77e06b2 Node: fix leak of sent metadata by murgatroid99 · 7 years ago
  5. 130568e Fix call destruction bug by murgatroid99 · 7 years ago
  6. 753b054 Properly unref some slices in Node glue code by murgatroid99 · 7 years ago
  7. aaef11a Drop support for io.js, fix minor issue with node extension by murgatroid99 · 7 years ago
  8. 98cdf3b Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_master by murgatroid99 · 7 years ago
  9. acd0ba0 Fix segfault in Node server destructor by murgatroid99 · 7 years ago
  10. 1191b72 Improve Node and libuv testing and test coverage by murgatroid99 · 7 years ago
  11. e00d63f Merge remote-tracking branch 'google/v1.1.x' by Nicolas "Pixel" Noble · 7 years ago
  12. fe6b328 Node: refactor non-uv completion queue wrapping code by Michael Lumish · 7 years ago
  13. e6dd773 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 8 years ago
  14. e3562b8 Fix merge error by Craig Tiller · 8 years ago
  15. c3b6d3a Fix merge error by Craig Tiller · 8 years ago
  16. ce7b981 Fix merge error by Craig Tiller · 8 years ago
  17. afceb2e Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  18. 448c1f0 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 8 years ago
  19. 0f2e2e4 Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  20. f2c5c1e Merge pull request #9428 from grpc/revert-8842-metadata_filter by David G. Quintas · 8 years ago
  21. 9ff26dc v1.0.x → master upmerge by Nathaniel Manista · 8 years ago
  22. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  23. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  24. aecd46e Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  25. a053f23 Make Node extension work with slice changes by murgatroid99 · 8 years ago
  26. c6bbc47 Replace usages of std::list with std::queue in Node extension by murgatroid99 · 8 years ago
  27. f1c85b0 Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
  28. e2672c9 Some slice and resource quota updates to UV and Node code by murgatroid99 · 8 years ago
  29. 013d203 Refactor uv/non-uv code in Node extension by murgatroid99 · 8 years ago
  30. 41fd9f2 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  31. 5d6ae93 Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmerge by murgatroid99 · 8 years ago
  32. 618e67d s/GPR_SLICE/GRPC_SLICE/g by Craig Tiller · 8 years ago
  33. 6e080a3 Merge branch 'buffer_pools_for_realsies' into grpc_slice by Craig Tiller · 8 years ago
  34. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  35. 952b99c Merge remote-tracking branch 'upstream/v1.0.x' into node_package_updates by murgatroid99 · 8 years ago
  36. b516cad Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  37. 5124452 Compiles with npm install --debug option. by Tim Ryan · 8 years ago
  38. 197d87e Fix how Node touches an internal core header by Michael Lumish · 8 years ago
  39. 2c287ca UV tests pass on linux by murgatroid99 · 8 years ago
  40. 7e642e3 Compiles with npm install --debug option. by Tim Ryan · 8 years ago
  41. 8fecf28 Fix mismatched new[] and delete in Node extension code by murgatroid99 · 8 years ago
  42. 9030c81 Add a libuv endpoint to the C core, for use in the Node library by murgatroid99 · 8 years ago
  43. c0a64cd Update Node library dependencies and change deprecated function calls by murgatroid99 · 8 years ago
  44. ef55d7e Fix a memory leak in Node call credentials by murgatroid99 · 8 years ago
  45. 6721d4f Return success status of grpc_byte_buffer_reader by David Garcia Quintas · 8 years ago
  46. 2dfcf14 Fix Node Windows build error by murgatroid99 · 8 years ago
  47. 9cb96ba Merge pull request #6747 from murgatroid99/node_logger_customization by Jan Tattermusch · 8 years ago
  48. 1d2f289 Add timestamps to custom log output by murgatroid99 · 8 years ago
  49. 48ed92e GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN by Craig Tiller · 8 years ago
  50. 9b9708a Allow Node users to set a custom logger and log verbosity. Defaults to existing core logger by murgatroid99 · 8 years ago
  51. c04f7b1 Remember to unref the slice by murgatroid99 · 8 years ago
  52. 8678bb4 Remove extraneous logging code by murgatroid99 · 8 years ago
  53. c04b80c Make Node not segfault when it receives a compressed message by murgatroid99 · 8 years ago
  54. 325a059 Mark port as non-listening by Craig Tiller · 8 years ago
  55. 64ec84c Merge pull request #6325 from murgatroid99/node_default_roots by Jan Tattermusch · 8 years ago
  56. 6f60766 Load default roots.pem in Node via grpc_set_ssl_roots_override_callback by murgatroid99 · 8 years ago
  57. 8658b17 Fixed minor Node compilation issue by murgatroid99 · 8 years ago
  58. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 8 years ago
  59. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  60. 4718a38 Unref uv_async after construction to avoid blocking at shutdown by murgatroid99 · 8 years ago
  61. 25269f0 Fixed copyright by murgatroid99 · 8 years ago
  62. 7fb87e7 Removed unnecessary include by murgatroid99 · 8 years ago
  63. 734c8db Node: made call credentials properly use UV async events. Also deleted some log lines by murgatroid99 · 8 years ago
  64. af0e248 Fix copyrights by murgatroid99 · 8 years ago
  65. 090a251 Node: fix metadata validation bug, improve error reporting by murgatroid99 · 8 years ago
  66. 777777e Pass delete[] explicitely to Nan::NewBuffer. by Patryk Lesiewicz · 8 years ago
  67. 7a55684 Clang format and fix copyrights by murgatroid99 · 8 years ago
  68. 309830f Replace 'long' with 'int64_t' in public core headers by murgatroid99 · 8 years ago
  69. e2f3465 Make Node library build on Windows by Michael Lumish · 9 years ago
  70. 59ab169 Fix copyrights by murgatroid99 · 9 years ago
  71. 16110ee Allocate node Buffer contents with new[] by Marek Gilbert · 9 years ago
  72. 2bf574f Added back trailing newlines by David Garcia Quintas · 9 years ago
  73. 4080921 Update copyrights by murgatroid99 · 9 years ago
  74. 8b791a4 Merged from master and resolved merge conflicts by murgatroid99 · 9 years ago
  75. f776f90 Make Node library use core metadata validation instead of duplicating it by murgatroid99 · 9 years ago
  76. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  77. 72dcfc7 Fix a couple of minor issues in the Node library by murgatroid99 · 9 years ago
  78. a9172d2 Simplified some code and added tests to increase code coverage by murgatroid99 · 9 years ago
  79. 14d76fd Fixes memory leak when receiving data by Seongjin Cho · 9 years ago
  80. b531f76 Memory leak fix? by Seongjin Cho · 9 years ago
  81. caf9935 Also adding a credentials type to the plugin API. by Julien Boeuf · 9 years ago
  82. 35b6b94 Fixing node build. by Julien Boeuf · 9 years ago
  83. 3c957e6 Fixing implementations. by Julien Boeuf · 9 years ago
  84. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  85. 3236607 Fixed incorrect type in a malloc in Node extension by murgatroid99 · 9 years ago
  86. 7c0dbf8 Updated Node credentials API to match core API change by murgatroid99 · 9 years ago
  87. 75a2bba Refactored some C++ code to improve code reuse by murgatroid99 · 9 years ago
  88. 6fe015e Add some tests to increase coverage, fix some failures by murgatroid99 · 9 years ago
  89. 47f519e Resolved merge conflicts by murgatroid99 · 9 years ago
  90. 0862bcf Merge pull request #3625 from murgatroid99/node_single_install_step by Tim Emiola · 9 years ago
  91. 0253f14 Resolved merge conflicts by murgatroid99 · 9 years ago
  92. f20d7db Fixed issues with binary metadata type checking by murgatroid99 · 9 years ago
  93. cc54546 Resolved merge conflicts with master by murgatroid99 · 9 years ago
  94. b0f3bf1 Resolved merge conflicts with master by murgatroid99 · 9 years ago
  95. 196188f Fixed node extension module name by murgatroid99 · 9 years ago
  96. 86ef17a Prevented composing insecure credentials by murgatroid99 · 9 years ago
  97. 5f709ca Split Credentials into two types by murgatroid99 · 9 years ago
  98. a5a897d Removed now-redundant credentials wrappings by murgatroid99 · 9 years ago
  99. 9c43b00 Fixed some issues with new credential code by murgatroid99 · 9 years ago
  100. 153b09d Reworked credentials surface API, added test by murgatroid99 · 9 years ago