Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-29 | [http server] Fix a segfault when aborting | 1 | -58/+67 | ||
2022-06-29 | Correctly handle latin1 rope strings with non-ascii characters | 1 | -36/+27 | ||
2022-06-29 | [React SSR] Avoid `getById` slow path | 6 | -538/+812 | ||
thanks @Constellation | |||||
2022-06-29 | Regenerate builtins | 4 | -88/+150 | ||
2022-06-29 | [web streams] Handle direct streams in `readableStreamToArray` | 2 | -69/+125 | ||
2022-06-29 | Make HTTP web streams faster | 3 | -276/+377 | ||
2022-06-29 | Remove incorrect assertion | 1 | -1/+0 | ||
2022-06-29 | Fix bug with printer | 1 | -20/+26 | ||
2022-06-29 | [encoder] Fix non-ascii latin1 characters | 1 | -76/+343 | ||
2022-06-27 | begin adding react-ssr tests | 4 | -2/+4 | ||
2022-06-27 | [http server] couple more tests | 1 | -0/+1 | ||
2022-06-27 | [uws] Add helper for corking | 1 | -2/+27 | ||
2022-06-27 | Handle when there are no headers to send | 4 | -12/+15 | ||
2022-06-27 | Cork streams when possible | 2 | -148/+99 | ||
2022-06-27 | Fix memory issue with error messages | 1 | -1/+1 | ||
2022-06-27 | Faster web streams | 9 | -2399/+467 | ||
2022-06-27 | Use less undefined | 1 | -1/+9 | ||
2022-06-27 | Add scoped logger functions for debug builds | 1 | -0/+41 | ||
2022-06-27 | use less `undefined` | 1 | -5/+9 | ||
2022-06-27 | [fetch] Fix data corruption bug | 2 | -49/+51 | ||
2022-06-27 | Fix data corruption bug in HTTP server | 2 | -2/+13 | ||
2022-06-26 | wip ReadableStream for HTTP(s) Server | 37 | -1252/+3543 | ||
2022-06-25 | Better `node:url` polyfill | 3 | -9/+832 | ||
2022-06-25 | Implement `Bun.pathToFileURL` & `Bun.pathToFileURL` | 1 | -1/+74 | ||
2022-06-25 | Update transpiler.zig | 1 | -1/+1 | ||
2022-06-25 | Cleanup some of the require code | 12 | -167/+272 | ||
2022-06-24 | Add dynamic require support | 19 | -245/+703 | ||
2022-06-22 | Update libbacktrace | 1 | -0/+0 | ||
2022-06-22 | change the directory structurejarred/rename | 548 | -689/+914 | ||
2022-06-22 | Move builtins to src/javascript/jsc/builtins | 72 | -6/+2285 | ||
2022-06-22 | Tweak test runner output | 1 | -90/+44 | ||
2022-06-22 | Update WebKit | 1 | -0/+0 | ||
2022-06-22 | Fix `WebSocket` when HTTP server is not running | 14 | -38/+103 | ||
2022-06-22 | cleanup | 6 | -719/+3 | ||
2022-06-22 | Slightly customize the `events` polyfill so it uses ESM | 1 | -1/+522 | ||
2022-06-22 | Fix memory bugs in escapeHTML & arrayBufferToString | 1 | -65/+61 | ||
2022-06-22 | Handle integer overflow in logs better | 1 | -4/+2 | ||
2022-06-22 | [JS Printer] Fix bug with printing re-exported functions that are from an ↵ | 1 | -33/+57 | ||
object binding | |||||
2022-06-22 | Fix bug with `browser` disabled modules | 1 | -12/+29 | ||
2022-06-22 | Disable modules in the linker | 1 | -0/+6 | ||
2022-06-22 | this assertion isn't good enough | 1 | -1/+1 | ||
2022-06-22 | Disable modules constently for bun in`bun bun` | 1 | -0/+16 | ||
2022-06-22 | Fix bug with exceptions inside EventTarget | 11 | -137/+413 | ||
2022-06-22 | Add a way to schedule microtasks from C++ | 5 | -35/+77 | ||
2022-06-22 | Update javascript.zig | 1 | -13/+152 | ||
2022-06-22 | Clean up perf hooks a little | 1 | -9/+21 | ||
2022-06-22 | use JSValue for `bun test` | 1 | -13/+19 | ||
2022-06-22 | `ws` polyfil | 1 | -0/+97 | ||
2022-06-22 | Polyfills for `undici`, `streams/web`, `streams/consumer` `timers` ↵ | 6 | -0/+502 | ||
`timers/promises`, `fs/promises`, `ws` | |||||
2022-06-22 | Fix close | 1 | -3/+12 | ||