Commit Graph

  • 660c6fbdaa Include strerror message when there's a socket error. Martin Pool 2001-01-08 10:25:00 +00:00
  • ce6c7c6318 Improved error message. Martin Pool 2001-01-08 03:39:53 +00:00
  • fa994de488 Ignore generated files that are not stored in CVS. Martin Pool 2001-01-08 03:39:32 +00:00
  • 2348926995 Typo fix from Jim Meyering Martin Pool 2001-01-08 01:10:58 +00:00
  • 735a816e54 Better explain how the --blocking-io option works. David Dykstra 2001-01-05 17:57:11 +00:00
  • a1b1b1da46 Add comments. Martin Pool 2000-11-15 05:53:45 +00:00
  • c3563c46ed Doc. Martin Pool 2000-11-15 03:16:06 +00:00
  • 0c80cd8ee9 In --version, say whether we have socketpair() or not Martin Pool 2000-11-10 03:41:47 +00:00
  • b79f79e3aa Ignore dummy output file Martin Pool 2000-11-10 03:41:17 +00:00
  • af642a61b3 If an error occurs, print an explanatory string rather than just an RERR code. Martin Pool 2000-11-10 03:28:15 +00:00
  • ef1aa91039 Doc. Martin Pool 2000-11-10 03:17:08 +00:00
  • 1960e2280c Drop dead variable. Martin Pool 2000-11-09 09:45:19 +00:00
  • 7c1b4daa6f Document getsockopt POSIX confusion. Martin Pool 2000-11-09 09:27:34 +00:00
  • 7a24c346b0 Print a warning message in the version if the platform cannot support 32-bit ints Martin Pool 2000-11-09 09:05:14 +00:00
  • 64c2cf8fea Better error messages Martin Pool 2000-11-09 09:02:16 +00:00
  • 81d538ce23 Better error messages when unlink fails Martin Pool 2000-11-08 09:45:16 +00:00
  • e327acece4 Better error messages when unlink fails Martin Pool 2000-11-08 09:32:11 +00:00
  • 4e40377ac2 Better error messages when unlink fails Martin Pool 2000-11-08 09:32:10 +00:00
  • eeb1568fd5 Correct license name. Note new address of pserver. Correct documentation. Martin Pool 2000-11-02 11:38:13 +00:00
  • 0ba481368c Add some comments. Martin Pool 2000-11-02 11:37:34 +00:00
  • 38bf526fc5 fix bug in handling of : Andrew Tridgell 2000-10-31 10:59:50 +00:00
  • bc363ea983 Display a warning about pointlessly using --rsh with clientserver mode. Martin Pool 2000-10-31 01:05:42 +00:00
  • 84f69dad19 Draft documentation of the client-server protocol. Martin Pool 2000-10-26 08:05:36 +00:00
  • 4a13b9d57a Print strerror when a system error occurs; add a new function rsyserr to do this. This is not used in every case yet -- I've just changed a few cases that were causing trouble. Please convert others as you see them. Martin Pool 2000-10-26 07:31:29 +00:00
  • a039749b4c Print strerror when a system error occurs; add a new function rsyserr to do this. This is not used in every case yet -- I've just changed a few cases that were causing trouble. Please convert others as you see them. Martin Pool 2000-10-26 07:24:18 +00:00
  • 15b84e142a Make sure the log file is always opened before root privileges (if any) are given up. David Dykstra 2000-10-25 19:57:42 +00:00
  • 45a8354004 When running as --daemon in the background and using a "log file" rsyncd.conf directive, close the log file every time it is open when going to sleep on the socket. This allows the log file to get cleaned out by another process. David Dykstra 2000-10-24 18:50:08 +00:00
  • c32d024071 don't clobber argv[0], so ps shows the right thing Andrew Tridgell 2000-10-19 00:47:48 +00:00
  • 205c27ac67 Add note in "secrets file" section to see "strict modes". David Dykstra 2000-10-13 13:49:31 +00:00
  • f5c2081302 Clear up conditions for running as root. Martin Pool 2000-10-13 03:28:12 +00:00
  • e6c64e7933 Oops: manpage updates should go into the yodl source. Martin Pool 2000-10-13 03:25:07 +00:00
  • a036580649 Quick list of things to do. Martin Pool 2000-10-11 00:57:27 +00:00
  • 796d484b44 Clearer "nothing to do" message. Martin Pool 2000-10-10 01:26:55 +00:00
  • 1f52f4c407 Get rid of const modifiers; they're problematic with old compilers. Martin Pool 2000-10-09 03:48:47 +00:00
  • d567322fbc include/exclude cluestick: with -vv, print out whether files are included or excluded and why. Martin Pool 2000-10-09 03:46:38 +00:00
  • 3ff1e677a1 Added provision for packaging for Linux Standards Base compliant Linux systems. John H Terpstra 2000-09-11 18:04:35 +00:00
  • ef325f0cf4 neater getconf test Andrew Tridgell 2000-09-06 07:15:37 +00:00
  • 3d8810c928 preparing for release of 2.4.6 v2.4.6 rsync-bugs 2000-09-06 02:47:00 +00:00
  • d153974ee2 README update Andrew Tridgell 2000-09-06 02:39:45 +00:00
  • 5b56cc19fb added --modify-window option from David Bolen <db3l@fitlinxx.com> Andrew Tridgell 2000-09-06 02:12:13 +00:00
  • c48b22c858 minor man page update Andrew Tridgell 2000-09-06 01:27:46 +00:00
  • 65d0a49f5c removed spurious error message Andrew Tridgell 2000-09-06 00:48:52 +00:00
  • 6a48ca56eb added LFS support for Solaris 8 Andrew Tridgell 2000-09-05 23:21:27 +00:00
  • a20aa42ac4 a simple fix to the memory problems with the string pool patch. The string pools conflict with the lastdir memory saving tricks. Andrew Tridgell 2000-08-31 23:01:28 +00:00
  • e92ee12893 make sure we don't chew too much CPU when the outgoing fd is full Andrew Tridgell 2000-08-29 05:07:08 +00:00
  • 5c66303ad6 some string_area cleanups Andrew Tridgell 2000-08-29 04:47:39 +00:00
  • 27e3e9c906 detect list_only a bit earlier Andrew Tridgell 2000-08-29 04:46:50 +00:00
  • f0b36a48c8 the 2nd half of the hack Andrew Tridgell 2000-08-29 04:46:27 +00:00
  • 25cf88936f a hack to make listing remote sites (by leaving off a target) more useful Andrew Tridgell 2000-08-29 04:45:49 +00:00
  • ae682c3e11 got rid of some unused variables Andrew Tridgell 2000-08-19 15:25:05 +00:00
  • 99994aef3e preparing for release of 2.4.5 v2.4.5 rsync-bugs 2000-08-19 13:10:57 +00:00
  • 78043d1969 man page updates Andrew Tridgell 2000-08-19 13:04:48 +00:00
  • 43e46b4cf6 allow 0.0.0.0/0 syntax in hosts allow/deny Andrew Tridgell 2000-08-19 13:04:29 +00:00
  • 9ec16c83be added msleep() function Andrew Tridgell 2000-08-19 12:53:51 +00:00
  • a24c687094 sleep for a smaller time while waiting for a process to exit Andrew Tridgell 2000-08-19 12:53:24 +00:00
  • 60cb2f9016 added "ignore nonreadable" option (useful for hiding files in public archives) Andrew Tridgell 2000-08-19 12:53:00 +00:00
  • ac1a0994b6 added an explicit noexcludes flag to make_file() this fixes a bug with --backup-dir and -x Andrew Tridgell 2000-08-19 12:52:39 +00:00
  • f2cbf44ba5 added an explicit noexcludes flag to make_file() Andrew Tridgell 2000-08-19 12:51:26 +00:00
  • dab552237e I don't like automatic header dependencies Andrew Tridgell 2000-08-19 12:51:00 +00:00
  • 2201ba580e added MacOS support to config.guess (from wsanchez@apple.com) Andrew Tridgell 2000-08-19 12:09:52 +00:00
  • b7c33e3bde fixed backup_dir bug introduced with recent memory handling patches Andrew Tridgell 2000-08-19 11:06:04 +00:00
  • 82980a2384 fixed timing problem with cleanup and io_flush() by using non-blocking waitpid() Andrew Tridgell 2000-08-16 08:34:18 +00:00
  • b6a30afc98 Undo last setting of blocking_io. I hadn't reviewed the code well enough; turns out that when client is talking to a server daemon it never executes this leg of code. Oops. The people who said it made a difference when they changed the code must have been wrong. David Dykstra 2000-08-04 21:26:17 +00:00
  • ed91f3e418 Turn on blocking_io when starting client of rsync server daemon. David Dykstra 2000-08-04 21:18:23 +00:00
  • 60c8d7bc7f Enable --compare-dest to work in combination with --always-checksum. Problem and suggested patch from Dean Scothern dino@cricinfo.com (although I re-wrote the patch). David Dykstra 2000-08-04 21:11:46 +00:00
  • 5783c065ba preparing for release of 2.4.4 v2.4.4 rsync-bugs 2000-07-29 05:05:38 +00:00
  • adc19c987b fix from T.J.Adye@rl.ac.uk for final goodbye message with new protocol Andrew Tridgell 2000-07-29 04:58:24 +00:00
  • 3d38277706 optimisations from Rich Salz <rsalz@caveosystems.com> Andrew Tridgell 2000-07-29 04:52:05 +00:00
  • 64c704f0b9 added blocking-io docs Andrew Tridgell 2000-07-29 04:41:19 +00:00
  • 69c6522734 added *.bz2 and *.tbz to default dont compress list Andrew Tridgell 2000-06-24 13:20:21 +00:00
  • 0f8f98c8ff added insure debug support Andrew Tridgell 2000-06-24 13:19:53 +00:00
  • e384bfbdcb if the remote shell is rsh then use blocking IO Andrew Tridgell 2000-06-24 13:19:25 +00:00
  • 08e5094d7f added some comments on blocking-io Andrew Tridgell 2000-06-23 13:54:29 +00:00
  • 4b3977bf00 get rid of annoying symlink error messages Andrew Tridgell 2000-06-23 13:54:08 +00:00
  • c80ccabb0c added --blocking-io option Andrew Tridgell 2000-06-23 13:50:18 +00:00
  • ef5d23ebcd Add --bwlimit option contributed by Matthew Demicco and Jamie Gritton. David Dykstra 2000-06-06 21:13:05 +00:00
  • 27b9a19be0 Do better job at describing exclude/include in man page. Based on suggestions from Harry Putnam <reader@newsguy.com>. David Dykstra 2000-05-19 14:58:28 +00:00
  • 14175f1e77 fixed bug in replacement inet_aton() Andrew Tridgell 2000-04-19 05:49:15 +00:00
  • 269833af78 test was the wrong way around Andrew Tridgell 2000-04-19 05:44:43 +00:00
  • fca3ef06cd autoconf test for broken solaris inet_aton() Andrew Tridgell 2000-04-19 05:33:39 +00:00
  • 07a14ef8b2 by default don't gzip .iso images Andrew Tridgell 2000-04-19 05:33:06 +00:00
  • 21cde2888c preparing for release of 2.4.3 v2.4.3 rsync-bugs 2000-04-09 02:53:57 +00:00
  • 4a7481889c use 1 second sleeps in the sleep loop as some OSes (NT for example) don't get interrupted during a sleep. Andrew Tridgell 2000-04-09 02:32:57 +00:00
  • 0adb99b9dc don't pprint the IO timeout message if we are a server or daemon (can cause recursive error messages) Andrew Tridgell 2000-04-09 02:32:18 +00:00
  • 36349ea0be a very simple fix - if I'd only thought if it last week :) Andrew Tridgell 2000-04-09 02:16:42 +00:00
  • ec3f7d1b61 preparing for release of 2.4.2 v2.4.2 rsync-bugs 2000-03-30 14:24:37 +00:00
  • f0359dd00d went back to non-blokcing IO Andrew Tridgell 2000-03-30 14:15:00 +00:00
  • ef55c686bc add a --ignore-errors option Andrew Tridgell 2000-03-21 04:06:04 +00:00
  • 5f7ce2041c Describe symbolic link handling when writing to a "use chroot = no" module. David Dykstra 2000-02-25 17:02:45 +00:00
  • 328fcf113a Somebody was confused into thinking that "Here are some examples" in the section on exclude/include was supposed to be about "+/-" so I changed the statement to "Here are some exclude/include examples". David Dykstra 2000-02-22 19:47:44 +00:00
  • 24c857f1de Change socketpair test to verify that it works rather than just exists, because I have an obscure system (Amdahl's UTS 2.1.2) in which socketpair() exists but is broken. David Dykstra 2000-02-22 15:55:40 +00:00
  • a784e10d00 Move the checking for -lsocket -lnsl ahead of the checking for most of the functions, especially "socketpair" so that socket-related functions will be properly discovered on SVR4-based systems such as Solaris. Problem discovered by Kenji Miyake <kenji@miyake.org> David Dykstra 2000-02-15 22:44:18 +00:00
  • 7eb6bf0397 preparing for release of 2.4.1 v2.4.1 rsync-bugs 2000-01-30 01:02:59 +00:00
  • 49d6fdc036 patch from Jim Delahanty <mail_us@swbell.net> to ensure files are deleted after being backed up in a rename operation Andrew Tridgell 2000-01-30 00:56:43 +00:00
  • 8b35435f7c another hang-at-end fix. It looks like we are more sensiitive to these with socketpairs. The receiver now sleeps until it gets a signal to tell it to exit Andrew Tridgell 2000-01-30 00:50:19 +00:00
  • 8ada751890 damn. Andrew Tridgell 2000-01-29 23:49:36 +00:00
  • 1a52e84874 preparing for release of 2.4.0 v2.4.0 rsync-bugs 2000-01-29 11:35:39 +00:00
  • 53c5cbed23 change version to 2.4.0pre2 Andrew Tridgell 2000-01-29 05:25:53 +00:00
  • 4a81463880 use full buffer length, not strlen Andrew Tridgell 2000-01-29 05:16:13 +00:00
  • 09b7f5dbb1 move the read only daemon test to after the protocol setup Andrew Tridgell 2000-01-29 05:02:23 +00:00