Date: Mon, 6 Feb 2006 01:44:24 +0000 (UTC) From: Maxime Henrion <mux@FreeBSD.org> To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/csup csup.1 main.c misc.c misc.h Message-ID: <200602060144.k161iOHM096405@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2006-02-06 01:44:24 UTC FreeBSD projects repository Modified files: csup csup.1 main.c misc.c misc.h Log: - Add support for retries when the connection is rejected by the server, using an exponential backoff timer identical to the one in CVSup. The timer is implemented in misc.c with the bt_new(), bt_get(), bt_pause() and bt_free() functions. It is used in main.c. - Add support for the associated -1 and -r n options. - Document the -r n and -1 options in csup.1. While I'm here, document -4 and -6 too, and replace any capitalized form of csup ("Csup") with just "csup". The capitalized form is just too ugly. Submitted by: Ulf Lilleengen <lulf@kerneled.org> [1, 2] (with many mods by me) Revision Changes Path 1.3 +41 -9 projects/csup/csup.1 1.29 +47 -8 projects/csup/main.c 1.23 +74 -1 projects/csup/misc.c 1.21 +7 -1 projects/csup/misc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602060144.k161iOHM096405>