summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* preparing for release of 2.4.5v2.4.5rsync-bugs2000-08-192-3/+3
* man page updatesAndrew Tridgell2000-08-191-0/+5
* allow 0.0.0.0/0 syntax in hosts allow/denyAndrew Tridgell2000-08-191-0/+1
* added msleep() functionAndrew Tridgell2000-08-191-0/+26
* sleep for a smaller time while waiting for a process to exitAndrew Tridgell2000-08-191-1/+1
* added "ignore nonreadable" option (useful for hiding files in public archives)Andrew Tridgell2000-08-191-1/+5
* added an explicit noexcludes flag to make_file()Andrew Tridgell2000-08-191-3/+14
* added an explicit noexcludes flag to make_file()Andrew Tridgell2000-08-191-1/+4
* I don't like automatic header dependenciesAndrew Tridgell2000-08-191-4/+0
* added MacOS support to config.guess (from wsanchez@apple.com)Andrew Tridgell2000-08-191-0/+3
* fixed backup_dir bug introduced with recent memory handling patchesAndrew Tridgell2000-08-191-1/+1
* fixed timing problem with cleanup and io_flush() by using non-blockingAndrew Tridgell2000-08-163-14/+17
* Undo last setting of blocking_io. I hadn't reviewed the code well enough;David Dykstra2000-08-041-3/+0
* Turn on blocking_io when starting client of rsync server daemon.David Dykstra2000-08-041-0/+3
* Enable --compare-dest to work in combination with --always-checksum.David Dykstra2000-08-041-0/+10
* preparing for release of 2.4.4v2.4.4rsync-bugs2000-07-292-3/+3
* fix from T.J.Adye@rl.ac.uk for final goodbye message with new protocolAndrew Tridgell2000-07-291-0/+5
* optimisations from Rich Salz <rsalz@caveosystems.com>Andrew Tridgell2000-07-294-22/+112
* added blocking-io docsAndrew Tridgell2000-07-291-0/+6
* added *.bz2 and *.tbz to default dont compress listAndrew Tridgell2000-06-242-2/+2
* added insure debug supportAndrew Tridgell2000-06-241-0/+32
* if the remote shell is rsh then use blocking IOAndrew Tridgell2000-06-241-0/+4
* added some comments on blocking-ioAndrew Tridgell2000-06-231-1/+10
* get rid of annoying symlink error messagesAndrew Tridgell2000-06-231-1/+1
* added --blocking-io optionAndrew Tridgell2000-06-232-1/+12
* Add --bwlimit option contributed by Matthew Demicco and Jamie Gritton.David Dykstra2000-06-063-1/+39
* Do better job at describing exclude/include in man page. Based on suggestionsDavid Dykstra2000-05-191-7/+23
* fixed bug in replacement inet_aton()Andrew Tridgell2000-04-191-2/+2
* test was the wrong way aroundAndrew Tridgell2000-04-191-1/+1
* autoconf test for broken solaris inet_aton()Andrew Tridgell2000-04-193-20/+36
* by default don't gzip .iso imagesAndrew Tridgell2000-04-191-1/+1
* preparing for release of 2.4.3v2.4.3rsync-bugs2000-04-092-3/+3
* use 1 second sleeps in the sleep loop as some OSes (NT for example)Andrew Tridgell2000-04-091-3/+4
* don't pprint the IO timeout message if we are a server or daemon (canAndrew Tridgell2000-04-091-2/+5
* a very simple fix - if I'd only thought if it last week :)Andrew Tridgell2000-04-091-5/+18
* preparing for release of 2.4.2v2.4.2rsync-bugs2000-03-302-3/+3
* went back to non-blokcing IOAndrew Tridgell2000-03-306-6/+66
* add a --ignore-errors optionAndrew Tridgell2000-03-214-3/+17
* Describe symbolic link handling when writing to a "use chroot = no" module.David Dykstra2000-02-251-2/+5
* Somebody was confused into thinking that "Here are some examples" in theDavid Dykstra2000-02-221-1/+1
* Change socketpair test to verify that it works rather than just exists,David Dykstra2000-02-221-1/+13
* Move the checking for -lsocket -lnsl ahead of the checking for most ofDavid Dykstra2000-02-151-42/+44
* preparing for release of 2.4.1v2.4.1rsync-bugs2000-01-302-3/+3
* patch from Jim Delahanty <mail_us@swbell.net> to ensure files areAndrew Tridgell2000-01-301-3/+7
* another hang-at-end fix. It looks like we are more sensiitive toAndrew Tridgell2000-01-304-13/+27
* damn.Andrew Tridgell2000-01-292-1/+13
* preparing for release of 2.4.0v2.4.0rsync-bugs2000-01-292-3/+3
* change version to 2.4.0pre2Andrew Tridgell2000-01-291-1/+1
* use full buffer length, not strlenAndrew Tridgell2000-01-291-3/+5
* move the read only daemon test to after the protocol setupAndrew Tridgell2000-01-292-14/+16