Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-13 | git cache folder resolverdylan/github-dependencies | 4 | -33/+71 | ||
2023-01-12 | Merge branch 'main' into dylan/github-dependencies | 49 | -314/+2980 | ||
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 | 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 | ||
2023-01-12 | Uncomment flaky test | 1 | -23/+17 | ||
2023-01-12 | Reduce amount of cloning | 1 | -5/+11 | ||
2023-01-12 | Add a couple more tests for errors with Bun.file() | 1 | -2/+42 | ||
2023-01-12 | more careful | 1 | -2/+2 | ||
2023-01-12 | Update inspect.test.js | 1 | -1/+1 | ||
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) | 3 | -3/+45 | ||
* fix(bun-test): test title in results * missed case * clean up import * respond to reviews | |||||
2023-01-12 | Update socket.test.ts | 1 | -6/+1 | ||
2023-01-12 | missing | 3 | -25/+49 | ||
2023-01-12 | Fixes #1772 | 2 | -2/+27 | ||
2023-01-11 | Remove extra wrapper | 1 | -32/+2 | ||
2023-01-11 | `end` callback | 1 | -0/+6 | ||
2023-01-11 | Update ImportMetaObject.cpp | 1 | -1/+1 | ||
2023-01-11 | [Bun.serve] Introduce publishToSelf boolean on websocket: {} config object | 2 | -50/+128 | ||
2023-01-11 | git url parsing | 2 | -6/+42 | ||
2023-01-11 | Types update (#1761) | 15 | -13/+2323 | ||
* Fix type tests * Add dns types * Add node:net types * Make process.exit return never * Make ArrayBufferView tighter * Add types for node:dns * Remove docs * Use latest * Fix CI * Fix CI * Stop double trigger Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> | |||||
2023-01-11 | handle github prefix | 2 | -11/+9 | ||
2023-01-11 | `require.resolve` in the runtime should use CommonJS export conditions | 8 | -53/+103 | ||
2023-01-11 | [breaking] Read the `"node"` export condition in package.json in Bun's runtime | 1 | -0/+2 | ||
2023-01-11 | [node:net] Hopefully fix unix sockets | 1 | -1/+4 | ||
2023-01-11 | install github repositories with dependencies | 4 | -189/+635 | ||
2023-01-11 | Merge remote-tracking branch 'origin/main' into dylan/github-dependencies | 1 | -7/+22 | ||
2023-01-10 | Support socketPath | 1 | -7/+22 | ||
2023-01-10 | github dependencies progress | 2 | -5/+190 | ||
2023-01-10 | potentially support tls in some cases | 1 | -7/+34 | ||
2023-01-10 | [node:tls] Stub out just enough to make it load | 2 | -0/+154 | ||
2023-01-10 | Disable reading the `browser` field when targeting Bun's runtime (#1763) | 1 | -134/+147 | ||
* Fix flipped order * Disable reading `"browser"` field when targeting Bun's runtime in the resolver * Update resolver.zig Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-01-10 | make it size_t | 2 | -10/+10 | ||
2023-01-10 | Make `Buffer` mockable | 2 | -83/+108 | ||
2023-01-10 | Fix flipped order | 1 | -3/+5 | ||
2023-01-10 | Implement Buffer swap16, swap32, swap64 (#1659) | 2 | -3/+163 | ||
* Implement Buffer swap16, swap32, swap64 * Initial incorporation of feedback - Use constexpr - Clean up the indexing - Check for detached - Use suggested text for exception text | |||||
2023-01-10 | [TCPSocket] Add a log for write() | 1 | -1/+3 | ||
2023-01-10 | Add two tests for fs/promises | 1 | -0/+16 | ||
2023-01-10 | Fix fs:promises | 2 | -280/+209 | ||
2023-01-10 | Add some missing types | 1 | -1/+11 | ||
2023-01-10 | don't call add_server-name if len is not >0 | 1 | -1/+2 | ||