- 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.
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed Committed. Thanks!