aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-08-25Update executables.mdGravatar Jarred Sumner 1-3/+3
2023-08-25Update executables.mdGravatar Jarred Sumner 1-0/+4
2023-08-25Update executables.mdGravatar Jarred Sumner 1-0/+23
2023-08-25Fix assertion failure with sourcemaps in multi-threaded transpiler (#4321)Gravatar Jarred Sumner 1-4/+27
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-08-25Skip disabled testGravatar Jarred Sumner 1-1/+1
2023-08-25Update WebKitGravatar Jarred Sumner 1-0/+0
2023-08-25[Inspector] Get firefox to workGravatar Jarred Sumner 1-3/+44
2023-08-25Upgrade peechyGravatar Jarred Sumner 3-20/+20
2023-08-24Update http.mdbun-v0.8.1Gravatar Jarred Sumner 1-2/+13
2023-08-24Disable minifying "str".length until ↵Gravatar Jarred Sumner 3-5/+12
https://github.com/oven-sh/bun/issues/4217 is fixed
2023-08-24Improved support for `debug-adapter-protocol` (#4186)Gravatar Ashcon Partovi 73-9216/+13542
* Improve support for \`debug-adapter-protocol\` * More improvements, fix formatting in debug console * Fix attaching * Prepare for source maps * Start of source map support, breakpoints work * Source map support * add some package.jsons * wip * Update package.json * More fixes * Make source maps safer if exception occurs * Check bun version if it fails * Fix console.log formatting * Fix source maps partly * More source map fixes * Prepare for extension * watch mode with dap * Improve preview code * Prepare for extension 2 --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-08-24Listen on a unix domain socket with Bun.serve() (#4311)Gravatar Jarred Sumner 9-90/+467
* Update response.zig * Comment this out for now * Support unix domain socket in Bun.serve() * Add test * add types * Update JSFetchHeaders.cpp * comment this test out * tls unix web socket serve options --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: dave caruso <me@paperdave.net>
2023-08-24Add guides for test runner (#4308)Gravatar Colin McDonnell 17-0/+787
2023-08-24Fix debugger not updating after reload with --hotGravatar Ashcon Partovi 1-0/+4
2023-08-24Update tsconfig.base.jsonGravatar Colin McDonnell 2-2/+2
2023-08-24Update toml import type testGravatar Colin McDonnell 1-1/+1
2023-08-24Use noEmitGravatar Colin McDonnell 10-31/+15
2023-08-24Remove conflict option in tsconfig-for-init.json (#4284)Gravatar Code Hz 1-1/+0
fix https://github.com/oven-sh/bun/issues/4283
2023-08-24Update build-idGravatar Jarred Sumner 1-1/+1
2023-08-24Report extra memory more (#4289)Gravatar Jarred Sumner 18-104/+320
* Report memory allocated in fetch * Memory size reporting to `Headers` * Fixup memory reporting allocator * Make these tests do more * cleanup some of this --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-08-24fix buildGravatar Dylan Conway 16-53/+59
2023-08-24[install] fix stale life-cycle scripts from lockfile (#4307)Gravatar Alex Lam S.L 4-6/+117
fixes #4269
2023-08-24[install] fix crash when installing package that uses loose semver ↵Gravatar Alex Lam S.L 6-35/+178
pre-release (#4302) - also fix parsing of `1.2.3pre+build` fixes #4266
2023-08-24Fix(node:http): fix URL formatting when using a proxy. (#4297)Gravatar Ai Hoshino 3-17/+80
Close: #4295
2023-08-24Make the server not crash if an error occurs in dev build. (#4300)Gravatar Ai Hoshino 2-5/+21
Close: #4298
2023-08-24Don't inline require/import errors at runtime (#4306)Gravatar Jarred Sumner 1-7/+9
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-08-24update zig to 0.11.0 (#4233)Gravatar Jason 28-225/+253
* WIP * backup * more change * json related error sovled * number related issue solved * revert WriterType changed before * destroy -> free * jsonStringify related issues solved * fix mem.free expected []T or *[_]T, passed [*]const u8 * fix expected []T or *[_]T, passed [*:0]const u8 * fix build script * fix build script, for real * replace 0.11.0-dev.4006+bf827d0b5 to 0.12.0-dev.161+6a5463951 * fix build on macOS, COPYFILE.DATA -> COPYFILE_DATA * fix the last destroy on [*]ptr issue --------- Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
2023-08-24Update bun-polyfills & bun-wasm (#4246)Gravatar jhmaster 12-149/+169
* automate Bun.version & revision polyfills * polyfill Bun.gc * bun:jsc module initial polyfills * update peechy schema * bun-polyfills: fix some project configs * bun-wasm: lots of fixes * bun-polyfills: Bun.Transpiler impl. * revision hash update
2023-08-24Fix performance regression in reading from the request body (#4291)Gravatar Jarred Sumner 1-2/+5
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-08-24wip (#4282)Gravatar Jarred Sumner 7-9/+58
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-08-23[Inspector] Fix bug with sourcemaps including internal metadata bytesGravatar Jarred Sumner 2-5/+25
2023-08-23Add Debugger docs and a couple guides (#4281)Gravatar Colin McDonnell 5-2/+118
* Add debugger docs. Add guides. * Add files
2023-08-23Fix `<const T>() =>` (#4278)bun-v0.8.0Gravatar dave caruso 2-0/+73
2023-08-23Update globals.d.ts (#4276)Gravatar VietnamecDevelopment 1-1/+1
2023-08-23Fix ffi type (#4265)Gravatar Code Hz 2-49/+272
* add readonly so it works with as const * split ffi type infer to args and returns * add JSCallback to FFITypeToArgsType * add read functions * simplify FFITypeOrString * fix cstring type * fix pointer type test * fix readonly * add unknown handling * trigger action * use Parameters * add read type test * add other read function to tests
2023-08-23Bunch of streams fixes (#4251)Gravatar Jarred Sumner 31-548/+866
* Update WebKit * Don't do async hooks things when async hooks are not enabled * Smarter scheduling of event loop tasks with the http server * less exciting approach * Bump WebKit * Another approach * Fix body-stream tests * Fixes #1886 * Fix UAF in fetch body streaming * Missing from commit * Fix leak * Fix the other leak * Fix test * Fix crash * missing duperef * Make this code clearer * Ignore empty chunks * Fixes #3969 * Delete flaky test * Update bun-linux-build.yml * Fix memory issue * fix result body, and .done status before the last callback, dont touch headers after sent once * refactor HTTPClientResult * less flasky corrupted test * oops * fix mutex invalid state * fix onProgressUpdate deinit/unlock * fix onProgressUpdate deinit/unlock * oops * remove verbose * fix posible null use * avoid http null * metadata can still be used onReject after toResponse * dont leak task.http * fix flask tests * less flask close tests --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: cirospaciari <ciro.spaciari@gmail.com>
2023-08-23docs: remove broken DNS link which is also not present in the official docs ↵Gravatar Quentin 1-1/+0
(#4268)
2023-08-23Fix more types. (#4273)Gravatar xxxhussein 8-16/+22
2023-08-23ask for bun --revision instead bun -v (#4256)Gravatar Jozef Steinhübl 1-1/+1
2023-08-22fix yield (#4264)Gravatar dave caruso 2-1/+17
2023-08-22Fix Bun.inspect typesGravatar Colin McDonnell 1-1/+1
2023-08-21fix fsevents and stub for qwikcity (#4247)Gravatar dave caruso 9-64/+24
* fix test * ok * cm * EE * remove the hack we didnt need
2023-08-21fix stdin stream unref and resuming (#4250)Gravatar Dylan Conway 4-19/+26
* fix stream unref and resuming stream * fix `child-process-stdio` test
2023-08-21Docs and types for v0.8.0 (#4199)Gravatar Colin McDonnell 10-37/+487
* Improve test documentation * Update nodejs compat docs with tty * Add debugger guide * Document Bun.inspect.custom, improve bun test nav * Address reviews * Update Bun.file types * Add Nuxt guide * Add tty types
2023-08-21Bun v0.8Gravatar Jarred Sumner 5-5/+5
2023-08-21Make the code generator less duplicativeGravatar Jarred Sumner 2-84/+39
2023-08-21import errors have `code` set to `ERR_MODULE_NOT_FOUND` and `require` errors ↵Gravatar Jarred Sumner 11-19/+122
have `code` set to `MODULE_NOT_FOUND` (#4244) * ResolveMessage * Fix it --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-08-21fetch(stream) add stream support for compressed and uncompressed data (#4127)Gravatar Ciro Spaciari 19-156/+1876
* streams non compressed data in 64kb chunks (at least) * fmt * wip remove pause * fix default streaming and buffering * fix atomic lags * fix size * make chunked encoding work again (WIP streaming chunked) * WIP: chunked encoding streaming * fix end of streamings * working streaming + compression * add fixes + tests * fmt + fix proxy * fix oopsies * codegen after merge * fmt + fixes * more fixes * more fixes and logs * avoid double free * check empty before pop * check empty on pop * fix copy to real when complete * remove unnecessary logs * better has_schedule_callback swap, body locked size helper, remove isEmpty from unbounded_queue pop * fix response ref, fix body_size * add deflate support, fix error throw, add more tests * codegen after merge * remove logs, add connection close test * fix macOS build * fix redirect error option * make body_size more clear * support new Reponse(response) * toString DOMWrapper objects properly instead of supporting response in Response constructor * ignore headers with no name, add more tests * oops * handle transform with fetch * add gz image stream test * remove duplicate test * fix missing chunk on macOS under pressure * oops include all OS * some fixes * compare buffers instead of sizes * refactor err.err and protect it
2023-08-21Fix inquirer (#4245)Gravatar dave caruso 2-3/+6
2023-08-21Update module_loader.zigGravatar Jarred Sumner 1-1/+1