aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/uftp
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 4.6.1.demon2015-03-162-3/+3
|
* Update to version 4.6.demon2015-01-022-3/+3
|
* Update to 4.5.1.demon2014-09-152-3/+3
|
* Update to version 4.5.demon2014-08-272-3/+3
|
* Update to version 4.4.demon2014-07-232-3/+3
|
* Update to version 4.3.1.demon2014-07-043-4/+4
|
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-101-1/+1
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
* Update to version 4.3.demon2014-05-283-7/+7
|
* Update to version 4.2.demon2014-05-132-3/+3
|
* Update to 4.1.5.demon2014-03-022-3/+3
|
* Update to version 4.1.4;demon2013-12-063-19/+22
| | | | convert to staging.
* Update tp version 4.1.3.demon2013-10-142-3/+3
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | ftp)
* Update to version 4.1.2.demon2013-08-212-3/+3
|
* Update to version 4.1.1.demon2013-08-192-3/+3
|
* Project location has changed.demon2013-07-062-2/+2
|
* Update to version 4.0.demon2013-04-303-8/+9
|
* Update to version 3.7.2.demon2013-03-182-3/+3
|
* Update to version 3.7.1.demon2012-10-222-3/+3
| | | | Feature safe: yes
* Update to version 3.7.demon2012-08-082-3/+3
|
* Update to version 3.6.1.demon2011-12-132-3/+3
|
* Update to version 3.6.demon2011-12-062-3/+3
| | | | Feature safe: yes
* Update to version 3.5.1.demon2011-10-032-3/+3
|
* Update to version 3.5demon2011-06-282-3/+4
| | | | PR: 158047, 158365
* Update to version 3.4.3.demon2011-04-252-3/+3
|
* Update to version 3.4.1.demon2011-02-222-3/+3
|
* Update to version 3.4.demon2010-12-202-3/+3
|
* Update to version 3.3.3.demon2010-11-292-3/+3
|
* Update to version 3.3.2.demon2010-11-162-5/+4
|
* Correct description as requested by author.demon2010-07-261-9/+6
| | | | Submitted by: Dennis Bush <bush@tcnj.edu>
* Update to version 3.3.1.demon2010-07-233-15/+24
|
* Readme.txt file was updated.demon2010-01-251-2/+2
|
* Update to version 2.10.3demon2010-01-252-6/+4
|
* Update to version 2.10.2.demon2009-11-052-4/+4
|
* Update to 2.10.1.demon2009-08-232-4/+4
|
* Update to 2.10 bugfix release.demon2009-07-172-4/+4
|
* Update to version 2.9.2demon2009-06-234-34/+22
|
* Downgrade to 2.8.1 while issues with 2.9.1 are being addressed.demon2009-06-193-23/+20
|
* Update to 2.9.1.demon2009-06-173-19/+23
|
* Update to version 2.8.1.demon2009-05-202-4/+4
|
* Update to version 2.8.demon2009-04-292-4/+4
|
* Update to version 2.7.1.demon2009-04-082-4/+4
|
* Use DIST_SUBDIR because DISTFILE has no version information.demon2009-03-052-3/+4
| | | | Asked by: pav
* Update to version 2.7.demon2009-02-282-3/+3
|
* Update to version 2.6.6 (our patches were integrated into the distribution).demon2009-01-305-127/+3
|
* 1) Consistently use "%08X" instead of "%08lX" for formatting uint32_tdemon2008-12-264-23/+139
| | | | | | | | | | | | task ID. 2) Consistently use "%d" instead of "%ld" for formatting int32_t values. This results in printing the same (correct) numbers on amd64 as they appear on i386. Use correct type for arguments in uftp.h:logfunc(...). Bump PORTREVISION.
* Take over maintainership since gnn is no longer using this program.demon2008-12-241-1/+1
| | | | Asked for: gnn @ IRC, approved by erwin.
* Update to version 2.6.5.demon2008-12-242-4/+4
|
* Update to version 2.6.3.demon2008-12-062-4/+4
| | | | No objection from maintainer.
* UFTP is a multicast file transfer program, utilizing a protocolwxs2008-06-055-0/+83
based on Starburst MFTP. It is designed to reliably and efficiently transfer files to multiple receivers simultaneously, where either the intended receivers can be specified beforehand, or receivers can join the transfer when it is initiated. This is useful for distributing large files to a large number of receivers, and is especially useful for data distribution over a satellite link (with two way communication), where the inherent delay makes any TCP based communication terribly inefficient. http://www.tcnj.edu/~bush/uftp.html Submitted by: gnn (private email/IRC) Approved by: garga (mentor)