Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-23 | feat: added info, info_bod and success method to wrap type of messages (#845) | 1 | -12/+23 | ||
2022-07-22 | Merge pull request #800 from alexkuz/fix-install-script-colors--645 | 1 | -4/+6 | ||
2022-07-22 | [bun install] Fix issue with URL path when sending request | 1 | -1/+55 | ||
2022-07-22 | Fix missing function bugbun-v0.1.5 | 1 | -0/+1 | ||
2022-07-22 | `bun install` use custom BUN_CONFIG_REGISTRY port (#823) | 1 | -1/+1 | ||
2022-07-22 | [docker] wip | 1 | -4/+6 | ||
2022-07-22 | [bun dev] Add flag to force hmr | 1 | -3/+3 | ||
2022-07-22 | [bun upgrade] Fix version display name for canary build | 1 | -1/+34 | ||
2022-07-22 | [bun upgrade] Fix name used in temporary dir for canary builds | 2 | -6/+26 | ||
2022-07-22 | Mention WSL version requirement | 1 | -0/+2 | ||
2022-07-22 | [bun upgrade] Implement `--canary` and `BUN_CANARY=1` | 2 | -18/+86 | ||
2022-07-22 | Update WebKit | 1 | -0/+0 | ||
2022-07-22 | Canary builds (Linux) (#824)canary | 7 | -8/+12 | ||
* wip * WIP: * WIP * WIP * WIP * WIP * WIP * Update WebKit * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Update WebKit * WIP * WIP * WIP * WIP * Workaround missing system calls * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Fix baseline detection * WIP * strip debug symbol * Auto-generate canary build Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-07-20 | feat(node/fs): implement more stat methods (#807) | 1 | -5/+46 | ||
2022-07-20 | fix install script colors | 1 | -4/+6 | ||
2022-07-19 | fix(api): stop double-free of prop array (#793) | 2 | -8/+6 | ||
2022-07-19 | refactor(installer): renovate install script (#745) | 1 | -122/+162 | ||
2022-07-17 | [js] Set `global` and `self` | 1 | -0/+3 | ||
Fixes https://github.com/oven-sh/bun/issues/768 | |||||
2022-07-17 | [js] Fix invalid unicode codepoint in error | 1 | -1/+1 | ||
2022-07-17 | Fixes https://github.com/oven-sh/bun/issues/769 | 1 | -1/+8 | ||
Not tested | |||||
2022-07-17 | url.js use util_isString (#772) | 1 | -3/+3 | ||
2022-07-17 | [bun install] Forgot to commit `isCI` function | 1 | -0/+7 | ||
2022-07-17 | fix printing message for thrown non-error objects (#764) | 1 | -56/+41 | ||
* fix printing message for thrown non-error objects * fine tuning error formatting * more fine tuning error formatting | |||||
2022-07-17 | [bun install] Implement `--no-verify` flag to skip verifying integrity of ↵ | 1 | -2/+16 | ||
downloaded packages | |||||
2022-07-17 | [bun install] Rename `skip_verify` -> `skip_verify_installed_version_number` | 1 | -8/+8 | ||
2022-07-17 | [bun install] Implement `--no-progress` to disable the progress bar | 2 | -8/+36 | ||
2022-07-17 | [bun install] Improve performance of integrity hashing | 2 | -15/+20 | ||
By using optimized BoringSSL implementations | |||||
2022-07-17 | fix scoped packages name resolution (#760) | 1 | -2/+8 | ||
2022-07-15 | [parser] Fix symbol collision with require | 3 | -37/+36 | ||
Fixes https://github.com/oven-sh/bun/issues/674 Fixes https://github.com/oven-sh/bun/issues/382 | |||||
2022-07-15 | [bun.js] Fix non-ascii latin1 string handling in console.log | 6 | -73/+158 | ||
Closes https://github.com/oven-sh/bun/issues/738 Closes https://github.com/oven-sh/bun/issues/737 | |||||
2022-07-13 | fix(napi): gurantee -> guarantee (#683) | 1 | -2/+2 | ||
2022-07-13 | add node:http Server polyfill (#572) | 2 | -2/+556 | ||
* node:http polyfill * remove @ts-ignore * reuse emitter instance * requested changes * cleanup Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2022-07-13 | fix(env_loader): Off by one error (#668) | 1 | -1/+1 | ||
2022-07-13 | switch from stream-browserify to readable-stream | 3 | -27/+1512 | ||
2022-07-13 | Add newline to symbols (fixes warning) | 1 | -1/+1 | ||
2022-07-12 | [http] Fix assertion | 1 | -1/+1 | ||
2022-07-12 | [bun.js] GC more strings | 2 | -4/+8 | ||
2022-07-12 | [bun install] Handle case that should really never happen | 1 | -10/+12 | ||
2022-07-12 | [bun.js] Fix GC bug with `fetch` | 1 | -68/+29 | ||
2022-07-12 | [napi] Implement `napi_get_property_names` | 3 | -1/+30 | ||
2022-07-12 | refactor(exports.zig): Fix WebSocketHTTPSClient var name (#598) | 1 | -3/+3 | ||
Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
2022-07-12 | fix(env_loader): Ignore spaces before equals sign (#602) | 1 | -0/+9 | ||
* fix(env_loader): Ignore spaces before equals sign * fix(env_loader): Change the type of key_end to usize | |||||
2022-07-12 | [jsc] Fix segfault with promises | 1 | -3/+1 | ||
2022-07-12 | [bun install] Fix NotSameFileSystem error (for real this time) | 1 | -3/+6 | ||
2022-07-11 | Update javascript.zigbun-v0.1.3 | 1 | -2/+0 | ||
2022-07-11 | feat(core): implement web interaction APIs (#528) | 2 | -0/+347 | ||
* feat(core): implement web interaction APIs * fix(core): adjust web prompt code and add types | |||||
2022-07-11 | [resolver] Stripe `file://` from import paths | 1 | -5/+9 | ||
2022-07-11 | Fixes https://github.com/oven-sh/bun/issues/195 | 2 | -3/+60 | ||
2022-07-11 | Revert "Fix: NotSameFileSystem at clonefile (#546)" (#581) | 1 | -1/+1 | ||
This reverts commit 2659febd1b74e8215ff7dbfb2d1b19f4b4f8a71a. | |||||
2022-07-11 | fix: environment typo (#568) | 1 | -3/+3 | ||