mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
To add some useful information to the exception message:
* src/SocketCore.cc : Updated messages. * src/SegmentMan.cc : * src/TorrentMan.cc : Updated messages. * src/MultiDiskWriter.cc : Updated messages. * src/Util.cc : Updated messages. * src/AbstractDiskWriter.cc : Updated messages. * src/PreAllocationDiskWriter.cc : Updated messages. * src/message.cc : Added new messages. Updated some messages. * src/TrackerWatcherCommand.h (MIN_PEERS): New definition. * src/TrackerWatcherCommand.cc (execute): Use MIN_PEERS. Updated threshold from 30 to 15. * src/AbstractDiskWriter.h (filename): New variable. * src/AbstractDiskWriter.cc (openExistingFile): Assigned filename. (createFile): Assigned filename. * src/main.cc: Updated the help message for http-auth-scheme.
This commit is contained in:
parent
8203364972
commit
536c07488b
17 changed files with 583 additions and 205 deletions
|
@ -29,8 +29,8 @@
|
|||
|
||||
class AbstractDiskWriter:public DiskWriter {
|
||||
protected:
|
||||
string filename;
|
||||
int fd;
|
||||
|
||||
#ifdef ENABLE_SHA1DIGEST
|
||||
MessageDigestContext ctx;
|
||||
#endif // ENABLE_SHA1DIGEST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue