Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-06-22 | change the directory structurejarred/rename | 1 | -2738/+0 | |
2022-06-22 | Fix `WebSocket` when HTTP server is not running | 1 | -0/+13 | |
2022-06-22 | Update javascript.zig | 1 | -13/+152 | |
2022-06-22 | Fix error messages sometimes printing undefined memory | 1 | -3/+9 | |
2022-06-22 | Preallocate some event loop tasks | 1 | -0/+3 | |
2022-06-07 | Web Streams API (#176) | 1 | -422/+45 | |
2022-05-16 | `bun:sqlite` (#167) | 1 | -0/+30 | |
2022-05-11 | [bun.js] Implement `import.meta.require` | 1 | -115/+163 | |
2022-05-05 | it can call functions | 1 | -3/+16 | |
2022-05-05 | `napi_threadsafe_function` | 1 | -2/+3 | |
2022-05-05 | cleanup hook | 1 | -0/+10 | |
2022-05-05 | implement napi_async_work | 1 | -0/+53 | |
2022-05-03 | Add docs for FFI | 1 | -1/+10 | |
2022-05-02 | [bun:ffi] cleanup | 1 | -1/+1 | |
2022-04-29 | [bun:ffi] it works | 1 | -2/+13 | |
2022-04-18 | [node] Add more fs constants (#144) | 1 | -1/+1 | |
2022-04-12 | Make sendfile more reliable | 1 | -9/+0 | |
2022-04-12 | wip fixes to sendfile() blocking | 1 | -6/+2 | |
2022-04-11 | slight perf improvement to concurrently queueing tasks | 1 | -4/+6 | |
2022-04-11 | [bun.js] Add a `Server.stop` function | 1 | -6/+32 | |
2022-04-10 | make checking for bun modules a compile time step | 1 | -0/+2 | |
2022-04-06 | Update javascript.zig | 1 | -1/+1 | |
2022-04-04 | fix bug with io sometimes sleeping permanetly | 1 | -0/+2 | |
2022-04-04 | Make `Bun.file()` -> HTMLRewriter -> HTTP response work | 1 | -0/+8 | |
2022-04-01 | Decrement task counter | 1 | -2/+11 | |
2022-04-01 | [bun.js] Use `Headers` from WebKit instead of custom | 1 | -2/+1 | |
2022-03-30 | [bun.js] Fix `import.meta.resolve` when the path points to a bundled file | 1 | -36/+42 | |
2022-03-24 | Implement error page for HTTP server | 1 | -2/+11 | |
2022-03-23 | [bun.js] Implement Bun.write() | 1 | -0/+16 | |
2022-03-22 | Handle integer sizes greater than i32 | 1 | -0/+2 | |
2022-03-21 | [bun.js] 2/? Implement `Response.file`, sendfile edition | 1 | -0/+7 | |
2022-03-21 | [bun.js] 1/? Implement `Response.file` | 1 | -0/+24 | |
2022-03-20 | microptimize | 1 | -1/+1 | |
2022-03-20 | the events, they loop | 1 | -1/+5 | |
2022-03-19 | generate separate interop code for bun | 1 | -1/+1 | |
2022-03-18 | handle ShadowRealm | 1 | -3/+9 | |
2022-03-18 | [bun.js] Fix missing `.prototype` on builtins | 1 | -9/+32 | |
2022-03-17 | Fix crash when printing errors that are an unexpected type | 1 | -1/+1 | |
2022-03-17 | Move `Bun` to JSC.API | 1 | -1409/+32 | |
2022-03-17 | query_string_map -> url | 1 | -1/+1 | |
2022-03-16 | cleanup error printing | 1 | -27/+15 | |
2022-03-16 | Add a way to run serial tasks on a different thread | 1 | -3/+65 | |
2022-03-15 | Update javascript.zig | 1 | -2/+0 | |
2022-03-14 | Fix a couple memory leaks in `bun dev` | 1 | -37/+90 | |
2022-03-14 | Reference-counting for `Blob` and `Headers` | 1 | -132/+82 | |
2022-03-13 | [bun.js] Implement `Blob` | 1 | -6/+10 | |
2022-03-12 | [Bun.js] Implement `HTMLRewriter` | 1 | -2/+2 | |
2022-03-11 | skeleton | 1 | -0/+2 | |
2022-03-11 | Source Maps for client-side errors & columns | 1 | -7/+28 | |
2022-03-10 | twiddle with formatting | 1 | -18/+42 |