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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-15
[install] sanitise against malformed `bun.lockb` (#2397)
Alex Lam S.L
1
-19
/
+17
2023-03-04
[install] use `latest` tagged version if in range (#2302)
Alex Lam S.L
1
-4
/
+6
2023-03-01
Revert "Update clap (#2238)"
Jarred Sumner
1
-75
/
+72
2023-03-01
Revert "Add `-D`, `--dev` flags for bun install (#2240)"
Jarred Sumner
1
-9
/
+9
2023-02-28
Add `-D`, `--dev` flags for bun install (#2240)
Justin Whear
1
-9
/
+9
2023-02-28
Update clap (#2238)
Justin Whear
1
-72
/
+75
2023-02-27
resolve duplicated dependency correctly (#2213)
Alex Lam S.L
1
-146
/
+123
2023-02-26
Don't parse shasum twice
Jarred Sumner
1
-6
/
+0
2023-02-24
fix `compiler_rt` linking failure on `x86_64` (#2163)
Alex Lam S.L
1
-38
/
+25
2023-02-24
prefer `bun.copy()` over `std.mem.copy()` (#2152)
Alex Lam S.L
8
-187
/
+191
2023-02-23
Upgrade Zig (#2151)
Dylan Conway
6
-57
/
+57
2023-02-23
fix illegal memory reference in `bun link` (#2147)
Alex Lam S.L
1
-14
/
+17
2023-02-21
[install] support SCP-style `git` dependencies (#2124)
Alex Lam S.L
4
-90
/
+179
2023-02-17
use `bun.logger` instead of `bun.Output` (#2099)
Alex Lam S.L
3
-98
/
+142
2023-02-17
[install] support git dependencies (#2094)
Alex Lam S.L
5
-266
/
+748
2023-02-16
Support yarn-like `"workspaces"."packages": string[]` (#2086)
Jarred Sumner
1
-95
/
+206
2023-02-15
Don't crash on null version string
Jarred Sumner
1
-1
/
+1
2023-02-15
feat(fetch) AbortSignal (#2019)
Ciro Spaciari
1
-2
/
+2
2023-02-14
[install] link network-delayed `.bin` scripts correctly (#2076)
Alex Lam S.L
2
-15
/
+20
2023-02-14
[install] improve `package.json` validation (#2074)
Alex Lam S.L
3
-89
/
+140
2023-02-12
[install] support `git://github.com/` dependencies (#2059)
Alex Lam S.L
1
-4
/
+13
2023-02-11
fix segfault during non-install script execution (#2045)
Alex Lam S.L
4
-181
/
+59
2023-02-10
[install] fix duplicate check on `peerDependencies` (#2039)
Alex Lam S.L
1
-8
/
+7
2023-02-08
[install] pick `latest` tagged version by default (#2016)
Alex Lam S.L
2
-17
/
+6
2023-02-08
[install] assorted fixes & improvements (#2011)
Alex Lam S.L
6
-211
/
+231
2023-02-06
cleanup
Jarred Sumner
1
-3
/
+9
2023-02-06
minor cleanup
Jarred Sumner
1
-5
/
+8
2023-02-06
Add bounds check
Jarred Sumner
1
-1
/
+1
2023-02-06
[WIP] fix corner cases with aliases dependencies (#2000)
Alex Lam S.L
4
-345
/
+277
2023-02-01
resolve duplicate npm dependencies correctly (#1970)
Alex Lam S.L
2
-141
/
+89
2023-01-31
[bun add] various fixes (#1953)
Alex Lam S.L
2
-42
/
+40
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
2
-2
/
+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
2
-28
/
+58
2023-01-28
normalise `bun add` package specifiers (#1924)
Alex Lam S.L
2
-51
/
+87
2023-01-28
fix corner cases with aliased dependencies (#1927)
Alex Lam S.L
2
-17
/
+19
2023-01-28
[WIP] append GitHub package after fully parsed (#1911)
Alex Lam S.L
5
-100
/
+108
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
valgrind
Jarred SUmner
2
-12
/
+13
2023-01-26
parse package-spec from CLI correctly (#1895)
Alex Lam S.L
2
-79
/
+68
2023-01-25
[bun install] Support verifying GitHub dependencies
Jarred Sumner
1
-102
/
+153
2023-01-25
[bun install] Include the resolved version for github dependencies in the hash
Jarred Sumner
1
-1
/
+4
2023-01-25
[bun install] For `github` dependencies, write a `.bun-tag` to mark the revision
Jarred Sumner
2
-0
/
+77
2023-01-25
Fix "failed to resolve"
Jarred Sumner
2
-30
/
+77
2023-01-25
be more careful
Jarred Sumner
8
-87
/
+177
2023-01-25
Fix "failed to resolve" bug ðŸ«
Jarred Sumner
1
-2
/
+1
2023-01-25
Add log
Jarred Sumner
1
-0
/
+3
[next]