summaryrefslogtreecommitdiff
path: root/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Fix error in write_sparse() on incomplete write.Wayne Davison2013-09-161-1/+4
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Align fileio's map_ptr() reads. Fixes bug 8177.Wayne Davison2013-01-181-6/+14
* Reformat a few things for wider lines.Wayne Davison2013-01-181-9/+5
* Use ftruncate() at the end of a --sparse file.Wayne Davison2010-11-061-12/+16
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Change some size_t vars to ints.Wayne Davison2008-11-111-4/+4
* Make sparse_seek an OFF_T (pointed out by Pedro Valasco).Wayne Davison2008-11-111-1/+1
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-1/+1
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-1/+2
* Changed human_num() to big_num() with an extra arg so that it canWayne Davison2008-07-171-2/+2
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Use new0() function instead of new() followed by memset().Wayne Davison2007-09-031-2/+1
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* - Do less seeking when writing a sparse file.Wayne Davison2007-05-261-21/+29
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* Only sparse_files > 0 now indicates option is enabled.Wayne Davison2006-12-281-1/+1
* Use an explicit cast when a value gets stored in a smaller var.Wayne Davison2006-11-211-2/+2
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-20/+20
* Fixed the value of map->p_fd_offset when a read() fails or isWayne Davison2006-04-081-1/+1
* If we get less data than expected from a read() in map_ptr(), weWayne Davison2005-09-211-22/+27
* Improved do_lseek()'s failure message.Wayne Davison2005-02-271-2/+5
* - Changed the map_size parameter to map_file() to be an int32 namedWayne Davison2005-01-171-18/+20
* - Use an int32 for the each block-size variable.Wayne Davison2005-01-011-12/+8
* - Changed the calling syntax for map_file() so that it takes bothWayne Davison2004-08-031-12/+11
* - Added a new block_size arg to map_file(). Use it to set theWayne Davison2004-07-201-8/+8
* Added a max_map_size variable, initialized to MAX_MAP_SIZE.Wayne Davison2004-07-161-1/+3
* Make wf_writeBufSize based on a multiple of WRITE_SIZE insteadWayne Davison2004-07-161-5/+6
* Use memset() to initialize a new map_struct.Wayne Davison2004-05-111-10/+5
* Some whitespace tweaks.Wayne Davison2004-01-051-15/+15
* Improved flush_write_file().Wayne Davison2004-01-021-8/+17
* Applying my updated version of Craig Barratt's buffered I/O patch.Wayne Davison2004-01-021-1/+31
* Merged in the security fixes from 2.5.7.Wayne Davison2003-12-061-2/+2
* Detect and report when open or opendir succeed but read andJ.W. Schultz2003-09-161-2/+12
* Changed write file to cope with partial writes by loopingJ.W. Schultz2003-05-221-8/+11
* More signedness fixes; should be harmless.Martin Pool2002-01-251-4/+6
* Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --Martin Pool2002-01-231-2/+2
* no longer use mmap() in rsync because of the risk of a SIGBUS whenAndrew Tridgell1998-12-301-89/+84
* patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1998-11-031-2/+2
* heaps of cleanup in the io code.Andrew Tridgell1998-05-271-0/+218