Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-15 | Disable some logging | 1 | -1/+1 | ||
2022-10-15 | More careful code generator | 1 | -5/+10 | ||
2022-10-15 | Simplify code that turns a fetch() response into a JSResponse | 1 | -18/+24 | ||
2022-10-15 | Dumber code is better code | 1 | -1/+3 | ||
2022-10-15 | Errors must return 0 instead of undefined | 4 | -48/+135 | ||
2022-10-15 | Fix crash when BodyMixin functions throw | 1 | -7/+12 | ||
Fixes https://github.com/oven-sh/bun/issues/1331#issuecomment-1279844836 | |||||
2022-10-15 | Add a helper for InlineBlob from two arrays | 2 | -7/+24 | ||
2022-10-15 | More logging | 1 | -5/+5 | ||
2022-10-15 | add more logging | 10 | -124/+129 | ||
2022-10-15 | More forcefully clone strings | 1 | -3/+15 | ||
2022-10-15 | More lenient for response_value data | 1 | -1/+1 | ||
2022-10-15 | Rename `pendingSockets` to `pendingWebSockets` | 1 | -3/+3 | ||
2022-10-15 | Fix memory leak in HTTP server | 1 | -0/+2 | ||
2022-10-15 | Remove unnecessary GC protect() call | 1 | -1/+31 | ||
2022-10-15 | Fix crash in WebSocketServer close | 1 | -3/+4 | ||
2022-10-15 | Be more careful with some of the string handling code | 1 | -1/+34 | ||
2022-10-15 | WebSocket Server support | 12 | -109/+2067 | ||
2022-10-15 | Add a way to update cached values from Zig | 1 | -15/+51 | ||
2022-10-13 | Fix import alias (#1313) | 1 | -0/+1 | ||
2022-10-12 | Fix crash in TextEncoder with rope strings that happens sometimes | 1 | -0/+1 | ||
2022-10-12 | Regenerate builtins | 11 | -17/+479 | ||
2022-10-12 | Fix `cancel` not working in some cases in ReadableStream | 1 | -1/+11 | ||
2022-10-12 | Fix a bug with ReadableStreamDefaultReader and `"direct"` controller | 1 | -14/+31 | ||
2022-10-12 | Implement `ReadableStream.prototype[Symbol.asyncIterator]` | 2 | -0/+74 | ||
cc @fabiancook | |||||
2022-10-12 | Stop keeping the process alive for too long | 1 | -4/+10 | ||
2022-10-12 | support array as first arg in `Bun.spawn` | 1 | -100/+118 | ||
2022-10-11 | Remove dead code | 1 | -17/+4 | ||
2022-10-11 | Fix crash when decoding latin1 rope strings and the GC is running | 1 | -1/+1 | ||
2022-10-11 | Implement `Bun.spawnSync` | 2 | -65/+168 | ||
2022-10-11 | Make `Bun.spawn` work on Linux | 2 | -40/+58 | ||
2022-10-11 | Add test for Bun.file() for stdin and stdout | 1 | -1/+1 | ||
2022-10-11 | Maybe fix linux bug? | 1 | -1/+4 | ||
2022-10-11 | Update server.zig | 1 | -1/+1 | ||
2022-10-11 | Use poll() to check if writable | 1 | -4/+14 | ||
2022-10-11 | Implement `fs.rm` cross-platformly | 1 | -3/+107 | ||
2022-10-10 | Automatically close stdout/stderr on subprocess exit if possible | 2 | -5/+21 | ||
2022-10-10 | Keep the process alive | 7 | -86/+62 | ||
2022-10-10 | Handle EAGAIN in Bun.write() for short input | 1 | -4/+63 | ||
2022-10-10 | Ensure we set globalThis in the FileBlob / FileSink | 1 | -0/+2 | ||
2022-10-10 | Support cache with same name applied to multiple getters | 2 | -11/+26 | ||
2022-10-10 | Fix issue with exit callback in Bun.spawn() never firing | 1 | -0/+14 | ||
2022-10-10 | Process inherits from EventEmitter | 2 | -14/+12 | ||
2022-10-10 | use tweaked CJS transform | 1 | -200/+3 | ||
2022-10-09 | Poll in | 1 | -1/+1 | ||
2022-10-09 | Don't set CLOEXEC | 1 | -3/+3 | ||
2022-10-09 | Bump version | 1 | -1/+1 | ||
2022-10-09 | `Bun.write` - truncate empty files | 1 | -9/+3 | ||
2022-10-09 | Missing code | 1 | -0/+1 | ||
2022-10-09 | More careful code for FileBlobLoader and FIleSink | 2 | -12/+101 | ||
2022-10-09 | Update WebKit | 1 | -0/+0 | ||