summaryrefslogtreecommitdiff
path: root/sponge.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-02sponge: Check fclose to detect certian short reads. Closes: #704453Joey Hess1-2/+8
2010-09-13minorJoey Hess1-7/+7
2010-09-13put back optimisation when outputting to stdoutJoey Hess1-9/+21
2010-09-13sponge: Ensure that output file permissions are always preserved if it alrea...Joey Hess1-28/+30
2010-09-13indentation changeJoey Hess1-42/+42
2010-09-13sponge: Guarantee that output file is always updated atomically, by renaming ...Joey Hess1-22/+5
2010-09-02sponge: Correct bad use of fread that caused a trailing quantity of soaked da...Joey Hess1-4/+5
2008-04-11fix mode of new file renamed from temp fileJoey Hess1-3/+13
2008-04-11minor changesJoey Hess1-5/+7
2008-04-11honor TMPDIRJoey Hess1-6/+19
2008-04-11optimize tempfile copyingJoey Hess1-7/+5
2008-04-11more fixes to tempfile writebackJoey Hess1-21/+33
2008-04-11set umask before calling mkstempJoey Hess1-1/+3
2008-04-11fix two bugs writing the output fileJoey Hess1-15/+18
2008-04-11move code into a functionJoey Hess1-14/+24
2008-04-11fix edge casesJoey Hess1-5/+10
2008-04-11reorder definesJoey Hess1-1/+1
2008-04-11set up signal handlers before creating temp fileJoey Hess1-3/+6
2008-04-11another round of whitespace fixesJoey Hess1-54/+55
2008-04-11remove debugBrock Noland1-1/+0
2008-04-11sponge fixesBrock Noland1-47/+67
2008-04-11better usage messageJoey Hess1-1/+1
2008-04-10first pass thru the codeJoey Hess1-183/+170
2008-04-10make sponge use a temp file if the input is largeJoey Hess1-21/+232
2008-04-10sponge: Ensure that suspending/resuming doesn't result in partial writes of t...Joey Hess1-10/+8
2006-09-14* spongs: Output to stdout if no file is specified, useful in a pipelinejoeyh1-5/+10
2006-08-20* Add missing \n to sponge usage. Closes: #383944joeyh1-1/+1
2006-03-23* Back to Mithandir's C sponge, now fixed.joeyh1-0/+90
2006-03-13releasing version 0.60.6joeyh1-91/+0
2006-03-08* Indentation improvements.joeyh1-48/+48
2006-03-03* Switch sponge to a C implementation by mithandir.joeyh1-0/+91