aboutsummaryrefslogtreecommitdiff
path: root/rent.scm
AgeCommit message (Collapse)Author
2023-09-25Ensure atomic writes to cache.Arun Isaac
* rent.scm (call-with-atomic-output-file): New function. (http-get*): Use call-with-atomic-output-file instead of call-with-output-file.
2022-12-11Initial commitArun Isaac