Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-23 | fix(ext/node): map `ERROR_INVALID_NAME` to `ENOENT` on windows (#26475) | Yoshiya Hinosawa | |
In libuv on windows, `ERROR_INVALID_NAME` is mapped to `ENOENT`, but it is mapped to `EINVAL` in our compat implementation, which causes the issue #24899. ref: https://github.com/libuv/libuv/blob/d4ab6fbba4669935a6bc23645372dfe4ac29ab39/src/win/error.c#L138 closes #24899 closes #26411 closes #23635 closes #21165 closes #19067 | |||
2024-10-18 | fix(ext/node): properly map reparse point error in readlink (#26375) | Nathan Whitaker | |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-09-07 | chore(ext/node): port some ops to op2 (#20400) | Matt Mastracci | |
2023-04-24 | refactor(ext/node): reorganize ops (#18799) | Bartek IwaĆczuk | |
Move all op related code of "ext/node" to "ext/node/ops" module. These files were unnecessarily scattered around the extension. |