Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-03 | impl #1 | 2 | -0/+263 | ||
2022-06-03 | temp | 2 | -16/+5 | ||
2022-06-03 | Move streams to it's own file | 7 | -1155/+1504 | ||
2022-06-02 | Handle empty files/blobs | 11 | -396/+54 | ||
2022-06-02 | Fix off by one & exceptions | 1 | -3/+6 | ||
2022-06-02 | Faster ReadableStream | 26 | -645/+716 | ||
2022-06-01 | Update WebKit | 1 | -0/+0 | ||
2022-06-01 | Update mimalloc | 1 | -0/+0 | ||
2022-06-01 | More streams | 11 | -209/+606 | ||
2022-06-01 | `bun:jsc` | 3 | -0/+320 | ||
2022-06-01 | Add releaseWEakrefs binding | 1 | -10/+12 | ||
2022-06-01 | More WebKit updates | 11 | -136/+153 | ||
2022-06-01 | WebKit updates | 23 | -175/+444 | ||
2022-05-30 | faster async/await + readablestream optimizations | 38 | -253/+692 | ||
2022-05-30 | fix segfault | 1 | -2/+1 | ||
2022-05-30 | make jsc bindings a little easier to work with | 2 | -16/+35 | ||
2022-05-30 | [fs.readFile] Improve performance | 1 | -2/+2 | ||
2022-05-30 | Add an extra function | 9 | -32/+205 | ||
2022-05-30 | Implement `Bun.file(pathOrFd).stream()` | 12 | -229/+490 | ||
2022-05-30 | Implement `Blob.stream()` | 21 | -842/+708 | ||
2022-05-30 | start to implement native streams | 29 | -1282/+1876 | ||
2022-05-30 | reading almost works | 24 | -95/+935 | ||
2022-05-30 | [TextEncoder] 3x faster in hot loops | 20 | -131/+750 | ||
2022-05-30 | Fix sourcemaps crash | 1 | -0/+4 | ||
2022-05-30 | Implement `Blob.stream()` | 11 | -27/+1834 | ||
2022-05-30 | [bun.js] `WritableStream`, `ReadableStream`, `TransformStream`, ↵ | 154 | -632/+22362 | ||
`WritableStreamDefaultController`, `ReadableStreamDefaultController` & more | |||||
2022-05-30 | Improve error messages when you mistype commands/files/scripts | 2 | -4/+39 | ||
2022-05-30 | Load `bunfig.toml` by default if `bun` or `bun {file}\.[cjt]sx?` | 1 | -3/+10 | ||
Fixes https://github.com/Jarred-Sumner/bun/issues/183 | |||||
2022-05-30 | Remove generated files from git index (#182) | 8 | -1056/+0 | ||
2022-05-20 | Update string_mutable.zig | 1 | -0/+10 | ||
2022-05-20 | [solid] more progress, no fragments, but still not right | 5 | -217/+408 | ||
2022-05-19 | [TSConfig] Propagate runtime from tsconfig.json | 1 | -0/+1 | ||
2022-05-19 | woops | 1 | -1/+2 | ||
2022-05-19 | Update cache.zig | 1 | -1/+1 | ||
2022-05-19 | [solid] Move the post-process JSX step | 2 | -452/+497 | ||
2022-05-19 | [bun de] Fix crash when printing source maps | 2 | -29/+16 | ||
2022-05-19 | move js_parser to src/ | 2 | -18212/+18211 | ||
2022-05-19 | [solid] wip make nested components work | 1 | -80/+97 | ||
2022-05-19 | [wip] Solid.js support for Bun! | 15 | -39/+1203 | ||
2022-05-16 | Still not correct!bun-v0.0.83 | 2 | -3/+3 | ||
2022-05-16 | work around test failure | 2 | -3/+5 | ||
2022-05-16 | Update sqlite3.c | 1 | -1/+1 | ||
2022-05-16 | Fix build error on linux | 1 | -5/+4 | ||
2022-05-16 | prepare for release | 1 | -1/+4 | ||
2022-05-16 | Update JSSQLStatement.cpp | 1 | -14/+19 | ||
2022-05-16 | Copy strings when binding to sqlite | 1 | -3/+3 | ||
2022-05-16 | reset on stmt on error | 2 | -10/+16 | ||
2022-05-16 | `bun:sqlite` (#167) | 29 | -113/+255075 | ||
* :scissors: * Add the slow version * draw the rest of the owl * Fix crash when allocating lots of memory * [Bun.Transipiler] Support passing objects * [JS Parser] Support passing objects to macros via Bun.Transpiler * Update JSSQLStatement.cpp * Embed SQLite * Add SQLite to Dockerfile * [sqlite] Add quick one-off queries without creating a whole object * [sqlite] Add `columnsCount`, rename raw() to `values()`, remove `rebind` * Implement `bun:sqlite` * return null * Fix updating query * Update bun.d.ts * more tests * Support variadic arguments, write tests and add types * Update sqlite.d.ts * Update sqlite.d.ts * latest * Implement `Database.loadExtension` and `Database.setCustomSQLite` * Support `require.resolve` * [napi] Improve string performance * [bun.js] Support some of `node:module` * another test * [sqlite] Support serialize & deserialize * [`bun:ffi`] Implement `CFunction` and `linkSymbols` * [bun.js] Fix crash in `Buffer.from` * Update sqlite.test.js * Document linkSymbols * docs * Update README.md | |||||
2022-05-12 | wrangler 2 released (#166) | 1 | -1/+1 | ||
2022-05-11 | Fix several bugs in napi | 3 | -22/+54 | ||
Closes https://github.com/Jarred-Sumner/bun/issues/163 Closes https://github.com/Jarred-Sumner/bun/issues/162 Closes https://github.com/Jarred-Sumner/bun/issues/161 |