summaryrefslogtreecommitdiff
path: root/sponge.c
Commit message (Expand)AuthorAgeFilesLines
* sponge: Fix bug in -a mode that doubled original content of fileJoey Hess2019-01-091-1/+1
* make -a create the file atomicallyJoey Hess2015-01-191-13/+25
* switch to getoptJoey Hess2015-01-191-12/+14
* sponge: add append option '-a' (Closes: #623197)Nicolas Schier2015-01-191-2/+10
* sponge: Check fclose to detect certian short reads. Closes: #704453Joey Hess2013-04-021-2/+8
* minorJoey Hess2010-09-131-7/+7
* put back optimisation when outputting to stdoutJoey Hess2010-09-131-9/+21
* sponge: Ensure that output file permissions are always preserved if it alrea...Joey Hess2010-09-131-28/+30
* indentation changeJoey Hess2010-09-131-42/+42
* sponge: Guarantee that output file is always updated atomically, by renaming ...Joey Hess2010-09-131-22/+5
* sponge: Correct bad use of fread that caused a trailing quantity of soaked da...Joey Hess2010-09-021-4/+5
* fix mode of new file renamed from temp fileJoey Hess2008-04-111-3/+13
* minor changesJoey Hess2008-04-111-5/+7
* honor TMPDIRJoey Hess2008-04-111-6/+19
* optimize tempfile copyingJoey Hess2008-04-111-7/+5
* more fixes to tempfile writebackJoey Hess2008-04-111-21/+33
* set umask before calling mkstempJoey Hess2008-04-111-1/+3
* fix two bugs writing the output fileJoey Hess2008-04-111-15/+18
* move code into a functionJoey Hess2008-04-111-14/+24
* fix edge casesJoey Hess2008-04-111-5/+10
* reorder definesJoey Hess2008-04-111-1/+1
* set up signal handlers before creating temp fileJoey Hess2008-04-111-3/+6
* another round of whitespace fixesJoey Hess2008-04-111-54/+55
* remove debugBrock Noland2008-04-111-1/+0
* sponge fixesBrock Noland2008-04-111-47/+67
* better usage messageJoey Hess2008-04-111-1/+1
* first pass thru the codeJoey Hess2008-04-101-183/+170
* make sponge use a temp file if the input is largeJoey Hess2008-04-101-21/+232
* sponge: Ensure that suspending/resuming doesn't result in partial writes of t...Joey Hess2008-04-101-10/+8
* * spongs: Output to stdout if no file is specified, useful in a pipelinejoeyh2006-09-141-5/+10
* * Add missing \n to sponge usage. Closes: #383944joeyh2006-08-201-1/+1
* * Back to Mithandir's C sponge, now fixed.joeyh2006-03-231-0/+90
* releasing version 0.60.6joeyh2006-03-131-91/+0
* * Indentation improvements.joeyh2006-03-081-48/+48
* * Switch sponge to a C implementation by mithandir.joeyh2006-03-031-0/+91