Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 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 | `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-10 | Support socketPath | 1 | -7/+22 | ||
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 | ||
2023-01-10 | Allow `tls: true` in Bun.connect | 3 | -19/+51 | ||
2023-01-10 | attempt (unsuccessfully) to improve c++ build time | 17 | -134/+152 | ||
2023-01-10 | [js parser] Do not inline regexp literals | 1 | -1/+1 | ||
2023-01-10 | Fix circular dependency in make headers | 1 | -0/+4 | ||
2023-01-10 | Changes from upgrading webkit | 6 | -51/+48 | ||
2023-01-10 | buffer.toString(undefined) should be UTF-8 | 1 | -0/+5 | ||
2023-01-10 | use `strings.hasPrefixComptime()` (#1755) | 14 | -115/+92 | ||
2023-01-10 | Fix missing c-ares dep in dev build (#1754) | 1 | -1/+1 | ||
2023-01-09 | refactor(readline/promises): re-export readline.promises from readline (#1748) | 2 | -239/+183 | ||
* refactor(readline/promises): re-export readline.promises from readline/promises * fix(readline): don't export Readline from `readline` * perf(readline): return Promise.reject immediately after failed validation | |||||
2023-01-09 | Update child_process-node.test.js | 1 | -6/+1 | ||
2023-01-09 | Update test_command.zig | 1 | -2/+2 | ||
2023-01-09 | Add very simple dns test | 2 | -1/+34 | ||
2023-01-09 | fixup | 1 | -5/+5 | ||
2023-01-09 | Update test_command.zig | 1 | -3/+3 | ||
2023-01-09 | Rename | 1 | -18/+21 | ||
2023-01-09 | Update test_command.zig | 1 | -6/+8 | ||
2023-01-09 | [bun:test] Implement `test.root` configuration option | 3 | -0/+21 | ||
2023-01-09 | Fix frozen IO stuff | 1 | -1/+1 | ||
2023-01-09 | [bun:test] Implement `test.skip` | 3 | -65/+210 | ||
2023-01-09 | [dns] Fix UAF | 1 | -15/+27 | ||
2023-01-09 | Fixes https://github.com/oven-sh/bun/issues/1533 | 2 | -6/+29 | ||
2023-01-09 | Add test for Bun.listen throwing | 1 | -0/+17 | ||
2023-01-09 | Make autotick logic more consistent | 1 | -5/+1 | ||
2023-01-09 | Cleanup code in expectToThrow | 2 | -12/+25 | ||
2023-01-09 | Cleanup error handling in Bun.listen | 3 | -90/+149 | ||
2023-01-09 | check for isEmpty or !isCell | 4 | -51/+50 | ||
2023-01-09 | Handle 0 in isCell | 1 | -1/+4 | ||
2023-01-09 | Add test for expect().toThrow | 1 | -0/+24 | ||
2023-01-08 | Revert "lazily create buffer/string slices (#1735)" | 2 | -120/+33 | ||
This reverts commit e2ed31b7e79d1cb4fca492de3be0324afc9fd3a1. | |||||
2023-01-09 | fix string encoding detection | 1 | -1/+1 | ||