Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-17 | only check oncebun-v0.0.73 | 1 | -42/+33 | ||
2022-03-17 | Add test coverage for emoji in blobs | 1 | -84/+133 | ||
2022-03-17 | Prevent segfault | 1 | -0/+4 | ||
2022-03-17 | move some code around | 3 | -189/+9 | ||
2022-03-17 | Update build-id | 1 | -1/+1 | ||
2022-03-17 | optimize blob.text() | 1 | -83/+185 | ||
2022-03-17 | query_string_map -> url | 30 | -28/+405 | ||
2022-03-16 | Fix crash from checking if something is an object when it is undefinedbun-v0.0.72 | 4 | -12/+12 | ||
2022-03-16 | Fix setTimeout on Linux | 1 | -5/+12 | ||
2022-03-16 | Increase from 4ms -> 40ms for timeout | 1 | -1/+1 | ||
2022-03-16 | Update README.md | 1 | -0/+1 | ||
2022-03-16 | llvm-stirp not working | 1 | -1/+0 | ||
2022-03-16 | Update Makefile | 1 | -1/+1 | ||
2022-03-16 | Update Dockerfile.base | 1 | -0/+1 | ||
2022-03-16 | Update Makefile | 1 | -2/+23 | ||
2022-03-16 | cleanup error printing | 7 | -105/+193 | ||
2022-03-16 | Revert "Unlimited arguments in process.nextTick" | 1 | -38/+48 | ||
This reverts commit aff9d232b1e7dfbac5fa1b18631aba18ed5f27e7. | |||||
2022-03-16 | bun.lockb | 3 | -0/+0 | ||
2022-03-16 | Update feature_flags.zig | 1 | -0/+1 | ||
2022-03-16 | [bun.js] Bun.unsafe test should check the gc | 1 | -4/+14 | ||
2022-03-16 | Update work_pool.zig | 1 | -21/+28 | ||
2022-03-16 | Add a way to run serial tasks on a different thread | 1 | -3/+65 | ||
2022-03-16 | fix crash when SyntaxError is thrown and we did not receive an ErrorInstance? | 1 | -18/+25 | ||
2022-03-16 | [bun.js] Fix release-mode test failures in Headers | 1 | -47/+42 | ||
2022-03-16 | Update ref_count.zig | 1 | -2/+0 | ||
2022-03-15 | file is too bigjarred/repl | 1 | -113827/+0 | ||
2022-03-15 | Update Dockerfile.base | 1 | -1/+1 | ||
2022-03-15 | Add rust and lolhtml to dockerfile | 2 | -0/+20 | ||
2022-03-15 | bump webkit | 1 | -1/+1 | ||
2022-03-15 | Update WebKit | 1 | -0/+0 | ||
2022-03-15 | :camera: | 60 | -799/+859 | ||
2022-03-15 | Fix test failure | 1 | -15/+17 | ||
2022-03-15 | [bun:error] handle errors without a name or message | 1 | -6/+11 | ||
2022-03-15 | Update pool.zig | 1 | -0/+1 | ||
2022-03-15 | Load .env by default | 2 | -0/+8 | ||
2022-03-15 | mimalloc interpose is buggy | 1 | -2/+25 | ||
2022-03-15 | higher max http requests for bun.js | 1 | -0/+29 | ||
2022-03-15 | zero copy | 1 | -21/+15 | ||
2022-03-15 | Update javascript.zig | 1 | -2/+0 | ||
2022-03-15 | [bun.js] utf8 console.{time, count, timeEnd, profile, profileEnd, count, ↵ | 1 | -16/+16 | ||
countReset} | |||||
2022-03-15 | Create unsafe.test.js | 1 | -0/+32 | ||
2022-03-15 | Fix crash when `Headers.delete` | 1 | -99/+20 | ||
2022-03-15 | more tests | 3 | -72/+310 | ||
2022-03-14 | Add a fast path to TextDecoder UTF-16 for when you pass a Uint16Array | 1 | -85/+127 | ||
2022-03-14 | handle min ascii 16 | 1 | -7/+5 | ||
2022-03-14 | cleanup some code | 2 | -81/+14 | ||
2022-03-14 | FetchEvent's `request` will be disconnected from the real request after the ↵ | 1 | -21/+43 | ||
request is sent | |||||
2022-03-14 | Fix a couple memory leaks in `bun dev` | 11 | -144/+301 | ||
2022-03-14 | Switch to std.HashMap for DirEntry store | 4 | -16/+40 | ||
2022-03-14 | Unlimited arguments in process.nextTick | 1 | -48/+38 | ||