issues
search
Stebalien
/
tempfile
Temporary file library for rust
http://stebalien.com/projects/tempfile-rs
Apache License 2.0
1.2k
stars
120
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: re-seed from system randomness on collision
#314
Stebalien
opened
5 days ago
0
Clarify `permissions` guarantees in in `Builder`
#313
n0toose
opened
6 days ago
1
feat(docs): mention alternative to override_temp_dir
#312
n0toose
opened
6 days ago
1
docs: improve security documentation
#311
n0toose
opened
1 week ago
2
Fix link to ticket in changelog
#310
markmmm
closed
1 week ago
1
docs: add owasp link on insecure temporary files
#309
n0toose
closed
1 week ago
1
Add stored parent_dir builder parameter
#308
bjackman
opened
2 weeks ago
6
chore: release 3.14.0
#307
Stebalien
closed
2 weeks ago
0
ci: switch from cargo-wasi to directly using the wasip1 target
#306
Stebalien
closed
2 weeks ago
0
fix: enable wasip2 feature for wasm32-wasip2 target
#305
cdmurph32
closed
2 weeks ago
9
allow older windows-sys 0.52
#304
king-11
closed
2 weeks ago
5
Mention `override_temp_dir` and custom permissions on the main crate documentation page
#303
erickguan
opened
4 weeks ago
8
[Question] Why use `Box<Path>` instead of `PathBuf`?
#302
bicarlsen
closed
1 month ago
2
fix: expose SpooledData enum
#301
AverageADF
closed
1 month ago
0
Expose `SpooledData`
#300
AverageADF
closed
1 month ago
2
plumbing for `with_suffix` for issue #298
#299
Borgerr
closed
1 month ago
0
feature: `with_suffix` to correspond to `with_prefix`
#298
Borgerr
closed
1 month ago
1
Feature request: Add a way to generate a random path without creating a file
#297
smalis-msft
closed
3 months ago
1
Document default permissions for tempdirs
#296
Imberflur
closed
3 months ago
0
Builder Permissions not setting universal access
#295
lancelui-amzn
closed
3 months ago
3
fix: address clippy unnecessary reference lint in test
#294
Stebalien
closed
3 months ago
0
add keep() function to builder that suppresses delete-on-drop behavior
#293
RalfJung
closed
3 months ago
1
[rfc] setting permissions for unnamed tempfiles
#292
cyphar
closed
3 months ago
5
build(deps): bump EmbarkStudios/cargo-deny-action from 1 to 2
#291
dependabot[bot]
closed
3 months ago
0
build(deps): update windows-sys requirement from 0.52 to 0.59
#290
dependabot[bot]
closed
3 months ago
1
test: add a test case for override_temp_dir
#289
Stebalien
closed
3 months ago
0
test: add a test for `override_temp_dir`
#288
Stebalien
closed
3 months ago
1
Add test case.
#287
surban
closed
3 months ago
1
feat: add the ability to override the default temporary directory
#286
Stebalien
closed
3 months ago
4
Set temp directory (override TMPDIR environment)
#285
surban
closed
3 months ago
9
Clarify Builder::permissions documentation on defaults for temporary directories
#284
Imberflur
closed
3 months ago
1
Support iOS
#283
simlay
closed
6 months ago
3
chore: modernize doctests
#282
Stebalien
closed
6 months ago
1
Make tempfile robust against TLS deallocation
#281
stoeckmann
opened
8 months ago
2
chore: fix doc url
#280
stoeckmann
closed
7 months ago
6
Update version in html_root_url
#279
stoeckmann
closed
8 months ago
5
Fix integer overflows and truncation
#278
stoeckmann
closed
9 months ago
3
FILE_FLAG_DELETE_ON_CLOSE isn't possible to have set on named tempfiles
#277
bwoebi
opened
9 months ago
2
chore: 2021 edition
#276
Stebalien
closed
9 months ago
0
chore: update deps
#275
Stebalien
closed
9 months ago
0
feat: Support creating unreachable named tempfile on Linux
#274
NobodyXu
opened
9 months ago
3
feat: Add `Builder::permissions()` method.
#273
Byron
closed
9 months ago
10
fix: drop redox_syscall dependency
#272
Stebalien
closed
9 months ago
6
redox_syscall no longer appropriate?
#271
mightyiam
closed
9 months ago
1
Option to use `remove_dir` only instead of `remove_dir_all`
#270
mythi
closed
10 months ago
2
File is empty after being written to
#269
kirawi
closed
10 months ago
1
Release-plz
#268
0xJepsen
closed
11 months ago
4
Get the path to a tempfile
#267
dvdsk
closed
1 year ago
1
build(deps): update windows-sys requirement from 0.48 to 0.52
#266
dependabot[bot]
closed
1 year ago
1
Update `windows-sys` 0.52
#265
kennykerr
closed
11 months ago
4
Next