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
/
javascript
/
jsc
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-22
There are dylib issues and I don't want to invest more time in this right now
jarred/clipboard-objc
Jarred Sumner
1
-0
/
+164
2022-04-20
[misc] Fix broken build on macOS
Jarred Sumner
1
-3
/
+9
2022-04-18
[node] Remove constants definition in (#146)
wangao
1
-7
/
+0
2022-04-18
[node] Add more fs constants (#144)
wangao
3
-137
/
+200
2022-04-16
[JS Parser] Support explicit removing
Jarred Sumner
3
-71
/
+320
2022-04-16
Workaround C ABI bug
Jarred Sumner
1
-9
/
+12
2022-04-13
expose mmap size and offset option (#141)
evan
2
-5
/
+18
2022-04-13
better to fix it there
Jarred Sumner
1
-2
/
+2
2022-04-13
[bun.js] Fix bug with `readdirSync` on folders with less than 32 files
Jarred Sumner
1
-1
/
+1
2022-04-13
Even More Comments
Jarred Sumner
2
-4
/
+4
2022-04-13
Support digest("base64" | "hex") in the hashings
Jarred Sumner
4
-37
/
+187
2022-04-12
[bun.js] Implement Bun.sha1, Bun.sha256, Bun.sha384, Bun.sha512, Bun.sha512_384
Jarred Sumner
2
-29
/
+321
2022-04-12
Make sendfile more reliable
Jarred Sumner
3
-184
/
+79
2022-04-12
wip fixes to sendfile() blocking
Jarred Sumner
4
-59
/
+172
2022-04-11
slight perf improvement to concurrently queueing tasks
Jarred Sumner
1
-4
/
+6
2022-04-11
always tick the event loop
Jarred Sumner
1
-23
/
+10
2022-04-11
work around fetch("localhost") bug
Jarred Sumner
1
-7
/
+0
2022-04-11
[bun.js] Add a `Server.stop` function
Jarred Sumner
4
-46
/
+308
2022-04-10
make checking for bun modules a compile time step
Jarred Sumner
1
-0
/
+2
2022-04-10
fix linux build
Jarred Sumner
1
-2
/
+2
2022-04-09
[fs] Add missing `isFile` and `isDirectory` functions to stat()
Jarred Sumner
2
-3
/
+18
2022-04-08
partial fix for the sendfile() bug
Jarred Sumner
2
-27
/
+60
2022-04-07
Update ZigGlobalObject.cpp
Jarred Sumner
1
-1
/
+1
2022-04-07
[bun.js] Add `baseURI` support to HTTP server
Jarred Sumner
4
-5
/
+110
2022-04-07
add GC output constraints
Jarred Sumner
29
-155
/
+125
2022-04-06
Update javascript.zig
Jarred Sumner
1
-1
/
+1
2022-04-06
[bun.js][breaking] `import.meta.url` is now a file:// url
Jarred Sumner
1
-3
/
+2
2022-04-06
[bun.js] Add stdout, stderr, stdin to Bun and support sendfile() + splice()
Jarred SUmner
7
-137
/
+511
2022-04-05
`[bun dev]` Fix segfaults
Jarred Sumner
1
-1
/
+45
2022-04-05
tweak some flags
Jarred Sumner
2
-7
/
+17
2022-04-05
Fix stat() on x64
Jarred Sumner
1
-8
/
+24
2022-04-05
Update response.zig
Jarred Sumner
1
-1
/
+0
2022-04-05
Update response.zig
Jarred Sumner
1
-6
/
+12
2022-04-05
Fix linking bug?
Jarred SUmner
1
-1
/
+0
2022-04-04
fix bug with io sometimes sleeping permanetly
Jarred SUmner
5
-18
/
+35
2022-04-04
Update syscall.zig
Jarred Sumner
1
-4
/
+4
2022-04-04
Update syscall.zig
Jarred Sumner
1
-5
/
+1
2022-04-04
hm
Jarred Sumner
1
-1
/
+1
2022-04-04
Update response.zig
Jarred Sumner
1
-1
/
+1
2022-04-04
fix https
Jarred Sumner
1
-12
/
+77
2022-04-04
Make `Bun.file()` -> HTMLRewriter -> HTTP response work
Jarred Sumner
5
-72
/
+222
2022-04-04
[bun] Don't allow `Transfer-Encoding` header
Jarred Sumner
1
-0
/
+2
2022-04-04
[bun.js] Improve error message for HTTP server
Jarred Sumner
1
-4
/
+4
2022-04-04
[bun.js] Support truncating file length up to u52
Jarred Sumner
1
-7
/
+7
2022-04-03
deref after null
Jarred Sumner
1
-1
/
+1
2022-04-03
[bun.js] If no `Content-Type` is available and the content is all ascii text,...
Jarred Sumner
1
-0
/
+2
2022-04-03
Update server.zig
Jarred Sumner
1
-0
/
+1
2022-04-03
Support HTMLRewriter in http server
Jarred Sumner
1
-2
/
+4
2022-04-03
Handle when unable to use sendfile() with `Bun.file`
Jarred Sumner
3
-28
/
+60
2022-04-03
cleanup a few things
Jarred Sumner
2
-5
/
+4
[next]