aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorKevin Butler <haqkrs@gmail.com>2013-09-01 00:24:07 +0100
committerKevin Butler <haqkrs@gmail.com>2013-09-01 00:24:07 +0100
commit1bdb391ed0df979bc29ed1b62e7c0f3c9494a8d7 (patch)
tree1fc47f453def9cba2da8294236a26613ad0163bc /changes
parent00bcc25d05dc0273323a2cae20c6aa62afd4b50a (diff)
downloadtor-1bdb391ed0df979bc29ed1b62e7c0f3c9494a8d7.tar
tor-1bdb391ed0df979bc29ed1b62e7c0f3c9494a8d7.tar.gz
Added no_tempfile parameter to write_chunks_to_file to do non-atomic writes. Implements #1376.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug13762
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug1376 b/changes/bug1376
new file mode 100644
index 000000000..631f2af56
--- /dev/null
+++ b/changes/bug1376
@@ -0,0 +1,2 @@
+ o Minor bugfixes:
+ - Added additional argument to write_chunks_to_file to optionally skip using a temp file to do non-atomic writes. Implements ticket #1376. \ No newline at end of file