Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-07-01 | Improve test coverage for streams | 3 | -34/+128 | |
2022-07-01 | Fix failing tests for ReadableStream -> {text, arrayBuffer, blob} | 6 | -1422/+1841 | |
2022-07-01 | Zig::ImportMeta | 2 | -0/+302 | |
2022-07-01 | Move ImportMeta into it's own object | 10 | -1711/+2111 | |
2022-06-30 | [TextEncoder] Use JSC heap for small buffers | 1 | -16/+64 | |
2022-06-30 | Create `process` object lazily | 4 | -51/+73 | |
2022-06-30 | Fix incorrect type | 1 | -1/+7 | |
2022-06-30 | Improve test coverage for react ssr | 2 | -60/+238 | |
2022-06-30 | Fix memory leak | 1 | -0/+4 | |
2022-06-30 | Document failed experiment | 1 | -14/+251 | |
2022-06-30 | Fix promise memory leak | 5 | -23/+87 | |
2022-06-29 | [strings] Faster latin1 -> UTF8 length count | 1 | -14/+29 | |
2022-06-29 | [misc] Helper functions to ObjectPool | 1 | -0/+8 | |
2022-06-29 | [misc] Add `generate-sink` | 2 | -6/+12 | |
2022-06-29 | [http server] Fix a segfault when aborting | 1 | -58/+67 | |
2022-06-29 | Correctly handle latin1 rope strings with non-ascii characters | 1 | -36/+27 | |
2022-06-29 | [React SSR] Avoid `getById` slow path | 6 | -538/+812 | |
2022-06-29 | Regenerate builtins | 4 | -88/+150 | |
2022-06-29 | [web streams] Handle direct streams in `readableStreamToArray` | 2 | -69/+125 | |
2022-06-29 | Make HTTP web streams faster | 3 | -276/+377 | |
2022-06-29 | Remove incorrect assertion | 1 | -1/+0 | |
2022-06-29 | Fix bug with printer | 1 | -20/+26 | |
2022-06-29 | [encoder] Fix non-ascii latin1 characters | 2 | -76/+396 | |
2022-06-27 | begin adding react-ssr tests | 6 | -2/+1949 | |
2022-06-27 | [http server] couple more tests | 2 | -1/+47 | |
2022-06-27 | [uws] Add helper for corking | 1 | -2/+27 | |
2022-06-27 | Handle when there are no headers to send | 4 | -12/+15 | |
2022-06-27 | Cork streams when possible | 2 | -148/+99 | |
2022-06-27 | Fix memory issue with error messages | 1 | -1/+1 | |
2022-06-27 | Faster web streams | 9 | -2399/+467 | |
2022-06-27 | [web streams] Add more tests | 1 | -81/+131 | |
2022-06-27 | Use less undefined | 1 | -1/+9 | |
2022-06-27 | Add scoped logger functions for debug builds | 1 | -0/+41 | |
2022-06-27 | use less `undefined` | 1 | -5/+9 | |
2022-06-27 | [fetch] Fix data corruption bug | 2 | -49/+51 | |
2022-06-27 | Fix data corruption bug in HTTP server | 2 | -2/+13 | |
2022-06-26 | wip ReadableStream for HTTP(s) Server | 42 | -1318/+3779 | |
2022-06-25 | Better `node:url` polyfill | 3 | -9/+832 | |
2022-06-25 | Implement `Bun.pathToFileURL` & `Bun.pathToFileURL` | 2 | -3/+106 | |
2022-06-25 | Update transpiler.zig | 1 | -1/+1 | |
2022-06-25 | Cleanup some of the require code | 12 | -167/+272 | |
2022-06-24 | Add dynamic require support | 30 | -249/+914 | |
2022-06-23 | Update Makefile | 1 | -1/+1 | |
2022-06-23 | Update Makefile | 1 | -1/+1 | |
2022-06-23 | Update Makefile | 1 | -5/+5 | |
2022-06-23 | Update Makefile | 1 | -7/+5 | |
2022-06-23 | Update Dockerfile | 1 | -2/+2 | |
2022-06-23 | Update Makefile | 1 | -1/+1 | |
2022-06-23 | give up on emit-llvm for sqlite3 | 1 | -1/+1 | |
2022-06-23 | maybe that fixes it? | 2 | -1/+2 |