cvs commit: projects/csup csup.1 main.c misc.c misc.h

Maxime Henrion <[email protected]> Mon, 6 Feb 2006 01:44:24 +0000 (UTC)
Newsgroups gmane.os.freebsd.devel.cvs.projects
Message-ID <200602060144.k161iOHM096405__23309.6874355853$1139190298$gmane$org@repoman.freebsd.org>
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 <[email protected]> [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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-projects
To unsubscribe, send any mail to "[email protected]"