Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-21 | Support running scripts in bun's runtime from a shebang | 1 | -67/+86 | ||
2022-08-21 | [breaking] `bun run <missing script>` should return a nonzero exit code | 1 | -1/+5 | ||
2022-08-21 | Support loading JavaScript files without extensions | 1 | -1/+7 | ||
2022-08-21 | Remove usage of `fnctl64` so we can avoid the libc symbol | 2 | -62/+83 | ||
2022-08-21 | Add a binding for creating atomic strings | 5 | -2/+37 | ||
2022-08-21 | Slightly optimize escapeHTMLescapeHTML8 & escapeHTML16 | 2 | -80/+134 | ||
2022-08-20 | Update WebKit | 1 | -0/+0 | ||
2022-08-20 | Export `createSyntheticModule` | 3 | -1/+22 | ||
2022-08-20 | wip support #! | 1 | -1/+6 | ||
2022-08-20 | fix(ReferenceError): expected type in getCode (#1120) | 1 | -1/+1 | ||
2022-08-20 | Fix running zig tests | 1 | -3/+10 | ||
2022-08-20 | Fix crash on invalid JSX | 1 | -1/+1 | ||
2022-08-20 | Add `code` to `ResolveError` | 1 | -0/+14 | ||
2022-08-20 | Add buffer.indexOf, includes and lastIndexOf (#1112) | 1 | -32/+159 | ||
* Add buffer.indexOf, includes and lastIndexOf * use memmem * use int64_t * fix upon reviews | |||||
2022-08-19 | fix buffer.slice(0, 0) (#1114) | 22 | -27/+57 | ||
2022-08-19 | fix buffer.copy (#1113) | 1 | -21/+8 | ||
2022-08-19 | Make React SSR up to 3x faster | 1 | -238/+247 | ||
2022-08-19 | 2x faster `Bun.serve` with async function handlers | 1 | -4/+13 | ||
2022-08-18 | Synchronously dispatch `close` event | 1 | -0/+5 | ||
2022-08-18 | Fix memory leak in `WebSocket` | 1 | -13/+4 | ||
2022-08-18 | Make `Request`, `Response` and `TextDecoder` not read-only | 6 | -120/+161 | ||
2022-08-18 | un-delete some code | 2 | -8/+15 | ||
2022-08-18 | Add string support to `Buffer.fill` | 6 | -77/+74 | ||
2022-08-18 | [node compat] Fix issue with `Buffer.compare` when called on the constructor | 1 | -31/+42 | ||
2022-08-18 | Fix console.log printing `[native code]` for too many things | 1 | -1/+6 | ||
2022-08-18 | Faster TextDecoder | 24 | -369/+399 | ||
2022-08-18 | Fix Next.js regression | 1 | -12/+45 | ||
2022-08-18 | Fix `bun:wrap` not loading | 3 | -21/+41 | ||
2022-08-18 | Fix missing `prototype` property on generated classes | 5 | -1322/+1345 | ||
2022-08-18 | Update generate-classes.ts | 1 | -2/+2 | ||
2022-08-18 | Handle builds with remote inspector disabled | 4 | -8/+33 | ||
2022-08-17 | Missing parameter after merge | 1 | -0/+5 | ||
2022-08-17 | Update ZigGlobalObject.cpp | 1 | -1/+1 | ||
2022-08-17 | Move the crypto hashers to the new bindings | 15 | -482/+4744 | ||
2022-08-17 | Add native process module (#1095) | 5 | -21/+93 | ||
2022-08-17 | Move around some things | 8 | -180/+235 | ||
2022-08-17 | slightly improve streams perf | 7 | -336/+320 | ||
2022-08-17 | Update http_client_async.zig | 1 | -1/+1 | ||
2022-08-17 | New Zig <> C++ bindings generator. +20% faster HTTP server | 53 | -1074/+4495 | ||
2022-08-17 | Slightly improve header init perf | 1 | -47/+34 | ||
2022-08-17 | [bun:ffi] Improve `ptr()` performance and implement code generation for DOMJIT | 20 | -331/+739 | ||
2022-08-17 | [bun:sqlite] Add DOMJIT to get() | 1 | -64/+122 | ||
2022-08-17 | Fix server segfault by making controller not early GC'ed (#1090) | 4 | -634/+828 | ||
* Fix http server segfault by making controller not get GC'ed * fix format | |||||
2022-08-15 | Fix active_task count for timeout tasks (#1081) | 1 | -0/+2 | ||
2022-08-14 | updating libarchive (#1078) | 1 | -0/+0 | ||
2022-08-14 | Add synthetic buffer module (#1076) | 3 | -21/+41 | ||
* Add synthetic buffer module * rename Buffer.h to BufferModule.h | |||||
2022-08-13 | fixups | 2 | -18/+4 | ||
2022-08-13 | Fix macOS build | 1 | -1/+1 | ||
2022-08-13 | Merge remote-tracking branch 'origin/jarred/redo-linux-event-loop' | 14 | -57/+260 | ||
2022-08-13 | wip SyntheticModule | 9 | -26/+91 | ||