1. f94f64f Remove non-libuv code from Node extension by murgatroid99 · 7 years ago
  2. 7432d74 Merge pull request #10737 from murgatroid99/node_artifact_alpine_compatibility by Michael Lumish · 7 years ago
  3. 652210a Node: fix the cases where zlib is built by murgatroid99 · 7 years ago
  4. 633933e Node: Don't depend on cares npm package by murgatroid99 · 7 years ago
  5. 9805833 Add flag to compile gpr with compatibility for musl by murgatroid99 · 7 years ago
  6. f25f505 Build for more versions of electron, restrict when a Windows warning is shown by murgatroid99 · 7 years ago
  7. 025f110 Node: fix Windows warning in binding.gyp for Win10 console by murgatroid99 · 7 years ago
  8. 68dff87 Merge branch 'master' into node_dbg_release_split by Michael Lumish · 7 years ago
  9. f466ae1 Merge pull request #7771 from y-zeng/cares_buildin by Yuchen Zeng · 7 years ago
  10. fef3913 Node: explicitly define Release and Debug builds, use build flags from build.yaml by murgatroid99 · 7 years ago
  11. 9bc0d82 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 7 years ago
  12. 2c97708 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 8 years ago
  13. ffe1a99 Switch Node back to using libuv iomgr by default by murgatroid99 · 7 years ago
  14. 78fd7db Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master_again by David Garcia Quintas · 7 years ago
  15. a99c947 Add option to recompile Node library without ALPN support by murgatroid99 · 8 years ago
  16. 8c2946a Fix missing wakeups when using the libuv iomgr under Electron by murgatroid99 · 8 years ago
  17. 1191b72 Improve Node and libuv testing and test coverage by murgatroid99 · 8 years ago
  18. 6f62c0a Disable libuv core changes in Node library by murgatroid99 · 8 years ago
  19. 3dbb7ea Update with http proxy changes by Yuchen Zeng · 8 years ago
  20. 6694bb0 Migrate to the new c-ares dir by Yuchen Zeng · 8 years ago
  21. 04ec470 Merge remote-tracking branch 'upstream/master' into cares_buildin by Yuchen Zeng · 8 years ago
  22. e8ec16d Fix binding.gyp syntax by murgatroid99 · 8 years ago
  23. b19ac96 Fix electron artifact builds by murgatroid99 · 8 years ago
  24. 88162f8 Do not use OPENSSL_NO_THREAD normally for Node on Windows by Michael Lumish · 8 years ago
  25. c76e9d3 Merge remote-tracking branch 'upstream/master' into cares_buildin by Yuchen Zeng · 8 years ago
  26. cb4b2b5 libuv changes don't work with Electron by murgatroid99 · 8 years ago
  27. 5a38f2e Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
  28. dc23046 Add electron support and build electron artifacts by murgatroid99 · 8 years ago
  29. 9030c81 Add a libuv endpoint to the C core, for use in the Node library by murgatroid99 · 8 years ago
  30. 502d644 Use cares package in node by Yuchen Zeng · 8 years ago
  31. aa6240a Try to fix node interop issues by Yuchen Zeng · 8 years ago
  32. ea88fc1 Remove dependency on node c-ares by Yuchen Zeng · 8 years ago
  33. db53cc0 Fix node test by Yuchen Zeng · 8 years ago
  34. b48000c Fix sanity issues, try to fix node build by Yuchen Zeng · 8 years ago
  35. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  36. 71ea4a1 Make binary compatibility not the default by Craig Tiller · 9 years ago
  37. 41a9e83 Merged from master by murgatroid99 · 9 years ago
  38. 673f65b Add working Node artifact builder for all platforms by murgatroid99 · 9 years ago
  39. 4bef7ce Use old memcpy for wrappers by Craig Tiller · 9 years ago
  40. 8e4103e Fixed windows build warning by murgatroid99 · 9 years ago
  41. af6c178 Update template, add comment and message about Windows build by murgatroid99 · 9 years ago
  42. 240eab7 Merge branch 'master' into node_binary_precompile by murgatroid99 · 9 years ago
  43. 5c56c92 Make Node library depend on BoringSSL and zlib, and only build them under Windows by murgatroid99 · 9 years ago
  44. 7586db8 Update copyright in binding.gyp by murgatroid99 · 9 years ago
  45. e190f35 Completed integration of node-pre-gyp into Node library by murgatroid99 · 9 years ago
  46. 3f42ea0 Removed redundant std= cflag by murgatroid99 · 9 years ago
  47. 3abed31 Compile Node extension with c99 and c++11 by murgatroid99 · 9 years ago
  48. 879bc4f Generate all file lists and build target lists in binding.gyp from build.yaml by murgatroid99 · 9 years ago
  49. 795d15e Edit the template, not the output file by murgatroid99 · 9 years ago
  50. 22c448b Removed extraneous C++ settings in Node gyp C targets by murgatroid99 · 9 years ago
  51. afe4698 Compile statically against Node's OpenSSL headers by murgatroid99 · 9 years ago
  52. 6ffdb94 Modified Mac build fix for new binding.gyp structure by murgatroid99 · 9 years ago
  53. 403caaf Copy Node Mac build fix from old pull request (#1199) by murgatroid99 · 9 years ago
  54. c07c734 Changed to a more portable Node version check in binding.gyp by murgatroid99 · 9 years ago
  55. a89d9e7 Made build flags consistent in Node gcov build by murgatroid99 · 9 years ago
  56. e754079 Fixed spelling error by murgatroid99 · 9 years ago
  57. 15def98 Expanded comment in binding.gyp by murgatroid99 · 9 years ago
  58. fd994f1 Consolidated gyp files to fix Node installation issue by murgatroid99 · 9 years ago
  59. 32a145b Moved grpc.gyp.template to binding.gyp.template by murgatroid99 · 9 years ago[Renamed from templates/grpc.gyp.template]
  60. 350835a Removed spurious comment from grpc.gyp by murgatroid99 · 9 years ago
  61. db5b160 Removed most of the gyp file, and the tests for it by murgatroid99 · 9 years ago
  62. 2af89e4 Moved gRPC node package root to repo root, made it depend on grpc.gyp by murgatroid99 · 9 years ago
  63. 91b9642 Fixed TODO comment by murgatroid99 · 9 years ago
  64. 38745ef Added check for OpenSSL version by murgatroid99 · 9 years ago
  65. ca9db40 Removed C++ build from gyp file, fixed some minor issues by murgatroid99 · 9 years ago
  66. 2d6d330 Added grpc.gyp template by murgatroid99 · 9 years ago