aboutsummaryrefslogtreecommitdiff
path: root/core/os/os2/temp_file.odin
Commit message (Expand)AuthorAgeFilesLines
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-110/+0
* os: add non blocking open flagLaytan Laats2026-01-111-2/+2
* Document the rest of `os2`.gingerBill2025-10-311-0/+13
* Change to `Permissions` bit_set from relying on octal numbering for os2gingerBill2025-10-311-2/+2
* fix for temp_file name prefix being deallocated before being usedAlex Riedl2025-09-111-7/+5
* Remove TEMP_ALLOCATOR_GUARD wrapperLucas Perlind2025-05-081-3/+3
* os2: Resolve temp allocator collisionsLucas Perlind2025-05-081-9/+11
* Shorten buffers used for `os2.random_string` resultsFeoramund2025-03-031-2/+2
* posix: remove the is_temp things that prevented use-after-freesLaytan Laats2024-08-141-1/+1
* os2: fix wiping results with temp allocator guardLaytan Laats2024-08-141-1/+1
* os2: initial implementation for Darwin&BSDs, process API is only thing incomp...Laytan Laats2024-08-141-1/+1
* [os2]: Split file type from mode bitsflysand72024-07-181-1/+1
* Fix typogingerBill2024-05-141-2/+2
* Remove all uses of `context` stuff in os2gingerBill2024-05-141-18/+5
* Add `@(require_results)` everywhere in os2gingerBill2024-05-141-1/+4
* Move utility stuff to `internal_util.odin`gingerBill2024-05-141-84/+1
* Mock out `temp_file.odin` stuffgingerBill2024-05-141-4/+177
* Use long-form names and alias with short-form UNIX-like namesgingerBill2024-01-291-3/+5
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Make the utf16 conversion procedures in `core:sys/windows` safer by checking ...gingerBill2022-05-121-1/+1
* Update error handling for os2 on windowsgingerBill2022-05-121-3/+4
* Go to a `File` based approach over `Handle` basedgingerBill2022-05-051-1/+1
* Strip semicolonsgingerBill2021-09-191-3/+3
* Mockup of the new `package os` interface (incomplete and non-functioning)gingerBill2021-04-141-0/+14