Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-08 | refactor(src/install): clap readability fixes (#1024) | 1 | -6/+6 | ||
Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
2022-08-07 | [bun install] Increase "slow filesystem detected" notice | 1 | -1/+1 | ||
2022-08-07 | [misc] fix typo | 1 | -1/+1 | ||
2022-08-07 | [bun install] Implement `bun link` | 12 | -79/+853 | ||
2022-08-07 | [misc] Don't spam `protect` / `unprotect` in debug logs | 1 | -1/+1 | ||
2022-08-07 | Improve memlock limit error | 1 | -0/+29 | ||
2022-08-07 | [bun install] Implement `symlink` backend | 1 | -49/+200 | ||
Fixes https://github.com/oven-sh/bun/issues/1017 | |||||
2022-08-07 | [misc] Microptimize directory tree walker | 1 | -3/+18 | ||
2022-08-07 | re-register setInterval to VM after completion (#1014) | 1 | -0/+3 | ||
2022-08-06 | [wiptest] fix calling toBe in describe (#1000) | 1 | -0/+20 | ||
2022-08-05 | Refresh all the bun.lockbbun-v0.1.7 | 1 | -0/+0 | ||
2022-08-05 | [BREAKING][bun install] Invalidate all the lockfiles | 1 | -1/+5 | ||
2022-08-05 | [bun install] Support authenticated registries | 1 | -4/+6 | ||
2022-08-05 | [bun install] Support private registries & private scopes | 6 | -43/+124 | ||
2022-08-05 | Fix https://github.com/oven-sh/bun/issues/996 | 1 | -6/+4 | ||
2022-08-05 | Fix error message in install script | 1 | -1/+2 | ||
2022-08-05 | Fix baseline detection for macOS x64 | 1 | -1/+1 | ||
2022-08-05 | feat(util): support for util.TextDecoder (#990) | 1 | -1/+2 | ||
* build:(landing) automated website build * Revert "build:(landing) automated website build" This reverts commit ddee8485fd8b76160962c410b885e17aaff95b4e. * feat(util): support for util.TextDecoder * tests(util): add TextDecoder * tests: seperate text-decoder Co-authored-by: xHyroM <xHyroM@users.noreply.github.com> | |||||
2022-08-05 | Fix of panic in threads while downloading scoped packages (#992) | 1 | -118/+120 | ||
2022-08-05 | Fix for bearer tokens missing from request headers on bun install step (#991) | 1 | -1/+1 | ||
2022-08-04 | [misc] Add `bun init` to `bun help` | 1 | -1/+2 | ||
2022-08-04 | [bun init] Add a test | 1 | -1/+1 | ||
2022-08-04 | [bun:sqlite] Fix crash when > 64 columns | 1 | -1/+4 | ||
Fixes https://github.com/oven-sh/bun/issues/987 | |||||
2022-08-04 | allow setting status code in Response.redirect (#985) | 1 | -1/+1 | ||
2022-08-04 | Implement `bun init` subcommand | 8 | -6/+628 | ||
2022-08-04 | [bun create] Allow custom `start` commands | 1 | -3/+14 | ||
2022-08-04 | Allow timer with 0 -> 1 | 1 | -6/+3 | ||
2022-08-04 | [bun upgrade] Prepare for version strings with a space | 1 | -6/+18 | ||
2022-08-04 | `setImmediate` is now a global | 1 | -10/+46 | ||
2022-08-04 | [node.js compat] make `var {isBuffer} = Buffer;` work | 1 | -8/+4 | ||
2022-08-04 | Disable browser field for `bun`, `bun_macro` | 1 | -1/+1 | ||
Closes #979 | |||||
2022-08-03 | [node.js compat] Clamp for `Buffer` functions instead of throwing | 1 | -22/+8 | ||
2022-08-03 | fix path.normalize on ... (#966) | 1 | -1/+1 | ||
2022-08-03 | [node.js compat] latin1 & ascii encoding for `Buffer` | 1 | -5/+10 | ||
2022-08-03 | [Bun.Transpiler] Fix bug that would cause some bun-specific transforms to run | 1 | -40/+84 | ||
2022-08-03 | Fix test failures from `JSPropertyIterator` change | 5 | -156/+92 | ||
2022-08-03 | [bun install] Include scripts when lockfile doesn't change | 1 | -1/+1 | ||
2022-08-03 | [bun install] Support lifecycle hooks for cwd's package.json | 3 | -167/+336 | ||
`bun install` will now run prepare & install `"scripts"` for the root package.json (not dependencies) This makes things like `husky` work and possibly `patch-package` | |||||
2022-08-03 | Don't use SIMD in non-SIMD builds | 3 | -12/+13 | ||
2022-08-03 | Add `process.revision` and expose git sha to builds | 7 | -7/+23 | ||
2022-08-03 | use import.meta.require instead of import (#973) | 1 | -2/+2 | ||
2022-08-03 | fix: prop iterator cstring variant (#974) | 1 | -4/+7 | ||
2022-08-03 | refactor: create a high-level property iterator (#972) | 5 | -153/+289 | ||
This also fixes multiple memory leaks double frees. | |||||
2022-08-03 | fix bug in process.hrtime() | 1 | -27/+27 | ||
2022-08-02 | Fix u32 jsNumber cast (#964) | 1 | -1/+1 | ||
2022-08-02 | [node.js compat] Implement `process.hrtime()` and `process.hrtime.bigint()` | 1 | -0/+67 | ||
2022-08-01 | Use WebKit LTO builds where appropriate | 2 | -2/+14 | ||
2022-07-31 | Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. (#944) | 1 | -1/+1 | ||
* Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. * Fix: changed urls from types.d.ts to base bun-types repo. | |||||
2022-07-31 | refactor(bunjs/bindings): code readability fix ↵ | 1 | -3/+3 | ||
`functionLazyLoadStreamPrototypeMap_getter` (#926) | |||||
2022-07-29 | fix(ffi): double-free segfault with symbols object (#919) | 1 | -1/+0 | ||