aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/bitflu
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.70.Marcelo Araujo2009-01-242-4/+4
| | | | | | | | PR: ports/130923 Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer) Notes: svn path=/head/; revision=226801
* - Update to 0.62Philip M. Gollucci2009-01-122-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=225809
* - Update to 0.61Martin Wilke2008-12-132-4/+4
| | | | | | | | PR: 129528 Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer) Notes: svn path=/head/; revision=224186
* - Update to 0.60Martin Wilke2008-10-192-4/+4
| | | | | | | | PR: 128132 Submitted by: peter.schuller@infidyne.com (maintainer) Notes: svn path=/head/; revision=221780
* - Update to 0.52Dmitry Marakasov2008-10-124-11/+70
| | | | | | | | | | - Pass maintainership to submitter PR: 126200 Submitted by: peter dot schuller at infidyne dot com Notes: svn path=/head/; revision=221511
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - Update to 0.33Andrew Pantyukhin2007-04-062-5/+5
| | | | Notes: svn path=/head/; revision=189398
* - Update to 0.32Andrew Pantyukhin2007-02-252-4/+4
| | | | Notes: svn path=/head/; revision=185836
* Add port net-p2p/bitflu:Andrew Pantyukhin2007-01-283-0/+48
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> Notes: svn path=/head/; revision=183551