|
@@ -255,20 +255,25 @@ am__libaria2c_a_SOURCES_DIST = Socket.h SocketCore.cc SocketCore.h \
|
|
|
BtProgressInfoFile.h DefaultBtProgressInfoFile.cc \
|
|
|
DefaultBtProgressInfoFile.h NullProgressInfoFile.h \
|
|
|
FileAllocationIterator.h SingleFileAllocationIterator.cc \
|
|
|
- SingleFileAllocationIterator.h PostDownloadHandler.cc \
|
|
|
- PostDownloadHandler.h HaveEraseCommand.cc HaveEraseCommand.h \
|
|
|
- Piece.cc Piece.h CheckIntegrityMan.cc CheckIntegrityMan.h \
|
|
|
- CheckIntegrityEntry.cc CheckIntegrityEntry.h \
|
|
|
- PieceHashCheckIntegrityEntry.cc PieceHashCheckIntegrityEntry.h \
|
|
|
- StreamCheckIntegrityEntry.cc StreamCheckIntegrityEntry.h \
|
|
|
- IteratableValidator.h DiskAdaptor.cc DiskAdaptor.h \
|
|
|
- AbstractSingleDiskAdaptor.cc AbstractSingleDiskAdaptor.h \
|
|
|
- CopyDiskAdaptor.cc CopyDiskAdaptor.h DirectDiskAdaptor.cc \
|
|
|
- DirectDiskAdaptor.h MultiDiskAdaptor.cc MultiDiskAdaptor.h \
|
|
|
- Peer.cc Peer.h BtRegistry.cc BtRegistry.h \
|
|
|
- MultiFileAllocationIterator.cc MultiFileAllocationIterator.h \
|
|
|
- PeerConnection.cc PeerConnection.h \
|
|
|
- IteratableChunkChecksumValidator.cc \
|
|
|
+ SingleFileAllocationIterator.h \
|
|
|
+ ContentTypeRequestGroupCriteria.cc \
|
|
|
+ ContentTypeRequestGroupCriteria.h DownloadHandler.cc \
|
|
|
+ DownloadHandler.h DownloadHandlerConstants.cc \
|
|
|
+ DownloadHandlerConstants.h DownloadHandlerFactory.cc \
|
|
|
+ DownloadHandlerFactory.h MemoryBufferPreDownloadHandler.cc \
|
|
|
+ MemoryBufferPreDownloadHandler.h HaveEraseCommand.cc \
|
|
|
+ HaveEraseCommand.h Piece.cc Piece.h CheckIntegrityMan.cc \
|
|
|
+ CheckIntegrityMan.h CheckIntegrityEntry.cc \
|
|
|
+ CheckIntegrityEntry.h PieceHashCheckIntegrityEntry.cc \
|
|
|
+ PieceHashCheckIntegrityEntry.h StreamCheckIntegrityEntry.cc \
|
|
|
+ StreamCheckIntegrityEntry.h IteratableValidator.h \
|
|
|
+ DiskAdaptor.cc DiskAdaptor.h AbstractSingleDiskAdaptor.cc \
|
|
|
+ AbstractSingleDiskAdaptor.h CopyDiskAdaptor.cc \
|
|
|
+ CopyDiskAdaptor.h DirectDiskAdaptor.cc DirectDiskAdaptor.h \
|
|
|
+ MultiDiskAdaptor.cc MultiDiskAdaptor.h Peer.cc Peer.h \
|
|
|
+ BtRegistry.cc BtRegistry.h MultiFileAllocationIterator.cc \
|
|
|
+ MultiFileAllocationIterator.h PeerConnection.cc \
|
|
|
+ PeerConnection.h IteratableChunkChecksumValidator.cc \
|
|
|
IteratableChunkChecksumValidator.h \
|
|
|
IteratableChecksumValidator.cc IteratableChecksumValidator.h \
|
|
|
CheckIntegrityCommand.cc CheckIntegrityCommand.h \
|
|
@@ -465,9 +470,12 @@ am__objects_12 = SocketCore.$(OBJEXT) Command.$(OBJEXT) \
|
|
|
UnknownLengthPieceStorage.$(OBJEXT) ConsoleStatCalc.$(OBJEXT) \
|
|
|
TransferStat.$(OBJEXT) DefaultBtProgressInfoFile.$(OBJEXT) \
|
|
|
SingleFileAllocationIterator.$(OBJEXT) \
|
|
|
- PostDownloadHandler.$(OBJEXT) HaveEraseCommand.$(OBJEXT) \
|
|
|
- Piece.$(OBJEXT) CheckIntegrityMan.$(OBJEXT) \
|
|
|
- CheckIntegrityEntry.$(OBJEXT) \
|
|
|
+ ContentTypeRequestGroupCriteria.$(OBJEXT) \
|
|
|
+ DownloadHandler.$(OBJEXT) DownloadHandlerConstants.$(OBJEXT) \
|
|
|
+ DownloadHandlerFactory.$(OBJEXT) \
|
|
|
+ MemoryBufferPreDownloadHandler.$(OBJEXT) \
|
|
|
+ HaveEraseCommand.$(OBJEXT) Piece.$(OBJEXT) \
|
|
|
+ CheckIntegrityMan.$(OBJEXT) CheckIntegrityEntry.$(OBJEXT) \
|
|
|
PieceHashCheckIntegrityEntry.$(OBJEXT) \
|
|
|
StreamCheckIntegrityEntry.$(OBJEXT) DiskAdaptor.$(OBJEXT) \
|
|
|
AbstractSingleDiskAdaptor.$(OBJEXT) CopyDiskAdaptor.$(OBJEXT) \
|
|
@@ -747,23 +755,28 @@ SRCS = Socket.h SocketCore.cc SocketCore.h Command.cc Command.h \
|
|
|
BtProgressInfoFile.h DefaultBtProgressInfoFile.cc \
|
|
|
DefaultBtProgressInfoFile.h NullProgressInfoFile.h \
|
|
|
FileAllocationIterator.h SingleFileAllocationIterator.cc \
|
|
|
- SingleFileAllocationIterator.h PostDownloadHandler.cc \
|
|
|
- PostDownloadHandler.h HaveEraseCommand.cc HaveEraseCommand.h \
|
|
|
- Piece.cc Piece.h CheckIntegrityMan.cc CheckIntegrityMan.h \
|
|
|
- CheckIntegrityEntry.cc CheckIntegrityEntry.h \
|
|
|
- PieceHashCheckIntegrityEntry.cc PieceHashCheckIntegrityEntry.h \
|
|
|
- StreamCheckIntegrityEntry.cc StreamCheckIntegrityEntry.h \
|
|
|
- IteratableValidator.h DiskAdaptor.cc DiskAdaptor.h \
|
|
|
- AbstractSingleDiskAdaptor.cc AbstractSingleDiskAdaptor.h \
|
|
|
- CopyDiskAdaptor.cc CopyDiskAdaptor.h DirectDiskAdaptor.cc \
|
|
|
- DirectDiskAdaptor.h MultiDiskAdaptor.cc MultiDiskAdaptor.h \
|
|
|
- Peer.cc Peer.h BtRegistry.cc BtRegistry.h \
|
|
|
- MultiFileAllocationIterator.cc MultiFileAllocationIterator.h \
|
|
|
- PeerConnection.cc PeerConnection.h $(am__append_1) \
|
|
|
- $(am__append_2) $(am__append_3) $(am__append_4) \
|
|
|
- $(am__append_5) $(am__append_6) $(am__append_7) \
|
|
|
- $(am__append_8) $(am__append_9) $(am__append_10) \
|
|
|
- $(am__append_11)
|
|
|
+ SingleFileAllocationIterator.h \
|
|
|
+ ContentTypeRequestGroupCriteria.cc \
|
|
|
+ ContentTypeRequestGroupCriteria.h DownloadHandler.cc \
|
|
|
+ DownloadHandler.h DownloadHandlerConstants.cc \
|
|
|
+ DownloadHandlerConstants.h DownloadHandlerFactory.cc \
|
|
|
+ DownloadHandlerFactory.h MemoryBufferPreDownloadHandler.cc \
|
|
|
+ MemoryBufferPreDownloadHandler.h HaveEraseCommand.cc \
|
|
|
+ HaveEraseCommand.h Piece.cc Piece.h CheckIntegrityMan.cc \
|
|
|
+ CheckIntegrityMan.h CheckIntegrityEntry.cc \
|
|
|
+ CheckIntegrityEntry.h PieceHashCheckIntegrityEntry.cc \
|
|
|
+ PieceHashCheckIntegrityEntry.h StreamCheckIntegrityEntry.cc \
|
|
|
+ StreamCheckIntegrityEntry.h IteratableValidator.h \
|
|
|
+ DiskAdaptor.cc DiskAdaptor.h AbstractSingleDiskAdaptor.cc \
|
|
|
+ AbstractSingleDiskAdaptor.h CopyDiskAdaptor.cc \
|
|
|
+ CopyDiskAdaptor.h DirectDiskAdaptor.cc DirectDiskAdaptor.h \
|
|
|
+ MultiDiskAdaptor.cc MultiDiskAdaptor.h Peer.cc Peer.h \
|
|
|
+ BtRegistry.cc BtRegistry.h MultiFileAllocationIterator.cc \
|
|
|
+ MultiFileAllocationIterator.h PeerConnection.cc \
|
|
|
+ PeerConnection.h $(am__append_1) $(am__append_2) \
|
|
|
+ $(am__append_3) $(am__append_4) $(am__append_5) \
|
|
|
+ $(am__append_6) $(am__append_7) $(am__append_8) \
|
|
|
+ $(am__append_9) $(am__append_10) $(am__append_11)
|
|
|
noinst_LIBRARIES = libaria2c.a
|
|
|
libaria2c_a_SOURCES = $(SRCS)
|
|
|
aria2c_LDADD = libaria2c.a @LIBINTL@ @ALLOCA@ @LIBGNUTLS_LIBS@\
|
|
@@ -897,6 +910,7 @@ distclean-compile:
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Command.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CompactPeerListProcessor.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConsoleStatCalc.Po@am__quote@
|
|
|
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ContentTypeRequestGroupCriteria.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Cookie.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CookieBox.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CookieBoxFactory.Po@am__quote@
|
|
@@ -925,6 +939,9 @@ distclean-compile:
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DownloadCommand.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DownloadEngine.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DownloadEngineFactory.Po@am__quote@
|
|
|
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DownloadHandler.Po@am__quote@
|
|
|
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DownloadHandlerConstants.Po@am__quote@
|
|
|
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DownloadHandlerFactory.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Exception.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FeatureConfig.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/File.Po@am__quote@
|
|
@@ -958,6 +975,7 @@ distclean-compile:
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IteratableChunkChecksumValidator.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/List.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LogFactory.Po@am__quote@
|
|
|
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MemoryBufferPreDownloadHandler.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MessageDigestHelper.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MetaFileUtil.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Metalink2RequestGroup.Po@am__quote@
|
|
@@ -991,7 +1009,6 @@ distclean-compile:
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PieceHashCheckIntegrityEntry.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PiecedSegment.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Platform.Po@am__quote@
|
|
|
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PostDownloadHandler.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RealtimeCommand.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Request.Po@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RequestGroup.Po@am__quote@
|