index
:
android_external_rsync
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
gb-release-7.2
gingerbread
gingerbread-release
ics
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
master
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/lineage-15.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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.
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
[prev]
[next]