| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/148309
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Notes:
svn path=/head/; revision=258995
|
|
|
|
|
|
|
|
|
| |
PR: ports/148299
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=257304
|
|
|
|
|
|
|
|
| |
PR: ports/145284
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Notes:
svn path=/head/; revision=252015
|
|
|
|
|
|
|
|
| |
PR: ports/142209
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Notes:
svn path=/head/; revision=246952
|
|
|
|
|
|
|
|
| |
PR: 137931
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Notes:
svn path=/head/; revision=239901
|
|
|
|
|
|
|
|
| |
PR: 136292
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Notes:
svn path=/head/; revision=237201
|
|
|
|
|
|
|
|
|
| |
PR: ports/134377
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Approved by: miwi (mentor implicit)
Notes:
svn path=/head/; revision=233488
|
|
|
|
|
|
|
|
| |
PR: 134013
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at> (maintainer)
Notes:
svn path=/head/; revision=232799
|
|
|
|
|
|
|
|
| |
PR: ports/130923
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Notes:
svn path=/head/; revision=226801
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 129528
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Notes:
svn path=/head/; revision=224186
|
|
|
|
|
|
|
|
| |
PR: 128132
Submitted by: peter.schuller@infidyne.com (maintainer)
Notes:
svn path=/head/; revision=221780
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 126200
Submitted by: peter dot schuller at infidyne dot com
Notes:
svn path=/head/; revision=221511
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=220031
|
|
|
|
| |
Notes:
svn path=/head/; revision=189398
|
|
|
|
| |
Notes:
svn path=/head/; revision=185836
|
|
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
|