Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-17 | feat(cli): Support `HTTPS_PROXY`, `HTTP_PROXY`, and `NO_PROXY` #1440 (#1814) | 1 | -3/+11 | |
2023-01-16 | Fix some reliability issues with net.connect and Bun.connect on macOS | 1 | -0/+0 | |
2023-01-12 | Fix https websockets | 1 | -0/+12 | |
2023-01-12 | Upgrade uSockets | 4 | -2/+32 | |
2023-01-12 | missing | 1 | -3/+3 | |
2023-01-07 | Update uws | 1 | -0/+0 | |
2023-01-07 | Change error | 1 | -1/+1 | |
2023-01-07 | Return ENOTFOUND instead of ENOTERROR | 1 | -1/+1 | |
2023-01-07 | Implement DNS module (#1691) | 2 | -0/+687 | |
2022-12-29 | Introduce `Bun.CryptoHasher` | 1 | -2/+15 | |
2022-12-28 | Expose the rest of RIPEMD160 | 1 | -0/+25 | |
2022-12-28 | Use BoringSSL with patches from Electron | 8 | -1/+366 | |
2022-12-28 | Upgrade to latest Zig (#1610) | 10 | -383/+386 | |
2022-12-17 | Delete Oniguruma (#1625) | 1 | -0/+0 | |
2022-12-13 | [crypto] Implement `scryptSync` | 1 | -1/+28 | |
2022-12-01 | Fix timers keeping process alive unnecessarily | 1 | -0/+9 | |
2022-11-29 | import everything from "bun" where possible | 5 | -12/+13 | |
2022-11-26 | Update mimalloc | 1 | -0/+0 | |
2022-11-25 | Update zlib | 1 | -0/+0 | |
2022-11-20 | [fetch] Add optimization for chunked encoding | 1 | -1/+5 | |
2022-11-19 | Update to Mimalloc v2.0.7 | 1 | -0/+0 | |
2022-11-11 | Remove with `git rm` | 1 | -0/+0 | |
2022-11-11 | Reactivate | 1 | -0/+0 | |
2022-11-11 | Delete .keep | 1 | -0/+0 | |
2022-11-11 | Create .keep | 1 | -0/+0 | |
2022-11-11 | Delete libbacktrace | 1 | -0/+0 | |
2022-11-11 | Replace `libbacktrace` with `WTFGetBacktrace` | 1 | -148/+0 | |
2022-11-09 | Fix #1354 | 1 | -0/+2 | |
2022-10-30 | Updating libuwebsockets C API (#1423) | 3 | -1007/+1435 | |
2022-10-25 | TCP & TLS Socket API (#1374) | 1 | -26/+120 | |
2022-10-19 | Fix calling `ws.publish` inside `close` when other clients are connected | 1 | -5/+11 | |
2022-10-18 | Fix typo in datetime.zig (#1310) | 1 | -1/+1 | |
2022-10-18 | Update uws | 1 | -0/+0 | |
2022-10-18 | Update uws | 1 | -0/+0 | |
2022-10-18 | Update uws | 1 | -0/+0 | |
2022-10-18 | build faiilures | 2 | -6/+6 | |
2022-10-18 | Update uws | 1 | -0/+0 | |
2022-10-17 | add oniguruma for regex with variable length lookbehinds (#1329) | 1 | -0/+0 | |
2022-10-17 | Updates to UWS | 1 | -2/+3 | |
2022-10-17 | Implement `error` and `binaryType` | 1 | -5/+5 | |
2022-10-16 | Update uws | 1 | -0/+0 | |
2022-10-16 | Set `Date` header | 1 | -0/+0 | |
2022-10-16 | Make more sure we know what the types we are sending are | 1 | -5/+5 | |
2022-10-16 | Fix WebSocket server sending invalid data at the end | 1 | -8/+10 | |
2022-10-15 | WebSocket Server support | 3 | -119/+361 | |
2022-10-11 | remove config struct | 3 | -14/+19 | |
2022-10-11 | Handle eintr in uSockets | 1 | -0/+0 | |
2022-10-11 | Work around Zig C ABI bug on Linux | 3 | -12/+8 | |
2022-10-09 | maybe workaround C ABI issue on linux amd64 | 3 | -4/+5 | |
2022-10-08 | Fix https://github.com/oven-sh/bun/issues/1263 | 2 | -0/+32 |