Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-14 | updating libarchive (#1078) | 1 | -0/+0 | ||
2022-08-09 | [misc] Add a way to disable LOLHTML | 1 | -1/+71 | ||
LOLHTML costs about 1 MB of binary size | |||||
2022-08-07 | [bun install] Implement `bun link` | 2 | -0/+21 | ||
2022-07-09 | Migrate to Zig v0.10.0 | 1 | -26/+15 | ||
2022-07-04 | [internal] Fix duplicate symbol issue | 1 | -3/+0 | ||
2022-07-04 | 0! | 1 | -0/+0 | ||
2022-07-02 | [streams] Rename `drain()` -> `flush()` | 1 | -0/+51 | ||
2022-07-01 | [Bun.serve] Add explicit function for clearing the abort callback | 3 | -7/+21 | ||
2022-06-27 | [uws] Add helper for corking | 1 | -2/+27 | ||
2022-06-27 | use less `undefined` | 1 | -5/+9 | ||
2022-06-27 | Fix data corruption bug in HTTP server | 2 | -2/+13 | ||
2022-06-22 | Update libbacktrace | 1 | -0/+0 | ||
2022-06-22 | Fix `WebSocket` when HTTP server is not running | 1 | -0/+4 | ||
2022-06-22 | Sending works | 1 | -3/+4 | ||
2022-06-22 | implement a custom websocket client | 1 | -9/+34 | ||
2022-06-22 | It connects! but the frames are corrupt | 1 | -5/+3 | ||
2022-06-22 | WebSocket is a global | 1 | -25/+25 | ||
2022-06-22 | WIP WebSocket | 2 | -9/+215 | ||
2022-06-07 | Web Streams API (#176) | 2 | -30/+96 | ||
* [bun.js] `WritableStream`, `ReadableStream`, `TransformStream`, `WritableStreamDefaultController`, `ReadableStreamDefaultController` & more * Implement `Blob.stream()` * Update streams.test.js * Fix sourcemaps crash * [TextEncoder] 3x faster in hot loops * reading almost works * start to implement native streams * Implement `Blob.stream()` * Implement `Bun.file(pathOrFd).stream()` * Add an extra function * [fs.readFile] Improve performance * make jsc bindings a little easier to work with * fix segfault * faster async/await + readablestream optimizations * WebKit updates * More WebKit updates * Add releaseWEakrefs binding * `bun:jsc` * More streams * Update streams.test.js * Update Makefile * Update mimalloc * Update WebKit * Create bun-jsc.test.js * Faster ReadableStream * Fix off by one & exceptions * Handle empty files/blobs * Update streams.test.js * Move streams to it's own file * temp * impl #1 * take two * good enough for now * Implement `readableStreamToArray`, `readableStreamToArrayBuffer`, `concatArrayBuffers` * jsxOptimizationInlining * Fix crash * Add `jsxOptimizationInline` to Bun.Transpiler * Update Transpiler types * Update js_ast.zig * Automatically choose production mode when NODE_ENV="production" * Update cli.zig * [jsx] Handle defaultProps when inlining * Update transpiler.test.js * uncomment some tests Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-05-03 | Update tinycc | 1 | -0/+0 | ||
2022-05-03 | Add tinycc dependency | 1 | -0/+0 | ||
2022-04-13 | Support digest("base64" | "hex") in the hashings | 1 | -10/+10 | ||
2022-04-12 | [bun.js] Implement Bun.sha1, Bun.sha256, Bun.sha384, Bun.sha512, Bun.sha512_384 | 3 | -104/+28 | ||
2022-04-12 | Make sendfile more reliable | 4 | -11/+41 | ||
2022-04-11 | always tick the event loop | 1 | -0/+24 | ||
2022-04-11 | [bun.js] Add a `Server.stop` function | 1 | -1/+2 | ||
2022-04-07 | Update mimalloc | 1 | -0/+0 | ||
2022-04-06 | [bun.js] Add stdout, stderr, stdin to Bun and support sendfile() + splice() | 1 | -0/+0 | ||
2022-04-05 | tweak some flags | 2 | -2/+1 | ||
2022-04-04 | fix bug with io sometimes sleeping permanetly | 1 | -1/+44 | ||
2022-04-04 | Remove unused function | 3 | -44/+0 | ||
2022-04-04 | fix https | 1 | -8/+7 | ||
2022-04-03 | pico headers are now mutable | 1 | -1/+1 | ||
2022-04-01 | [bun.js] Use `Headers` from WebKit instead of custom | 1 | -5/+10 | ||
2022-03-26 | Update uws | 1 | -0/+0 | ||
2022-03-25 | [bun.js] configuration and error handling for HTTP server | 1 | -2/+2 | ||
2022-03-23 | handle bodies of 0 length better | 3 | -5/+20 | ||
2022-03-23 | Implement Request body support! | 1 | -6/+8 | ||
2022-03-23 | Support `Request.headers` and `Request.url` in http server | 3 | -3/+51 | ||
2022-03-22 | Handle integer sizes greater than i32 | 1 | -0/+2 | ||
2022-03-21 | sendfile works | 4 | -2/+86 | ||
2022-03-21 | [bun.js] 2/? Implement `Response.file`, sendfile edition | 3 | -9/+46 | ||
2022-03-20 | Create uws | 1 | -0/+0 | ||
2022-03-20 | microptimize | 3 | -1/+74 | ||
2022-03-20 | the events, they loop | 3 | -0/+1899 | ||
2022-03-12 | [Bun.js] Implement `HTMLRewriter` | 2 | -0/+705 | ||
https://developers.cloudflare.com/workers/runtime-apis/html-rewriter | |||||
2022-03-04 | upgrade zigjarred/upgrade-zig-2 | 2 | -13/+9 | ||
2022-03-02 | mark more things as unreachable | 1 | -0/+2 | ||
2022-03-02 | Send `Date` header in `bun dev` | 7 | -0/+2329 | ||
2022-03-02 | clean up error message when CLI flag is invalid | 1 | -1/+4 | ||