mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
* 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>
68 lines
1.7 KiB
Plaintext
68 lines
1.7 KiB
Plaintext
[submodule "src/deps/picohttpparser"]
|
|
path = src/deps/picohttpparser
|
|
url = https://github.com/h2o/picohttpparser.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/javascript/jsc/WebKit"]
|
|
path = src/bun.js/WebKit
|
|
url = https://github.com/oven-sh/WebKit.git
|
|
ignore = dirty
|
|
depth = 1
|
|
update = none
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/mimalloc"]
|
|
path = src/deps/mimalloc
|
|
url = https://github.com/Jarred-Sumner/mimalloc.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/zlib"]
|
|
path = src/deps/zlib
|
|
url = https://github.com/cloudflare/zlib.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/libarchive"]
|
|
path = src/deps/libarchive
|
|
url = https://github.com/libarchive/libarchive.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/boringssl"]
|
|
path = src/deps/boringssl
|
|
url = https://github.com/oven-sh/boringssl.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/lol-html"]
|
|
path = src/deps/lol-html
|
|
url = https://github.com/cloudflare/lol-html
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/uws"]
|
|
path = src/deps/uws
|
|
url = https://github.com/Jarred-Sumner/uWebSockets
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = true
|
|
[submodule "src/deps/tinycc"]
|
|
path = src/deps/tinycc
|
|
url = https://github.com/Jarred-Sumner/tinycc.git
|
|
ignore = dirty
|
|
depth = 1
|
|
shallow = true
|
|
fetchRecurseSubmodules = false
|
|
[submodule "src/deps/c-ares"]
|
|
path = src/deps/c-ares
|
|
url = https://github.com/c-ares/c-ares.git
|