Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-17 | Fix lifetime issue in require.resolve | 7 | -56/+174 | ||
2023-01-17 | workaround lifetime issue | 1 | -2/+2 | ||
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-17 | Allow error instance in process.emitWarning | 1 | -4/+13 | ||
2023-01-17 | cleanup error message | 1 | -2/+2 | ||
2023-01-17 | [process] Implement `process.emitWarning` | 1 | -0/+34 | ||
2023-01-17 | [EventEmitter] Fix emitter.off("eventName") | 1 | -1/+6 | ||
2023-01-17 | fix(readline/promises): new Interface() -> new PromisesInterface() (#1818) | 1 | -1/+1 | ||
2023-01-17 | set available | 1 | -14/+15 | ||
2023-01-17 | Fix console.log printing multiple properties | 1 | -8/+20 | ||
2023-01-17 | dont export twice | 1 | -8/+1 | ||
2023-01-17 | Expose tls.connect | 1 | -2/+26 | ||
2023-01-17 | make node-redis work | 1 | -0/+2 | ||
2023-01-16 | send and disconnect | 1 | -0/+10 | ||
2023-01-16 | Make sure the socket keeps the process alive | 1 | -0/+2 | ||
2023-01-16 | guess we'll check if it's defined | 1 | -1/+1 | ||
2023-01-16 | Fixes https://github.com/oven-sh/bun/issues/1654 | 1 | -1/+1 | ||
2023-01-16 | Update node-dns.exports.js | 1 | -4/+6 | ||
2023-01-16 | [node:dns/promises] Fix missing import | 2 | -3/+7 | ||
2023-01-16 | [node] Add `process.config` | 1 | -0/+31 | ||
2023-01-16 | Update c-bindings.cpp | 1 | -1/+1 | ||
2023-01-16 | Fix `which` returning directories sometimes | 1 | -0/+23 | ||
2023-01-16 | [napi] Fix potential crash in `napi_create_buffer_copy`, `napi_create_buffer` | 3 | -1/+9 | ||
2023-01-16 | [napi] Don't assume `function` exists | 1 | -1/+4 | ||
Fixes https://github.com/oven-sh/bun/issues/1808 | |||||
2023-01-16 | Add missing `buffer` module exports | 1 | -13/+79 | ||
2023-01-16 | Don't open non-blocking on Linux | 1 | -1/+6 | ||
2023-01-16 | Use a reusable symbol | 1 | -2/+1 | ||
2023-01-15 | [Response] reject HTTP status code correctly (#1800) | 1 | -2/+1 | ||
2023-01-15 | fix handler reset in `Server.reload()` (#1801) | 1 | -2/+2 | ||
2023-01-14 | fix bugs (#1795) | 2 | -9/+30 | ||
- 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-14 | Fixes #1794 | 3 | -3/+18 | ||
2023-01-13 | move more things | 13 | -27/+27 | ||
2023-01-13 | Split some things into more files and use bun namespace instead of import more | 18 | -4755/+4920 | ||
2023-01-12 | [Bun.listen] Add flag to close all connections | 1 | -4/+13 | ||
2023-01-12 | [Bun.serve] Add flag to close all connections | 1 | -12/+41 | ||
2023-01-12 | set remaining indexes (#1785) | 2 | -10/+19 | ||
2023-01-12 | 0 initialize remaining indexes in array (#1783) | 1 | -0/+2 | ||
* 0 initialize remaining indexes in array * switch to memset | |||||
2023-01-12 | fix missing error page | 1 | -3/+3 | ||
2023-01-12 | reset string decoder on end (#1782) | 2 | -2/+27 | ||
2023-01-12 | pointer type | 1 | -1/+1 | ||
2023-01-12 | woops | 1 | -0/+4 | ||
2023-01-12 | Reduce amount of cloning | 1 | -5/+11 | ||
2023-01-12 | more careful | 1 | -2/+2 | ||
2023-01-12 | [bindings] Make `isObject` align with `JSC::isObjectType` | 1 | -7/+5 | ||
2023-01-12 | [bun:test] Support `async` in `expect(async () => { await 1; }).toThrow()` | 2 | -6/+67 | ||
2023-01-12 | fix(bun-test): test title in results (#1753) | 1 | -1/+1 | ||
* fix(bun-test): test title in results * missed case * clean up import * respond to reviews | |||||
2023-01-12 | missing | 1 | -22/+45 | ||
2023-01-11 | Update ImportMetaObject.cpp | 1 | -1/+1 | ||
2023-01-11 | [Bun.serve] Introduce publishToSelf boolean on websocket: {} config object | 1 | -45/+81 | ||
2023-01-11 | `require.resolve` in the runtime should use CommonJS export conditions | 8 | -53/+103 | ||