summaryrefslogtreecommitdiff
Commit message (Expand)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
* 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
* 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
* Move the sleep to workaround the default modify-window of 1 on Cygwin toDavid Dykstra2003-01-271-4/+4
* Insert a 100ms sleep just before sending the USR2 signal to theDavid Dykstra2003-01-272-0/+4
* 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
* 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
* Change erroneous references to a --config-file option to the correct --configDavid Dykstra2003-01-271-2/+2
* Change news item about handling of text mode in files to just permittingDavid Dykstra2003-01-261-3/+2
* 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
* 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
* Open config files in text mode when O_TEXT is defined. This helps onDavid Dykstra2003-01-267-8/+26
* Tests that use hands_setup to make a test file directory and rightDavid Dykstra2003-01-261-0/+4
* 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
* Change default of --modify-window on Cygwin from 2 to 1 because that's allDavid Dykstra2003-01-242-2/+2
* 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
* Chown the $TO and $FROM directories to $RSYNCD_UID:$RSYNCD_GID (if weWayne Davison2003-01-211-0/+7
* 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
* 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
* 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
* 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
* 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
* Only look for a system getaddrinfo/getnameinfo if AI_PASSIVE is definedDavid Dykstra2003-01-201-14/+29