Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-08 | more napi | 2 | -32/+41 | ||
2022-05-08 | Ugprade webkit | 2 | -20/+27 | ||
2022-05-08 | Update wtf-bindings.cpp | 1 | -1/+1 | ||
2022-05-08 | Upgrade WebKit | 70 | -494/+1568 | ||
2022-05-06 | [napi] Fix function arguments | 1 | -6/+21 | ||
2022-05-06 | more napi | 1 | -1/+191 | ||
2022-05-05 | it can call functions | 8 | -279/+456 | ||
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-03 | [bun:ffi] fix panic in lib.close() | 2 | -2/+2 | ||
2022-05-02 | [bun:ffi] Support `i64` and `u64` | 5 | -12/+59 | ||
2022-05-02 | [bun:ffi] Support `double` and `float` | 1 | -1/+4 | ||
2022-05-02 | add a comment | 1 | -0/+13 | ||
2022-05-02 | [bun:ffi] cleanup | 8 | -50/+77 | ||
2022-05-02 | [bun:ffi] ~20% faster FFI bindings for functions with arguments | 7 | -6/+184 | ||
2022-05-01 | wip Buffer.fill | 2 | -1/+95 | ||
2022-05-01 | Buffer.compare & Buffer.equal | 1 | -5/+219 | ||
2022-05-01 | [bun.js] Improve `Buffer` creation perf a little | 1 | -6/+5 | ||
2022-05-01 | [bun.js] Implement `Buffer.concat` | 1 | -1/+59 | ||
2022-04-30 | [bun.js] Implement `Buffer.from` and `Buffer.copy` | 11 | -520/+951 | ||
2022-04-29 | [bun.js] Implement unsafe.{`arrayBufferToPtr`, `arrayBufferFromPtr`, ↵ | 3 | -79/+77 | ||
`bufferFromPtr`} | |||||
2022-04-29 | add more to buffer implementation | 12 | -105/+582 | ||
2022-04-29 | wip | 8 | -9/+182 | ||
2022-04-29 | Add JIT FFI | 1 | -0/+12 | ||
2022-04-28 | more work on buffer | 11 | -544/+1457 | ||
2022-04-26 | Most of Buffer.toString | 6 | -2/+127 | ||
2022-04-25 | some of buffer | 20 | -3/+1722 | ||
2022-04-23 | Bump build | 2 | -2/+2 | ||
2022-04-16 | [JS Parser] Support explicit removing | 1 | -0/+9 | ||
2022-04-13 | Even More Comments | 1 | -0/+1 | ||
2022-04-12 | wip fixes to sendfile() blocking | 1 | -4/+9 | ||
2022-04-07 | Update ZigGlobalObject.cpp | 1 | -1/+1 | ||
2022-04-07 | [bun.js] Add `baseURI` support to HTTP server | 2 | -1/+5 | ||
2022-04-07 | add GC output constraints | 29 | -155/+125 | ||
I don't fully understand what this does but it sounds good! | |||||
2022-04-06 | [bun.js][breaking] `import.meta.url` is now a file:// url | 1 | -3/+2 | ||
2022-04-06 | [bun.js] Add stdout, stderr, stdin to Bun and support sendfile() + splice() | 1 | -1/+4 | ||
2022-04-05 | tweak some flags | 1 | -7/+2 | ||
2022-04-05 | Fix linking bug? | 1 | -1/+0 | ||
2022-04-04 | fix bug with io sometimes sleeping permanetly | 2 | -4/+20 | ||
2022-04-04 | Make `Bun.file()` -> HTMLRewriter -> HTTP response work | 1 | -2/+7 | ||
2022-04-02 | Add more tests for Node FS | 1 | -0/+1 | ||
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 | 6 | -62/+60 | ||
2022-04-01 | [bun.js] Expose `ErrorEvent` | 2 | -37/+52 | ||
2022-04-01 | [bun.js] Use `Headers` from WebKit instead of custom | 33 | -31/+5694 | ||
2022-03-31 | Bugfixes to how we build WebCore code | 27 | -156/+361 | ||