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
2008-05-17
Fixed several issues with preserving xattrs when using --backup.
Wayne Davison
1
-0
/
+8
2008-05-17
Preserve the right errno value when trying adjunct functions during
Wayne Davison
1
-7
/
+28
2008-04-11
Fix a file-globbing bug in the daemon when chroot is on.
Wayne Davison
1
-1
/
+1
2008-04-08
Fixed a potential overflow issue with realloc() that Sebastian Krahmer
Wayne Davison
1
-2
/
+5
2008-03-30
Improved the chdir() code:
Wayne Davison
1
-35
/
+19
2008-03-24
Don't send daemon-config filter-action messages back to the user.
Wayne Davison
1
-3
/
+3
2008-03-22
Made the filename arg-parsing code skip args that have excluded path
Wayne Davison
1
-14
/
+7
2008-03-22
Improved ENSURE_MEMSPACE() macro and use it in more places in glob code.
Wayne Davison
1
-13
/
+6
2008-03-21
Make glob_expand() return an indicator if the glob had no matches.
Wayne Davison
1
-7
/
+13
2008-03-21
A couple improvements to the new arg-globbing code:
Wayne Davison
1
-45
/
+52
2008-03-20
Changed the arg-globbing routine to use a custom arg-globbing algorithm
Wayne Davison
1
-87
/
+146
2008-03-20
Some improvements to the file-name cleaning code:
Wayne Davison
1
-22
/
+28
2008-03-20
Changed the name of the server_filter_list to be
Wayne Davison
1
-12
/
+11
2008-03-20
Fixed a bug in the truncating of daemon-excluded paths.
Wayne Davison
1
-5
/
+3
2008-03-18
Improved arg-path checking so that wildcards can't be used to
Wayne Davison
1
-9
/
+38
2008-03-01
Include 2008 in the copyright years.
Wayne Davison
1
-1
/
+1
2008-02-15
A few minor changes, including better push_dir()/pop_dir() verbosity.
Wayne Davison
1
-2
/
+5
2008-02-10
One more fix in set_modtime() when we get ENOSYS on a symlink.
Wayne Davison
1
-2
/
+2
2007-12-29
Some minor tweaking to name_to_uid() and name_to_gid().
Wayne Davison
1
-14
/
+10
2007-12-16
Only ignore ENOSYS error from lutimes().
Wayne Davison
1
-2
/
+3
2007-12-15
Make push_dir() output where we are when verbosity is high.
Wayne Davison
1
-0
/
+3
2007-11-22
New logging categories added to allow differentiation between
Wayne Davison
1
-8
/
+8
2007-11-20
Got rid of the unused symlink parameter to sanitize_path().
Wayne Davison
1
-28
/
+5
2007-11-02
The HAVE_UTIMBUF define changed to HAVE_STRUCT_UTIMBUF.
Wayne Davison
1
-1
/
+1
2007-10-31
Changed clean_fname() to take a flag int instead of a BOOL. Added
Wayne Davison
1
-10
/
+19
2007-10-29
My version of Matt's cleanup patch from bug 5051. This makes
Wayne Davison
1
-14
/
+17
2007-09-23
Added an option to copy_file() that tells it to try to make a
Wayne Davison
1
-6
/
+6
2007-09-22
Moved inline functions from rsync.h into ifuncs.h.
Wayne Davison
1
-0
/
+1
2007-09-16
Changed print_child_argv() to take its prefix message as an arg.
Wayne Davison
1
-3
/
+3
2007-09-09
- Made glob_expand_one() public.
Wayne Davison
1
-18
/
+18
2007-09-03
Tweaked _new_array() to handle new use_calloc parameter.
Wayne Davison
1
-2
/
+2
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-07-02
Use module_dir instead of lp_path().
Wayne Davison
1
-3
/
+6
2007-03-11
The ACL support has arrived! This version has a brand new protocol
Wayne Davison
1
-0
/
+28
2007-02-04
Further modifications to the copyright comment section.
Wayne Davison
1
-4
/
+3
2006-11-28
Got rid of an incorrect comment.
Wayne Davison
1
-1
/
+0
2006-11-21
Use an explicit cast when a value gets stored in a smaller var.
Wayne Davison
1
-1
/
+1
2006-11-19
Added "const" to appropriate char pointers.
Wayne Davison
1
-10
/
+8
2006-11-13
Turned the char * args to push_dir() and pop_dir() into const char *.
Wayne Davison
1
-2
/
+2
2006-11-12
Ignore a time-setting error on a symlink (which is only attempted
Wayne Davison
1
-2
/
+4
2006-11-09
Got rid of type-casting into isFOO() and toFOO() functions by
Wayne Davison
1
-5
/
+5
2006-10-14
Use the MAX_RENAMES_DIGITS define in the relevant snprintf().
Wayne Davison
1
-1
/
+1
2006-10-13
Changed sprintf() calls to snprintf().
Wayne Davison
1
-2
/
+2
2006-10-13
Mark out_of_memory() and overflow_exit() with NORETURN.
Wayne Davison
1
-2
/
+2
2006-10-13
Function fcntl() only takes 2 args when using F_GETFL.
Wayne Davison
1
-2
/
+2
2006-10-12
Removed the changes in symlink handling in non-chroot daemon mode as
Wayne Davison
1
-82
/
+0
2006-10-08
Made the push_dir() function take an option to skip the actual chdir()
Wayne Davison
1
-2
/
+2
2006-10-07
A bug-fix for die_on_unsafe_path() when the path doesn't exist.
Wayne Davison
1
-1
/
+2
2006-09-24
Output the who_am_i() info in out-of-memory() and overflow_exit().
Wayne Davison
1
-2
/
+2
[next]