updated changelog to reflect recent changes

This commit is contained in:
Arvid Norberg 2005-09-29 09:06:44 +00:00
parent 201793bc51
commit 2822365b1b
1 changed files with 10 additions and 0 deletions

View File

@ -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