Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-16 | Fix crash from checking if something is an object when it is undefinedbun-v0.0.72 | 4 | -12/+12 | ||
2022-03-16 | cleanup error printing | 3 | -29/+17 | ||
2022-03-16 | Revert "Unlimited arguments in process.nextTick" | 1 | -38/+48 | ||
This reverts commit aff9d232b1e7dfbac5fa1b18631aba18ed5f27e7. | |||||
2022-03-16 | Add a way to run serial tasks on a different thread | 1 | -3/+65 | ||
2022-03-16 | fix crash when SyntaxError is thrown and we did not receive an ErrorInstance? | 1 | -18/+25 | ||
2022-03-16 | [bun.js] Fix release-mode test failures in Headers | 1 | -47/+42 | ||
2022-03-15 | Update WebKit | 1 | -0/+0 | ||
2022-03-15 | Fix test failure | 1 | -15/+17 | ||
2022-03-15 | Load .env by default | 1 | -0/+1 | ||
2022-03-15 | zero copy | 1 | -21/+15 | ||
2022-03-15 | Update javascript.zig | 1 | -2/+0 | ||
2022-03-15 | [bun.js] utf8 console.{time, count, timeEnd, profile, profileEnd, count, ↵ | 1 | -16/+16 | ||
countReset} | |||||
2022-03-15 | Fix crash when `Headers.delete` | 1 | -99/+20 | ||
2022-03-14 | Add a fast path to TextDecoder UTF-16 for when you pass a Uint16Array | 1 | -85/+127 | ||
2022-03-14 | FetchEvent's `request` will be disconnected from the real request after the ↵ | 1 | -21/+43 | ||
request is sent | |||||
2022-03-14 | Fix a couple memory leaks in `bun dev` | 10 | -119/+213 | ||
2022-03-14 | Unlimited arguments in process.nextTick | 1 | -48/+38 | ||
2022-03-14 | [bun.js] Fix a memory leak with microtasks | 1 | -1/+3 | ||
2022-03-14 | Handle segfault when console.log'ing stuff that should never make it to ↵ | 1 | -0/+9 | ||
console.log in the first place | |||||
2022-03-14 | Fix bug causing GC to sometimes never run | 2 | -2/+15 | ||
2022-03-14 | [bun.js] Implement `console.trace()` | 1 | -16/+57 | ||
2022-03-14 | Reference-counting for `Blob` and `Headers` | 11 | -355/+634 | ||
2022-03-13 | make headers a ptrjarred/htmlrewriter | 1 | -20/+21 | ||
2022-03-13 | Add finalizers | 1 | -7/+19 | ||
2022-03-13 | [bun.js] Implement `Blob` | 12 | -527/+1290 | ||
2022-03-12 | [Bun.js] Support async HTMLRewriter | 1 | -75/+162 | ||
2022-03-12 | Expose `Response.prototype.headers` and `Response.prototype.clone` | 1 | -0/+32 | ||
2022-03-12 | Headers.clone | 1 | -0/+37 | ||
2022-03-12 | Response.clone() | 1 | -12/+90 | ||
2022-03-12 | Implement iterator | 1 | -22/+131 | ||
2022-03-12 | [Bun.js] Implement `HTMLRewriter` | 13 | -148/+1297 | ||
https://developers.cloudflare.com/workers/runtime-apis/html-rewriter | |||||
2022-03-11 | skeleton | 5 | -0/+425 | ||
2022-03-11 | fix bug with freeing typed arrays | 1 | -5/+6 | ||
2022-03-11 | Source Maps for client-side errors & columns | 4 | -52/+110 | ||
2022-03-10 | twiddle with formatting | 2 | -30/+88 | ||
2022-03-10 | [bun.js] Map the sources when handling the error | 1 | -29/+169 | ||
2022-03-10 | console.log(<JSX>) support | 8 | -345/+636 | ||
2022-03-08 | Fix quoting console.log | 2 | -42/+199 | ||
2022-03-08 | print size of headers | 1 | -6/+13 | ||
2022-03-08 | rename _global -> bun | 13 | -162/+164 | ||
2022-03-08 | [bun.js] Support logging `Headers`, `Response`, and `Request` | 4 | -72/+270 | ||
2022-03-08 | Fix https://github.com/Jarred-Sumner/bun/issues/122 | 1 | -1/+13 | ||
2022-03-08 | [bun.js] WIP sourcemap support | 1 | -90/+163 | ||
2022-03-07 | Optimize sourcemaps | 1 | -0/+18 | ||
2022-03-04 | [bun.js] Add `atob` and `btoa` | 1 | -2/+79 | ||
2022-03-04 | upgrade zigjarred/upgrade-zig-2 | 5 | -57/+106 | ||
2022-03-02 | Add context ptr to forEach in iterable | 1 | -37/+25 | ||
2022-03-02 | [bun.js] Add `Bun.inspect` – like util.inspect() | 6 | -276/+439 | ||
2022-03-02 | Update bindings.zig | 1 | -0/+4 | ||
2022-03-02 | Remove function from bindings | 1 | -7/+1 | ||