Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-02 | Faster ReadableStream | 1 | -0/+10 | ||
2022-06-01 | Add releaseWEakrefs binding | 1 | -10/+12 | ||
2022-05-30 | faster async/await + readablestream optimizations | 1 | -10/+80 | ||
2022-05-30 | make jsc bindings a little easier to work with | 1 | -11/+26 | ||
2022-05-30 | Implement `Bun.file(pathOrFd).stream()` | 1 | -7/+3 | ||
2022-05-30 | Implement `Blob.stream()` | 1 | -197/+98 | ||
2022-05-30 | start to implement native streams | 1 | -1/+18 | ||
2022-05-30 | [TextEncoder] 3x faster in hot loops | 1 | -1/+6 | ||
2022-05-11 | Fix several bugs in napi | 1 | -1/+2 | ||
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 | |||||
2022-05-10 | [napi] Fix string bug | 1 | -0/+7 | ||
2022-05-05 | it can call functions | 1 | -3/+6 | ||
2022-05-05 | more | 1 | -0/+7 | ||
2022-05-05 | More | 1 | -0/+11 | ||
2022-05-05 | More | 1 | -0/+7 | ||
2022-05-05 | Even More NAPI | 1 | -1/+20 | ||
2022-05-05 | Begin napi | 1 | -3/+16 | ||
2022-05-02 | [bun:ffi] Support `i64` and `u64` | 1 | -1/+13 | ||
2022-04-29 | [bun.js] Implement unsafe.{`arrayBufferToPtr`, `arrayBufferFromPtr`, ↵ | 1 | -3/+12 | ||
`bufferFromPtr`} | |||||
2022-04-29 | add more to buffer implementation | 1 | -0/+9 | ||
2022-04-29 | wip | 1 | -8/+0 | ||
2022-04-29 | Add JIT FFI | 1 | -0/+12 | ||
2022-04-26 | Most of Buffer.toString | 1 | -0/+7 | ||
2022-04-25 | some of buffer | 1 | -0/+13 | ||
2022-04-16 | [JS Parser] Support explicit removing | 1 | -0/+9 | ||
2022-04-13 | Even More Comments | 1 | -0/+1 | ||
2022-04-07 | [bun.js] Add `baseURI` support to HTTP server | 1 | -0/+4 | ||
2022-04-06 | [bun.js] Add stdout, stderr, stdin to Bun and support sendfile() + splice() | 1 | -1/+4 | ||
2022-04-04 | Make `Bun.file()` -> HTMLRewriter -> HTTP response work | 1 | -2/+7 | ||
2022-04-01 | Add helper for checking if value is an exception | 1 | -0/+6 | ||
2022-04-01 | Add abstraction for protecting values we're iterating on | 1 | -4/+4 | ||
2022-04-01 | Make `FetchHeaders` workjarred/fetchheaders | 1 | -25/+10 | ||
2022-04-01 | [bun.js] Use `Headers` from WebKit instead of custom | 1 | -3/+349 | ||
2022-03-30 | [bun.js] Support `file://` URLs in node fs | 1 | -0/+41 | ||
2022-03-27 | Begin adding WebCore classes to bun | 1 | -29/+29 | ||
2022-03-26 | improve performance of accessing `Bun.Transpiler` and `Bun.unsafe` | 1 | -0/+10 | ||
2022-03-25 | [bun.js] configuration and error handling for HTTP server | 1 | -0/+7 | ||
2022-03-24 | Bun.openInEditor | 1 | -0/+9 | ||
2022-03-23 | [bun.js] Bun.write for macOS | 1 | -1/+10 | ||
2022-03-23 | [bun.js] Implement Bun.write() | 1 | -0/+1 | ||
2022-03-22 | Handle integer sizes greater than i32 | 1 | -1/+5 | ||
2022-03-21 | [bun.js] 1/? Implement `Response.file` | 1 | -0/+10 | ||
2022-03-20 | the events, they loop | 1 | -1/+43 | ||
2022-03-18 | Fix JSON parsing failure | 1 | -0/+7 | ||
2022-03-18 | Update bindings.zig | 1 | -0/+1 | ||
2022-03-18 | [bun.js] Fix missing `.prototype` on builtins | 1 | -1/+16 | ||
2022-03-16 | Fix crash from checking if something is an object when it is undefinedbun-v0.0.72 | 1 | -4/+10 | ||
2022-03-14 | Fix bug causing GC to sometimes never run | 1 | -1/+8 | ||
2022-03-14 | Reference-counting for `Blob` and `Headers` | 1 | -9/+18 | ||
2022-03-13 | [bun.js] Implement `Blob` | 1 | -4/+38 | ||
2022-03-12 | [Bun.js] Implement `HTMLRewriter` | 1 | -21/+26 | ||
https://developers.cloudflare.com/workers/runtime-apis/html-rewriter |