Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-18 | Always clear timers in node test harness | 1 | -12/+30 | ||
2023-03-18 | Make node-net tests less flaky | 1 | -6/+10 | ||
2023-03-15 | Rename `expectObjectTypeCount` to `expectMaxObjectTypeCount` | 1 | -2/+2 | ||
2023-03-15 | fix gc-related flaky test failures (#2402) | 1 | -19/+13 | ||
2023-03-15 | fix fixture | 1 | -2/+2 | ||
2023-03-14 | Update child_process-node.test.js | 1 | -4/+4 | ||
2023-03-14 | Fix node test harness | 4 | -189/+223 | ||
2023-03-13 | feat(net.createServer) and adds socket.connect IPC support (#2337) | 2 | -18/+579 | ||
* added net.Server * fix fmt * fix cast and move test * fix node-net.tests.ts but breaks server data receive * fix end and close only emitting when data or pipe was added * fix socket starting paused * add echo test * fix fmt * fix fmt * on close if the socket is paused, keep paused until the user resumes it to match node behavior * resume on connect * fix getConnections, error on close, make _Handler private and create symbols for SocketServerHandlers * add path support (IPC) * fix unix domains support, add connect unix tests * fix unix socket tests * emit listening and listening error on next tick * fix connection flask test * try fix connect error on macos test * merge connection and drop tests * added exclusive option * fix socket.zig fmt * fix validation for options and add test for it * pass prettier fmt | |||||
2023-03-07 | "binary" is an alias of "latin1" | 1 | -0/+6 | ||
Fixes https://github.com/oven-sh/bun/issues/2110 | |||||
2023-03-07 | improve `Buffer` compatibility with Node.js (#2341) | 1 | -1153/+979 | ||
* improve `Buffer` compatibility with Node.js * use `memmove()` allow `encoding` to be `undefined` | |||||
2023-03-07 | Reorganize tests (#2332) | 51 | -0/+11591 | ||