fix(ext/node): create net.Socket from file descriptors #33150
refactor(ext/node): rewrite Pipe.open(fd) to use raw fd ops
8464f728
fix: Windows compilation for op_node_register_fd, add ref/unref, add …
e69a966c
fix: replace spec tests with unit tests, format
29ab86ad
fix: use TCP instead of unix sockets in pipe fd tests
28a6ef23
fix: track ref state in FdStreamBase, replace tests with pipe specs
73f3273d
fix: restore proper Pipe.open(fd) spec tests
d1032c62
fix: add Windows Pipe.open(fd) test using _pipe() FFI
cdb86c46
fix: reject duplicate fd in op_node_register_fd, add cross-platform p…
893f80c6
fix: add safety comments for Windows unsafe blocks in op_node_create_…
6a946d98
fmt
01679218
feat(ext/node): implement net.Socket({ fd }) option
ae4f61b3
fix(ext/node): fix child_process extra stdio pipe fd alignment
89fcd0ec
Merge remote-tracking branch 'origin/main' into feat/net-socket-fd-op…
4ee15e4a
bartlomieju
changed the title feat(ext/node): implement net.Socket({ fd }) option fix(ext/node): create net.Socket from file descriptors 138 days ago
refactor(ext/node): clean up toDenoStdio in child_process
d9f3a78e
test: enable test-child-process-fork-stdio node_compat test
8d79c25b
refactor(ext/node): remove resource table lookup from op_node_guess_h…
639d4b08
fix: split net_socket_fd test for Windows compatibility
ffb8117c
fix(ext/node): clarify fd ownership in op_node_register_fd, add test
0f64051d
Merge remote-tracking branch 'origin/main' into feat/net-socket-fd-op…
7522483a
bartlomieju
deleted the feat/net-socket-fd-option branch 138 days ago
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub