index
:
bun
1-runner
add-license
ansg191/server-identity-CN
ansg191/system-store
bun-crash-dump
bun-json
bun-polyfills
bun-test-each
ciro/child-process-fixes
ciro/fetch-fix-with-lock
ciro/fix-flask-tests
ciro/fix-maxRequestBodySize
ciro/fix-test-command
ciro/gc-tests
ciro/http2
ciro/proxy-connect-tests
ciro/queue-response-experiment
ciro/spawn-abort-signal-rebased
ciro/ws-fetch-proper-handshake
cli-flags
completions
create-constructors-when-needed
dap2
dap3
dave/assert-double-is-valid
dave/bundler-string-length
dave/es5-class-helper
dave/import.meta.resolve
dave/install-tag-without-dash
dave/lol
dave/nodemodule-preloadmodules
dave/postinstall
dave/postinstall_2
dave/remove-native-event
dave/zlib
debugger-dev
derrick/fix/bindings-mark-jscinitialize
derrick/fix/event-emitter-async-iter
derrick/fix/event-emitter-emit-throw-native
derrick/fix/http-lowercase-headers
derrick/fix/node-tests
derrick/test/add-ed25519-tests
detect-libc
doc/0.8
dylan/callback-fulfilled-after-rejection
dylan/change-pathname-assert
dylan/cli-fixes
dylan/encoding-fix
dylan/fix-bundling-lodash-es-is-buffer
dylan/fix-error-inlining
dylan/fix-module-field-in-exports
dylan/github-api-option
dylan/github-dependencies
dylan/import-file-path
dylan/non-enumerable-export-values
dylan/resolve-rope-in-string
dylan/set-exit-code
dylan/source-map-names-property
eventstream
feat/ecosystem
feat/npm
fix
fix-prepare-stack-trace
fix-websocket-upgrade
fs-watch-file
got
guides-3
improve-docker
insensitive-pkg-names
integration-tests
jarred/5859
jarred/actions
jarred/add-git
jarred/analytics
jarred/arenas
jarred/ast
jarred/ast-again
jarred/async_bio
jarred/bench
jarred/brotli
jarred/bump-uws
jarred/bundle-workspace-packages
jarred/bunfig
jarred/callable
jarred/canvas
jarred/ci-check
jarred/cjs2
jarred/cleanup-error
jarred/clipboard-objc
jarred/direct
jarred/dump
jarred/edgecase
jarred/esbuild-plugin-api
jarred/escapeHTML
jarred/esm-conditions
jarred/experiment-bsp
jarred/export-star-flat
jarred/exports-map
jarred/faster-error-capturestacktrace
jarred/faster-ordered-properties
jarred/fastmalloc
jarred/fetch-experiment
jarred/fetchheaders
jarred/fix-blob-slice-test
jarred/fix-bunbun-on-wsl
jarred/fix-crash
jarred/fix-http-compression
jarred/fix-issue-with-tsconfig-run
jarred/fix-proxy-regression
jarred/fixes-3129
jarred/gen
jarred/htmlrewriter
jarred/improve-testing
jarred/inquirer
jarred/isolation
jarred/jsc
jarred/land
jarred/landing
jarred/linux
jarred/live-bindings
jarred/make-strings-better
jarred/mdx-thrwawy
jarred/move
jarred/napi
jarred/new-bund
jarred/new-bund-ressurected-branch
jarred/new-http
jarred/no-more-npm
jarred/package-mapper
jarred/pg
jarred/port
jarred/possibly-2732
jarred/postgresql
jarred/precompile-linux-dependencies
jarred/prepare-for-libuv
jarred/profiled-call
jarred/read-tsconfig-jsx
jarred/redo-evaluation-order
jarred/redo-zigstring-for-utf16
jarred/relay
jarred/rename
jarred/repl
jarred/request-finalizer
jarred/rewrite-router
jarred/run
jarred/simdjson
jarred/simplify
jarred/some-fixes-for-eventsource
jarred/standalone-repro1
jarred/start
jarred/strong
jarred/subprocess
jarred/support-tee
jarred/tcc
jarred/throw-if
jarred/update-install-stuff
jarred/update-zig1
jarred/upgrade-zig-2
jarred/uws
jarred/webkit-upgrade-may-17
jarred/wip-more-reliable
jarred/workers
jarred/zlib
jarred/zls
lithdew/picohttp-mimalloc
main
move-templates
nestjs-guide
next-cleanup
origin/main
plugin/plugindata
plugin/resolvedir
postinstall_3
repl
request-body-stream
reserve-commands
revert-5167-dylan/decode-regex-if-needed
rfc/bun-bundler-api
rfc/bunfig-overhaul
save-in-update
sdl
test/action
types/mock
types/readable-stream-default
types/tty
u/vjpr/zig-0.10
xHyroM/types/expose-Bun-Env
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
install
/
install.zig
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-08
[install] pick `latest` tagged version by default (#2016)
Alex Lam S.L
1
-7
/
+3
2023-02-08
[install] assorted fixes & improvements (#2011)
Alex Lam S.L
1
-106
/
+99
2023-02-06
[WIP] fix corner cases with aliases dependencies (#2000)
Alex Lam S.L
1
-100
/
+94
2023-02-01
resolve duplicate npm dependencies correctly (#1970)
Alex Lam S.L
1
-37
/
+39
2023-01-31
[bun add] various fixes (#1953)
Alex Lam S.L
1
-37
/
+35
2023-01-30
Fix crash in `bun install <package-name>` (#1947)
Jarred Sumner
1
-25
/
+29
2023-01-30
[bunx] fix version parsing (#1937)
Alex Lam S.L
1
-1
/
+0
2023-01-28
[bun add] fix more corner cases (#1930)
Alex Lam S.L
1
-51
/
+35
2023-01-28
parse `git+https://github.com/` as GitHub URLs (#1926)
Alex Lam S.L
1
-4
/
+6
2023-01-28
normalise `bun add` package specifiers (#1924)
Alex Lam S.L
1
-43
/
+73
2023-01-28
fix corner cases with aliased dependencies (#1927)
Alex Lam S.L
1
-15
/
+7
2023-01-28
[WIP] append GitHub package after fully parsed (#1911)
Alex Lam S.L
1
-87
/
+91
2023-01-28
Make the parser error in bun install look better
Jarred Sumner
1
-0
/
+5
2023-01-27
sentinel
Jarred Sumner
1
-1
/
+1
2023-01-26
Remove usages of assumeSentinel
Jarred SUmner
1
-8
/
+5
2023-01-26
parse package-spec from CLI correctly (#1895)
Alex Lam S.L
1
-78
/
+63
2023-01-25
[bun install] Support verifying GitHub dependencies
Jarred Sumner
1
-102
/
+153
2023-01-25
[bun install] For `github` dependencies, write a `.bun-tag` to mark the revision
Jarred Sumner
1
-0
/
+66
2023-01-25
Fix "failed to resolve"
Jarred Sumner
1
-26
/
+73
2023-01-25
be more careful
Jarred Sumner
1
-50
/
+54
2023-01-24
one less alloc
Jarred Sumner
1
-12
/
+28
2023-01-24
More careful about the lifetime of alias
Jarred Sumner
1
-4
/
+15
2023-01-24
support GitHub URLs as dependencies (#1875)
Alex Lam S.L
1
-40
/
+233
2023-01-24
support `bun link` of scoped packages (#1892)
Alex Lam S.L
1
-1
/
+13
2023-01-21
Fix test failure due to UB
Jarred Sumner
1
-19
/
+27
2023-01-21
minor clean-ups (#1869)
Alex Lam S.L
1
-11
/
+8
2023-01-21
[semver] parse `^` & `~` expressions correctly (#1854)
Alex Lam S.L
1
-6
/
+7
2023-01-21
Remove UB with `semver.String`
Jarred Sumner
1
-27
/
+27
2023-01-20
Bugfixes to install (#1848)
Jarred Sumner
1
-10
/
+16
2023-01-19
repopulate `alias_map` correctly (#1847)
Alex Lam S.L
1
-8
/
+0
2023-01-19
fix stale references upon `Lockfile` tree cloning (#1845)
Alex Lam S.L
1
-4
/
+2
2023-01-19
fix memory reference issues (#1841)
Alex Lam S.L
1
-3
/
+7
2023-01-18
support npm dependency aliasing (#1837)
Alex Lam S.L
1
-167
/
+43
2023-01-17
feat(cli): Support `HTTPS_PROXY`, `HTTP_PROXY`, and `NO_PROXY` #1440 (#1814)
Ciro Spaciari
1
-22
/
+11
2023-01-16
Fix `getFdPath` when `/proc/fd` is not mounted
Jarred Sumner
1
-5
/
+5
2023-01-14
support installation of NPM workspaces (#1764)
Alex Lam S.L
1
-55
/
+107
2023-01-13
move more things
Jarred SUmner
1
-5
/
+5
2023-01-13
Split some things into more files and use bun namespace instead of import more
Jarred SUmner
1
-1
/
+1
2022-12-30
More assertions
Jarred Sumner
1
-1
/
+4
2022-12-30
Fix crash with `bun install <foo>`
Jarred Sumner
1
-18
/
+26
2022-12-29
Fix broken hardlink installs
Jarred SUmner
1
-1
/
+1
2022-12-28
Upgrade to latest Zig (#1610)
Jarred Sumner
1
-160
/
+166
2022-12-26
[install] specify `auth-type` (#1667)
Alex Lam S.L
1
-24
/
+28
2022-12-26
[install] use specified base URL as default fallback within scopes (#1665)
Alex Lam S.L
1
-28
/
+83
2022-12-25
[install] use default URL when only auth token is specified (#1664)
Alex Lam S.L
1
-23
/
+122
2022-12-22
add rome
Jarred Sumner
1
-0
/
+1
2022-12-19
New subcommand: `bunx` (#1634)
Jarred Sumner
1
-117
/
+136
2022-12-15
[bun run] Introduce `--bun` flag to run in bun instead of node
Jarred Sumner
1
-0
/
+2
2022-12-12
fix fallback install method
Dylan Conway
1
-1
/
+4
2022-12-09
Add `"bun"` to list
Jarred Sumner
1
-14
/
+1
[prev]
[next]