Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
* create thread safe function task
* Update napi.zig
* Update napi.zig
|
|
Remove comment about removed `BUN_OVERRIDE_MODULE_PATH` env var
|
|
|
|
* remove trim
* separate function
* a test
* trim when `stream` is true
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
|
* Align `process.nextTick` execution order with Node
* some tests
* formatting
* fixups
* fix the test failures
* simplify the logic here
* push it up
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: dave caruso <me@paperdave.net>
|
|
* really lame prototype
* uses threads but badly
* it works i guess
* unwatchFile but lame
* it works
* test
* a
* aomitcs
* fix unwatching race condition
* use hasPendingActivity and GC stuff better
* test
* revert this
|
|
* emit close event on connection error
* re-review
* add test
|
|
* always use readable stream if it is available
* use bun sleep
* fix tests
* rm uws dep
|
|
|
|
* padding sucks
* this assertion is already done elsewhere
* remove test. will be covered alex's pr i believe?
* fix webkit submodule
* fix uws submodule
|
|
|
|
* `node` null for localhost getaddrinfo
* more test
|
|
|
|
|
|
|
|
* fix zlib deflate on fetch
* mention issue on test
* more tests
* oops
|
|
Close: #4377
|
|
* html rewriter response buffering
* pipe the data when marked as used
* fix empty response
* add some fetch tests
* deinit parent stream
* fix decompression
* keep byte_reader alive
* update builds
* remove nonsense
* was not nonsense after all
* protect tmp ret value from GC, fix readable strong ref deinit/init
* fmt
* if we detach the stream we cannot update the fetch stream
* detach checking source
* more tests, progress with javascript and Direct sink
* drop support for pure readable stream for now
* more fixes
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
|
|
|
* fix(syscall): fix handling syscall errno
Close: #4198
* remove unused code
* add more tests
* remove unused code
|
|
|
|
Co-authored-by: Karl Böhlmark <karl.bohlmark@netinsight.net>
|
|
Replace
`key: [Bun.file('./key1.pem'), Bun.file('./key2.pem']`
with
`key: [Bun.file('./key1.pem'), Bun.file('./key2.pem')]`
|
|
|
|
|
|
|
|
* check sendfile ctx
* add test
* undo blob check
* undo undo and add assert
|
|
|
|
|
|
|
|
|
|
* fix incorrect c pointer
* format
* lets go
* random other test case fixed
* hanassagi patch
* Update dns_resolver.zig
* Revert "Update dns_resolver.zig"
This reverts commit 53eb338048583a338e7c01d2b351f1c679db3e15.
* See if the tests pass
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* yippee
* enable cpSync tests
* much better
* that doesnt actually do anything
* lose
|
|
* unset `set_breakpoint_on_first_line` on reload
* move to `module_loader.zig`
|
|
|
|
* use WTF to join registry strings
* show dependency error messages, better join error
We actually report errors when enqueuing dependencies now. I also made
the join URLs error message read better. It'd be cleaner to handle it
all in one place, but there's currently no way to propagate the data up.
* starting on registry URL tests
* added more registry URL tests
* [install] prevent optional/peer deps from failing builds
Couldn't get the peer dependency test to work, but the code is there.
* ran prettier
* changed error note to use realname, updated tests
* ran prettier again...
|
|
* get file name from blob if not provided
* add test
* another test
* format
|
|
|
|
|
|
|