summaryrefslogtreecommitdiff
path: root/fileio.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-16Imported Upstream version 3.2.2upstream/3.2.2DongHun Kwak1-6/+1
2022-02-16Imported Upstream version 3.2.0upstream/3.2.0DongHun Kwak1-6/+10
2022-02-16Imported Upstream version 3.1.3upstream/3.1.3DongHun Kwak1-14/+55
2022-02-16Imported Upstream version 3.1.2upstream/3.1.2DongHun Kwak1-1/+1
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2013-09-16Fix error in write_sparse() on incomplete write.Wayne Davison1-1/+4
2013-01-19Update copyright year.Wayne Davison1-1/+1
2013-01-18Align fileio's map_ptr() reads. Fixes bug 8177.Wayne Davison1-6/+14
2013-01-18Reformat a few things for wider lines.Wayne Davison1-9/+5
2010-11-06Use ftruncate() at the end of a --sparse file.Wayne Davison1-12/+16
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2008-11-11Change some size_t vars to ints.Wayne Davison1-4/+4
2008-11-11Make sparse_seek an OFF_T (pointed out by Pedro Valasco).Wayne Davison1-1/+1
2008-09-01Split up the ifuncs.h file into 3 .h files.Wayne Davison1-1/+1
2008-09-01Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison1-1/+2
2008-07-17Changed human_num() to big_num() with an extra arg so that it canWayne Davison1-2/+2
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2007-09-03Use new0() function instead of new() followed by memset().Wayne Davison1-2/+1
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-05-26- Do less seeking when writing a sparse file.Wayne Davison1-21/+29
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2006-12-28Only sparse_files > 0 now indicates option is enabled.Wayne Davison1-1/+1
2006-11-21Use an explicit cast when a value gets stored in a smaller var.Wayne Davison1-2/+2
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-20/+20
2006-04-08Fixed the value of map->p_fd_offset when a read() fails or isWayne Davison1-1/+1
2005-09-21If we get less data than expected from a read() in map_ptr(), weWayne Davison1-22/+27
2005-02-27Improved do_lseek()'s failure message.Wayne Davison1-2/+5
2005-01-17- Changed the map_size parameter to map_file() to be an int32 namedWayne Davison1-18/+20
2005-01-01- Use an int32 for the each block-size variable.Wayne Davison1-12/+8
2004-08-03- Changed the calling syntax for map_file() so that it takes bothWayne Davison1-12/+11
2004-07-20- Added a new block_size arg to map_file(). Use it to set theWayne Davison1-8/+8
2004-07-16Added a max_map_size variable, initialized to MAX_MAP_SIZE.Wayne Davison1-1/+3
2004-07-16Make wf_writeBufSize based on a multiple of WRITE_SIZE insteadWayne Davison1-5/+6
2004-05-11Use memset() to initialize a new map_struct.Wayne Davison1-10/+5
2004-01-05Some whitespace tweaks.Wayne Davison1-15/+15
2004-01-02Improved flush_write_file().Wayne Davison1-8/+17
2004-01-02Applying my updated version of Craig Barratt's buffered I/O patch.Wayne Davison1-1/+31
2003-12-06Merged in the security fixes from 2.5.7.Wayne Davison1-2/+2
2003-09-16Detect and report when open or opendir succeed but read andJ.W. Schultz1-2/+12
2003-05-22Changed write file to cope with partial writes by loopingJ.W. Schultz1-8/+11
2002-01-25More signedness fixes; should be harmless.Martin Pool1-4/+6
2002-01-23Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --Martin Pool1-2/+2
1998-12-30no longer use mmap() in rsync because of the risk of a SIGBUS whenAndrew Tridgell1-89/+84
1998-11-03patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1-2/+2
1998-05-27heaps of cleanup in the io code.Andrew Tridgell1-0/+218