Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-08 | [internal] Fix checking for Error object | 1 | -2/+2 | ||
2023-01-01 | clean up `Promise` handling (#1697) | 1 | -56/+6 | ||
2022-12-30 | More assertions | 1 | -2/+2 | ||
2022-12-29 | Introduce `Bun.CryptoHasher` | 1 | -1/+2 | ||
2022-12-28 | Fix build issue on latest zig | 1 | -3/+3 | ||
2022-12-28 | Upgrade to latest Zig (#1610) | 3 | -164/+162 | ||
* @min and @max * builtins and some trivial ones * Most of them * more * more! * More Progress * wip * Update tagged_pointer.zig * Update http_client_async.zig * Most of the iterable dir changes * alright * Remove usages of deprecated formatters * :camera: * fmt * Update shimmer.zig * wip * wip * wip * progress * more * Latest * stuck on error * latest * workaround stage2 * wip * Update string_immutable.zig * wip * Migrate `Dirent` and `require("fs')` to use JSC<>Zig bindings * Fix build errors * Fixup most of the test failures * Fix `make headers` * Fix "outside package path" error * Fixup aligned alloc * Add missing file * linux * More linux fixes * use latest peechy * Fix transpiler test failure * Forgot about these * Fixup test failure * Update node-timers.test.ts * [node:htt] Fix `undefined is not an object` error Fixes https://github.com/oven-sh/bun/issues/1618 * Update http.exports.js * Make this test less flaky * fix hashes * Fix hex formatting and zls issues * Download zig version * Update Dockerfile * Update Dockerfile * Update uws * Update Dockerfile * Set llvm version * Update README.md * Update uws * Update Dockerfile * Update io_linux.zig * Update bun.zig * Log output * workaround strange @cInclude error * Make ffi tests better * Don't use cImport * Update c.zig * Update c-bindings.cpp * call setOutputDir * Update Dockerfile * Use a longer name * latest * Update serve.test.ts Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Veikka Tuominen <git@vexu.eu> | |||||
2022-12-19 | [Bun.write] Slightly better handling for older linux kernels that lack ↵ | 1 | -2/+2 | ||
io_uring support If io_uring is unsupported, we do the writes synchronously even if they're huge | |||||
2022-12-05 | Fix crash when passing unexpected type to .writer() | 1 | -1/+6 | ||
2022-12-05 | [Bun.stdin] Fix handling tty | 1 | -4/+17 | ||
2022-12-04 | [internal] Make string comparisons faster | 1 | -3/+3 | ||
2022-12-04 | [Bun.serve] Implement `Content-Range` support with `Bun.file()` | 2 | -2/+4 | ||
2022-12-03 | [fetch] Fix bug where .arrayBuffer() on an empty Response body returned a ↵ | 1 | -1/+1 | ||
`Uint8Array` instead of an `ArrayBuffer` | |||||
2022-12-03 | Don't invalidate previous file descriptro to avoid tripping assertion | 1 | -5/+0 | ||
2022-12-03 | make sure to not use incomplete characters (#1575) | 1 | -1/+4 | ||
2022-12-01 | Fix double free in .json() and optimize UTF16 -> json slightly | 1 | -30/+44 | ||
2022-12-01 | Remove file blob caching | 1 | -6/+1 | ||
2022-12-01 | [streams] Handle empty state | 1 | -0/+12 | ||
2022-12-01 | [fetch] Implement `redirect: "manual"` | 1 | -0/+14 | ||
2022-11-29 | import everything from "bun" where possible | 3 | -32/+32 | ||
2022-11-28 | Fix failing spawn() and spawnSync() tests | 1 | -13/+47 | ||
cc @ThatOneBro | |||||
2022-11-28 | Fix hanging in FIFO streams | 1 | -1/+2 | ||
2022-11-27 | Cleanup some of the encoding code | 1 | -6/+5 | ||
2022-11-27 | Fix UTF16 bug in `await fetch().text()` | 1 | -11/+8 | ||
2022-11-27 | fix extra indent | 1 | -0/+2 | ||
2022-11-27 | Remove extra indent | 1 | -2/+0 | ||
2022-11-26 | Make console.log prettier | 1 | -2/+2 | ||
2022-11-25 | Fix linux build issue | 1 | -5/+9 | ||
2022-11-25 | Add some missing finalizers | 1 | -24/+11 | ||
2022-11-25 | Report `Infinity` when for non-regular files with a size of 0 | 1 | -11/+20 | ||
2022-11-25 | [internal] Remove all usages of `suspend` and `resume` | 1 | -207/+176 | ||
2022-11-25 | Fix memory leak with `.json()` | 1 | -0/+1 | ||
2022-11-25 | [behavior change] Bun.file().size now always reports a number | 1 | -0/+38 | ||
2022-11-25 | Fix crash that sometimes occurred when freeing file data | 1 | -1/+2 | ||
2022-11-25 | Fix reading FIFO files | 1 | -19/+57 | ||
2022-11-24 | Improve SIGPIPE handling | 2 | -64/+94 | ||
2022-11-24 | Update streams.zig | 1 | -1/+1 | ||
2022-11-24 | Don't pre-maturely close the input buffer | 1 | -0/+4 | ||
2022-11-24 | Update streams.zig | 1 | -5/+7 | ||
2022-11-24 | Update streams.zig | 1 | -2/+2 | ||
2022-11-24 | Update streams.zig | 1 | -1/+1 | ||
2022-11-23 | Fix build error | 1 | -1/+1 | ||
2022-11-23 | Close the streams more | 1 | -2/+4 | ||
2022-11-23 | Linux build issue | 1 | -0/+1 | ||
2022-11-23 | possibly more reliable Bun.spawn (#1547) | 2 | -735/+1068 | ||
* wip * wip * Fix bug with stdin * zig fmt * seems to work! * Update streams.test.js Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-11-22 | Introduce `Bun.FileSystemRouter` API | 1 | -0/+5 | ||
2022-11-19 | Fix GC crash in `Bun.file(string).text()`, `Bun.file(string).arrayBuffer()`, ↵ | 1 | -15/+16 | ||
`Bun.file(string).json()` uncovered via `BUN_GARBAGE_COLLECTOR_LEVEL` | |||||
2022-11-18 | Fix crash in process.env.FOO = bar that happened sometimes | 1 | -1/+1 | ||
2022-11-16 | Make `node:http`.createServer work better | 1 | -1/+13 | ||
2022-11-15 | Fix assertion failure | 1 | -0/+4 | ||
2022-11-15 | Fixes #1403 | 1 | -11/+16 | ||
cc @Electroid this should fix the fly.io api issue too |