Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-28 | Expose the rest of RIPEMD160 | 2 | -0/+37 | ||
2022-12-28 | Implement `Bun.RIPEMD160` | 10 | -13/+482 | ||
`RIPEMD160` is used by node:crypto. | |||||
2022-12-28 | Use BoringSSL with patches from Electron | 8 | -1/+366 | ||
2022-12-28 | :scissors: | 1 | -7/+0 | ||
2022-12-28 | [WebSocket] Implement `headers` support | 6 | -23/+162 | ||
Fixes https://github.com/oven-sh/bun/issues/1676 | |||||
2022-12-28 | Fixes https://github.com/oven-sh/bun/issues/1677 | 1 | -21/+13 | ||
2022-12-28 | Workaround https://github.com/ziglang/zig/issues/14099 | 1 | -0/+4 | ||
2022-12-28 | Add `crypto` module from browserify | 2 | -1/+27959 | ||
2022-12-28 | Move some code up | 4 | -17/+11 | ||
2022-12-28 | Fix `ReadableStream.pipeTo` | 2 | -3/+3 | ||
2022-12-28 | log object string correctly (#1674) | 2 | -14/+13 | ||
use `Symbol.toStringTag` of the object or that of its `.prototype` fixes #1584 | |||||
2022-12-28 | Fix build issue on latest zig | 2 | -4/+4 | ||
2022-12-28 | Upgrade to latest Zig (#1610) | 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) | 2 | -2/+2 | ||
fixes #1666 | |||||
2022-12-27 | emit `206 Partial Content` only for partial response (#1670) | 1 | -1/+1 | ||
fixes #1668 | |||||
2022-12-26 | [install] specify `auth-type` (#1667) | 1 | -24/+28 | ||
2022-12-26 | [install] use specified base URL as default fallback within scopes (#1665) | 2 | -30/+85 | ||
2022-12-25 | [install] use default URL when only auth token is specified (#1664) | 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-23 | always more packages at new depth | 1 | -1/+1 | ||
2022-12-23 | fix bun pm ls connectors when node_modules is last | 1 | -1/+1 | ||
2022-12-23 | darkenbun-v0.4.0 | 1 | -2/+2 | ||
2022-12-23 | Cherry-pick #1638 | 1 | -0/+2 | ||
Closes #1638 | |||||
2022-12-23 | Disable optimization | 1 | -61/+62 | ||
2022-12-23 | add node_modules to bin path | 1 | -2/+2 | ||
2022-12-22 | Make `bun pm ls` only show top-level by default | 2 | -2/+38 | ||
2022-12-22 | `npx` -> `bunx` | 1 | -0/+14 | ||
2022-12-22 | add rome | 1 | -0/+1 | ||
2022-12-22 | [install] fix remaining corner cases with dependency resolution (#1649) | 1 | -45/+20 | ||
2022-12-22 | fix finding package bin after install | 1 | -1/+1 | ||
2022-12-22 | pass callback to super _construct if possible | 1 | -1/+5 | ||
2022-12-22 | fix createReadStream hang | 1 | -1/+1 | ||
highWaterMark test not working correctly but this prevents createReadStream from hanging | |||||
2022-12-22 | [install] avoid dependency conflicts between siblings (#1647) | 1 | -26/+27 | ||
- consider `peerDependencies` when hoisting packages | |||||
2022-12-22 | fix `bun install` dependency resolution (#1643) | 1 | -10/+28 | ||
- avoid conflicts due to hoisted placement when parent and child depends on different versions of the same package | |||||
2022-12-22 | don't log for ctrl + c | 1 | -4/+8 | ||
2022-12-21 | woops | 1 | -2/+2 | ||
2022-12-21 | Fix throw | 1 | -1/+1 | ||
2022-12-21 | Bun v0.4.0 | 2 | -3/+3 | ||
2022-12-21 | fix jest hooks in bun-test (#1639) | 1 | -2/+3 | ||
* fix(jest) fix broken jest hooks * add tests | |||||
2022-12-21 | [bunx] Install symlink with completions | 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 prettier | 2 | -18/+46 | ||
2022-12-20 | Refactor some of `bun pm` | 1 | -73/+58 | ||
2022-12-20 | Update ZigGlobalObject.cpp | 1 | -3/+3 | ||
2022-12-20 | typo | 1 | -3/+3 | ||
2022-12-20 | [web] Support multiple arguments in `setTimeout`, `setInterval`, and ↵ | 5 | -10/+139 | ||
`setImmediate` | |||||
2022-12-20 | [bunx] Improve reliability by checking the `"bin"` from package.json if ↵ | 2 | -10/+233 | ||
necessary | |||||
2022-12-20 | Fixes https://github.com/oven-sh/bun/issues/1636 | 1 | -0/+2 | ||
2022-12-19 | Use endsWith | 1 | -1/+2 | ||
2022-12-19 | New subcommand: `bunx` (#1634) | 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 ↵ | 2 | -2/+22 | ||
io_uring support If io_uring is unsupported, we do the writes synchronously even if they're huge | |||||
2022-12-18 | Regenerate builtins | 1 | -4/+27 | ||