Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-16 | [bun install] Make it print `workspace:` instead of `workspace://` | 3 | -150/+238 | |
2023-01-16 | Fixes https://github.com/oven-sh/bun/issues/1654 | 1 | -1/+1 | |
2023-01-16 | Remove assertion | 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` | 2 | -0/+40 | |
2023-01-16 | Update c-bindings.cpp | 1 | -1/+1 | |
2023-01-16 | Fix `which` returning directories sometimes | 3 | -4/+38 | |
2023-01-16 | [napi] Fix potential crash in `napi_create_buffer_copy`, `napi_create_buffer` | 4 | -14/+26 | |
2023-01-16 | [napi] Don't assume `function` exists | 1 | -1/+4 | |
2023-01-16 | [JS Parser] Don't inline rope strings | 3 | -19/+19 | |
2023-01-16 | Fix `getFdPath` when `/proc/fd` is not mounted | 14 | -24/+62 | |
2023-01-16 | wip | 1 | -4/+4 | |
2023-01-16 | Fix incorrect type | 1 | -1/+1 | |
2023-01-16 | Add missing `buffer` module exports | 2 | -15/+101 | |
2023-01-16 | Publish bun-types@canary (#1767) | 6 | -25/+78 | |
2023-01-16 | Don't open non-blocking on Linux | 1 | -1/+6 | |
2023-01-16 | Clean up the test | 1 | -4/+11 | |
2023-01-16 | Use a reusable symbol | 1 | -2/+1 | |
2023-01-15 | [Response] reject HTTP status code correctly (#1800) | 2 | -11/+41 | |
2023-01-15 | fix handler reset in `Server.reload()` (#1801) | 2 | -3/+3 | |
2023-01-14 | fix life-cycle script execution (#1799) | 4 | -113/+173 | |
2023-01-14 | fix bugs (#1795) | 4 | -22/+54 | |
2023-01-14 | Fixes #1794 | 4 | -3/+36 | |
2023-01-14 | support installation of NPM workspaces (#1764) | 8 | -337/+833 | |
2023-01-13 | [bun:test] Always dim skip | 1 | -1/+1 | |
2023-01-13 | [TypeScript transpiler] Fix bug with `export default class implements` | 2 | -5/+30 | |
2023-01-13 | Skip failing tests | 4 | -153/+257 | |
2023-01-13 | Fix broken test helper | 1 | -2/+7 | |
2023-01-13 | Fix debug mode crash | 2 | -2/+10 | |
2023-01-13 | move more things | 56 | -159/+165 | |
2023-01-13 | Split some things into more files and use bun namespace instead of import more | 36 | -4777/+4943 | |
2023-01-12 | Add `closeActiveConnections` option to types | 1 | -4/+5 | |
2023-01-12 | Update serve.test.ts | 1 | -1/+1 | |
2023-01-12 | Update tcp-server.test.ts | 1 | -1/+1 | |
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 | Fix https websockets | 1 | -0/+12 | |
2023-01-12 | Upgrade uSockets | 4 | -2/+32 | |
2023-01-12 | set remaining indexes (#1785) | 2 | -10/+19 | |
2023-01-12 | 0 initialize remaining indexes in array (#1783) | 1 | -0/+2 | |
2023-01-12 | fix missing error page | 2 | -6/+3 | |
2023-01-12 | make the test more resilient | 1 | -3/+5 | |
2023-01-12 | less flaky | 2 | -46/+54 | |
2023-01-12 | reset string decoder on end (#1782) | 2 | -2/+27 | |
2023-01-12 | Add missing type | 1 | -0/+15 | |
2023-01-12 | pointer type | 1 | -1/+1 | |
2023-01-12 | woops | 1 | -0/+4 | |
2023-01-12 | use .skip() for failing test | 1 | -18/+17 | |
2023-01-12 | Add c-ares to `make clean` | 1 | -0/+1 |