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
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweaked the checking of the "limit" in safe_fname().
Wayne Davison
2005-05-03
1
-2
/
+3
*
Changed safe_fname() to output \### (octal) to escape non-printable
Wayne Davison
2005-04-01
1
-11
/
+20
*
dropped the "const" from the return value of safe_fname() because
Wayne Davison
2005-03-30
1
-1
/
+1
*
Fixed a problem with the stripping of the .bak/.old/.orig suffixes
Wayne Davison
2005-03-17
1
-2
/
+2
*
Tweaked the comment on copy_file().
Wayne Davison
2005-03-11
1
-1
/
+2
*
- Fixed a problem with full_fname() when curr_dir was "/".
Wayne Davison
2005-02-23
1
-8
/
+4
*
Cast char* to uchar* when dereferencing characters for isdigit()
Wayne Davison
2005-02-20
1
-3
/
+3
*
Fixed/improved the comment before safe_name().
Wayne Davison
2005-02-18
1
-5
/
+5
*
Added find_filename_suffix() and fuzzy_distance().
Wayne Davison
2005-02-14
1
-0
/
+107
*
John E. Malmberg convinced me to standardize on #ifs for defined
Wayne Davison
2005-02-14
1
-5
/
+5
*
Have partial_dir_fname() also check if the dir is excluded
Wayne Davison
2005-02-11
1
-3
/
+11
*
- Added more calls to safe_fname().
Wayne Davison
2005-02-07
1
-18
/
+21
*
Use "#if" (not "#ifdef") for configure-defined macros.
Wayne Davison
2005-01-28
1
-4
/
+4
*
Renamed several exclude-related functions/variables using new
Wayne Davison
2005-01-25
1
-8
/
+8
*
In set_modtime(), the verbose message should be output even if
Wayne Davison
2005-01-20
1
-3
/
+3
*
No need for conditional code around do_lstat() anymore.
Wayne Davison
2005-01-19
1
-4
/
+0
*
Made full_write() non-static.
Wayne Davison
2004-09-07
1
-2
/
+2
*
Corrected/enhanced a comment.
Wayne Davison
2004-08-18
1
-2
/
+2
*
One last minor tweak to clean_fname().
Wayne Davison
2004-08-12
1
-3
/
+1
*
- Made clean_flist()'s collapsing of ".." dirs optional by adding
Wayne Davison
2004-08-12
1
-10
/
+16
*
One (hopefully) last change to the sanitize_path() code.
Wayne Davison
2004-08-12
1
-17
/
+14
*
Simplified sanitize_path() logic a little.
Wayne Davison
2004-08-12
1
-35
/
+20
*
Improved a comment.
Wayne Davison
2004-08-12
1
-4
/
+4
*
- Call sanitize_path() with updated args.
Wayne Davison
2004-08-11
1
-36
/
+36
*
Made robust_rename() return a 1 if it had to copy the file.
Wayne Davison
2004-08-09
1
-3
/
+3
*
Fixed a bug in clean_fname() that could sometimes leave a "dir/.."
Wayne Davison
2004-08-07
1
-3
/
+3
*
Made clean_fname() return the length of the string.
Wayne Davison
2004-08-06
1
-3
/
+5
*
An improved clean_fname() routine that is more efficient and will also
Wayne Davison
2004-08-06
1
-31
/
+38
*
Merged alloc_sanitize_path() into sanitize_path(), adding an extra arg
Wayne Davison
2004-08-05
1
-65
/
+45
*
Don't allow a --partial-dir setting to overwrite a server-excluded
Wayne Davison
2004-07-31
1
-0
/
+3
*
Added the new --partial-dir option.
Wayne Davison
2004-07-29
1
-0
/
+61
*
Allow safe_fname() to tweak up to two name at a time.
Wayne Davison
2004-07-26
1
-3
/
+6
*
Use safe_fname() in full_fname().
Wayne Davison
2004-07-26
1
-0
/
+1
*
Added safe_fname() that converts any newlines in a name into '?'s.
Wayne Davison
2004-07-26
1
-0
/
+21
*
Allow the argv list the daemon uses for globbing its args to grow.
Wayne Davison
2004-06-09
1
-8
/
+21
*
Neatened up some of the glob-expand code and made a few other
Wayne Davison
2004-06-05
1
-39
/
+44
*
Got rid of a superfluous call to gettimeofday().
Wayne Davison
2004-05-24
1
-1
/
+0
*
Made full_fname()'s char-pointer arg const.
Wayne Davison
2004-05-24
1
-1
/
+1
*
Improved the depth calculation in sanitize_path() so that it properly
Wayne Davison
2004-05-23
1
-2
/
+5
*
Moved a few externs.
Wayne Davison
2004-05-21
1
-7
/
+7
*
Changed rprintf() calls that included strerror() to use rsyserr().
Wayne Davison
2004-05-15
1
-14
/
+9
*
Changed the non-globbing version of glob_expand_one() so that it
Wayne Davison
2004-05-08
1
-4
/
+7
*
In copy_file(), check len < 0 before checking the close() return values.
Wayne Davison
2004-04-27
1
-6
/
+8
*
Check the return code from close() and output an error if it
Wayne Davison
2004-04-27
1
-7
/
+15
*
Got rid of a debug-output statement.
v2.6.1
Wayne Davison
2004-04-27
1
-1
/
+0
*
Restore the old include behavior where a command-line include could
Wayne Davison
2004-04-22
1
-1
/
+1
*
No need to pass a debug string to check_exclude() anymore.
Wayne Davison
2004-04-22
1
-2
/
+1
*
Fixed alloc_sanitize_path()'s handling of a rootdir == "/" (the old
Wayne Davison
2004-04-17
1
-5
/
+11
*
Updated the exclude-list code to handle the new linked-list
Wayne Davison
2004-04-14
1
-3
/
+3
*
Added a description arg to check_exclude().
Wayne Davison
2004-04-14
1
-1
/
+2
[next]