Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-03 | Add docs for FFI | 2 | -3/+12 | ||
2022-05-02 | [bun:ffi] Improve `uint64_t` and `int64_t` performance | 3 | -101/+212 | ||
2022-05-02 | [bun:ffi] Support `i64` and `u64` | 8 | -43/+132 | ||
2022-05-02 | [bun:ffi] Support `double` and `float` | 4 | -12/+15 | ||
2022-05-02 | add a comment | 1 | -0/+13 | ||
2022-05-02 | [bun:ffi] cleanup | 11 | -81/+146 | ||
2022-05-02 | [bun.js] Add `Bun.nanoseconds()` to report time in nanos | 1 | -132/+117 | ||
2022-05-02 | [bun:ffi] ~20% faster FFI bindings for functions with arguments | 9 | -13/+208 | ||
2022-05-02 | Automatic CString support | 1 | -23/+78 | ||
2022-05-01 | [bun:ffi] Add wrapper for type coercion | 1 | -2/+172 | ||
2022-05-01 | wip Buffer.fill | 3 | -95/+167 | ||
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 | Bump WebKit | 1 | -0/+0 | ||
2022-04-30 | [bun.js] Implement `Buffer.from` and `Buffer.copy` | 12 | -520/+952 | ||
2022-04-30 | [bun ffi] Fix missing `"void"` | 1 | -0/+1 | ||
2022-04-30 | [bun ffi] Remove dependency on libtcc1.a and improve error messages | 2 | -34/+123 | ||
2022-04-30 | wip | 5 | -143/+509 | ||
2022-04-29 | [bun:ffi] it works | 6 | -148/+433 | ||
2022-04-29 | [bun.js] Implement unsafe.{`arrayBufferToPtr`, `arrayBufferFromPtr`, ↵ | 5 | -80/+180 | ||
`bufferFromPtr`} | |||||
2022-04-29 | [bun ffi] Support pointers | 2 | -238/+151 | ||
2022-04-29 | [bun ffi] support `i32`, `i8`, `u8`, `u16`, `i16`, `u32`, `bool` | 2 | -18/+88 | ||
2022-04-29 | add more to buffer implementation | 14 | -157/+783 | ||
2022-04-29 | wip | 9 | -16/+183 | ||
2022-04-29 | Add JIT FFI | 6 | -0/+924 | ||
2022-04-28 | more work on buffer | 13 | -1069/+1546 | ||
2022-04-26 | Most of Buffer.toString | 7 | -9/+242 | ||
2022-04-25 | some of buffer | 23 | -30/+2428 | ||
2022-04-23 | Bump build | 3 | -2/+2 | ||
2022-04-20 | [misc] Fix broken build on macOS | 1 | -3/+9 | ||
2022-04-18 | [node] Remove constants definition in (#146) | 1 | -7/+0 | ||
... fs.exports.js Bug: #130 | |||||
2022-04-18 | [node] Add more fs constants (#144) | 3 | -137/+200 | ||
Move fs constants to node_fs_constants.zig, and we static append the constants definition to fs.export.js. Issue: #130 | |||||
2022-04-16 | [JS Parser] Support explicit removing | 3 | -71/+320 | ||
2022-04-16 | Workaround C ABI bug | 1 | -9/+12 | ||
2022-04-13 | expose mmap size and offset option (#141) | 2 | -5/+18 | ||
* expose mmap size and offset option * fix panics | |||||
2022-04-13 | better to fix it there | 1 | -2/+2 | ||
2022-04-13 | [bun.js] Fix bug with `readdirSync` on folders with less than 32 files | 1 | -1/+1 | ||
Closes https://github.com/Jarred-Sumner/bun/issues/143 | |||||
2022-04-13 | Even More Comments | 2 | -4/+4 | ||
2022-04-13 | Support digest("base64" | "hex") in the hashings | 4 | -37/+187 | ||
2022-04-12 | [bun.js] Implement Bun.sha1, Bun.sha256, Bun.sha384, Bun.sha512, Bun.sha512_384 | 2 | -29/+321 | ||
2022-04-12 | Make sendfile more reliable | 3 | -184/+79 | ||
2022-04-12 | wip fixes to sendfile() blocking | 4 | -59/+172 | ||
2022-04-11 | slight perf improvement to concurrently queueing tasks | 1 | -4/+6 | ||
2022-04-11 | always tick the event loop | 1 | -23/+10 | ||
2022-04-11 | work around fetch("localhost") bug | 1 | -7/+0 | ||
2022-04-11 | [bun.js] Add a `Server.stop` function | 4 | -46/+308 | ||
2022-04-10 | make checking for bun modules a compile time step | 1 | -0/+2 | ||
2022-04-10 | fix linux build | 1 | -2/+2 | ||
2022-04-09 | [fs] Add missing `isFile` and `isDirectory` functions to stat() | 2 | -3/+18 | ||