Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-07 | Update zlib.test.js | 1 | -1/+1 | ||
2022-05-07 | [bun.js] Support `gzipSync`, `gunzipSync`, `inflateSync`, `deflateSync` | 1 | -0/+18 | ||
2022-05-05 | E.String gets a Rope | 1 | -2/+64 | ||
2022-05-04 | specifically check utf8 | 1 | -0/+2 | ||
2022-05-04 | make our http test run more | 1 | -18/+21 | ||
2022-05-04 | Safer i64/u64 | 3 | -20/+27 | ||
2022-05-03 | Add docs for FFI | 1 | -66/+66 | ||
2022-05-02 | [bun:ffi] Improve `uint64_t` and `int64_t` performance | 3 | -126/+300 | ||
2022-05-02 | [bun:ffi] Support `i64` and `u64` | 3 | -101/+80 | ||
2022-05-02 | [bun:ffi] Support `double` and `float` | 3 | -53/+50 | ||
2022-05-02 | [bun:ffi] cleanup | 3 | -5/+428 | ||
2022-05-02 | [bun.js] Add `Bun.nanoseconds()` to report time in nanos | 1 | -0/+18 | ||
2022-05-01 | Buffer.compare & Buffer.equal | 1 | -0/+25 | ||
2022-05-01 | [bun.js] Improve `Buffer` creation perf a little | 1 | -2/+40 | ||
2022-05-01 | [bun.js] Implement `Buffer.concat` | 1 | -0/+19 | ||
2022-04-30 | cleanup | 1 | -0/+36 | ||
2022-04-30 | wip | 2 | -65/+273 | ||
2022-04-30 | Update ffi-test.c | 1 | -24/+35 | ||
2022-04-30 | a | 1 | -0/+27 | ||
2022-04-29 | [bun:ffi] it works | 2 | -16/+23 | ||
2022-04-29 | [bun.js] Implement unsafe.{`arrayBufferToPtr`, `arrayBufferFromPtr`, ↵ | 1 | -2/+7 | ||
`bufferFromPtr`} | |||||
2022-04-29 | [bun ffi] Support pointers | 2 | -0/+28 | ||
2022-04-29 | [bun ffi] support `i32`, `i8`, `u8`, `u16`, `i16`, `u32`, `bool` | 2 | -140/+171 | ||
2022-04-29 | more tests for buffer | 1 | -1/+165 | ||
2022-04-29 | ffi test code | 2 | -26/+247 | ||
2022-04-29 | commit more | 1 | -0/+50 | ||
2022-04-29 | some tests but need more | 1 | -0/+25 | ||
2022-04-26 | Most of Buffer.toString | 1 | -0/+12 | ||
2022-04-23 | :camera: | 2 | -8/+2 | ||
2022-04-16 | [JS Parser] Support explicit removing | 1 | -10/+53 | ||
2022-04-16 | [JS Parser] API for removing & replacing exports | 1 | -0/+73 | ||
2022-04-13 | [bun.js] Fix bug with `readdirSync` on folders with less than 32 files | 1 | -7/+82 | ||
Closes https://github.com/Jarred-Sumner/bun/issues/143 | |||||
2022-04-13 | Support digest("base64" | "hex") in the hashings | 2 | -28/+73 | ||
2022-04-12 | [bun.js] Implement Bun.sha1, Bun.sha256, Bun.sha384, Bun.sha512, Bun.sha512_384 | 1 | -0/+28 | ||
2022-04-11 | Add a very simple http server test | 1 | -0/+54 | ||
2022-04-10 | [TOML] Fix toml parsing with multiple keys in object literal | 2 | -0/+16 | ||
Fixes https://github.com/Jarred-Sumner/bun/issues/140 | |||||
2022-04-10 | [bun-types] Make it bundle the types | 1 | -1/+0 | ||
2022-04-09 | Update transpiler.test.js | 1 | -0/+4 | ||
2022-04-06 | [bun.js][breaking] `import.meta.url` is now a file:// url | 1 | -16/+16 | ||
2022-04-05 | fix binary size regression on linux | 1 | -1/+1 | ||
2022-04-04 | fix bug with io sometimes sleeping permanetly | 2 | -9/+23 | ||
2022-04-04 | Fix missing | 1 | -6/+7 | ||
2022-04-04 | Add a couple more tests | 1 | -0/+27 | ||
2022-04-03 | cleanup a few things | 2 | -7/+9 | ||
2022-04-02 | More types | 1 | -0/+1 | ||
2022-04-02 | Add more tests for Node FS | 2 | -0/+57 | ||
2022-04-02 | Create gc.js | 1 | -0/+14 | ||
2022-04-02 | More aggressive GC | 4 | -64/+62 | ||
2022-04-01 | Test written length | 1 | -1/+1 | ||
2022-04-01 | Make `FetchHeaders` workjarred/fetchheaders | 1 | -1/+0 | ||