summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* preparing for release of 2.3.2v2.3.2rsync-bugs1999-11-082-3/+3
* added --delete-after option (suggested by Jason)Andrew Tridgell1999-11-083-3/+28
* removed ACCESSPERMS mask when transferring a file without permsAndrew Tridgell1999-11-081-6/+1
* fixed passing of directory exclude options to remote side (thanks toAndrew Tridgell1999-11-082-1/+8
* Fixed bug introduced by calling do_open() for O_RDONLY files. Changed itDavid Dykstra1999-11-041-2/+4
* added a replacement inet_aton() for systems that don't have it.Andrew Tridgell1999-11-012-1/+17
* forgot to commit the fnmatch.h changesAndrew Tridgell1999-11-011-1/+5
* solved the problem of not using the right permissions whenAndrew Tridgell1999-10-312-0/+18
* added --address option for virtual hostingAndrew Tridgell1999-10-313-4/+65
* added -P optionAndrew Tridgell1999-10-312-8/+19
* updated test suite from Phil.Andrew Tridgell1999-10-311-34/+68
* updated rsync-path man page entryAndrew Tridgell1999-10-311-2/+4
* added "ignore errors" option in rsyncd.confAndrew Tridgell1999-10-314-3/+22
* updated the configure test for fnmatch() to see if FNM_PATHNAME isAndrew Tridgell1999-10-271-1/+2
* use do_open() instead of open() in several places to help the WinXX portAndrew Tridgell1999-10-255-6/+6
* Minor change suggesting people put in the right path in inetd.conf.David Dykstra1999-10-191-2/+3
* added a note about using -v with --progressAndrew Tridgell1999-09-061-9/+3
* separated out the make_backup code in preparation for some patchesAndrew Tridgell1999-08-303-23/+47
* Add a couple clarifying points to the sanitize_path() comments.David Dykstra1999-07-091-4/+15
* Fix significant security holes with "use chroot = no" in an rsync daemon:David Dykstra1999-07-093-34/+75
* continue calling waitpid() while still reapingchildren (patch fromAndrew Tridgell1999-06-271-1/+1
* fixed a bug that made us use only 16 bits of the file checksum whenAndrew Tridgell1999-06-266-19/+27
* added RSYNC_PROXY support from Stephen Rothwell. This allows access toAndrew Tridgell1999-04-132-6/+109
* preparing for release of 2.3.1v2.3.1rsync-bugs1999-04-062-4/+6
* set the exit code to RERR_FILEIO is io_error is set when we exit. ThisAndrew Tridgell1999-04-061-0/+3
* these aren't used any moreAndrew Tridgell1999-04-062-312/+0
* handle the case of an empty file list in get_local_nameAndrew Tridgell1999-04-061-1/+1
* don't abort the server side if the file list is empty (perhaps becauseAndrew Tridgell1999-04-061-2/+2
* note in the man page that:Andrew Tridgell1999-04-061-1/+5
* fix the man page to reflect the fact that exclude options inAndrew Tridgell1999-04-061-6/+9
* fixed a nasty bug in the handling of "local_name" when setting theAndrew Tridgell1999-04-061-1/+1
* quote RPM_OPT_FLAGSAndrew Tridgell1999-04-061-1/+3
* Small bug fix for the --compare-dest option: when a file's contentsDavid Dykstra1999-04-021-1/+2
* Backed out the change to create missing parent directories when usingDavid Dykstra1999-03-241-2/+4
* The "pid file" was getting created mode 666, not applying the umaskDavid Dykstra1999-03-241-4/+8
* Fix bug with --compare-dest option where missing parent directories in theDavid Dykstra1999-03-231-1/+2
* preparing for release of 2.3.0v2.3.0rsync-bugs1999-03-152-4/+4
* Changed the protocol version to 20 so that --stats will work without -v inDavid Dykstra1999-03-152-4/+3
* Fix typo in comment in rsync.h, suggested by bje@cygnus.comDavid Dykstra1999-03-151-1/+1
* Make a special version number 2.3.0-beta for a short period becauseDavid Dykstra1999-03-121-1/+1
* Allow + and - in the "include" and "exclude" directives in rsyncd.conf.David Dykstra1999-03-122-10/+62
* Include a test for a working getopt_long because the one on some versionsDavid Dykstra1999-03-122-14/+40
* When -R is used, send the permissions of the original top directories toDavid Dykstra1999-03-121-0/+7
* When a file cannot be deleted because of ETXTBSY (in particular, when anDavid Dykstra1999-03-115-8/+84
* Check for EINVAL from a rename error call in addition to ENOENT becauseDavid Dykstra1999-03-091-1/+2
* Add distclean target to Makefile.in.David Dykstra1999-03-091-0/+3
* Update config.sub to the latest from automake in addition to config.guess.David Dykstra1999-03-091-298/+155
* Update config.guess from a new official GNU version.David Dykstra1999-03-051-92/+438
* The change a couple days ago to create files initially without group andDavid Dykstra1999-03-043-13/+22
* Disable the optimization that treats include-only files as a special caseDavid Dykstra1999-03-021-1/+2