From 2822365b1b3373098c375cc03cf97acecfe6fc5f Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 29 Sep 2005 09:06:44 +0000 Subject: [PATCH] updated changelog to reflect recent changes --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 14555a05b..53f8211d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,14 @@ + * changed the way libtorrent identifies support for its excentions + to look for 'ext' at the end of the peer-id. + * improved performance by adding a circle buffer for the send buffer + * 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. + Initial release 0.9 * multitracker support