Commit graph

7 commits

Author SHA1 Message Date
Philip M. Gollucci
a1b8fe09cc - Update to 0.62
Upstream changelog:

Version 0.62 (Released: 20081222)

StorageVFS:
* Implemented a filedescriptor cache to reduce
the number of open()/close() calls.

Core:
* Removed the (unimplemented) echo command that caused
bitflu to panic. Uups...

Telnet:
* Added 'clear' command to clear the screen
* Added 'repeat' command that repeats a command each second.
Example:
foo@bitflu> repeat clear ; date ; vd
(Hit CTRL+C to stop)

BitTorrent:
* Remember received peers (via Tracker, Kademlia or ut_pex)
and try to contact them in small steps.
This will/should result in more peers
* Removed torrent_minpeers setting
* Do not blacklist peer if first chunk was bad (Added MIN_HASHFAILS)

WebUI:
* Bugfix: The upload function forgot to remove tempfiles. oops.

Submitted by:       Peter Schuller <peter.schuller@infidyne.com> (maintainer)
PR:                 ports/129991
2009-01-12 02:17:56 +00:00
Martin Wilke
897ac4ea97 - Update to 0.61
PR:		129528
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2008-12-13 15:32:59 +00:00
Martin Wilke
31e48fbbe8 - Update to 0.60
PR:		128132
Submitted by:	peter.schuller@infidyne.com (maintainer)
2008-10-19 14:08:59 +00:00
Dmitry Marakasov
2301f5ca13 - Update to 0.52
- Pass maintainership to submitter

PR:		126200
Submitted by:	peter dot schuller at infidyne dot com
2008-10-12 17:56:01 +00:00
Andrew Pantyukhin
046d0b1573 - Update to 0.33 2007-04-06 20:17:54 +00:00
Andrew Pantyukhin
a140362c14 - Update to 0.32 2007-02-25 01:11:47 +00:00
Andrew Pantyukhin
1a4d47bb32 Add port net-p2p/bitflu:
Bitflu is a free BitTorrent client. The client was written in Perl and
is designed to run as a daemon (7x24h , like mlnet) on Linux, *BSD and
maybe even OSX.
* Multiple downloads
* Designed to run as a daemon/No GUI: You can connect to the client
  using the telnet or HTTP interface
* Security: The client can chroot itself and drop privileges
* Bandwith shaping (currently only upload)
* Crash-Proof design: Crashes or a full filesystem will never corrupt
  your downloads again :-)
* Non-Threading/(almost)Non-Forking design: All connections are handled
  in non-blocking state using a dynamic select loop

WWW: http://bitflu.workaround.ch/
Author: Adrian Ulrich <adrian@blinkenlights.ch>
2007-01-28 16:06:02 +00:00