Go to file
Tatsuhiro Tsujikawa d5ffa2532d AbstractDiskWriter::closeFile(): Throw exception if close() failed.
~AbstractDiskWriter calles closeFile(), but suppresses exception.
MultiDiskAdaptor::closeFile() logs error if child
DiskWriter::closeFile() throws exception. This exception is not
rethrown. If at least one exception is caught,
MultiDiskAdaptor::closeFile() throws new DlAbortEx.
RequestGroupMan::closeFile() just logs exception and suppress each
exception. Generally, don't call closeFile() in destructor. If you
need to call it, it must suppress the exception.
2011-12-09 23:32:38 +09:00
doc Documented --stop-with-process option in man page. 2011-12-01 23:38:57 +09:00
lib Removed autogenerated files by automake/autoconf. 2010-11-27 23:31:17 +09:00
m4 Use pkg-config for libcares. Dropped c-ares pre-1.5 support. 2011-02-18 23:36:39 +09:00
po Updated aria2.pot 2011-12-03 23:34:39 +09:00
src AbstractDiskWriter::closeFile(): Throw exception if close() failed. 2011-12-09 23:32:38 +09:00
test Use int or int32_t instead of size_t where suitable 2011-12-09 21:39:43 +09:00
AUTHORS Fixed typo 2011-03-20 14:39:36 +09:00
COPYING 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00:00
ChangeLog Added empty ChangeLog. 2010-11-28 00:38:58 +09:00
ChangeLog.old Moved ChangeLog to ChangeLog.old and added notice that we no longer 2010-11-28 00:23:20 +09:00
LICENSE.OpenSSL 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00:00
Makefile.am Check a2x, asciidoc presence and only build documents when they are 2010-12-02 23:55:52 +09:00
NEWS Edited NEWS 2011-10-10 12:23:25 +09:00
README Added README because automake requires it. Added README.asciidoc to 2010-11-27 22:55:14 +09:00
README.asciidoc Adding Fedora required packages 2011-11-13 17:31:07 +01:00
build_test.sh Added build test with libgcrypt 2011-08-22 18:56:35 +09:00
configure.ac Rewritten Metalink XML parser. 2011-11-10 22:38:01 +09:00

README

See README.asciidoc