Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-19 | make this code easier to read | 1 | -0/+8 | ||
2023-01-19 | fix(fetch:HTTP_PROXY) fix support for HTTP_PROXY/HTTPS_PROXY and NO_PROXY in ↵ | 1 | -2/+2 | ||
fetch instances (#1844) * fix response.zig fetch * use VM bundler env instead of DotEnv.instance * remove unnecessary import | |||||
2023-01-17 | feat(cli): Support `HTTPS_PROXY`, `HTTP_PROXY`, and `NO_PROXY` #1440 (#1814) | 1 | -0/+1 | ||
* WIP: http_proxy implemented, first steps for https_proxy #1440 * add HTTP_PROXY support to upgrade_command and WIP: tunneling * WIP async handshake, stuck on WANT_READ, try to defer + check * create and upgrade with proxy working, TLS and non-TLS to proxy TLS working * bun install/upgrade/create working with http(s)_proxy #1440 * add NO_PROXY support #1440 * remove commented code and add TODO * fix getHttpProxy no_proxy * fix formatting * refactor catch and getHttpProxy, fix empty strngs in env for proxy * allow optimization for handleResponseBody | |||||
2023-01-16 | Don't open non-blocking on Linux | 1 | -1/+6 | ||
2023-01-15 | [Response] reject HTTP status code correctly (#1800) | 1 | -2/+1 | ||
2023-01-14 | fix bugs (#1795) | 1 | -5/+24 | ||
- segfault reading stacktrace from `fs/promises` rejections - `Promise` rejection within `describe()` ends testing abruptly - `FSSink.write()` incorrectly handles `objectMode` - `FSSink.write()` throws wrong error codes | |||||
2023-01-13 | move more things | 5 | -5/+5 | ||
2023-01-13 | Split some things into more files and use bun namespace instead of import more | 6 | -4723/+4885 | ||
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 | ||