Age | Commit message (Expand) | Author | Files | Lines |
2023-10-17 | yayjarred/prepare-for-libuv | dave caruso
| 1 | -3395/+0 |
2023-10-17 | progress | dave caruso
| 1 | -2581/+2994 |
2023-10-17 | fix(node:http): fix `server.address()` (#6442) | Ai Hoshino
| 1 | -0/+4 |
2023-09-18 | feat(test): Implement `arrayContaining` (#5572) | WingLim
| 1 | -0/+56 |
2023-09-05 | feat(runtime): Implement `fs.watchFile` (#4467) | dave caruso
| 1 | -0/+83 |
2023-08-25 | Automatically hot reload Bun.serve() (#4344) | Jarred Sumner
| 1 | -0/+4 |
2023-08-21 | import errors have `code` set to `ERR_MODULE_NOT_FOUND` and `require` errors ... | Jarred Sumner
| 1 | -0/+1 |
2023-08-18 | Implement BigIntStats (#4208) | dave caruso
| 1 | -0/+59 |
2023-08-18 | Remove most C API usages, add debugger pretty printers for `Headers`, `URLSea... | Jarred Sumner
| 1 | -0/+330 |
2023-08-17 | refactor: move HTMLRewriter to c++ bindings (#4193) | Brúnó Salomon
| 1 | -0/+420 |
2023-07-14 | structured clone (#3637) | Dylan Conway
| 1 | -0/+24 |
2023-06-25 | [fs.watch] fix reference/deinit (#3396) | Ciro Spaciari
| 1 | -0/+27 |
2023-06-23 | [feat] fs.watch (#3249) | Ciro Spaciari
| 1 | -0/+56 |
2023-06-09 | `toMatchObject` and some asymmetric matchers (#3260) | Dylan Conway
| 1 | -0/+162 |
2023-05-30 | Update ZigGeneratedClasses.h | Jarred Sumner
| 1 | -60/+0 |
2023-05-26 | Fix crash in test.todo + remove JSC C API usages in bun:test (#3079) | Jarred Sumner
| 1 | -0/+60 |
2023-05-17 | Make `BuildError` and `ResolveError` use C++ instead of JSC C API | Jarred Sumner
| 1 | -0/+119 |
2023-05-14 | feat(Timer.refresh) add refresh support on Timer (#2874) | Ciro Spaciari
| 1 | -0/+7 |
2023-05-10 | Implement `BuildArtifact` | Jarred Sumner
| 1 | -0/+61 |
2023-05-09 | Add `name` property | Jarred Sumner
| 1 | -0/+6 |
2023-04-27 | fix: make node:crypto Hash.copy work correctly (#2761) | Silver
| 1 | -1663/+1435 |
2023-04-17 | Prepare for `Bun.build` | Jarred Sumner
| 1 | -1510/+1657 |
2023-04-07 | Bun gets a new bundler (#2312) | Jarred Sumner
| 1 | -1659/+1510 |
2023-04-07 | feat(tls.Server) basic support (cert, key, rejectUnauthorized, requestCert, c... | Ciro Spaciari
| 1 | -1438/+1664 |
2023-03-14 | Implement `toMatchSnapshot()` (#2294) | Dylan Conway
| 1 | -0/+56 |
2023-02-22 | feat(Request.signal) Initial support for signal in Request + fetch and Reques... | Ciro Spaciari
| 1 | -0/+1 |
2023-02-22 | [breaking] Return Node.js `Timeout` objects in `setTimeout`, `setInterval`, a... | Jarred Sumner
| 1 | -0/+50 |
2023-02-11 | Backport std::forward change | Jarred Sumner
| 1 | -50/+50 |
2023-02-06 | set the type | Jarred Sumner
| 1 | -1/+1 |
2023-02-06 | Mark some things as not configurable | Jarred Sumner
| 1 | -0/+58 |
2023-01-23 | Add a comment | Jarred Sumner
| 1 | -377/+431 |
2022-12-29 | Introduce `Bun.CryptoHasher` | Jarred Sumner
| 1 | -10/+17 |
2022-12-28 | Implement `Bun.RIPEMD160` | Jarred Sumner
| 1 | -0/+50 |
2022-12-28 | Upgrade to latest Zig (#1610) | Jarred Sumner
| 1 | -0/+106 |
2022-11-22 | Remove some dead code | Jarred Sumner
| 1 | -4/+4 |
2022-11-22 | [FileSystemRouter] base_dir, Request, Response | Jarred Sumner
| 1 | -0/+1 |
2022-11-22 | Introduce `Bun.FileSystemRouter` API | Jarred Sumner
| 1 | -0/+119 |
2022-11-20 | [internal] Implement `visitAdditionalChildren` | Jarred Sumner
| 1 | -27/+45 |
2022-11-20 | [TCP] Make `Socket` more careful about GC | Jarred Sumner
| 1 | -0/+54 |
2022-11-19 | Fix a GC issue with `Bun.spawn` | Jarred Sumner
| 1 | -1012/+965 |
2022-11-07 | [bun:test] Implement `expect` in faster Zig bindings | Jarred Sumner
| 1 | -1221/+71 |
2022-10-28 | space | Jarred Sumner
| 1 | -0/+51 |
2022-10-25 | TCP & TLS Socket API (#1374) | Jarred Sumner
| 1 | -0/+375 |
2022-10-15 | WebSocket Server support | Jarred Sumner
| 1 | -0/+125 |
2022-10-10 | Keep the process alive | Jarred Sumner
| 1 | -4/+1 |
2022-10-08 | Fix fetch response redirected (#1303) | zhiyuan
| 1 | -0/+2 |
2022-09-28 | Implement `reportExtraMemoryVisited` and `reportExtraMemoryAllocated` in bind... | Jarred Sumner
| 1 | -29/+28 |
2022-09-26 | Make `Bun.spawn`, FileSink and FileBlobLoader a little more reliable | Jarred Sumner
| 1 | -28/+29 |
2022-09-26 | [Web Streams] Add `body` to `Response` and `Request` (#1255) | Jarred Sumner
| 1 | -2/+4 |
2022-09-25 | wip | Jarred Sumner
| 1 | -0/+127 |