index
:
platform/upstream/rsync
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_wearable
backup/rsync-3.1.1-20220217
pristine-tar
sandbox/backup/rsync_3.2.3_20240122
sandbox/dh0128.kwak/rsync-3.2.3-20220216
sandbox/rsync_3.2.7
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
Domain: System / Base;
Donghun Kwak <dh0128.kwak@samsung.com>, hyunjee Kim <hj0426.kim@samsung.com>, JinWang An <jinwang.an@samsung.com>, Kiseok Chang <kiso.chang@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fileio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-16
Imported Upstream version 3.2.2
upstream/3.2.2
DongHun Kwak
1
-6
/
+1
2022-02-16
Imported Upstream version 3.2.0
upstream/3.2.0
DongHun Kwak
1
-6
/
+10
2022-02-16
Imported Upstream version 3.1.3
upstream/3.1.3
DongHun Kwak
1
-14
/
+55
2022-02-16
Imported Upstream version 3.1.2
upstream/3.1.2
DongHun Kwak
1
-1
/
+1
2014-01-26
Bump the year to 2014.
Wayne Davison
1
-1
/
+1
2013-09-16
Fix error in write_sparse() on incomplete write.
Wayne Davison
1
-1
/
+4
2013-01-19
Update copyright year.
Wayne Davison
1
-1
/
+1
2013-01-18
Align fileio's map_ptr() reads. Fixes bug 8177.
Wayne Davison
1
-6
/
+14
2013-01-18
Reformat a few things for wider lines.
Wayne Davison
1
-9
/
+5
2010-11-06
Use ftruncate() at the end of a --sparse file.
Wayne Davison
1
-12
/
+16
2009-01-03
Update the copyright year.
Wayne Davison
1
-1
/
+1
2008-11-11
Change some size_t vars to ints.
Wayne Davison
1
-4
/
+4
2008-11-11
Make sparse_seek an OFF_T (pointed out by Pedro Valasco).
Wayne Davison
1
-1
/
+1
2008-09-01
Split up the ifuncs.h file into 3 .h files.
Wayne Davison
1
-1
/
+1
2008-09-01
Output numbers in 3-digit groups by default (e.g. 1,234,567).
Wayne Davison
1
-1
/
+2
2008-07-17
Changed human_num() to big_num() with an extra arg so that it can
Wayne Davison
1
-2
/
+2
2008-03-01
Include 2008 in the copyright years.
Wayne Davison
1
-1
/
+1
2007-09-03
Use new0() function instead of new() followed by memset().
Wayne Davison
1
-2
/
+1
2007-07-10
Tweaking the license text a bit more.
Wayne Davison
1
-2
/
+3
2007-07-07
Switching to GPL 3.
Wayne Davison
1
-3
/
+2
2007-05-26
- Do less seeking when writing a sparse file.
Wayne Davison
1
-21
/
+29
2007-02-04
Further modifications to the copyright comment section.
Wayne Davison
1
-4
/
+3
2006-12-28
Only sparse_files > 0 now indicates option is enabled.
Wayne Davison
1
-1
/
+1
2006-11-21
Use an explicit cast when a value gets stored in a smaller var.
Wayne Davison
1
-2
/
+2
2006-04-25
Updated the FSF's address to an even newer one.
Wayne Davison
1
-3
/
+3
2006-04-25
- Updated the address for the FSF in the opening comment.
Wayne Davison
1
-20
/
+20
2006-04-08
Fixed the value of map->p_fd_offset when a read() fails or is
Wayne Davison
1
-1
/
+1
2005-09-21
If we get less data than expected from a read() in map_ptr(), we
Wayne Davison
1
-22
/
+27
2005-02-27
Improved do_lseek()'s failure message.
Wayne Davison
1
-2
/
+5
2005-01-17
- Changed the map_size parameter to map_file() to be an int32 named
Wayne Davison
1
-18
/
+20
2005-01-01
- Use an int32 for the each block-size variable.
Wayne Davison
1
-12
/
+8
2004-08-03
- Changed the calling syntax for map_file() so that it takes both
Wayne Davison
1
-12
/
+11
2004-07-20
- Added a new block_size arg to map_file(). Use it to set the
Wayne Davison
1
-8
/
+8
2004-07-16
Added a max_map_size variable, initialized to MAX_MAP_SIZE.
Wayne Davison
1
-1
/
+3
2004-07-16
Make wf_writeBufSize based on a multiple of WRITE_SIZE instead
Wayne Davison
1
-5
/
+6
2004-05-11
Use memset() to initialize a new map_struct.
Wayne Davison
1
-10
/
+5
2004-01-05
Some whitespace tweaks.
Wayne Davison
1
-15
/
+15
2004-01-02
Improved flush_write_file().
Wayne Davison
1
-8
/
+17
2004-01-02
Applying my updated version of Craig Barratt's buffered I/O patch.
Wayne Davison
1
-1
/
+31
2003-12-06
Merged in the security fixes from 2.5.7.
Wayne Davison
1
-2
/
+2
2003-09-16
Detect and report when open or opendir succeed but read and
J.W. Schultz
1
-2
/
+12
2003-05-22
Changed write file to cope with partial writes by looping
J.W. Schultz
1
-8
/
+11
2002-01-25
More signedness fixes; should be harmless.
Martin Pool
1
-4
/
+6
2002-01-23
Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --
Martin Pool
1
-2
/
+2
1998-12-30
no longer use mmap() in rsync because of the risk of a SIGBUS when
Andrew Tridgell
1
-89
/
+84
1998-11-03
patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
Andrew Tridgell
1
-2
/
+2
1998-05-27
heaps of cleanup in the io code.
Andrew Tridgell
1
-0
/
+218