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
/
util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-07-29
Check return value of asprintf() in full_fname(), as pointed
Wayne Davison
1
-1
/
+2
2006-06-30
Make use of module_dirlen in full_fname().
Wayne Davison
1
-8
/
+1
2006-05-29
The print_child_argv() function should be outputting FCLIENT
Wayne Davison
1
-4
/
+4
2006-05-05
- Added a call to die_on_unsafe_path() to handle_partial_dir().
Wayne Davison
1
-5
/
+5
2006-05-05
Added a new function named die_on_unsafe_path(). This is used
Wayne Davison
1
-0
/
+40
2006-05-03
- Added curr_dir_depth, a variable that keeps track of the depth past
Wayne Davison
1
-13
/
+82
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
/
+10
2006-02-24
Made create_directory_path() return -1 if it couldn't create some
Wayne Davison
1
-10
/
+11
2006-02-24
+ Added mkdir_defmode().
Wayne Davison
1
-2
/
+17
2006-02-08
Tweaked the --human-readable code to work with the new option parsing.
Wayne Davison
1
-1
/
+1
2006-02-07
- Renamed cmp_modtime() -> cmp_time().
Wayne Davison
1
-20
/
+95
2006-02-03
A minor optimization to timestring.
Wayne Davison
1
-4
/
+4
2006-01-30
The robust_rename() function now takes a "partialptr" arg that, if
Wayne Davison
1
-2
/
+10
2006-01-29
Made a bunch of char* args const.
Wayne Davison
1
-3
/
+3
2006-01-20
Got rid of unused function u_strcmp().
Wayne Davison
1
-16
/
+0
2006-01-13
Got rid of the safe_fname() function and the calls to it.
Wayne Davison
1
-42
/
+4
2005-11-12
Added two new functions: human_num() and human_dnum(), which
Wayne Davison
1
-0
/
+58
2005-10-15
One extra tweak to the just-committed code.
Wayne Davison
1
-1
/
+1
2005-10-15
If we're sanitizing paths with --relative enabled, we need to
Wayne Davison
1
-4
/
+9
2005-08-03
Moved a variable in glob_expand_one().
Wayne Davison
1
-3
/
+2
2005-07-27
- Changed set_modtime() to take the file's mode as an arg.
Wayne Davison
1
-8
/
+19
2005-07-07
Changed overflow() to overflow_exit().
Wayne Davison
1
-1
/
+1
2005-05-03
Tweaked the checking of the "limit" in safe_fname().
Wayne Davison
1
-2
/
+3
2005-04-01
Changed safe_fname() to output \### (octal) to escape non-printable
Wayne Davison
1
-11
/
+20
2005-03-30
dropped the "const" from the return value of safe_fname() because
Wayne Davison
1
-1
/
+1
2005-03-17
Fixed a problem with the stripping of the .bak/.old/.orig suffixes
Wayne Davison
1
-2
/
+2
2005-03-11
Tweaked the comment on copy_file().
Wayne Davison
1
-1
/
+2
2005-02-23
- Fixed a problem with full_fname() when curr_dir was "/".
Wayne Davison
1
-8
/
+4
2005-02-20
Cast char* to uchar* when dereferencing characters for isdigit()
Wayne Davison
1
-3
/
+3
2005-02-18
Fixed/improved the comment before safe_name().
Wayne Davison
1
-5
/
+5
2005-02-14
Added find_filename_suffix() and fuzzy_distance().
Wayne Davison
1
-0
/
+107
2005-02-14
John E. Malmberg convinced me to standardize on #ifs for defined
Wayne Davison
1
-5
/
+5
2005-02-11
Have partial_dir_fname() also check if the dir is excluded
Wayne Davison
1
-3
/
+11
2005-02-07
- Added more calls to safe_fname().
Wayne Davison
1
-18
/
+21
2005-01-28
Use "#if" (not "#ifdef") for configure-defined macros.
Wayne Davison
1
-4
/
+4
2005-01-25
Renamed several exclude-related functions/variables using new
Wayne Davison
1
-8
/
+8
2005-01-20
In set_modtime(), the verbose message should be output even if
Wayne Davison
1
-3
/
+3
2005-01-19
No need for conditional code around do_lstat() anymore.
Wayne Davison
1
-4
/
+0
2004-09-07
Made full_write() non-static.
Wayne Davison
1
-2
/
+2
2004-08-18
Corrected/enhanced a comment.
Wayne Davison
1
-2
/
+2
2004-08-12
One last minor tweak to clean_fname().
Wayne Davison
1
-3
/
+1
2004-08-12
- Made clean_flist()'s collapsing of ".." dirs optional by adding
Wayne Davison
1
-10
/
+16
2004-08-12
One (hopefully) last change to the sanitize_path() code.
Wayne Davison
1
-17
/
+14
2004-08-12
Simplified sanitize_path() logic a little.
Wayne Davison
1
-35
/
+20
2004-08-12
Improved a comment.
Wayne Davison
1
-4
/
+4
2004-08-11
- Call sanitize_path() with updated args.
Wayne Davison
1
-36
/
+36
2004-08-09
Made robust_rename() return a 1 if it had to copy the file.
Wayne Davison
1
-3
/
+3
2004-08-07
Fixed a bug in clean_fname() that could sometimes leave a "dir/.."
Wayne Davison
1
-3
/
+3
2004-08-06
Made clean_fname() return the length of the string.
Wayne Davison
1
-3
/
+5
[prev]
[next]