Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-24 | refactor(ext/node): use concrete error types (#26419) | Leo Kettmeir | |
2024-07-12 | fix(ext/node): handle prefix mapping for IPv4-mapped IPv6 addresses (#24546) | Satya Rohith | |
Ensure that the prefix is properly adjusted when dealing with IPv4 addresses mapped to IPv6. This fixes inconsistencies in network range calculations for mapped addresses. Closes https://github.com/denoland/deno/issues/24525 | |||
2024-07-01 | feat: upgrade deno_core (#24364) | snek | |
- Symbol.asyncDispose no longer needs to be polyfilled - assorted updates for cppgc api changes | |||
2024-06-21 | Revert `#[cppgc] &mut T` usage (#24304) | Divy Srivastava | |
2024-06-21 | chore(ext/node): cleanup net blocklist ops (#24299) | Divy Srivastava | |
2024-06-21 | fix: upgrade deno_core to 0.291.0 (#24297) | Divy Srivastava | |
2024-06-18 | feat(ext/node): add BlockList & SocketAddress classes (#24229) | Satya Rohith | |
Closes https://github.com/denoland/deno/issues/24059 |