deno/ext
Matt Mastracci 76ebf567e2
fix(ext/fs): make errors in tempfile creation clearer (#22498)
When using a prefix or suffix containing an invalid filename character,
it's not entirely clear where the errors come from. We make these errors
more consistent across platforms.

In addition, all permission prompts for tempfile and tempdir were
printing the same API name.

We also take the opportunity to make the tempfile random space larger by
2x (using a base32-encoded u64 rather than a hex-encoded u32).
2024-02-21 20:11:04 +00:00
..
broadcast_channel chore: forward v1.40.5 release commit to main (#22424) 2024-02-15 12:15:36 +05:30
cache chore: forward v1.40.5 release commit to main (#22424) 2024-02-15 12:15:36 +05:30
canvas chore: forward v1.40.5 release commit to main (#22424) 2024-02-15 12:15:36 +05:30
console Revert "fix(console): support NO_COLOR and colors option in all scena… (#22507) 2024-02-21 00:17:50 +00:00
cron chore: forward v1.40.5 release commit to main (#22424) 2024-02-15 12:15:36 +05:30
crypto chore: forward v1.40.5 release commit to main (#22424) 2024-02-15 12:15:36 +05:30
fetch BREAKING(unstable): remove Deno.HttpClient.rid (#22075) 2024-02-18 07:27:06 -07:00
ffi chore: forward v1.40.5 release commit to main (#22424) 2024-02-15 12:15:36 +05:30
fs fix(ext/fs): make errors in tempfile creation clearer (#22498) 2024-02-21 20:11:04 +00:00
http chore: forward v1.40.5 release commit to main (#22424) 2024-02-15 12:15:36 +05:30
io feat(fs): Deno.FsFile.{isTerminal,setRaw}() (#22234) 2024-02-18 07:27:44 -07:00
kv chore: forward v1.40.5 release commit to main (#22424) 2024-02-15 12:15:36 +05:30
napi chore: forward v1.40.5 release commit to main (#22424) 2024-02-15 12:15:36 +05:30
net BREAKING(net/unstable): remove Deno.DatagramConn.rid (#22475) 2024-02-19 05:24:38 +00:00
node fix(ext/node): pass alpnProtocols to Deno.startTls (#22512) 2024-02-21 18:13:01 +05:30
tls chore: forward v1.40.5 release commit to main (#22424) 2024-02-15 12:15:36 +05:30
url chore: forward v1.40.5 release commit to main (#22424) 2024-02-15 12:15:36 +05:30
web chore(ext/web): refactor timer ops before landing op sanitizer (#22435) 2024-02-16 15:35:51 +00:00
webgpu chore: forward v1.40.5 release commit to main (#22424) 2024-02-15 12:15:36 +05:30
webidl chore: forward v1.40.5 release commit to main (#22424) 2024-02-15 12:15:36 +05:30
websocket chore: forward v1.40.5 release commit to main (#22424) 2024-02-15 12:15:36 +05:30
webstorage chore: forward v1.40.5 release commit to main (#22424) 2024-02-15 12:15:36 +05:30