aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/bitflu
Commit message (Collapse)AuthorAgeFilesLines
* - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.Tong LIU2010-08-091-1/+1
| | | | | | | | PR: ports/148309 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=258995
* - Update to 1.10Sylvio Cesar Teixeira2010-07-022-4/+4
| | | | | | | | | PR: ports/148299 Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=257304
* - Update to 0.99Wen Heping2010-04-022-4/+4
| | | | | | | | PR: ports/145284 Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer) Notes: svn path=/head/; revision=252015
* Update to version 0.95Doug Barton2010-01-012-4/+4
| | | | | | | | PR: ports/142209 Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer) Notes: svn path=/head/; revision=246952
* - Update to 0.92Martin Wilke2009-08-182-4/+4
| | | | | | | | PR: 137931 Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer) Notes: svn path=/head/; revision=239901
* - Update to 0.91Martin Wilke2009-07-053-5/+7
| | | | | | | | PR: 136292 Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer) Notes: svn path=/head/; revision=237201
* - Update to 0.90Dennis Herrmann2009-05-092-7/+9
| | | | | | | | | PR: ports/134377 Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer) Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=233488
* - Update to 2009-04-19Martin Wilke2009-04-264-41/+51
| | | | | | | | PR: 134013 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at> (maintainer) Notes: svn path=/head/; revision=232799
* - 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