|
2300 | 2300 |
|
2301 | 2301 | Fixed the bug that segments are not filled to
|
2302 | 2302 | Request::getMaxPipelinedRequest().
|
2303 |
| - Make sure that trailing data of transfer encoding is read propery, |
| 2303 | + Make sure that trailing data of transfer encoding is read property, |
2304 | 2304 | after file data is received.
|
2305 | 2305 | * src/AbstractCommand.cc
|
2306 | 2306 | * src/DownloadCommand.cc
|
|
6119 | 6119 |
|
6120 | 6120 | 2010-01-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
6121 | 6121 |
|
6122 |
| - Added following sentance to the help message of --out option: |
| 6122 | + Added following sentence to the help message of --out option: |
6123 | 6123 | --out option is ignored when -Z is used.
|
6124 | 6124 | * doc/aria2c.1.txt
|
6125 | 6125 | * src/usage_text.h
|
|
8458 | 8458 |
|
8459 | 8459 | 2009-07-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
8460 | 8460 |
|
8461 |
| - Added 'errorCode' to the reponse of tellStatus xml-rpc method. |
| 8461 | + Added 'errorCode' to the response of tellStatus xml-rpc method. |
8462 | 8462 | This key is only available for stopped/completed downloads and its
|
8463 | 8463 | value is the error code defined in EXIT STATUS in man page.
|
8464 | 8464 | * src/XmlRpcMethodImpl.cc
|
|
10020 | 10020 |
|
10021 | 10021 | 2009-05-22 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
10022 | 10022 |
|
10023 |
| - Removed tellAll XML-RPC command because its reponse tends to be |
| 10023 | + Removed tellAll XML-RPC command because its response tends to be |
10024 | 10024 | big if stopped/waiting downloads pile up.
|
10025 | 10025 | * src/XmlRpcMethodFactory.cc
|
10026 | 10026 | * src/XmlRpcMethodImpl.cc
|
|
10455 | 10455 | DefaultBtContext::setFileFileter().
|
10456 | 10456 | PieceStorage::setFileFilter(), DiskAdaptor::addDownloadEntry()
|
10457 | 10457 | functions are removed because they are no longer used. Creating
|
10458 |
| - filter in BitfieldMan is done in new funtion |
| 10458 | + filter in BitfieldMan is done in new function |
10459 | 10459 | PieceStorage::setupFileFilter()
|
10460 | 10460 | * src/BtContext.cc
|
10461 | 10461 | * src/BtContext.h
|
|
10513 | 10513 | 2009-05-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
10514 | 10514 |
|
10515 | 10515 | The information for files, URIs, peers are removed from the
|
10516 |
| - reponse of TellaActive, TellStatus command because they tend to be |
| 10516 | + response of TellaActive, TellStatus command because they tend to be |
10517 | 10517 | large. Instead they can be retrieved by the dedicated commands:
|
10518 | 10518 | getFiles, getUris and getPeers respectively.
|
10519 | 10519 | * src/XmlRpcMethodFactory.cc
|
|
10737 | 10737 |
|
10738 | 10738 | 2009-05-08 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
10739 | 10739 |
|
10740 |
| - Added xml-rpc functionality. Currently only addURI commad is |
| 10740 | + Added xml-rpc functionality. Currently only addURI command is |
10741 | 10741 | supported. To enable xml-rpc, run aria2 with
|
10742 | 10742 | --enable-http-server. This option name is temporal and will be
|
10743 | 10743 | changed. The feature that reports download progress in html format
|
|
13042 | 13042 |
|
13043 | 13043 | Fixed the bug that BitTorrent download doesn't finish when REJECT
|
13044 | 13044 | message is received before CHOKE message. The old implementation
|
13045 |
| - doen't clear the use-bit of the piece when recieved REJECT |
| 13045 | + doen't clear the use-bit of the piece when received REJECT |
13046 | 13046 | message.
|
13047 | 13047 | * src/DefaultBtMessageDispatcher.cc
|
13048 | 13048 | * test/DefaultBtMessageDispatcherTest.cc
|
|
13876 | 13876 | 2008-11-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
13877 | 13877 |
|
13878 | 13878 | Fixed the bug that metalink file is not processed if Content-Type
|
13879 |
| - field has a paramter. |
| 13879 | + field has a parameter. |
13880 | 13880 | * src/HttpResponse.cc
|
13881 | 13881 | * src/HttpResponse.h
|
13882 | 13882 | * test/HttpResponseTest.cc
|
|
13906 | 13906 |
|
13907 | 13907 | 2008-11-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
13908 | 13908 |
|
13909 |
| - Added usege for proxy. |
| 13909 | + Added usage for proxy. |
13910 | 13910 | * doc/aria2c.1.txt
|
13911 | 13911 |
|
13912 | 13912 | 2008-11-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
|
14004 | 14004 | 2008-11-05 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
14005 | 14005 |
|
14006 | 14006 | Added the ability to pool proxy connection.
|
14007 |
| - The conneciton in FTP with proxy-method=GET is not pooled. |
| 14007 | + The connection in FTP with proxy-method=GET is not pooled. |
14008 | 14008 | Proxy-Connection header will not be sent when sending CONNECT method.
|
14009 | 14009 | * src/DownloadEngine.cc
|
14010 | 14010 | * src/DownloadEngine.h
|
|
14147 | 14147 |
|
14148 | 14148 | 2008-11-03 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
14149 | 14149 |
|
14150 |
| - Corrected catched exception type. |
| 14150 | + Corrected caught exception type. |
14151 | 14151 | * src/ServerStatMan.cc
|
14152 | 14152 |
|
14153 | 14153 | 2008-11-03 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
|
14403 | 14403 | 2008-10-19 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
14404 | 14404 |
|
14405 | 14405 | Fixed the bug that aria2 aborts when a request larger than 16KiB is
|
14406 |
| - recieved. |
| 14406 | + received. |
14407 | 14407 | In this fix, if a request larger than 16KiB length is received, aria2
|
14408 | 14408 | disconnects the peer.
|
14409 | 14409 | * src/BtConstants.h
|
|
14674 | 14674 |
|
14675 | 14675 | Fixed the bug that aria2 downloads faster than max-download-limit when
|
14676 | 14676 | downloading file using both HTTP(or FTP) and BitTorrent, because aria2
|
14677 |
| - evaluates speed separatly(HTTP and BiTorrent) against max-download-limit |
| 14677 | + evaluates speed separately(HTTP and BiTorrent) against max-download-limit |
14678 | 14678 | , instead of sum of them.
|
14679 | 14679 | * src/ActivePeerConnectionCommand.cc
|
14680 | 14680 | * src/DefaultBtInteractive.cc
|
|
14934 | 14934 |
|
14935 | 14935 | 2008-09-14 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
14936 | 14936 |
|
14937 |
| - If establishing conneciton to a server is failed, then mark error on |
| 14937 | + If establishing connection to a server is failed, then mark error on |
14938 | 14938 | its ServerStat.
|
14939 | 14939 | Added the cause of error to log when error event occurred.
|
14940 | 14940 | Moved message string to message.h for translation.
|
|
15163 | 15163 |
|
15164 | 15164 | 2008-09-07 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
15165 | 15165 |
|
15166 |
| - Added a constuctor that receives struct timeval. |
| 15166 | + Added a constructor that receives struct timeval. |
15167 | 15167 | Added operator<.
|
15168 | 15168 | * src/TimeA2.cc
|
15169 | 15169 | * src/TimeA2.h
|
|
15178 | 15178 |
|
15179 | 15179 | 2008-09-07 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
15180 | 15180 |
|
15181 |
| - Implmented the functions to parse date. |
| 15181 | + Implemented the functions to parse date. |
15182 | 15182 | * src/TimeA2.cc
|
15183 | 15183 | * src/TimeA2.h
|
15184 | 15184 | * test/TimeTest.cc
|
|
15410 | 15410 |
|
15411 | 15411 | 2008-08-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
15412 | 15412 |
|
15413 |
| - Added sqlite3 depenency and Firefox3 cookie support. |
| 15413 | + Added sqlite3 dependency and Firefox3 cookie support. |
15414 | 15414 | * README
|
15415 | 15415 |
|
15416 | 15416 | 2008-08-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
|
17791 | 17791 |
|
17792 | 17792 | 2008-05-10 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
17793 | 17793 |
|
17794 |
| - Print usage when no URL is specifed or bad command-line option is |
| 17794 | + Print usage when no URL is specified or bad command-line option is |
17795 | 17795 | specified.
|
17796 | 17796 | * src/HelpItemFactory.cc
|
17797 | 17797 | * src/help_tags.h
|
|
18050 | 18050 |
|
18051 | 18051 | Rewritten Exception class. Throw exception object, not its pointer and
|
18052 | 18052 | catch by reference, so that remove problematic delete operator for
|
18053 |
| - catched exception. |
| 18053 | + caught exception. |
18054 | 18054 | * src/Exception.cc
|
18055 | 18055 | * src/Exception.h
|
18056 | 18056 | * test/ExceptionTest.cc
|
|
18181 | 18181 | 2008-04-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
18182 | 18182 |
|
18183 | 18183 | Use the default value pulled from Option object in HelpItemFactory.
|
18184 |
| - except options whose defualt value is embedded in a usage text. |
| 18184 | + except options whose default value is embedded in a usage text. |
18185 | 18185 | * src/HelpItemFactory.cc
|
18186 | 18186 | * src/HelpItemFactory.h
|
18187 | 18187 | * src/option_processing.cc
|
|
18275 | 18275 | Added --header option. You can specify any number of additional HTTP headers
|
18276 | 18276 | like:
|
18277 | 18277 | aria2 --header="X-A: 300" --header="X-B: 900" http://host/file
|
18278 |
| - Unlike other commad-line option, you can use --header option multiple times. |
| 18278 | + Unlike other command-line option, you can use --header option multiple times. |
18279 | 18279 | * src/HelpItemFactory.cc
|
18280 | 18280 | * src/HttpRequest.{cc, h}
|
18281 | 18281 | * src/HttpRequestCommand.cc
|
@@ -18339,13 +18339,13 @@
|
18339 | 18339 | Implemented auto protocol detection.
|
18340 | 18340 | Now you can do:
|
18341 | 18341 | aria2c -Z http://host/file file1.torrent file2.metalink
|
18342 |
| - (Note: -Z option is required for auto protcol detection.) |
| 18342 | + (Note: -Z option is required for auto protocol detection.) |
18343 | 18343 | Then aria2c downloads 3 files simultaneously:
|
18344 | 18344 | 1. http://host/file
|
18345 | 18345 | 2. file1.torrent <-- read local torrent file
|
18346 | 18346 | 3. file2.metalink <-- read local Metalink file.
|
18347 | 18347 |
|
18348 |
| - Same thing goes with -i option. Assume your uris.txt contans: |
| 18348 | + Same thing goes with -i option. Assume your uris.txt contains: |
18349 | 18349 | http://host/file
|
18350 | 18350 | file1.torrent
|
18351 | 18351 | file2.metalink
|
|
19471 | 19471 | Fixed the bug that EX_TOO_LONG_PAYLOAD exception is thrown if just
|
19472 | 19472 | payload length(4bytes) are received. This happens because lenbufLength
|
19473 | 19473 | is not updated in this particular case and successive call of
|
19474 |
| - receiveMessage() overwrites payload length with bytes recieved which |
| 19474 | + receiveMessage() overwrites payload length with bytes received which |
19475 | 19475 | are payload body.
|
19476 | 19476 | * src/PeerConnection.{h, cc}
|
19477 | 19477 | * src/message.h
|
@@ -20637,12 +20637,12 @@
|
20637 | 20637 | * src/PeerListenCommand.{h, cc}
|
20638 | 20638 |
|
20639 | 20639 | Now an exception thrown while parsing tracker response is now logged.
|
20640 |
| - If DlAbortEx is catched, then btAnnounce->resetAnnounce() immediately |
| 20640 | + If DlAbortEx is caught, then btAnnounce->resetAnnounce() immediately |
20641 | 20641 | called, which means no retry is made in this case, assuming a tracker
|
20642 | 20642 | has a problem.
|
20643 | 20643 | * src/TrackerWatcherCommand.cc
|
20644 | 20644 |
|
20645 |
| - Fixed: downloading a file whose length is unkown fails. |
| 20645 | + Fixed: downloading a file whose length is unknown fails. |
20646 | 20646 | * src/DownloadCommand.cc
|
20647 | 20647 |
|
20648 | 20648 | Simplified prepareForNextSegment()
|
|
21629 | 21629 | * src/common.h (OPEN_MODE): New definition.
|
21630 | 21630 | * src/File.cc
|
21631 | 21631 | * src/Util.cc
|
21632 |
| - * src/Directry.cc |
| 21632 | + * src/Directory.cc |
21633 | 21633 | * src/AbstractDiskWriter.cc
|
21634 | 21634 |
|
21635 | 21635 | Change the level of log message "download aborted" to debug:
|
|
21715 | 21715 | is 80 or 443:
|
21716 | 21716 | * src/HttpRequest.cc (getHostText): Suppress port number in http
|
21717 | 21717 | request header if port is 80 or 443.
|
21718 |
| - (createProxyRequest): Allways send port number. |
| 21718 | + (createProxyRequest): Always send port number. |
21719 | 21719 |
|
21720 | 21720 | 2007-03-28 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
21721 | 21721 |
|
|
21923 | 21923 | HttpResponse class.
|
21924 | 21924 | * src/HttpRequest.h, src/HttpRequest.cc: New class.
|
21925 | 21925 | * src/HttpResponse.h, src/HttpResponse.cc: New class.
|
21926 |
| - * src/HttpConnection.cc: Contruction of http request were moved to |
| 21926 | + * src/HttpConnection.cc: Construction of http request were moved to |
21927 | 21927 | HttpRequest class.
|
21928 | 21928 | * src/HttpResponseCommand.h, src/HttpResponseCommand.cc: Refactored.
|
21929 | 21929 | * src/HttpRequestCommand.cc (executeInternal): Rewritten.
|
|
23385 | 23385 | (sendStatistics): Use pieceStorage, btRuntime.
|
23386 | 23386 | (afterEachIteration): New function.
|
23387 | 23387 | * src/AnnounceList: AnnounceTier->AnnounceTierHandle.
|
23388 |
| - * src/Directry.h |
| 23388 | + * src/Directory.h |
23389 | 23389 | (Directory): New function.
|
23390 | 23390 | (DirectoryHandle): New type definition.
|
23391 | 23391 | * src/BtProgressInfoFile.h: New file.
|
|
23464 | 23464 | (peerStorage): New variable.
|
23465 | 23465 | (pieceStorage): New variable.
|
23466 | 23466 | (setBtContext): New function.
|
23467 |
| - * src/Directry.cc |
| 23467 | + * src/Directory.cc |
23468 | 23468 | (Directory): New function.
|
23469 | 23469 | (createDir): Do nothing if name.size() == 0.
|
23470 | 23470 | * src/AnnounceList.h
|
|
23748 | 23748 | * src/SegmentMan.h
|
23749 | 23749 | (SegmentEntryHandle): New type definition.
|
23750 | 23750 | (SegmentEntries): Now holds SegmentEntryHandle.
|
23751 |
| - (findSlowerSegmentEntry): New funtion. |
| 23751 | + (findSlowerSegmentEntry): New function. |
23752 | 23752 | * src/SegmentMan.cc
|
23753 | 23753 | (save): Updated according to the changes in SegmentEntries.
|
23754 | 23754 | (read): Updated according to the changes in SegmentEntries.
|
|
25644 | 25644 | list as "peers":
|
25645 | 25645 |
|
25646 | 25646 | * src/TrackerUpdateCommand.cc
|
25647 |
| - (execute): Added a check to see wether the type of peers is Data*. |
| 25647 | + (execute): Added a check to see whether the type of peers is Data*. |
25648 | 25648 |
|
25649 | 25649 | 2006-05-27 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
25650 | 25650 |
|
|
25724 | 25724 | (getMissingIndex): Don't call getMissingIndexRandomly() if max is 0.
|
25725 | 25725 | (getMissingUnusedIndex): Don't call getMissingIndexRandomly() if max is
|
25726 | 25726 | 0.
|
25727 |
| - (getMissingIndex): Dont't call getMissingIndexRandomly() if max is 0. |
| 25727 | + (getMissingIndex): Don't't call getMissingIndexRandomly() if max is 0. |
25728 | 25728 | * src/TorrentMan.h
|
25729 | 25729 | (UsedPieces): Removed.
|
25730 | 25730 | (Pieces): New type definition.
|
|
26803 | 26803 | (getActivePeers): New function.
|
26804 | 26804 | (deleteActivePeer): New function.
|
26805 | 26805 | * src/TorrentMan.cc
|
26806 |
| - (addPeer): deleteOldErrorPeers is moved to the begining of the function |
| 26806 | + (addPeer): deleteOldErrorPeers is moved to the beginning of the function |
26807 | 26807 | * src/PeerAbstractCommand.cc
|
26808 | 26808 | (onAbort): Use peer->resetStatus().
|
26809 | 26809 | * src/main.cc
|
|
26954 | 26954 | * src/main.cc (handler): Removed the check to see e->diskWriter != NULL
|
26955 | 26955 | (torrentHandler): Removed the check to see diskAdaptor != NULL.
|
26956 | 26956 |
|
26957 |
| - * src/AbstractDiskWriter.cc (openExistingFile): Updated messsage. |
| 26957 | + * src/AbstractDiskWriter.cc (openExistingFile): Updated message. |
26958 | 26958 | (createFile): Updated message.
|
26959 | 26959 |
|
26960 | 26960 | 2006-04-19 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
|
27272 | 27272 | (getCompletedLength): New function.
|
27273 | 27273 |
|
27274 | 27274 | * src/TorrentMan.h [FileEntry](Constructor): Updated signature.
|
27275 |
| - Initalized newly added variables. |
| 27275 | + Initialized newly added variables. |
27276 | 27276 | [FileEntry](offset): New variable.
|
27277 | 27277 | [FileEntry](extracted): New variable.
|
27278 | 27278 | [FileEntry](requested): New variable.
|
|
27329 | 27329 | (getName): New function.
|
27330 | 27330 | * src/TorrentMan.h (getMultiFileEntries): New function.
|
27331 | 27331 | (getName): New function.
|
27332 |
| - * src/main.cc (main): Use above 2 funtion. |
| 27332 | + * src/main.cc (main): Use above 2 function. |
27333 | 27333 |
|
27334 | 27334 | * Release 0.3.2
|
27335 | 27335 |
|
|
27454 | 27454 | * src/TorrentMan.cc: Remove downloadedSize == 0 check from save().
|
27455 | 27455 | Instead, added a check for whether setup method has executed
|
27456 | 27456 | successfully.
|
27457 |
| - * src/TorrentMan.h: Added member vaiable setupComplete. Updated |
| 27457 | + * src/TorrentMan.h: Added member variable setupComplete. Updated |
27458 | 27458 | DEFAULT_ANNOUNCE_INTERVAL and DEFAULT_ANNOUNCE_MIN_INTERVAL to 300.
|
27459 | 27459 | * src/Makefile.am: Updated.
|
27460 | 27460 | * src/messageDigest.h: Added. This is a macro calculating SHA1 digest
|
|
27575 | 27575 | * BitfieldMan.cc: fixed memory leak.
|
27576 | 27576 | * TorrentMan.cc: initialized storeDir to ".".
|
27577 | 27577 | * TorrentMan.cc: fixed memory leak.
|
27578 |
| - * TorrentMan.cc: corrected file paths of splitted files. |
| 27578 | + * TorrentMan.cc: corrected file paths of split files. |
27579 | 27579 | * PeerAbstractCommand.cc: casted timeout to long long int.
|
27580 | 27580 | * main.cc: added delete(req) and delete(te->diskWriter).
|
27581 | 27581 | * RequestSlot.cc: casted timeout value to long long int.
|
|
27726 | 27726 | * HttpConnection.cc: Added Referer support.
|
27727 | 27727 | * main.cc: Added referer command-line option.
|
27728 | 27728 | * main.cc: Added rety-wait command-line option.
|
27729 |
| - * Exception.h: Fixed formating bug in Exception::setMsg() |
| 27729 | + * Exception.h: Fixed formatting bug in Exception::setMsg() |
27730 | 27730 | * SocketCore.{h,cc}:
|
27731 | 27731 | * Socket.{h, cc}:
|
27732 | 27732 | * Request.cc:
|
|
0 commit comments