Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-28 | toHaveProperty and tests (#1558) | 1 | -1/+1 | ||
* toHaveProperty and tests * emoji tests | |||||
2022-11-22 | Remove some dead code | 1 | -416/+0 | ||
2022-11-22 | [FileSystemRouter] base_dir, Request, Response | 1 | -1/+73 | ||
2022-11-22 | Introduce `Bun.FileSystemRouter` API | 1 | -162/+975 | ||
2022-11-20 | [internal] Implement `visitAdditionalChildren` | 1 | -6/+219 | ||
2022-11-20 | [TCP] Make `Socket` more careful about GC | 1 | -0/+12 | ||
2022-11-19 | Fix a GC issue with `Bun.spawn` | 1 | -2/+9 | ||
The `Subprocess` object stays alive until the process exits, even if it's never referenced | |||||
2022-11-18 | bun test matchers and tests (#1526) | 1 | -0/+120 | ||
* ignore webkit for cherry-pick * toContain and toBeTruthy * toBe null, undefined, falsy, toHaveProperty, .not * markBindings * remove toHaveProperty, undo ignore webkit, more tests * undo ignore webkit * remove bad tests * check if length property exists for toHaveLength() * fix call signature * handle argument that is not an integer * getLengthOfArray returns u64 * switch to truncate * toHaveLength() edge cases * add toBooleanSlow() * infinity, nan, negative | |||||
2022-11-15 | add generated getter/setter type with thisValue (#1513) | 1 | -6/+6 | ||
2022-11-08 | 20% faster TextDecoder on small inputs | 1 | -4420/+3871 | ||
2022-11-07 | [bun:test] Implement `expect` in faster Zig bindings | 1 | -1132/+3476 | ||
2022-10-28 | space | 1 | -0/+206 | ||
2022-10-25 | TCP & TLS Socket API (#1374) | 1 | -1/+1365 | ||
* TCP Socket API * Wip * Add snippet for StringDecoder * Rename `close` to `stop`, replace `close` with `end` * Add a tcp echo server test * Some docs * Update README.md * Fix build * Update README.md Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-10-17 | Implement `sendText`, `sendBinary`, `publishText`, `publishBinary` | 1 | -0/+208 | ||
2022-10-17 | Redo WebSocket api | 1 | -0/+22 | ||
2022-10-15 | Errors must return 0 instead of undefined | 1 | -15/+101 | ||
2022-10-15 | WebSocket Server support | 1 | -1/+489 | ||
2022-10-10 | Keep the process alive | 1 | -31/+12 | ||
2022-10-08 | Fix fetch response redirected (#1303) | 1 | -1/+71 | ||
* fix: sync codegen * fix: generate class script * fix: sync codegen * fix: add response redirected property | |||||
2022-09-28 | Implement `reportExtraMemoryVisited` and `reportExtraMemoryAllocated` in ↵ | 1 | -4/+51 | ||
bindings | |||||
2022-09-26 | Make `Bun.spawn`, FileSink and FileBlobLoader a little more reliable | 1 | -15/+25 | ||
2022-09-26 | [Web Streams] Add `body` to `Response` and `Request` (#1255) | 1 | -0/+52 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-09-25 | wip | 1 | -1/+378 | ||
2022-09-22 | Faster `Blob` + begin to implement `FileSink` | 1 | -34/+379 | ||
2022-08-27 | Update WebKit (#1165) | 1 | -75/+75 | ||
* Update WebKit * Fix `DataView` and non-8 bit sized typed arrays with TextDecoder * New WebKit Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-08-18 | Faster TextDecoder | 1 | -90/+95 | ||
2022-08-18 | Fix missing `prototype` property on generated classes | 1 | -731/+929 | ||
2022-08-18 | Handle builds with remote inspector disabled | 1 | -1/+1 | ||
2022-08-17 | Move the crypto hashers to the new bindings | 1 | -266/+2168 | ||
2022-08-17 | New Zig <> C++ bindings generator. +20% faster HTTP server | 1 | -0/+972 | ||