Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-09-05 | Support async `onLoad` callbacks in `Bun.plugin` | 12 | -659/+1371 | |
2022-09-05 | Move `generateObjectModuleSourceCode` to separate file to fix build error | 2 | -24/+31 | |
2022-09-05 | `inline` | 1 | -1/+1 | |
2022-09-05 | Missing #pragma once | 1 | -0/+2 | |
2022-09-04 | Rename `is_macro_mode` -> `use_alternate_source_cache` | 1 | -2/+2 | |
2022-09-04 | `[node:module]` Implement `_resolveFileName`, stub `_nodeModulePaths` & `_cache` | 7 | -86/+150 | |
2022-09-04 | @globalPrivate -> @linkTimeConstant | 6 | -111/+110 | |
2022-09-03 | [Node API] Fix `napi_module_register` | 6 | -20/+59 | |
2022-09-03 | Fix `createRequire()` in `node:module` | 8 | -156/+263 | |
2022-09-03 | Fix build error | 1 | -6/+5 | |
2022-09-03 | Fixes https://github.com/oven-sh/bun/issues/677 | 1 | -7/+9 | |
2022-09-03 | Plugin API (#1199) | 11 | -9/+905 | |
2022-09-01 | Fix failing Buffer tests (#1197) | 1 | -6/+6 | |
2022-09-01 | Delete some dead code | 4 | -217/+2 | |
2022-09-01 | Add native StringDecoder (#1188) | 12 | -10/+639 | |
2022-09-01 | Fix crash in napi finalizer | 1 | -1/+1 | |
2022-09-01 | Fixes https://github.com/oven-sh/bun/issues/1183 | 1 | -1/+2 | |
2022-08-30 | Add profiler support (#1110) | 2 | -1/+66 | |
2022-08-29 | Fixed JSBuffer write issues (#1175) | 1 | -15/+12 | |
2022-08-29 | Improve error when FFI fails to dlopen() | 1 | -2/+15 | |
2022-08-29 | chore: Clean buffer C API (#1174) | 4 | -399/+149 | |
2022-08-28 | Remove code that doesn't work | 8 | -620/+7 | |
2022-08-28 | More reliable macOS event loop (#1166) | 1 | -1/+16 | |
2022-08-28 | support pass null as NULL ptr (#1160) | 2 | -1/+7 | |
2022-08-28 | [bun:ffi] Fix crash with uint64_t | 3 | -9/+8 | |
2022-08-28 | [bun:ffi] Fix int16 / uin16 max | 1 | -3/+6 | |
2022-08-27 | Update WebKit (#1165) | 57 | -986/+1064 | |
2022-08-27 | Fix crash in `os` module on macOS | 2 | -74/+108 | |
2022-08-27 | Fix ffi uint64_t parameter (#1158) | 3 | -9/+7 | |
2022-08-27 | fix compile error (#1157) | 1 | -2/+4 | |
2022-08-26 | Implement `napi_add_finalizer` | 1 | -0/+13 | |
2022-08-26 | Update node_fs.zig | 1 | -1/+1 | |
2022-08-26 | fix mkdtemp (#1151) | 1 | -3/+3 | |
2022-08-25 | Add native BufferList (#1146) | 8 | -167/+500 | |
2022-08-25 | feat: implement native os module (#1115) | 13 | -8/+1292 | |
2022-08-25 | Faster way to lookup mimetype | 1 | -7/+8 | |
2022-08-24 | Fix clearTimeout and linux timeout (#1138) | 1 | -4/+10 | |
2022-08-23 | updated minified url polyfill (#1132) | 1 | -1/+1 | |
2022-08-23 | add SlowBuffer (#1133) | 3 | -1/+15 | |
2022-08-22 | Remove response pool | 3 | -47/+8 | |
2022-08-22 | Fix build error | 3 | -2/+16 | |
2022-08-22 | woops | 1 | -1/+0 | |
2022-08-22 | [node:http] speed up assigning headers | 3 | -75/+58 | |
2022-08-22 | reduce usage of protect | 1 | -1/+11 | |
2022-08-22 | Improve error message when port is already in use | 1 | -2/+12 | |
2022-08-22 | Update server.zig | 1 | -2/+2 | |
2022-08-22 | Support emit Symbol events in EventEmitter (#1129) | 7 | -122/+278 | |
2022-08-22 | faster way to read content-type | 1 | -1/+1 | |
2022-08-22 | Fix `Buffer.isEncoding` | 1 | -1/+3 | |
2022-08-22 | Add some optimizations to FetchHeaders | 3 | -16/+188 |