Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-07 | Implement DNS module (#1691) | 1 | -2/+2 | ||
* Boilerplate for DNS stuff * Add c-ares * lookup * make * Implement dns.lookup * Create c-ares * wip * normalize * repro * Revert "repro" This reverts commit 8b93e0c295b335b8882a9601da47720348549beb. * Implement macOS `getaddrinfo_async_start` * embiggen * Update string_immutable.zig * Update Makefile * alright * Update .gitignore * Add types * more ccache * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update bun.d.ts Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-01-05 | Really fix #1722 | 1 | -2/+40 | ||
2023-01-04 | Fixes #1722 | 1 | -1/+2 | ||
2022-12-06 | Update glibc-versions-hack.cpp | 1 | -0/+4 | ||
2022-12-06 | dlsym pow | 1 | -6/+7 | ||
2022-12-06 | Ban statx | 1 | -0/+16 | ||
2022-12-06 | Fix glibc symbol version issues preventing `bun install` from being used in ↵ | 1 | -0/+124 | ||
older glibc versions (#1580) * Prevent integer overflow in connectError * Add missing deepEquals() type to Bun * fix missing glibc symbols * Fix missing symbol issues * Try this * Update glibc-versions-hack.cpp * Update glibc-versions-hack.cpp * Update glibc-versions-hack.cpp Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> |