Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-11-27 | Fix crash in OnigurumaRegExp getters | 1 | -0/+6 | |
2022-11-26 | Fix build issue | 2 | -15/+17 | |
2022-11-26 | [bun:sqlite] Fix bug with latin1 supplemental characters | 1 | -2/+5 | |
2022-11-26 | Update mimalloc | 1 | -0/+0 | |
2022-11-26 | Update string_immutable.zig | 1 | -1/+1 | |
2022-11-26 | Faster UTF16 -> UTF8 and UTF8 -> UTF16 (#1552) | 7 | -1/+31138 | |
2022-11-26 | Make HTTP status text more consistent with other HTTP servers | 1 | -2/+73 | |
2022-11-26 | Fix 0 | 1 | -2/+4 | |
2022-11-26 | Slightly improve when printing lots of numbers | 2 | -1/+55 | |
2022-11-26 | Make console.log prettier | 4 | -82/+300 | |
2022-11-25 | Prevent closing stdout / stderr | 1 | -2/+10 | |
2022-11-25 | Fix linux build issue | 1 | -5/+9 | |
2022-11-25 | Fix double free | 2 | -15/+28 | |
2022-11-25 | Update zlib | 1 | -0/+0 | |
2022-11-25 | Simplify | 1 | -7/+5 | |
2022-11-25 | Add some missing finalizers | 1 | -24/+11 | |
2022-11-25 | Always watch | 2 | -2/+3 | |
2022-11-25 | Fix `Subprocess.prototype.killed` | 1 | -4/+18 | |
2022-11-25 | Fix macros that return a Promise | 2 | -18/+85 | |
2022-11-25 | Report `Infinity` when for non-regular files with a size of 0 | 1 | -11/+20 | |
2022-11-25 | Update tests for behavior change | 1 | -17/+0 | |
2022-11-25 | [internal] Log stat calls | 1 | -2/+13 | |
2022-11-25 | [internal] Remove all usages of `suspend` and `resume` | 1 | -207/+176 | |
2022-11-25 | Fix memory leak with `.json()` | 1 | -0/+1 | |
2022-11-25 | [behavior change] Bun.file().size now always reports a number | 1 | -0/+38 | |
2022-11-25 | Fix crash that sometimes occurred when freeing file data | 1 | -1/+2 | |
2022-11-25 | Fix spurious assertion | 1 | -1/+1 | |
2022-11-25 | Use new enum for checking writable | 1 | -3/+3 | |
2022-11-25 | Enable Resizable ArrayBuffer proposal | 1 | -0/+1 | |
2022-11-25 | Upgrade WebKit | 9 | -58/+82 | |
2022-11-25 | Add recv | 1 | -2/+9 | |
2022-11-25 | Introduce `FileSink.ref()` and `FileSink.unref()` | 6 | -53/+310 | |
2022-11-25 | [streams] Always call start | 2 | -14/+10 | |
2022-11-25 | Fix reading FIFO files | 2 | -19/+59 | |
2022-11-25 | [safety] Add a generation_number to FilePoll on macOS to check for use-after-... | 1 | -3/+20 | |
2022-11-24 | Improve SIGPIPE handling | 4 | -85/+121 | |
2022-11-24 | Use is_in_heap_region instead of _check_owned | 4 | -7/+9 | |
2022-11-24 | Fix crash when console.log() / console.error() fails to write to stdout/stdin | 1 | -7/+28 | |
2022-11-24 | Fix missing sigpipe handler | 1 | -0/+31 | |
2022-11-24 | Update streams.zig | 1 | -1/+1 | |
2022-11-24 | Add extra check | 2 | -4/+4 | |
2022-11-24 | Don't pre-maturely close the input buffer | 1 | -0/+4 | |
2022-11-24 | Workaround strange crash | 1 | -22/+18 | |
2022-11-24 | Update streams.zig | 1 | -5/+7 | |
2022-11-24 | Update streams.zig | 1 | -2/+2 | |
2022-11-24 | Update streams.zig | 1 | -1/+1 | |
2022-11-23 | Remove extra newlines | 1 | -1/+1 | |
2022-11-23 | Bun.deepEquals and expect().toEqual() (#1548) | 9 | -67/+685 | |
2022-11-23 | Fix build error | 1 | -1/+1 | |
2022-11-23 | nohang flag | 1 | -1/+1 |