Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-08-28 | Update README.md | 1 | -1/+6 | |
2022-08-28 | Update package.json | 1 | -1/+1 | |
2022-08-28 | Remove code that doesn't work | 12 | -632/+41 | |
2022-08-28 | More reliable macOS event loop (#1166) | 13 | -144/+607 | |
2022-08-28 | feat: hack in support for tsconfig `extends` (#1147) | 2 | -14/+47 | |
2022-08-28 | support pass null as NULL ptr (#1160) | 6 | -1/+27 | |
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) | 67 | -1083/+1210 | |
2022-08-27 | Fix crash in `os` module on macOS | 2 | -74/+108 | |
2022-08-27 | Update Makefile | 1 | -1/+1 | |
2022-08-27 | Update Makefile | 1 | -0/+2 | |
2022-08-27 | Fix ffi uint64_t parameter (#1158) | 4 | -39/+63 | |
2022-08-27 | fix compile error (#1157) | 3 | -5/+7 | |
2022-08-27 | added shell to STRIP variable definition (#1156) | 1 | -1/+1 | |
2022-08-26 | Update napi.zig | 1 | -1/+3 | |
2022-08-26 | Remove pointer to stack buffer in `os` module and fix build issue | 3 | -23/+19 | |
2022-08-26 | Implement `napi_add_finalizer` | 1 | -0/+13 | |
2022-08-26 | Fix debug build cache | 1 | -1/+4 | |
2022-08-26 | fix: Update broken README links (#1148) | 1 | -3/+3 | |
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) | 27 | -15/+1820 | |
2022-08-25 | Fix `Request` and `Response` in macros | 1 | -19/+31 | |
2022-08-25 | Faster way to lookup mimetype | 1 | -7/+8 | |
2022-08-25 | Fix incorrect `indexOfNotChar` causing sourcemaps bugs | 1 | -7/+9 | |
2022-08-24 | Fix clearTimeout and linux timeout (#1138) | 2 | -5/+11 | |
2022-08-24 | Add pad back to base64 (#1140) | 1 | -4/+4 | |
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 | Update mime_type.zig | 1 | -0/+6 | |
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 | |
2022-08-22 | Fix import path | 1 | -1/+1 | |
2022-08-22 | 38% faster `node:http` | 1 | -77/+203 |