| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - Moved the module_id definition from options.c to here. | Wayne Davison | 2005-01-29 | 1 | -7/+7 |
| * | Use "#if" (not "#ifdef") for configure-defined macros. | Wayne Davison | 2005-01-28 | 1 | -1/+1 |
| * | - Moved read_only variable here from options.c | Wayne Davison | 2005-01-28 | 1 | -1/+5 |
| * | Renamed several exclude-related functions/variables using new | Wayne Davison | 2005-01-25 | 1 | -13/+13 |
| * | Some exclude changes for the new --filter option, including: | Wayne Davison | 2005-01-25 | 1 | -10/+19 |
| * | - Mustn't override a user-specified list_only value. | Wayne Davison | 2005-01-22 | 1 | -14/+20 |
| * | Since lp_bind_address() can't return NULL, we need to check if it is | Wayne Davison | 2004-12-31 | 1 | -1/+1 |
| * | A minor improvement to the just-committed code. | Wayne Davison | 2004-12-31 | 1 | -1/+1 |
| * | Set select_timeout if the per-module timeout value was lower than | Wayne Davison | 2004-12-31 | 1 | -1/+5 |
| * | If rsync_port is 0, set it to RSYNC_PORT. | Wayne Davison | 2004-12-08 | 1 | -0/+3 |
| * | Check the global option "address" if the user didn't specify | Wayne Davison | 2004-12-06 | 1 | -0/+2 |
| * | Allow "port" to be specified in the rsyncd.conf file. | Wayne Davison | 2004-11-27 | 1 | -0/+3 |
| * | If we need to return an error during the startup phase and the other | Wayne Davison | 2004-07-31 | 1 | -0/+3 |
| * | If someone is denied access to a "list = no" module, lie and tell them | Wayne Davison | 2004-07-30 | 1 | -22/+29 |
| * | - Got rid of the arg to the io_start_multiplex_{in,out}() calls. | Wayne Davison | 2004-07-17 | 1 | -3/+5 |
| * | My modified version of Chris Shoemaker's improved batch-file handling. | Wayne Davison | 2004-07-15 | 1 | -1/+2 |
| * | Added a short msleep() after option_error() before we exit. This | Wayne Davison | 2004-06-13 | 1 | -0/+1 |
| * | - Changed some FERROR log calls to FLOG. | Wayne Davison | 2004-06-12 | 1 | -32/+31 |
| * | Allow the argv list the daemon uses for globbing its args to grow. | Wayne Davison | 2004-06-09 | 1 | -6/+12 |
| * | Changed a few FINFO messages to FLOG. | Wayne Davison | 2004-06-07 | 1 | -6/+6 |
| * | Some superficial code tweaks. | Wayne Davison | 2004-06-05 | 1 | -41/+34 |
| * | Changed rprintf() calls that included strerror() to use rsyserr(). | Wayne Davison | 2004-05-15 | 1 | -4/+4 |
| * | Updated the exclude-list code to handle the new linked-list | Wayne Davison | 2004-04-14 | 1 | -1/+1 |
| * | Moved (and expanded) a verbose message from clientserver.c to socket.c | Wayne Davison | 2004-04-14 | 1 | -9/+1 |
| * | Use the new XFLG_* flags to call the add_exclude*() functions. | Wayne Davison | 2004-04-12 | 1 | -4/+7 |
| * | The args are now sanitized in parse_arguments() instead of here. | Wayne Davison | 2004-03-27 | 1 | -13/+0 |
| * | Use MY_UID() instead of getuid(). | Wayne Davison | 2004-02-04 | 1 | -2/+2 |
| * | Use the new lp_max_verbosity() value to limit the server's "verbose" | Wayne Davison | 2004-02-04 | 1 | -1/+2 |
| * | Better pid handling. | Wayne Davison | 2004-01-27 | 1 | -2/+2 |
| * | Tweaked the externs. | Wayne Davison | 2004-01-27 | 1 | -17/+15 |
| * | Use new push_dir() syntax. | Wayne Davison | 2004-01-20 | 1 | -2/+2 |
| * | In two places: needed to use protocol_version, not PROTOCOL_VERSION. | Wayne Davison | 2004-01-15 | 1 | -2/+2 |
| * | Got rid of support for protocols 17 and 18. | Wayne Davison | 2004-01-08 | 1 | -2/+2 |
| * | If lp_path() returns "/", set exclude_path_prefix to "" (because the | Wayne Davison | 2003-09-11 | 1 | -0/+2 |
| * | Changed most instances of "remote_version" to "protocol_version", and | Wayne Davison | 2003-09-09 | 1 | -12/+14 |
| * | Call setgroups(1, &gid) after setting the gid (rather than calling | Wayne Davison | 2003-08-20 | 1 | -10/+9 |
| * | We now put the excludes from the config file into a "server_exclude_list" | Wayne Davison | 2003-07-01 | 1 | -8/+14 |
| * | Cleaned up whitespace/indentation. | Wayne Davison | 2003-05-10 | 1 | -49/+48 |
| * | Support the new --files-from option. | Wayne Davison | 2003-03-30 | 1 | -0/+4 |
| * | Got rid of O_TEXT_STR change. | Wayne Davison | 2003-01-26 | 1 | -1/+1 |
| * | Open config files in text mode when O_TEXT is defined. This helps on | David Dykstra | 2003-01-26 | 1 | -1/+1 |
| * | When using daemon mode over a remote shell program and not running as root, | David Dykstra | 2002-08-30 | 1 | -0/+2 |
| * | Fix to correctly identify remote IP address and host name when using | David Dykstra | 2002-08-01 | 1 | -20/+2 |
| * | Moved the end of start_socket_client() into a new function called | Wayne Davison | 2002-08-01 | 1 | -78/+114 |
| * | When -e is specified along with an rsyncd url, the client should get a | Martin Pool | 2002-04-15 | 1 | -1/+1 |
| * | Try to fix ctype issues by always calling these functions as | Martin Pool | 2002-04-11 | 1 | -2/+2 |
| * | Receiving an @ERROR line from the server is (I think) always fatal, so | Martin Pool | 2002-04-11 | 1 | -2/+6 |
| * | Doc start_socket_client | Martin Pool | 2002-04-09 | 1 | -0/+1 |
| * | Doc start_socket_client | Martin Pool | 2002-04-09 | 1 | -1/+6 |
| * | Doc. | Martin Pool | 2002-04-09 | 1 | -1/+7 |