index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fileio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the copyright year.
Wayne Davison
2009-01-03
1
-1
/
+1
*
Change some size_t vars to ints.
Wayne Davison
2008-11-11
1
-4
/
+4
*
Make sparse_seek an OFF_T (pointed out by Pedro Valasco).
Wayne Davison
2008-11-11
1
-1
/
+1
*
Split up the ifuncs.h file into 3 .h files.
Wayne Davison
2008-09-01
1
-1
/
+1
*
Output numbers in 3-digit groups by default (e.g. 1,234,567).
Wayne Davison
2008-09-01
1
-1
/
+2
*
Changed human_num() to big_num() with an extra arg so that it can
Wayne Davison
2008-07-17
1
-2
/
+2
*
Include 2008 in the copyright years.
Wayne Davison
2008-03-01
1
-1
/
+1
*
Use new0() function instead of new() followed by memset().
Wayne Davison
2007-09-03
1
-2
/
+1
*
Tweaking the license text a bit more.
Wayne Davison
2007-07-10
1
-2
/
+3
*
Switching to GPL 3.
Wayne Davison
2007-07-07
1
-3
/
+2
*
- Do less seeking when writing a sparse file.
Wayne Davison
2007-05-26
1
-21
/
+29
*
Further modifications to the copyright comment section.
Wayne Davison
2007-02-04
1
-4
/
+3
*
Only sparse_files > 0 now indicates option is enabled.
Wayne Davison
2006-12-28
1
-1
/
+1
*
Use an explicit cast when a value gets stored in a smaller var.
Wayne Davison
2006-11-21
1
-2
/
+2
*
Updated the FSF's address to an even newer one.
Wayne Davison
2006-04-25
1
-3
/
+3
*
- Updated the address for the FSF in the opening comment.
Wayne Davison
2006-04-25
1
-20
/
+20
*
Fixed the value of map->p_fd_offset when a read() fails or is
Wayne Davison
2006-04-08
1
-1
/
+1
*
If we get less data than expected from a read() in map_ptr(), we
Wayne Davison
2005-09-21
1
-22
/
+27
*
Improved do_lseek()'s failure message.
Wayne Davison
2005-02-27
1
-2
/
+5
*
- Changed the map_size parameter to map_file() to be an int32 named
Wayne Davison
2005-01-17
1
-18
/
+20
*
- Use an int32 for the each block-size variable.
Wayne Davison
2005-01-01
1
-12
/
+8
*
- Changed the calling syntax for map_file() so that it takes both
Wayne Davison
2004-08-03
1
-12
/
+11
*
- Added a new block_size arg to map_file(). Use it to set the
Wayne Davison
2004-07-20
1
-8
/
+8
*
Added a max_map_size variable, initialized to MAX_MAP_SIZE.
Wayne Davison
2004-07-16
1
-1
/
+3
*
Make wf_writeBufSize based on a multiple of WRITE_SIZE instead
Wayne Davison
2004-07-16
1
-5
/
+6
*
Use memset() to initialize a new map_struct.
Wayne Davison
2004-05-11
1
-10
/
+5
*
Some whitespace tweaks.
Wayne Davison
2004-01-05
1
-15
/
+15
*
Improved flush_write_file().
Wayne Davison
2004-01-02
1
-8
/
+17
*
Applying my updated version of Craig Barratt's buffered I/O patch.
Wayne Davison
2004-01-02
1
-1
/
+31
*
Merged in the security fixes from 2.5.7.
Wayne Davison
2003-12-06
1
-2
/
+2
*
Detect and report when open or opendir succeed but read and
J.W. Schultz
2003-09-16
1
-2
/
+12
*
Changed write file to cope with partial writes by looping
J.W. Schultz
2003-05-22
1
-8
/
+11
*
More signedness fixes; should be harmless.
Martin Pool
2002-01-25
1
-4
/
+6
*
Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --
Martin Pool
2002-01-23
1
-2
/
+2
*
no longer use mmap() in rsync because of the risk of a SIGBUS when
Andrew Tridgell
1998-12-30
1
-89
/
+84
*
patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
Andrew Tridgell
1998-11-03
1
-2
/
+2
*
heaps of cleanup in the io code.
Andrew Tridgell
1998-05-27
1
-0
/
+218