summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-2547-829/+827
| | | | | | | - 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).
* Tweaked some whitespace to match the latest version from autoconf.Wayne Davison2006-04-241-2/+2
|
* Incremented the version to 2.6.9cvs.Wayne Davison2006-04-241-1/+1
|
* Rolled over the news file for the next version.Wayne Davison2006-04-242-57/+74
|
* Updated to the version dated 2006-02-23.Wayne Davison2006-04-242-328/+513
|
* Preparing for release of 2.6.8v2.6.8Wayne Davison2006-04-226-8/+8
|
* Mention the phase-unknown changes.Wayne Davison2006-04-211-1/+5
|
* - Got rid of the (mostly useless) io_read_phase and io_write_phaseWayne Davison2006-04-211-25/+2
| | | | | | | variables. In the future it might be useful to get rsync to mention what kind of a message it was trying to write, but the 'phase "unknown"' output was ubiquitous and confusing. - Got rid of the completely unused write_int_named() function.
* Got rid of the setting of io_write_phase.Wayne Davison2006-04-211-5/+0
|
* Mention the security fix for patches/xattrs.diff.Wayne Davison2006-04-211-0/+5
|
* Improved the --owner and --group sections.Wayne Davison2006-04-181-11/+18
|
* Twiddle the trailing output in non-live mode.Wayne Davison2006-04-181-3/+4
|
* Fixed a typo in the new code.Wayne Davison2006-04-181-1/+1
|
* - Fixed --copy-dest behavior on a system where CAN_HARDLINK_SYMLINKWayne Davison2006-04-181-14/+25
| | | | | | and/or CAN_HARDLINK_SPECIAL is not defined. - Changed --link-dest behavior on such systems to work just like --copy-dest for the non-hard-linkable files.
* A slight improvement to the logic in try_dests_non().Wayne Davison2006-04-181-6/+13
|
* Mention the latest bugfix.Wayne Davison2006-04-171-0/+3
|
* Fixed a bug where special files were not getting hard-linked viaWayne Davison2006-04-171-6/+11
| | | | the --link-dest option.
* Don't use the -C option to make (since it's not portable).Wayne Davison2006-04-171-4/+3
|
* Mention the latest fixes.Wayne Davison2006-04-171-0/+7
|
* Use the new CAN_HARDLINK_SYMLINK and CAN_HARDLINK_SPECIAL definesWayne Davison2006-04-171-11/+11
| | | | | from configure instead of the old (and not quite correct) run-time checking.
* Added two new checks: 1. Does link() hard-link symlinks (not theWayne Davison2006-04-171-6/+43
| | | | referent)? 2. Does link() hard-link a fifo?
* Don't use -C with make because it's not portable.Wayne Davison2006-04-171-3/+3
|
* Got rid of the unused REPLACE_INET_NTOA and REPLACE_INET_ATON checks.Wayne Davison2006-04-131-29/+0
|
* Got rid of inet_ntoa -> rep_inet_ntoa tom-foolery because rsyncWayne Davison2006-04-131-4/+0
| | | | doesn't use inet_ntoa() anymore.
* Got rid of the replacement inet_aton() and inet_ntoa() functionsWayne Davison2006-04-131-43/+0
| | | | because no code in rsync has used these functions since 2.4.8.
* Improved a sentence.Wayne Davison2006-04-121-2/+2
|
* A few minor changes to some messages and a couple variable improvements.Wayne Davison2006-04-121-7/+9
|
* Preparing for release of 2.6.8pre1v2.6.8pre1Wayne Davison2006-04-124-6/+6
|
* Moved the include of netinet/ip.h into socket.c.Wayne Davison2006-04-111-1/+0
|
* Moved the include of netinet/ip.h here along with its apparentWayne Davison2006-04-111-0/+2
| | | | prerequisite, netinet/in_systm.h .
* Tweaked a comment.Wayne Davison2006-04-111-1/+1
|
* Include netinet/ip.h .Wayne Davison2006-04-091-0/+1
|
* Mention the read-position fix.Wayne Davison2006-04-081-0/+4
|
* Fixed the value of map->p_fd_offset when a read() fails or isWayne Davison2006-04-081-1/+1
| | | | abbreviated.
* Use --delete-after instead of --delete.Wayne Davison2006-04-081-1/+1
|
* We don't need log_initialised exported after all.Wayne Davison2006-04-081-1/+1
|
* Moved the calls to client_addr() and client_name() below the lp_load()Wayne Davison2006-04-081-9/+8
| | | | | call so that their potential to output log messages can't cause the log-file to initialize before we know what "log name" to use.
* Clarified a few items.Wayne Davison2006-04-061-4/+5
|
* A slightly better fix than the last version.Wayne Davison2006-04-061-3/+6
|
* Made log_initialised public.Wayne Davison2006-04-061-1/+1
|
* There's no need for lp_load() to check am_daemon.Wayne Davison2006-04-061-2/+1
|
* Improved the bind()-failure message to mention what family failed.Wayne Davison2006-04-021-1/+2
|
* Got rid of duplicate rsync: prefix from an rsyserr() call.Wayne Davison2006-04-021-1/+1
|
* Improved a couple sentences.Wayne Davison2006-04-021-4/+4
|
* - Mention the logging fix for a single-use daemon.Wayne Davison2006-03-311-0/+9
| | | | - Mention the fatal error for when --daemon can't be honored.
* Log the connect message after calling log_init().Wayne Davison2006-03-311-2/+2
|
* - Complain if the user specified --delete without -r or -d.Wayne Davison2006-03-281-7/+4
| | | | - Got rid of the saw_delete_* vars.
* Use the regular delete* vars instead of the saw_delete* varsWayne Davison2006-03-281-4/+2
| | | | (which are no longer around).
* Include the version number when we exit with an error or warning.Wayne Davison2006-03-281-4/+4
|
* - Mention two omitted --files-from bug-fixes.Wayne Davison2006-03-281-0/+6
| | | | - Added a place-holder release line for 2.6.8.