Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-15 | Update WebKit | 1 | -0/+0 | ||
2022-03-15 | :camera: | 60 | -799/+859 | ||
2022-03-15 | Fix test failure | 1 | -15/+17 | ||
2022-03-15 | [bun:error] handle errors without a name or message | 1 | -6/+11 | ||
2022-03-15 | Update pool.zig | 1 | -0/+1 | ||
2022-03-15 | Load .env by default | 2 | -0/+8 | ||
2022-03-15 | mimalloc interpose is buggy | 1 | -2/+25 | ||
2022-03-15 | higher max http requests for bun.js | 1 | -0/+29 | ||
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 | Create unsafe.test.js | 1 | -0/+32 | ||
2022-03-15 | Fix crash when `Headers.delete` | 1 | -99/+20 | ||
2022-03-15 | more tests | 3 | -72/+310 | ||
2022-03-14 | Add a fast path to TextDecoder UTF-16 for when you pass a Uint16Array | 1 | -85/+127 | ||
2022-03-14 | handle min ascii 16 | 1 | -7/+5 | ||
2022-03-14 | cleanup some code | 2 | -81/+14 | ||
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` | 11 | -144/+301 | ||
2022-03-14 | Switch to std.HashMap for DirEntry store | 4 | -16/+40 | ||
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 | fix crash in `bun create` | 1 | -3/+4 | ||
2022-03-14 | Fix crash when HTTP thread goes to sleep | 1 | -1/+4 | ||
2022-03-14 | add another assertion | 1 | -1/+8 | ||
2022-03-14 | fix crash when upgrade checker ends | 1 | -1/+1 | ||
2022-03-14 | [bun.js] Implement `console.trace()` | 1 | -16/+57 | ||
2022-03-14 | Reference-counting for `Blob` and `Headers` | 14 | -355/+742 | ||
2022-03-14 | [bun dev] Fix crash on macOS | 1 | -0/+14 | ||
2022-03-13 | make headers a ptrjarred/htmlrewriter | 2 | -34/+55 | ||
2022-03-13 | Update .gitmodules | 1 | -0/+1 | ||
2022-03-13 | Add finalizers | 1 | -7/+19 | ||
2022-03-13 | [bun.js] Implement `Blob` | 17 | -626/+1537 | ||
2022-03-12 | Update string-handling.zig | 1 | -19/+12 | ||
2022-03-12 | [Bun.js] Support async HTMLRewriter | 2 | -78/+166 | ||
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() | 2 | -13/+106 | ||
2022-03-12 | Implement iterator | 2 | -22/+159 | ||
2022-03-12 | [Bun.js] Implement `HTMLRewriter` | 21 | -150/+2249 | ||
https://developers.cloudflare.com/workers/runtime-apis/html-rewriter | |||||
2022-03-11 | skeleton | 7 | -0/+437 | ||
2022-03-11 | fix bug with freeing typed arrays | 3 | -12/+63 | ||
2022-03-11 | Source Maps for client-side errors & columns | 21 | -579/+115079 | ||
2022-03-10 | twiddle with formatting | 3 | -30/+89 | ||
2022-03-10 | [bun.js] Map the sources when handling the error | 1 | -29/+169 | ||
2022-03-10 | Update comptime_string_map.zig | 1 | -1/+1 | ||
2022-03-10 | [bun.js] Support sourcemaps! | 3 | -89/+78 | ||
2022-03-10 | Update js_printer.zig | 1 | -15/+42 | ||