6b2d528243
should automagically handle the features stuff (or at least other packages that I look at don't seem to need this if they use autoconf, haven't looked extensively, though). This release brings lots of bug fixes. Among them are: 2008-01-10 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> Fixed the bug that EX_TOO_LONG_PAYLOAD exception is thrown if just payload length(4bytes) are received. This happens because lenbufLength is not updated in this particular case and successive call of receiveMessage() overwrites payload length with bytes recieved which are payload body. 2007-12-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> Fixed the bug that causes aria2 not to finish download. BUG#1855875. I could reproduce this bug in following procedure: 1. Stop the download at the very beginning(1% or 100KB downloaded). 2. Restart aria2. 3. You see the download stopped around 99%. If timeout is reached, then _nextCommand is unused and it may contains segments and they won't be canceled. Actually, timeout is not needed here because if the server dropped connection, then retry is made. 2007-12-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> Fixed the bug that returns incomplete data when it contains null character. A convenient constructor was also added. 2007-12-15 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> Fixed the bug that prevents aria2 from loading cookie file when expire value is greater than 2^31-1. BUG#1851066 2007-12-14 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> Fixed possible memory leak when an exception is thrown. 2007-12-10 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> Fixed the bug: only first announce URL is tried in AnnounceTier, in stopped and completed event. 2007-12-09 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> Removed unnecessary string copy. Updated doc and corrected indentation. |
||
---|---|---|
.. | ||
DESCR | ||
distinfo | ||
Makefile | ||
options.mk | ||
PLIST |