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
*
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
*
Added alloc_sanitize_path().
Wayne Davison
2004-03-27
1
-0
/
+28
*
Moved the EXDEV handling into robust_rename().
Wayne Davison
2004-02-17
1
-10
/
+25
*
Made a couple comments a little clearer.
Wayne Davison
2004-02-07
1
-5
/
+5
*
Fixed a dropped '-'.
Wayne Davison
2004-02-04
1
-1
/
+1
*
Some indentation fixes and the removal of some superfluous parens.
Wayne Davison
2004-02-03
1
-36
/
+39
*
Modified sizeof usage and eliminated trailing whitespace.
Wayne Davison
2004-02-03
1
-31
/
+30
*
Use "%H:%M:%S" instead of "%T" in strftime() call since it looks to be
Wayne Davison
2004-02-02
1
-1
/
+1
*
Improved a couple comments.
Wayne Davison
2004-01-21
1
-3
/
+7
*
- Changed push_dir() to not take a "save" arg and to return 1 or 0
Wayne Davison
2004-01-20
1
-23
/
+27
*
Added stringjoin() and pathjoin().
Wayne Davison
2004-01-20
1
-0
/
+52
*
No need to conditionally-compile EINTR code -- no other files do this.
Wayne Davison
2004-01-02
1
-7
/
+1
*
Merged in the security fixes from 2.5.7.
Wayne Davison
2003-12-06
1
-7
/
+20
*
Added a new function, full_fname(), that makes a filename more complete
Wayne Davison
2003-09-11
1
-0
/
+46
*
Modified the glob_expand_one() function to check the args against the
Wayne Davison
2003-07-01
1
-15
/
+36
*
Optimized unsafe_symlink() to avoid malloc/free calls.
Wayne Davison
2003-01-19
1
-24
/
+17
*
Make unsafe_symlink() take const args so that we don't get any
Wayne Davison
2003-01-15
1
-5
/
+5
*
Try to fix ctype issues by always calling these functions as
Martin Pool
2002-04-11
1
-2
/
+2
*
Correction from Nelson Beebe: argument to functions such as isspace()
Martin Pool
2002-04-09
1
-1
/
+2
*
Doc.
Martin Pool
2002-04-08
1
-3
/
+14
*
Doc.
Martin Pool
2002-04-08
1
-17
/
+18
*
Split code out into separate files and remove some global variables to
Martin Pool
2002-04-08
1
-256
/
+37
*
Rearrange code slightly to avoid util.c depending on main.c.
Martin Pool
2002-04-08
1
-4
/
+5
*
Document unsafe_symlink().
Martin Pool
2002-04-08
1
-0
/
+12
*
Clean up comments for Doxygen.
Martin Pool
2002-04-08
1
-71
/
+106
*
Patch from Paul Haas:
Martin Pool
2002-03-20
1
-6
/
+26
*
If we've finished transferring a file, show the time taken; otherwise
Martin Pool
2002-03-15
1
-1
/
+8
*
print_child_argv can be static.
Martin Pool
2002-02-23
1
-1
/
+1
*
Add -vvv trace statement to set_modtime to help with Debian bug
Martin Pool
2002-02-18
1
-2
/
+10
*
Remove the "rsync:" prefixes on FINFO messages. Return the "building file
David Dykstra
2002-02-07
1
-1
/
+1
*
Only print the command used to open connections with -vv, not just -v.
Martin Pool
2002-02-05
1
-1
/
+1
[next]