Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include 2008 in the copyright years. | Wayne Davison | 2008-03-01 | 1 | -1/+1 |
| | |||||
* | Fixed local_child() so that the client side really does handle | Wayne Davison | 2008-02-04 | 1 | -6/+6 |
| | | | | the log-file writing. | ||||
* | Conditionalize the call to setup_iconv(). | Wayne Davison | 2007-10-10 | 1 | -0/+2 |
| | |||||
* | Reposition the call to setup_iconv() so that it gets called only once | Wayne Davison | 2007-10-07 | 1 | -0/+1 |
| | | | | | is a local_server copy, and so that arg-parsing code doesn't interfere with the sending of a remote charset value. | ||||
* | Changed print_child_argv() to take its prefix message as an arg. | Wayne Davison | 2007-09-16 | 1 | -1/+1 |
| | |||||
* | Tweaking the license text a bit more. | Wayne Davison | 2007-07-10 | 1 | -2/+3 |
| | |||||
* | Switching to GPL 3. | Wayne Davison | 2007-07-07 | 1 | -3/+2 |
| | |||||
* | Further modifications to the copyright comment section. | Wayne Davison | 2007-02-04 | 1 | -4/+3 |
| | |||||
* | Added "const" to appropriate char pointers. | Wayne Davison | 2006-11-19 | 1 | -2/+1 |
| | |||||
* | Turn off the --log-file option on the server side for a local transfer. | Wayne Davison | 2006-05-29 | 1 | -0/+7 |
| | |||||
* | 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 | -5/+7 |
| | | | | | | | - Standardized the format of the opening comment, including adding a brief description of what's in the file for those that lacked it. - Added some missing copyright lines. - Some minor whitespace tweaks (in a few of the files). | ||||
* | The orig_umask value is now a mode_t. | Wayne Davison | 2006-02-24 | 1 | -1/+1 |
| | |||||
* | For a local rsync, turn off the --chmod option on the receiving | Wayne Davison | 2006-01-21 | 1 | -7/+7 |
| | | | | side so that only the sending side does the work. | ||||
* | Got rid of calls to (the soon to vanish) safe_fname() function. | Wayne Davison | 2006-01-13 | 1 | -2/+1 |
| | |||||
* | Fixed a typo in a comment. | Wayne Davison | 2005-10-20 | 1 | -1/+1 |
| | |||||
* | We no longer force write_batch to 0 for the server. | Wayne Davison | 2005-04-09 | 1 | -5/+0 |
| | |||||
* | Adding more calls to safe_fname(). | Wayne Davison | 2005-02-07 | 1 | -1/+2 |
| | |||||
* | Got rid of a comment that became inapplicable. | Wayne Davison | 2004-08-12 | 1 | -6/+2 |
| | |||||
* | Got rid of read_batch special case. | Wayne Davison | 2004-07-21 | 1 | -2/+1 |
| | |||||
* | My modified version of Chris Shoemaker's improved batch-file handling. | Wayne Davison | 2004-07-15 | 1 | -3/+22 |
| | |||||
* | Tweaked some single-line ifs. | Wayne Davison | 2004-07-14 | 1 | -2/+4 |
| | |||||
* | Got rid of some trailing whitespace. | Wayne Davison | 2004-06-18 | 1 | -13/+11 |
| | |||||
* | Changed rprintf() calls that included strerror() to use rsyserr(). | Wayne Davison | 2004-05-15 | 1 | -11/+9 |
| | |||||
* | Relocated the externs. | Wayne Davison | 2004-01-27 | 1 | -6/+7 |
| | |||||
* | Make sure we only use blocking-I/O if blocking_io is > 0. | Wayne Davison | 2003-12-15 | 1 | -2/+1 |
| | |||||
* | Support the new --files-from option. | Wayne Davison | 2003-03-30 | 1 | -6/+10 |
| | |||||
* | Fix prototype. | Martin Pool | 2002-04-08 | 1 | -1/+1 |
| | |||||
* | Fix copyright. | Martin Pool | 2002-04-08 | 1 | -0/+21 |
| | |||||
* | Split code out into separate files and remove some global variables to | Martin Pool | 2002-04-08 | 1 | -0/+127 |
reduce symbol dependencies between files and therefore make it easier to write unit tests. The diff is large, but the actual code changes are pretty small. |