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
/
log.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use F_ROOTDIR() in place of dir.root.
Wayne Davison
2006-12-17
1
-2
/
+2
*
Changed the static file_struct var to match the changes in rsync.h.
Wayne Davison
2006-12-16
1
-2
/
+1
*
Use the latest F_*() accessors.
Wayne Davison
2006-12-05
1
-15
/
+25
*
- Typical tranfers now save 12-20 bytes per file because several vars
Wayne Davison
2006-12-03
1
-5
/
+9
*
Use the new ICONV_CONST definition.
Wayne Davison
2006-11-20
1
-2
/
+5
*
Added "const" to appropriate char pointers.
Wayne Davison
2006-11-19
1
-57
/
+62
*
Allow all itemize types to change all-dots (no changes) into spaces.
Wayne Davison
2006-11-10
1
-2
/
+1
*
Got rid of type-casting into isFOO() and toFOO() functions by
Wayne Davison
2006-11-09
1
-6
/
+6
*
Got rid of EXIT_OR_RETURN() macro again -- switching to a better
Wayne Davison
2006-10-14
1
-16
/
+7
*
Changed strcpy() calls into strlcpy() calls, just to be extra safe.
Wayne Davison
2006-10-13
1
-4
/
+4
*
Changed one more exit_cleanup() call into EXIT_OR_RETURN().
Wayne Davison
2006-10-13
1
-1
/
+1
*
If in_exit_cleanup is set, some of our functions return instead of
Wayne Davison
2006-10-13
1
-6
/
+14
*
Changed the indent for one else ... if section.
Wayne Davison
2006-10-12
1
-12
/
+10
*
Make sure that the %f escape always has the full path info when
Wayne Davison
2006-06-16
1
-2
/
+14
*
- Pass "module_id" to the two log-related settings that are no longer
Wayne Davison
2006-06-07
1
-7
/
+22
*
- Got rid of the FNAME logcode enum.
Wayne Davison
2006-06-01
1
-23
/
+14
*
Skip transfer logging if the logfile_format string is empty.
Wayne Davison
2006-05-30
1
-1
/
+1
*
- Use the renamed stdout_format_has_i, stdout_format_has_o_or_i, and
Wayne Davison
2006-05-29
1
-17
/
+22
*
Make --quiet quieter (like it used to be), but also don't allow it
Wayne Davison
2006-05-14
1
-3
/
+3
*
- Use the new logfile_* variables that are set by the --log-file
Wayne Davison
2006-05-09
1
-42
/
+34
*
Cast the enum in rwrite() when calling send_msg().
Wayne Davison
2006-05-03
1
-1
/
+1
*
Use send_msg() when forwarding a log message, not io_multiplex_write().
Wayne Davison
2006-05-03
1
-1
/
+1
*
Made log_init() call timestring() instead of just localtime() prior to a
Wayne Davison
2006-05-03
1
-6
/
+3
*
Updated the FSF's address to an even newer one.
Wayne Davison
2006-04-25
1
-3
/
+3
*
- Updated the address for the FSF in the opening comment.
Wayne Davison
2006-04-25
1
-26
/
+21
*
We don't need log_initialised exported after all.
Wayne Davison
2006-04-08
1
-1
/
+1
*
Made log_initialised public.
Wayne Davison
2006-04-06
1
-1
/
+1
*
Include the version number when we exit with an error or warning.
Wayne Davison
2006-03-28
1
-4
/
+4
*
The orig_umask value is now a mode_t.
Wayne Davison
2006-02-24
1
-2
/
+2
*
Moved an extern into its proper place.
Wayne Davison
2006-02-24
1
-1
/
+1
*
Decided against shortening the output of --itemize-changes.
Wayne Davison
2006-02-09
1
-1
/
+2
*
Don't call isprint() if --8-bit was specified.
Wayne Davison
2006-02-06
1
-1
/
+2
*
- The iconv-supporting code can now ask filtered_fwrite() to use
Wayne Davison
2006-02-06
1
-13
/
+10
*
Make sure that we don't try to use iconv() without iconv.h.
Wayne Davison
2006-02-05
1
-3
/
+3
*
Changed HAVE_ICONV to HAVE_ICONV_OPEN.
Wayne Davison
2006-02-05
1
-4
/
+4
*
Use iconv() (when available) to allow us to output multibyte
Wayne Davison
2006-02-04
1
-3
/
+36
*
Needed to make %G output "DEFAULT" when gid == GID_NONE.
Wayne Davison
2006-02-04
1
-6
/
+10
*
Made the new %M escape handle multiple spaces in the timestamp
Wayne Davison
2006-02-03
1
-2
/
+2
*
Mention who is outputting the "rsync error" or "rsync warning".
Wayne Davison
2006-02-03
1
-4
/
+4
*
- Allow tab characters to appear in rwrite() messages.
Wayne Davison
2006-02-03
1
-3
/
+27
*
Turn an FSOCKERR into a normal FERROR if it's not going to our
Wayne Davison
2006-02-01
1
-3
/
+6
*
Added 'S' to the itemized output for special files.
Wayne Davison
2006-01-26
1
-0
/
+1
*
Fixed a problem in the output of %i's 'T' flag on devices and
Wayne Davison
2006-01-24
1
-4
/
+2
*
FERROR messages also need to leave leading newlines unmangled.
Wayne Davison
2006-01-24
1
-2
/
+3
*
Handle the extra output needed when log_format_has_i > 1.
Wayne Davison
2006-01-20
1
-1
/
+1
*
Got rid of a few empty lines.
Wayne Davison
2006-01-17
1
-9
/
+0
*
- We now filter all rwrite() output when it goes out to the terminal
Wayne Davison
2006-01-14
1
-16
/
+49
*
Got rid of calls to the (soon to vanish) safe_fname() function.
Wayne Davison
2006-01-13
1
-14
/
+10
*
+ Changed two buffers to use BIGPATHBUFLEN instead of MAXPATHLEN+512.
Wayne Davison
2006-01-05
1
-11
/
+27
*
Added RERR_SIGNAL1's message and tweaked ERR_SIGNAL.
Wayne Davison
2005-12-16
1
-1
/
+2
[next]