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
/
clientserver.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
If the pre-xfer exec failed with -1, output the strerror()
Wayne Davison
2006-12-06
1
-1
/
+3
*
Use rwrite() to output the err_msg string.
Wayne Davison
2006-11-19
1
-1
/
+1
*
Added "const" to appropriate char pointers.
Wayne Davison
2006-11-19
1
-1
/
+1
*
Got rid of type-casting into isFOO() and toFOO() functions by
Wayne Davison
2006-11-09
1
-2
/
+2
*
Obey the new --no-motd option.
Wayne Davison
2006-10-24
1
-1
/
+5
*
Call push_dir() with its new boolean arg.
Wayne Davison
2006-10-08
1
-2
/
+2
*
Added the RSYNC_PID environment variable for the pre-/post-xfer
Wayne Davison
2006-09-09
1
-11
/
+12
*
Call log_init() with its new "restart" (0 or 1) arg.
Wayne Davison
2006-06-07
1
-2
/
+2
*
Allow the --log-file-format=FMT option (if given when starting a daemon)
Wayne Davison
2006-05-30
1
-7
/
+5
*
Some demon_log_* variables changed into logfile_* variables that are
Wayne Davison
2006-05-09
1
-7
/
+9
*
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
-12
/
+7
*
Tweaked a comment.
Wayne Davison
2006-04-11
1
-1
/
+1
*
Moved the calls to client_addr() and client_name() below the lp_load()
Wayne Davison
2006-04-08
1
-9
/
+8
*
A slightly better fix than the last version.
Wayne Davison
2006-04-06
1
-3
/
+6
*
Log the connect message after calling log_init().
Wayne Davison
2006-03-31
1
-2
/
+2
*
The orig_umask value is now a mode_t.
Wayne Davison
2006-02-24
1
-1
/
+1
*
Log every connect to the daemon.
Wayne Davison
2006-02-21
1
-8
/
+6
*
Added a comment.
Wayne Davison
2006-02-21
1
-0
/
+4
*
When starting up a transfer, substitute the remember_children()
Wayne Davison
2006-02-20
1
-0
/
+9
*
Set a new daemon_chmod_modes pointer with the daemon's chmod
Wayne Davison
2006-02-20
1
-2
/
+2
*
Log when someone requests a module list.
Wayne Davison
2006-02-03
1
-0
/
+4
*
Ignore the --quiet option if someone sent it to us (which doesn't
Wayne Davison
2006-02-01
1
-0
/
+2
*
Added support for the new "outgoing chmod" daemon option.
Wayne Davison
2006-01-30
1
-3
/
+8
*
If the module has defined an "incoming chmod" option, call
Wayne Davison
2006-01-30
1
-1
/
+7
*
Make use of the new sockopts variable.
Wayne Davison
2006-01-26
1
-1
/
+7
*
Got rid of calls to (the soon to vanish) safe_fname() function.
Wayne Davison
2006-01-13
1
-5
/
+5
*
We now send all the option args to the pre-exec command.
Wayne Davison
2006-01-12
1
-16
/
+48
*
Enhanced the "pre-xfer exec" handling so that it gets the user's
Wayne Davison
2005-10-24
1
-24
/
+83
*
Pass XFLG_ABS_IF_SLASH instead of XFLG_ANCHORED2ABS for server excludes.
Wayne Davison
2005-10-07
1
-5
/
+5
*
Make use of the per-module "temp dir" setting.
Wayne Davison
2005-09-03
1
-0
/
+11
*
Got rid of the argp var that is not needed now that argv is no
Wayne Davison
2005-08-03
1
-4
/
+2
*
- Use BIGPATHBUFLEN for the length of two line buffers.
Wayne Davison
2005-07-29
1
-13
/
+16
*
If the user has specified "pre-xfer exec" or "post-xfer exec", run
Wayne Davison
2005-07-28
1
-0
/
+55
*
Changed the "max verbosity" setting from global to per-module.
Wayne Davison
2005-06-10
1
-2
/
+2
*
- Call the new set_io_timeout() function to set the timeout value.
Wayne Davison
2005-05-19
1
-6
/
+2
*
- Call auth_server() with its new "host" arg.
Wayne Davison
2005-04-09
1
-3
/
+1
*
The "@ERROR" handler in start_inband_exchange() was not returning
Wayne Davison
2005-04-09
1
-4
/
+4
*
Fix the setting of module_dirlen for a module path of "/".
Wayne Davison
2005-04-01
1
-4
/
+2
*
Use new log_format_has() function instead of strstr().
Wayne Davison
2005-03-31
1
-2
/
+2
*
- Look for last '@' in a user@host spec.
Wayne Davison
2005-03-01
1
-4
/
+1
*
Enhanced the option-parsing failure mode to handle the situation
Wayne Davison
2005-03-01
1
-2
/
+18
*
Explicitly set kluge_around_eof to a 1 when it is needed.
Wayne Davison
2005-02-26
1
-3
/
+3
*
We now set daemon_log_format_has_i and daemon_log_format_has_o_or_i
Wayne Davison
2005-02-19
1
-3
/
+9
*
If the "log format" has a %i in it, set itemize_daemon_changes.
Wayne Davison
2005-02-19
1
-2
/
+6
*
John E. Malmberg convinced me to standardize on #ifs for defined
Wayne Davison
2005-02-14
1
-1
/
+1
*
Adding more calls to safe_fname().
Wayne Davison
2005-02-07
1
-7
/
+10
*
Changed add_filter() to parse_rule() and add_filter_file()
Wayne Davison
2005-02-04
1
-5
/
+5
*
Call add_filter() and add_filter_file() with their new flag args.
Wayne Davison
2005-02-03
1
-9
/
+10
*
Tweaked one or more warning messages.
Wayne Davison
2005-01-31
1
-1
/
+1
[next]