Update "libtorrent" package to version 0.11.4 and "rtorrent" package
to version 0.7.4. Changes since versions 0.11.1 and 0.7.1 respectively:
- Added "max_open_http" option that limits the max number of simultaneous
http connections. By default set to 32.
- Directory structured view of the file list. The '/' key collapses
directories, while the right arrow or ^F enters the selected directory.
Changing the priority for a directory changes all contained files.
- Added "create_link" and "delete_link" options which apply to a download.
These must be used with the new "on_*" options, so as to allow you to
create symbolic links when starting, stopping, finishing, etc, a torrent.
- The "tos" option was parsing the hex value with unit == 0, which caused
it to always zero it.
- Forgot to check if there were any torrents hashing before starting new
non-fast-resume checks, which would cause multiple torrents to be hashed
at once.
- File progress is now updated when hash_check is called, and no longer
cleared on close. This fixes a bug with >100% file progress being reported
and optimizes file progress updating for completed torrents.
- Disabled IPv6 http requests so the trackers won't think we support it,
and enabled curl's support for gzip encodings.
- Added 'seeding' view on key 8.
- Added "max_{up,down}loads_{div,global}" options. See the man page for
more information.
- Added support for dvorak keyboard layout. Patch by matled at gmx.net.
- The STOPPED request was being canceled when a download was closed with
f.ex ^K, moved it so it only happens when the download is removed.
- Allow properly quoted and escaped arguments to options. F.ex "schedule
= wd,10,10,load_start=~/Foo\ Bar/*.torrent" and "schedule =
wd,10,10,load_start="~/Foo Bar/*.torrent"" now works.
- Added unlimited setting for max unchoked in ChokeManager and made it
the default. Set with 0 as a temporary hack.
- Don't resize empty files used for creating directories.
2007-04-20 15:37:57 +02:00
|
|
|
@comment $NetBSD: PLIST,v 1.7 2007/04/20 13:37:57 tron Exp $
|
2006-09-13 23:04:19 +02:00
|
|
|
include/torrent/bitfield.h
|
|
|
|
include/torrent/chunk_manager.h
|
2005-07-23 00:24:39 +02:00
|
|
|
include/torrent/common.h
|
2006-09-13 23:04:19 +02:00
|
|
|
include/torrent/connection_manager.h
|
2007-01-26 19:48:52 +01:00
|
|
|
include/torrent/data/block.h
|
|
|
|
include/torrent/data/block_list.h
|
|
|
|
include/torrent/data/block_transfer.h
|
|
|
|
include/torrent/data/file.h
|
|
|
|
include/torrent/data/file_list.h
|
|
|
|
include/torrent/data/file_list_iterator.h
|
Update "libtorrent" package to version 0.11.4 and "rtorrent" package
to version 0.7.4. Changes since versions 0.11.1 and 0.7.1 respectively:
- Added "max_open_http" option that limits the max number of simultaneous
http connections. By default set to 32.
- Directory structured view of the file list. The '/' key collapses
directories, while the right arrow or ^F enters the selected directory.
Changing the priority for a directory changes all contained files.
- Added "create_link" and "delete_link" options which apply to a download.
These must be used with the new "on_*" options, so as to allow you to
create symbolic links when starting, stopping, finishing, etc, a torrent.
- The "tos" option was parsing the hex value with unit == 0, which caused
it to always zero it.
- Forgot to check if there were any torrents hashing before starting new
non-fast-resume checks, which would cause multiple torrents to be hashed
at once.
- File progress is now updated when hash_check is called, and no longer
cleared on close. This fixes a bug with >100% file progress being reported
and optimizes file progress updating for completed torrents.
- Disabled IPv6 http requests so the trackers won't think we support it,
and enabled curl's support for gzip encodings.
- Added 'seeding' view on key 8.
- Added "max_{up,down}loads_{div,global}" options. See the man page for
more information.
- Added support for dvorak keyboard layout. Patch by matled at gmx.net.
- The STOPPED request was being canceled when a download was closed with
f.ex ^K, moved it so it only happens when the download is removed.
- Allow properly quoted and escaped arguments to options. F.ex "schedule
= wd,10,10,load_start=~/Foo\ Bar/*.torrent" and "schedule =
wd,10,10,load_start="~/Foo Bar/*.torrent"" now works.
- Added unlimited setting for max unchoked in ChokeManager and made it
the default. Set with 0 as a temporary hack.
- Don't resize empty files used for creating directories.
2007-04-20 15:37:57 +02:00
|
|
|
include/torrent/data/file_manager.h
|
2007-01-26 19:48:52 +01:00
|
|
|
include/torrent/data/file_utils.h
|
|
|
|
include/torrent/data/piece.h
|
|
|
|
include/torrent/data/transfer_list.h
|
2005-07-23 00:24:39 +02:00
|
|
|
include/torrent/download.h
|
2007-01-26 19:48:52 +01:00
|
|
|
include/torrent/error.h
|
2005-10-24 10:41:11 +02:00
|
|
|
include/torrent/event.h
|
2005-07-23 00:24:39 +02:00
|
|
|
include/torrent/exceptions.h
|
2007-01-26 19:48:52 +01:00
|
|
|
include/torrent/hash_string.h
|
2005-07-23 00:24:39 +02:00
|
|
|
include/torrent/http.h
|
2006-09-13 23:04:19 +02:00
|
|
|
include/torrent/object.h
|
|
|
|
include/torrent/object_stream.h
|
2006-01-30 01:52:28 +01:00
|
|
|
include/torrent/path.h
|
2007-01-26 19:48:52 +01:00
|
|
|
include/torrent/peer/client_info.h
|
|
|
|
include/torrent/peer/client_list.h
|
|
|
|
include/torrent/peer/peer.h
|
|
|
|
include/torrent/peer/peer_info.h
|
|
|
|
include/torrent/peer/peer_list.h
|
2005-10-24 10:41:11 +02:00
|
|
|
include/torrent/poll.h
|
|
|
|
include/torrent/poll_epoll.h
|
2006-01-30 01:52:28 +01:00
|
|
|
include/torrent/poll_kqueue.h
|
2005-10-24 10:41:11 +02:00
|
|
|
include/torrent/poll_select.h
|
2005-07-23 00:24:39 +02:00
|
|
|
include/torrent/rate.h
|
2006-09-13 23:04:19 +02:00
|
|
|
include/torrent/resume.h
|
2005-07-23 00:24:39 +02:00
|
|
|
include/torrent/torrent.h
|
|
|
|
include/torrent/tracker.h
|
2006-09-13 23:04:19 +02:00
|
|
|
include/torrent/tracker_list.h
|
2005-07-23 00:24:39 +02:00
|
|
|
lib/libtorrent.la
|
|
|
|
lib/pkgconfig/libtorrent.pc
|
2007-01-26 19:48:52 +01:00
|
|
|
@dirrm include/torrent/peer
|
|
|
|
@dirrm include/torrent/data
|
2005-07-23 00:24:39 +02:00
|
|
|
@dirrm include/torrent
|