Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-17 | New Zig <> C++ bindings generator. +20% faster HTTP server | 54 | -1075/+4497 | ||
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) | 5 | -638/+829 | ||
* 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) | 4 | -21/+44 | ||
* Add synthetic buffer module * rename Buffer.h to BufferModule.h | |||||
2022-08-13 | Update webKit | 5 | -28/+28 | ||
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' | 17 | -61/+265 | ||
2022-08-13 | wip SyntheticModule | 9 | -26/+91 | ||
2022-08-13 | Update WebKit | 1 | -0/+0 | ||
2022-08-13 | [Bun.serve] Fix crash on `req.headers` async | 1 | -0/+5 | ||
2022-08-13 | Improve event loop reliability on Linux | 18 | -61/+265 | ||
2022-08-12 | [bun error] fix typo in markdown.ts (#995) | 1 | -1/+1 | ||
happend -> happened | |||||
2022-08-12 | Make versions consistent | 3 | -10/+13 | ||
2022-08-12 | Update WebKit URLs | 5 | -18/+18 | ||
2022-08-12 | Update WebKit | 17 | -123/+146 | ||
2022-08-12 | Add missing sqlite3 symbol | 1 | -0/+5 | ||
2022-08-12 | Update bun-mac-x64-baseline.yml | 1 | -3/+3 | ||
2022-08-12 | remove column name caches in js (#1057) | 2 | -17/+8 | ||
2022-08-12 | refactor(src/tagged_pointer): `IntPrimtiive` -> `IntPrimitive` (#1046) | 1 | -8/+8 | ||
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
2022-08-12 | invalidate column name caches when the schema of table may change (#1056) | 2 | -63/+91 | ||
2022-08-12 | Faster performance.now() | 1 | -0/+4 | ||
2022-08-12 | Update WebKit | 8 | -33/+119 | ||
2022-08-12 | [bun.js] up to 60% faster TextEncoder.encodeInto and ~3% faster ↵ | 12 | -84/+822 | ||
TextEncoder.encode | |||||
2022-08-12 | [Bun.serve] Fix crash on invalid certificate file path for SSL | 1 | -3/+5 | ||
2022-08-11 | fix appendFile permission (#1052) | 1 | -1/+1 | ||
2022-08-10 | fix MD5 length and compile error (#1050) | 2 | -4/+4 | ||
2022-08-10 | Add `bun link` and `bun unlink` to completionsbun-v0.1.8 | 4 | -9/+83 | ||
2022-08-10 | [bun unlink] Partially implement | 2 | -7/+130 | ||
2022-08-10 | Include GIT_SHA in linux builds | 1 | -1/+7 | ||
2022-08-10 | Update bun-mac-aarch64.yml | 1 | -0/+1 | ||
2022-08-10 | Update ZigGlobalObject.cpp | 1 | -2/+0 | ||
2022-08-10 | Log uncaught exceptions | 3 | -5/+5 | ||
2022-08-10 | Add shared property | 1 | -4/+5 | ||
2022-08-10 | Fix console.log with typed arrays | 9 | -104/+371 | ||
2022-08-10 | Add `Event` JSType | 2 | -1/+5 | ||
2022-08-10 | Faster debug builds | 1 | -4/+5 | ||
2022-08-10 | Fix MessageEvent formatting | 1 | -0/+52 | ||
Fixes https://github.com/oven-sh/bun/issues/510 | |||||
2022-08-10 | improve reliability of `WebSocket` | 8 | -29/+77 | ||
- Fix GC not keeping WebSocket alive - Fix ignoring messages sent immediately after upgrade Fixes https://github.com/oven-sh/bun/issues/521 | |||||
2022-08-10 | Fix spurious unhandled promise rejection error | 2 | -8/+12 | ||
2022-08-10 | [bun upgrade] Add changelog URL | 1 | -4/+10 | ||
Fixes https://github.com/oven-sh/bun/issues/1019 | |||||
2022-08-10 | Remove trailing newline in git sha | 1 | -1/+1 | ||
2022-08-10 | Update js_parser.zig | 1 | -1/+1 | ||
2022-08-10 | [TS] Fix bug with `import Foo = require("bar")` | 2 | -74/+109 | ||
Closes https://github.com/oven-sh/bun/issues/1045 | |||||
2022-08-10 | Commit snapshot | 2 | -4/+12 | ||
2022-08-09 | Fix linux build? | 1 | -4/+4 | ||