summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* preparing for release of 2.5.6v2.5.6David Dykstra2003-01-284-16/+13
|
* Add header for 2.5.6 release.David Dykstra2003-01-281-1/+2
|
* Remove the Cygwin msleep(100) before the generator kills the receiver,David Dykstra2003-01-283-15/+0
| | | | because it caused the testsuite/unsafe-links test to hang.
* Change the default of --modify-window back to 0 on Cygwin.David Dykstra2003-01-285-24/+9
|
* Ack! I had accidentally ifdefed out the kill from the generator to theDavid Dykstra2003-01-281-1/+1
| | | | receiver process for every platform except Cygwin.
* Change so the delay before generator signals receiver is only done on Cygwin.David Dykstra2003-01-283-2/+14
|
* Added a TODO item about temporary file names bumping up against thePaul Green2003-01-271-43/+52
| | | | | maximum name length. (I have an unfinished patch that will address this).
* Move the sleep to workaround the default modify-window of 1 on Cygwin toDavid Dykstra2003-01-271-4/+4
| | | | | | | | the beginning of "checkit" rather than the end of "hands_setup" because sometimes files are modified just before checkit is called and the copy finishes within one second so they're considered to be the same time. I don't think this would be a problem in real life, so just change the test.
* Insert a 100ms sleep just before sending the USR2 signal to theDavid Dykstra2003-01-272-0/+4
| | | | | | child receiver process to prevent some hangs on Cygwin. Anthony Heading discovered the workaround first and suggested 30ms, and Greger Cronquist had better luck with 100ms.
* Remove the "Connection reset by peer" from TODODavid Dykstra2003-01-271-7/+0
|
* Prevent the "Connection reset by peer" messages often seen from Cygwin.David Dykstra2003-01-274-1/+41
| | | | | Result of a lot of discussion over the last year and a half. Based on a patch from Randy O'Meara, cleaned up a bit by Max Bowsher.
* Update date on man page.David Dykstra2003-01-271-1/+1
|
* Update rsyncd.conf documentation to be right for rsync server mode over aDavid Dykstra2003-01-271-7/+8
| | | | remote shell.
* Change erroneous references to a --config-file option to the correct --configDavid Dykstra2003-01-271-2/+2
| | | | option.
* Change news item about handling of text mode in files to just permittingDavid Dykstra2003-01-261-3/+2
| | | | any of the standard line termination styles.
* Got rid of recent O_TEXT* and O_BINARY* changes.Wayne Davison2003-01-261-14/+0
|
* Got rid of O_TEXT_STR and added code to strip '\r' from the end of theWayne Davison2003-01-261-3/+3
| | | | lines we read.
* Added back the O_BINARY #ifdef.Wayne Davison2003-01-261-2/+2
|
* Got rid of O_TEXT_STR change.Wayne Davison2003-01-262-2/+2
|
* File I/O already handles '\r', so we can remove the O_TEXT flags.Wayne Davison2003-01-261-2/+2
|
* Remove a couple items I know are no longer needed.David Dykstra2003-01-261-6/+0
|
* Better fix for infinite recursion; don't return from exit_cleanupDavid Dykstra2003-01-262-3/+3
| | | | | | unless the nesting is already pretty deep, because there are normal cases where exit_cleanup is nested shallowly. Patch from Marc Espie, posted by Brian Poole.
* Open config files in text mode when O_TEXT is defined. This helps onDavid Dykstra2003-01-267-8/+26
| | | | | Cygwin when the config files are on a filesystem that is mounted in binary mode. Patch from Ville Herva.
* Tests that use hands_setup to make a test file directory and rightDavid Dykstra2003-01-261-0/+4
| | | | | | | afterward make a copy were failing on cygwin because the default --modify-windows now 1 on Cygwin. Adding a 2 second sleep at the end of hands_setup so that hopefully the tests will succeed because the copy will be made more than 1 second away from the original.
* Don't try to run daemon tests as "nobody".Wayne Davison2003-01-251-9/+2
|
* Getting rid of recent "chown" since we decided to forego trying to runWayne Davison2003-01-251-7/+0
| | | | the daemon tests as "nobody".
* Change default of --modify-window on Cygwin from 2 to 1 because that's allDavid Dykstra2003-01-242-2/+2
| | | | | | that's needed on FAT filesystems. NTFS filesystems can do with a window of 0, but it shouldn't hurt because it's highly unlikely that any given file will be modified within one second of the time that rsync last copied it.
* Restore trailing newline character at the end of the file.Paul Green2003-01-231-1/+1
|
* Mentioned the fact that config.sub and config.guess got updated.Paul Green2003-01-221-0/+3
|
* Updated config.sub and config.guess to latest revision.Paul Green2003-01-222-286/+495
|
* Mention test-case fixes.Wayne Davison2003-01-211-0/+2
|
* Moved the chown from the download test to the upload test.Wayne Davison2003-01-211-7/+0
|
* Chown the $TO and $FROM directories to $RSYNCD_UID:$RSYNCD_GID (if weWayne Davison2003-01-211-0/+7
| | | | can, and don't fail if we can't).
* Chown the $TO and $FROM directories to $RSYNCD_UID:$RSYNCD_GID (if weWayne Davison2003-01-211-0/+7
| | | | can, and don't fail if we can't).
* Put the UID and GID that rsyncd will run as into variables.Wayne Davison2003-01-211-5/+9
|
* Separated a `cat "..."` command out from inside a double-quoted stringWayne Davison2003-01-211-1/+2
| | | | | so that we don't run afoul of some shells quoting quirks. (As Brian Poole suggested.)
* Change the name on the --modify-window default for Cygwin to Lapo Luchini.David Dykstra2003-01-211-1/+2
|
* Change version to working version 2.5.6pre3cvsDavid Dykstra2003-01-211-1/+1
|
* Change version to 2.5.6pre2David Dykstra2003-01-211-1/+1
|
* Declare preserve_perms for latest syscall.o.Wayne Davison2003-01-213-0/+3
|
* Ignore errors from chmod when --preserve-perms/-p/-a are not set.David Dykstra2003-01-212-2/+10
| | | | Gnu cp behaves the same way.
* Added a couple missing NEWS items.Wayne Davison2003-01-201-0/+5
|
* Re-activate the piece of code that creates intervening directoriesDavid Dykstra2003-01-202-8/+4
| | | | | when --relative-paths is used. The code was accidentally skipped starting in CVS version 1.32 of receiver.c. Noticed by Craig Barratt.
* Update description of hosts allow for IPv6. From Bert Vermeulen.David Dykstra2003-01-201-10/+15
|
* Make the default for --modify-window be 2 on cygwin.David Dykstra2003-01-203-5/+12
|
* Backed out Paul Green's IRIX patch since it didn't seem to be a part ofWayne Davison2003-01-201-16/+11
| | | | the Makefile fix and I like the old EXE syntax better.
* Save the value of the test for getaddrinfo defines in the config cache.David Dykstra2003-01-201-12/+15
|
* Also need to include lib/getnameinfo when the getaddrinfo defines don't exist.David Dykstra2003-01-201-1/+2
|
* Oops, lib/getaddrinfo wasn't pulled in when the system doesn't defineDavid Dykstra2003-01-201-2/+2
| | | | AI_PASSIVE.
* Only look for a system getaddrinfo/getnameinfo if AI_PASSIVE is definedDavid Dykstra2003-01-201-14/+29
| | | | by system headers. This fixes compile errors on Irix 6.5.