Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-23 | [napi] Support defining properties with symbol as names | 1 | -12/+36 | |
2023-01-23 | [napi] Handle missing description in `napi_create_symbol` | 2 | -6/+32 | |
2023-01-23 | enhancement(fetch): Merge parameters from request parameter with the second p... | 2 | -98/+277 | |
2023-01-23 | :scissors: duplicate code | 1 | -64/+9 | |
2023-01-23 | Fix crash in DOMJIT call with empty input | 1 | -0/+9 | |
2023-01-23 | Update transpiler.zig | 1 | -1/+1 | |
2023-01-23 | Add a comment | 14 | -7966/+8453 | |
2023-01-23 | Upgrade Bun.Transpiler to use new bindings | 3 | -201/+243 | |
2023-01-23 | Prepare for plugins | 1 | -24/+46 | |
2023-01-23 | Sort the generated classes list | 1 | -0/+1 | |
2023-01-23 | [bindings] Add `custom` field to enable writing one-off C++ in the zig class | 1 | -6/+52 | |
2023-01-22 | fix unrefOnNextTick | 8 | -21/+41 | |
2023-01-22 | Add tests for async failure | 1 | -3/+3 | |
2023-01-22 | [EventEmitter] Preserve `this` in event emitter callbacks | 8 | -28/+86 | |
2023-01-22 | [bun:sqlite] cleanup `run` | 1 | -4/+7 | |
2023-01-22 | Fixes #1366 | 1 | -63/+72 | |
2023-01-22 | Add extremely slow node:zlib polyfill | 4 | -2/+4827 | |
2023-01-22 | Update http.exports.js | 1 | -1/+1 | |
2023-01-22 | [node:http] Add `address()` and fix callback / options parsing | 1 | -9/+29 | |
2023-01-22 | feat(dns) resolveSrv (#1870) | 7 | -18/+658 | |
2023-01-22 | cleanup execArgv a little | 1 | -4/+19 | |
2023-01-22 | stub out process.stdin.setRawMode | 2 | -1/+3 | |
2023-01-21 | Implement `process.execArgv` | 5 | -2/+41 | |
2023-01-21 | Zig stdlib change | 1 | -4/+4 | |
2023-01-21 | Update uws | 1 | -0/+0 | |
2023-01-21 | Support query string parameters in module resolution | 11 | -60/+181 | |
2023-01-21 | Refactor `new Buffer` to pass Node.js tests | 4 | -25/+119 | |
2023-01-21 | [Buffer] Add deprecated `parent` property | 3 | -0/+19 | |
2023-01-21 | Fix `make headers` | 1 | -0/+1 | |
2023-01-21 | Fix test failure due to UB | 5 | -40/+72 | |
2023-01-21 | minor clean-ups (#1869) | 4 | -19/+16 | |
2023-01-21 | Update module_loader.zig | 1 | -4/+4 | |
2023-01-21 | [semver] parse `^` & `~` expressions correctly (#1854) | 5 | -215/+243 | |
2023-01-21 | Remove UB with `semver.String` | 4 | -35/+47 | |
2023-01-21 | [buffer] Add faster path for Uint8Array | 2 | -1/+13 | |
2023-01-21 | Handle string subclasses and new String() in new Buffer | 1 | -2/+11 | |
2023-01-21 | Make Buffer.alloc* 3ns faster | 1 | -11/+17 | |
2023-01-21 | [buffer] Make Buffer.from pass more tests | 3 | -91/+119 | |
2023-01-20 | constructor parameter properties in class expressions (#1867) | 1 | -8/+19 | |
2023-01-20 | push super before generated statements (#1856) | 1 | -29/+23 | |
2023-01-20 | Clear the errors | 1 | -0/+2 | |
2023-01-20 | one less hash table | 1 | -2/+13 | |
2023-01-20 | Add another test | 1 | -1/+0 | |
2023-01-20 | Further cleanup buffer encoding | 1 | -48/+26 | |
2023-01-20 | Fixes #1855 | 1 | -5/+6 | |
2023-01-20 | Fix assertion failure with boringssl messages | 3 | -5/+132 | |
2023-01-19 | Revert "ignore sighup" | 1 | -45/+10 | |
2023-01-19 | ignore sighup | 1 | -10/+45 | |
2023-01-19 | make this code easier to read | 3 | -29/+26 | |
2023-01-19 | Update types.zig | 1 | -4/+0 |