Bug 129528 - [MAINTAINER] net-p2p/bitflu: update to 0.61
Summary: [MAINTAINER] net-p2p/bitflu: update to 0.61
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-09 19:00 UTC by Peter Schuller
Modified: 2008-12-13 15:33 UTC (History)
0 users

See Also:


Attachments
bitflu-0.61.patch (1.04 KB, patch)
2008-12-09 19:00 UTC, Peter Schuller
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Schuller 2008-12-09 19:00:10 UTC
- Update to 0.61

Generated with FreeBSD Port Tools 0.77

Upstream changelog:

Version 0.61 (Released: 20081112)

     StorageVFS:
      * Bitflu 0.60 used to crash often on *bsd and OSX due to my
        misuse of seek() :-) . This release fixes this annoying bug.

     Core:
      * The networking layer now detects fast senders and requeues
        recv() calls if needed. This can reduce CPU load while increasing
        the download speed.
      * Implemented '--all' keyword for pause, resume, cancel and commit.
        So you can type 'pause --all' to pause all downloads.
      * Added 'history drop' to delete bitflus download history with
        a single command.

     BitTorrent:
      * Delay writing 'piece request' results.
        Bitflu used to respond to piece-requests ASAP. This caused some ugly
        'buffer overrun' messages to appear if the remote client did ignore
        the 'reqq' value sent during handshake.
        Bitflu now has an internal buffer for all piece request and only writes
        a response if the buffer won't get 'overflowed' by this.

     WebUI:
      * Implemented torrent-uploading via HTTP. Thanks to Pedro Melo for sending
        me this patch.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-12-09 19:12:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-12-13 15:33:23 UTC
State Changed
From-To: open->closed

Committed. Thanks!