aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-12-28Expose the rest of RIPEMD160Gravatar Jarred Sumner 2-0/+37
2022-12-28Implement `Bun.RIPEMD160`Gravatar Jarred Sumner 10-13/+482
`RIPEMD160` is used by node:crypto.
2022-12-28Use BoringSSL with patches from ElectronGravatar Jarred Sumner 8-1/+366
2022-12-28:scissors:Gravatar Jarred Sumner 1-7/+0
2022-12-28[WebSocket] Implement `headers` supportGravatar Jarred Sumner 6-23/+162
Fixes https://github.com/oven-sh/bun/issues/1676
2022-12-28Fixes https://github.com/oven-sh/bun/issues/1677Gravatar Jarred Sumner 1-21/+13
2022-12-28Workaround https://github.com/ziglang/zig/issues/14099Gravatar Jarred Sumner 1-0/+4
2022-12-28Add `crypto` module from browserifyGravatar Jarred Sumner 2-1/+27959
2022-12-28Move some code upGravatar Jarred Sumner 4-17/+11
2022-12-28Fix `ReadableStream.pipeTo`Gravatar Jarred Sumner 2-3/+3
2022-12-28log object string correctly (#1674)Gravatar Alex Lam S.L 2-14/+13
use `Symbol.toStringTag` of the object or that of its `.prototype` fixes #1584
2022-12-28Fix build issue on latest zigGravatar Jarred Sumner 2-4/+4
2022-12-28Upgrade to latest Zig (#1610)Gravatar Jarred Sumner 169-6533/+9323
* @min and @max * builtins and some trivial ones * Most of them * more * more! * More Progress * wip * Update tagged_pointer.zig * Update http_client_async.zig * Most of the iterable dir changes * alright * Remove usages of deprecated formatters * :camera: * fmt * Update shimmer.zig * wip * wip * wip * progress * more * Latest * stuck on error * latest * workaround stage2 * wip * Update string_immutable.zig * wip * Migrate `Dirent` and `require("fs')` to use JSC<>Zig bindings * Fix build errors * Fixup most of the test failures * Fix `make headers` * Fix "outside package path" error * Fixup aligned alloc * Add missing file * linux * More linux fixes * use latest peechy * Fix transpiler test failure * Forgot about these * Fixup test failure * Update node-timers.test.ts * [node:htt] Fix `undefined is not an object` error Fixes https://github.com/oven-sh/bun/issues/1618 * Update http.exports.js * Make this test less flaky * fix hashes * Fix hex formatting and zls issues * Download zig version * Update Dockerfile * Update Dockerfile * Update uws * Update Dockerfile * Set llvm version * Update README.md * Update uws * Update Dockerfile * Update io_linux.zig * Update bun.zig * Log output * workaround strange @cInclude error * Make ffi tests better * Don't use cImport * Update c.zig * Update c-bindings.cpp * call setOutputDir * Update Dockerfile * Use a longer name * latest * Update serve.test.ts Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Veikka Tuominen <git@vexu.eu>
2022-12-27[bundler] fix logging verbosity (#1671)Gravatar Alex Lam S.L 2-2/+2
fixes #1666
2022-12-27emit `206 Partial Content` only for partial response (#1670)Gravatar Alex Lam S.L 1-1/+1
fixes #1668
2022-12-26[install] specify `auth-type` (#1667)Gravatar Alex Lam S.L 1-24/+28
2022-12-26[install] use specified base URL as default fallback within scopes (#1665)Gravatar Alex Lam S.L 2-30/+85
2022-12-25[install] use default URL when only auth token is specified (#1664)Gravatar Alex Lam S.L 2-36/+130
Previously it would default to `http://localhost/` which was inconsistent with the case sans token. Use official `npm` registry as fallback in both cases.
2022-12-23always more packages at new depthGravatar Dylan Conway 1-1/+1
2022-12-23fix bun pm ls connectors when node_modules is lastGravatar Dylan Conway 1-1/+1
2022-12-23darkenbun-v0.4.0Gravatar Jarred Sumner 1-2/+2
2022-12-23Cherry-pick #1638Gravatar Jarred Sumner 1-0/+2
Closes #1638
2022-12-23Disable optimizationGravatar Jarred Sumner 1-61/+62
2022-12-23add node_modules to bin pathGravatar Dylan Conway 1-2/+2
2022-12-22Make `bun pm ls` only show top-level by defaultGravatar Jarred Sumner 2-2/+38
2022-12-22`npx` -> `bunx`Gravatar Jarred Sumner 1-0/+14
2022-12-22add romeGravatar Jarred Sumner 1-0/+1
2022-12-22[install] fix remaining corner cases with dependency resolution (#1649)Gravatar Alex Lam S.L 1-45/+20
2022-12-22fix finding package bin after installGravatar Dylan Conway 1-1/+1
2022-12-22pass callback to super _construct if possibleGravatar Dylan Conway 1-1/+5
2022-12-22fix createReadStream hangGravatar Dylan Conway 1-1/+1
highWaterMark test not working correctly but this prevents createReadStream from hanging
2022-12-22[install] avoid dependency conflicts between siblings (#1647)Gravatar Alex Lam S.L 1-26/+27
- consider `peerDependencies` when hoisting packages
2022-12-22fix `bun install` dependency resolution (#1643)Gravatar Alex Lam S.L 1-10/+28
- avoid conflicts due to hoisted placement when parent and child depends on different versions of the same package
2022-12-22don't log for ctrl + cGravatar Jarred Sumner 1-4/+8
2022-12-21woopsGravatar Jarred Sumner 1-2/+2
2022-12-21Fix throwGravatar Jarred Sumner 1-1/+1
2022-12-21Bun v0.4.0Gravatar Jarred Sumner 2-3/+3
2022-12-21fix jest hooks in bun-test (#1639)Gravatar Ethan Burrell 1-2/+3
* fix(jest) fix broken jest hooks * add tests
2022-12-21[bunx] Install symlink with completionsGravatar Jarred Sumner 1-10/+65
@colinhacks lmk if you have ideas where else it should attempt to isntall: 1) same dir as `bun` 2) $BUN_INSTALL/bin/bunx 3) $HOME/.bun/bin/bunx 4) $HOME/.local/bin/bunx
2022-12-21[bunx] Make help a little prettierGravatar Jarred Sumner 2-18/+46
2022-12-20Refactor some of `bun pm`Gravatar Jarred Sumner 1-73/+58
2022-12-20Update ZigGlobalObject.cppGravatar Jarred Sumner 1-3/+3
2022-12-20typoGravatar Jarred Sumner 1-3/+3
2022-12-20[web] Support multiple arguments in `setTimeout`, `setInterval`, and ↵Gravatar Jarred Sumner 5-10/+139
`setImmediate`
2022-12-20[bunx] Improve reliability by checking the `"bin"` from package.json if ↵Gravatar Jarred Sumner 2-10/+233
necessary
2022-12-20Fixes https://github.com/oven-sh/bun/issues/1636Gravatar Jarred Sumner 1-0/+2
2022-12-19Use endsWithGravatar Jarred Sumner 1-1/+2
2022-12-19New subcommand: `bunx` (#1634)Gravatar Jarred Sumner 6-142/+370
* Implement `bunx` * copy cleanup Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2022-12-19[Bun.write] Slightly better handling for older linux kernels that lack ↵Gravatar Jarred Sumner 2-2/+22
io_uring support If io_uring is unsupported, we do the writes synchronously even if they're huge
2022-12-18Regenerate builtinsGravatar Jarred Sumner 1-4/+27