2007-04-15 05:20:54 +02:00
|
|
|
* optimized the piece picker in the case where a peer is a seed.
|
2007-04-14 17:53:28 +02:00
|
|
|
* added support for local peer discovery
|
2007-04-10 11:12:49 +02:00
|
|
|
* removed the dependency on the compiled boost.date_time library
|
|
|
|
* deprecated torrent_info::print()
|
2007-04-01 01:23:30 +02:00
|
|
|
* added UPnP support
|
2007-03-29 00:22:24 +02:00
|
|
|
* fixed problem where peer interested flags were not updated correctly
|
|
|
|
when pieces were filtered
|
2007-03-28 22:23:30 +02:00
|
|
|
* improvements to ut_pex messages, including support for seed flag
|
|
|
|
* prioritizes upload bandwidth to peers that might send back data
|
2007-03-20 02:59:00 +01:00
|
|
|
* the following functions have been deprecated:
|
|
|
|
void torrent_handle::filter_piece(int index, bool filter) const;
|
|
|
|
void torrent_handle::filter_pieces(std::vector<bool> const& pieces) const;
|
|
|
|
bool torrent_handle::is_piece_filtered(int index) const;
|
|
|
|
std::vector<bool> torrent_handle::filtered_pieces() const;
|
|
|
|
void torrent_handle::filter_files(std::vector<bool> const& files) const;
|
|
|
|
|
|
|
|
instead, use the piece_priority functions.
|
|
|
|
|
2007-03-15 23:03:56 +01:00
|
|
|
* added support for NAT-PMP
|
|
|
|
* added support for piece priorities. Piece filtering is now set as
|
|
|
|
a priority
|
|
|
|
|
2007-03-10 21:30:53 +01:00
|
|
|
release 0.12
|
|
|
|
|
|
|
|
* fixes to make the DHT more compatible
|
2007-03-07 01:22:14 +01:00
|
|
|
* http seed improvements including error reporting and url encoding issues.
|
2007-02-25 22:11:29 +01:00
|
|
|
* fixed bug where directories would be left behind when moving storage
|
|
|
|
in some cases.
|
|
|
|
* fixed crashing bug when restarting or stopping the DHT.
|
2007-02-20 18:38:07 +01:00
|
|
|
* added python binding, using boost.python
|
|
|
|
* improved character conversion on windows when strings are not utf-8.
|
2007-02-12 10:20:49 +01:00
|
|
|
* metadata extension now respects the private flag in the torrent.
|
|
|
|
* made the DHT to only be used as a fallback to trackers by default.
|
2007-02-12 06:46:29 +01:00
|
|
|
* added support for HTTP redirection support for web seeds.
|
|
|
|
* fixed race condition when accessing a torrent that was checking its
|
|
|
|
fast resume data.
|
2007-02-01 08:33:04 +01:00
|
|
|
* fixed a bug in the DHT which could be triggered if the network was
|
|
|
|
dropped or extremely rare cases.
|
|
|
|
* if the download rate is limited, web seeds will now only use left-over
|
|
|
|
bandwidth after all bt peers have used up as much bandwidth as they can.
|
|
|
|
* added the possibility to have libtorrent resolve the countries of
|
2007-01-29 08:39:33 +01:00
|
|
|
the peers in torrents.
|
2007-02-01 08:33:04 +01:00
|
|
|
* improved the bandwidth limiter (it now implements a leaky bucket/node bucket).
|
|
|
|
* improved the HTTP seed downloader to report accurate progress.
|
|
|
|
* added more client peer-id signatures to be recognized.
|
2007-01-05 03:13:19 +01:00
|
|
|
* added support for HTTP servers that skip the CR before the NL at line breaks.
|
2007-02-01 08:33:04 +01:00
|
|
|
* fixed bug in the HTTP code that only accepted headers case sensitive.
|
2006-12-31 00:04:42 +01:00
|
|
|
* fixed bug where one of the session constructors didn't initialize boost.filesystem.
|
|
|
|
* fixed bug when the initial checking of a torrent fails with an exception.
|
2006-12-14 17:12:31 +01:00
|
|
|
* fixed bug in DHT code which would send incorrect announce messages.
|
2006-12-12 13:56:18 +01:00
|
|
|
* fixed bug where the http header parser was case sensitive to the header
|
|
|
|
names.
|
2006-12-11 13:48:33 +01:00
|
|
|
* Implemented an optmization which frees the piece_picker once a torrent
|
|
|
|
turns into a seed.
|
2006-11-26 18:44:51 +01:00
|
|
|
* Added support for uT peer exchange extension, implemented by Massaroddel.
|
2006-11-24 15:22:52 +01:00
|
|
|
* Modified the quota management to offer better bandwidth balancing
|
|
|
|
between peers.
|
2006-11-15 22:39:58 +01:00
|
|
|
* logging now supports multiple sessions (different sessions now log
|
|
|
|
to different directories).
|
|
|
|
* fixed random number generator seed problem, generating the same
|
|
|
|
peer-id for sessions constructed the same second.
|
|
|
|
* added an option to accept multiple connections from the same IP.
|
|
|
|
* improved tracker logging.
|
2006-11-14 16:53:38 +01:00
|
|
|
* moved the file_pool into session. The number of open files is now
|
|
|
|
limited per session.
|
2006-11-14 01:08:16 +01:00
|
|
|
* fixed uninitialized private flag in torrent_info
|
|
|
|
* fixed long standing issue with file.cpp on windows. Replaced the low level
|
|
|
|
io functions used on windows.
|
|
|
|
* made it possible to associate a name with torrents without metadata.
|
|
|
|
* improved http-downloading performance by requesting entire pieces via
|
|
|
|
http.
|
|
|
|
* added plugin interface for extensions. And changed the interface for
|
|
|
|
enabling extensions.
|
|
|
|
|
2006-10-14 10:15:57 +02:00
|
|
|
release 0.11
|
|
|
|
|
2006-10-13 01:51:10 +02:00
|
|
|
* added support for incorrectly encoded paths in torrent files
|
|
|
|
(assumes Latin-1 encoding and converts to UTF-8).
|
2006-10-14 10:15:57 +02:00
|
|
|
* added support for destructing session objects asynchronously.
|
2006-10-08 22:36:05 +02:00
|
|
|
* fixed bug with file_progress() with files = 0 bytes
|
2006-10-03 00:19:21 +02:00
|
|
|
* fixed a race condition bug in udp_tracker_connection that could
|
|
|
|
cause a crash.
|
2006-10-02 10:58:28 +02:00
|
|
|
* fixed bug occuring when increasing the sequenced download threshold
|
|
|
|
with max availability lower than previous threshold.
|
2006-09-26 00:37:48 +02:00
|
|
|
* fixed an integer overflow bug occuring when built with gcc 4.1.x
|
2006-09-24 13:22:25 +02:00
|
|
|
* fixed crasing bug when closing while checking a torrent
|
2006-09-23 23:43:26 +02:00
|
|
|
* fixed bug causing a crash with a torrent with piece length 0
|
2006-09-23 23:24:28 +02:00
|
|
|
* added an extension to the DHT network protocol to support the
|
|
|
|
exchange of nodes with IPv6 addresses.
|
|
|
|
* modified the ip_filter api slightly to support IPv6
|
2006-09-04 19:17:45 +02:00
|
|
|
* modified the api slightly to make sequenced download threshold
|
|
|
|
a per torrent-setting.
|
2006-09-01 11:36:43 +02:00
|
|
|
* changed the address type to support IPv6
|
2006-09-04 19:17:45 +02:00
|
|
|
* fixed bug in piece picker which would not behave as
|
|
|
|
expected with regard to sequenced download threshold.
|
2006-09-01 11:36:43 +02:00
|
|
|
* fixed bug with file_progress() with files > 2 GB.
|
|
|
|
* added --enable-examples option to configure script.
|
2006-08-10 21:18:11 +02:00
|
|
|
* fixed problem with the resource distribution algorithm
|
2006-09-01 11:36:43 +02:00
|
|
|
(controlling e.g upload/download rates).
|
2006-08-10 21:18:11 +02:00
|
|
|
* fixed incorrect asserts in storage related to torrents with
|
|
|
|
zero-sized files.
|
2006-08-01 17:27:08 +02:00
|
|
|
* added support for trackerless torrents (with kademlia DHT).
|
|
|
|
* support for torrents with the private flag set.
|
|
|
|
* support for torrents containing bootstrap nodes for the
|
|
|
|
DHT network.
|
|
|
|
* fixed problem with the configure script on FreeBSD.
|
|
|
|
* limits the pipelining used on url-seeds.
|
|
|
|
* fixed problem where the shutdown always would delay for
|
|
|
|
session_settings::stop_tracker_timeout seconds.
|
2006-07-27 20:07:51 +02:00
|
|
|
* session::listen_on() won't reopen the socket in case the port and
|
2006-08-01 17:27:08 +02:00
|
|
|
interface is the same as the one currently in use.
|
|
|
|
* added http proxy support for web seeds.
|
|
|
|
* fixed problem where upload and download stats could become incorrect
|
2006-07-27 20:07:51 +02:00
|
|
|
in case of high cpu load.
|
2006-08-01 17:27:08 +02:00
|
|
|
* added more clients to the identifiable list.
|
|
|
|
* fixed fingerprint parser to cope with latest Mainline versions.
|
2006-07-26 12:21:25 +02:00
|
|
|
|
2006-06-25 02:12:18 +02:00
|
|
|
release 0.10
|
|
|
|
|
2006-07-08 21:41:39 +02:00
|
|
|
* fixed a bug where the requested number of peers in a tracker request could
|
|
|
|
be too big.
|
|
|
|
* fixed a bug where empty files were not created in full allocation mode.
|
2006-06-24 16:15:11 +02:00
|
|
|
* fixed a bug in storage that would, in rare cases, fail to do a
|
|
|
|
complete check.
|
2006-05-21 01:24:19 +02:00
|
|
|
* exposed more settings for tweaking parameters in the piece-picker,
|
2006-05-21 01:58:09 +02:00
|
|
|
downloader and uploader (http_settings replaced by session_settings).
|
2006-05-21 01:24:19 +02:00
|
|
|
* tweaked default settings to improve high bandwidth transfers.
|
2006-04-25 23:04:48 +02:00
|
|
|
* improved the piece picker performance and made it possible to download
|
|
|
|
popular pieces in sequence to improve disk performance.
|
|
|
|
* added the possibility to control upload and download limits per peer.
|
|
|
|
* fixed problem with re-requesting skipped pieces when peer was sending pieces
|
|
|
|
out of fifo-order.
|
|
|
|
* added support for http seeding (the GetRight protocol)
|
|
|
|
* renamed identifiers called 'id' in the public interface to support linking
|
|
|
|
with Objective.C++
|
|
|
|
* changed the extensions protocol to use the new one, which is also
|
|
|
|
implemented by uTorrent.
|
|
|
|
* factorized the peer_connection and added web_peer_connection which is
|
2006-05-21 01:24:19 +02:00
|
|
|
able to download from http-sources.
|
|
|
|
* converted the network code to use asio (resulted in slight api changes
|
|
|
|
dealing with network addresses).
|
2006-01-08 23:55:02 +01:00
|
|
|
* made libtorrent build in vc7 (patches from Allen Zhao)
|
2006-01-06 21:20:20 +01:00
|
|
|
* fixed bug caused when binding outgoing connections to a non-local interface.
|
2005-11-16 02:26:05 +01:00
|
|
|
* add_torrent() will now throw if called while the session object is
|
|
|
|
being closed.
|
2005-11-02 17:28:39 +01:00
|
|
|
* added the ability to limit the number of simultaneous half-open
|
|
|
|
TCP connections. Flags in peer_info has been added.
|
|
|
|
|
2005-11-18 02:12:21 +01:00
|
|
|
release 0.9.1
|
2005-11-02 17:28:39 +01:00
|
|
|
|
2005-11-18 02:12:21 +01:00
|
|
|
* made the session disable file name checks within the boost.filsystem library
|
|
|
|
* fixed race condition in the sockets
|
2005-11-01 19:30:39 +01:00
|
|
|
* strings that are invalid utf-8 strings are now decoded with the
|
|
|
|
local codepage on windows
|
|
|
|
* added the ability to build libtorrent both as a shared library
|
2005-10-19 02:50:38 +02:00
|
|
|
* client_test can now monitor a directory for torrent files and automatically
|
|
|
|
start and stop downloads while running
|
2005-10-17 23:09:42 +02:00
|
|
|
* fixed problem with file_size() when building on windows with unicode support
|
2005-10-17 15:45:53 +02:00
|
|
|
* added a new torrent state, allocating
|
|
|
|
* added a new alert, metadata_failed_alert
|
2005-11-01 19:30:39 +01:00
|
|
|
* changed the interface to session::add_torrent for some speed optimizations.
|
2005-10-16 18:58:41 +02:00
|
|
|
* greatly improved the command line control of the example client_test.
|
|
|
|
* fixed bug where upload rate limit was not being applied.
|
2005-10-13 09:59:05 +02:00
|
|
|
* files that are being checked will no longer stall files that don't need
|
|
|
|
checking.
|
2005-09-29 11:06:44 +02:00
|
|
|
* changed the way libtorrent identifies support for its excentions
|
|
|
|
to look for 'ext' at the end of the peer-id.
|
2005-10-16 18:58:41 +02:00
|
|
|
* improved performance by adding a circle buffer for the send buffer.
|
2005-09-29 11:06:44 +02:00
|
|
|
* fixed bugs in the http tracker connection when using an http proxy.
|
|
|
|
* fixed problem with storage's file pool when creating torrents and then
|
|
|
|
starting to seed them.
|
|
|
|
* hard limit on remote request queue and timeout on requests (a timeout
|
|
|
|
triggers rerequests). This makes libtorrent work much better with
|
|
|
|
"broken" clients like BitComet which may ignore requests.
|
|
|
|
|
2005-08-17 19:19:20 +02:00
|
|
|
Initial release 0.9
|
|
|
|
|
|
|
|
* multitracker support
|
|
|
|
* serves multiple torrents on a single port and a single thread
|
|
|
|
* supports http proxies and proxy authentication
|
|
|
|
* gzipped tracker-responses
|
|
|
|
* block level piece picker
|
|
|
|
* queues torrents for file check, instead of checking all of them in parallel
|
|
|
|
* uses separate threads for checking files and for main downloader
|
|
|
|
* upload and download rate limits
|
|
|
|
* piece-wise, unordered, incremental file allocation
|
|
|
|
* fast resume support
|
|
|
|
* supports files > 2 gigabytes
|
|
|
|
* supports the no_peer_id=1 extension
|
|
|
|
* support for udp-tracker protocol
|
|
|
|
* number of connections limit
|
|
|
|
* delays sending have messages
|
|
|
|
* can resume pieces downloaded in any order
|
|
|
|
* adjusts the length of the request queue depending on download rate
|
|
|
|
* supports compact=1
|
|
|
|
* selective downloading
|
|
|
|
* ip filter
|
|
|
|
|