mirror of https://github.com/aria2/aria2
2008-02-27 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Removed RequestInfo.h and FileAllocator.h since they have been removed. * src/Makefile.am * src/Makefile.inpull/1/head
parent
8958b4c4d4
commit
deff272435
|
@ -1,3 +1,9 @@
|
||||||
|
2008-02-27 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
|
Removed RequestInfo.h and FileAllocator.h since they have been removed.
|
||||||
|
* src/Makefile.am
|
||||||
|
* src/Makefile.in
|
||||||
|
|
||||||
2008-02-26 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
2008-02-26 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
Updated README. Added html version of README and man page.
|
Updated README. Added html version of README and man page.
|
||||||
|
|
|
@ -56,14 +56,12 @@ SRCS = Socket.h\
|
||||||
HandleRegistry.h\
|
HandleRegistry.h\
|
||||||
FeatureConfig.cc FeatureConfig.h\
|
FeatureConfig.cc FeatureConfig.h\
|
||||||
DownloadEngineFactory.cc DownloadEngineFactory.h\
|
DownloadEngineFactory.cc DownloadEngineFactory.h\
|
||||||
RequestInfo.h\
|
|
||||||
SpeedCalc.cc SpeedCalc.h\
|
SpeedCalc.cc SpeedCalc.h\
|
||||||
PeerStat.h\
|
PeerStat.h\
|
||||||
BitfieldMan.cc BitfieldMan.h\
|
BitfieldMan.cc BitfieldMan.h\
|
||||||
BitfieldManFactory.cc BitfieldManFactory.h\
|
BitfieldManFactory.cc BitfieldManFactory.h\
|
||||||
Randomizer.h\
|
Randomizer.h\
|
||||||
SimpleRandomizer.cc SimpleRandomizer.h\
|
SimpleRandomizer.cc SimpleRandomizer.h\
|
||||||
FileAllocator.h\
|
|
||||||
HttpResponse.cc HttpResponse.h\
|
HttpResponse.cc HttpResponse.h\
|
||||||
HttpRequest.cc HttpRequest.h\
|
HttpRequest.cc HttpRequest.h\
|
||||||
Range.h\
|
Range.h\
|
||||||
|
|
|
@ -293,20 +293,19 @@ am__libaria2c_a_SOURCES_DIST = Socket.h SocketCore.cc SocketCore.h \
|
||||||
Base64.cc CookieBox.cc CookieBox.h LogFactory.cc LogFactory.h \
|
Base64.cc CookieBox.cc CookieBox.h LogFactory.cc LogFactory.h \
|
||||||
NullLogger.h TimeA2.cc TimeA2.h SharedHandle.h \
|
NullLogger.h TimeA2.cc TimeA2.h SharedHandle.h \
|
||||||
HandleRegistry.h FeatureConfig.cc FeatureConfig.h \
|
HandleRegistry.h FeatureConfig.cc FeatureConfig.h \
|
||||||
DownloadEngineFactory.cc DownloadEngineFactory.h RequestInfo.h \
|
DownloadEngineFactory.cc DownloadEngineFactory.h SpeedCalc.cc \
|
||||||
SpeedCalc.cc SpeedCalc.h PeerStat.h BitfieldMan.cc \
|
SpeedCalc.h PeerStat.h BitfieldMan.cc BitfieldMan.h \
|
||||||
BitfieldMan.h BitfieldManFactory.cc BitfieldManFactory.h \
|
BitfieldManFactory.cc BitfieldManFactory.h Randomizer.h \
|
||||||
Randomizer.h SimpleRandomizer.cc SimpleRandomizer.h \
|
SimpleRandomizer.cc SimpleRandomizer.h HttpResponse.cc \
|
||||||
FileAllocator.h HttpResponse.cc HttpResponse.h HttpRequest.cc \
|
HttpResponse.h HttpRequest.cc HttpRequest.h Range.h \
|
||||||
HttpRequest.h Range.h AbstractProxyRequestCommand.cc \
|
AbstractProxyRequestCommand.cc AbstractProxyRequestCommand.h \
|
||||||
AbstractProxyRequestCommand.h AbstractProxyResponseCommand.cc \
|
AbstractProxyResponseCommand.cc AbstractProxyResponseCommand.h \
|
||||||
AbstractProxyResponseCommand.h Netrc.cc Netrc.h AuthConfig.cc \
|
Netrc.cc Netrc.h AuthConfig.cc AuthConfig.h AuthResolver.h \
|
||||||
AuthConfig.h AuthResolver.h AbstractAuthResolver.cc \
|
AbstractAuthResolver.cc DefaultAuthResolver.cc \
|
||||||
DefaultAuthResolver.cc DefaultAuthResolver.h \
|
DefaultAuthResolver.h NetrcAuthResolver.cc NetrcAuthResolver.h \
|
||||||
NetrcAuthResolver.cc NetrcAuthResolver.h AuthConfigFactory.cc \
|
AuthConfigFactory.cc AuthConfigFactory.h OptionParser.cc \
|
||||||
AuthConfigFactory.h OptionParser.cc OptionParser.h \
|
OptionParser.h OptionHandlerFactory.cc OptionHandlerFactory.h \
|
||||||
OptionHandlerFactory.cc OptionHandlerFactory.h NameResolver.cc \
|
NameResolver.cc NameResolver.h RequestGroup.cc RequestGroup.h \
|
||||||
NameResolver.h RequestGroup.cc RequestGroup.h \
|
|
||||||
RequestGroupAware.cc RequestGroupAware.h RequestGroupMan.cc \
|
RequestGroupAware.cc RequestGroupAware.h RequestGroupMan.cc \
|
||||||
RequestGroupMan.h FileAllocationMan.cc FileAllocationMan.h \
|
RequestGroupMan.h FileAllocationMan.cc FileAllocationMan.h \
|
||||||
FileAllocationCommand.cc FileAllocationCommand.h \
|
FileAllocationCommand.cc FileAllocationCommand.h \
|
||||||
|
@ -944,20 +943,19 @@ SRCS = Socket.h SocketCore.cc SocketCore.h Command.cc Command.h \
|
||||||
Base64.cc CookieBox.cc CookieBox.h LogFactory.cc LogFactory.h \
|
Base64.cc CookieBox.cc CookieBox.h LogFactory.cc LogFactory.h \
|
||||||
NullLogger.h TimeA2.cc TimeA2.h SharedHandle.h \
|
NullLogger.h TimeA2.cc TimeA2.h SharedHandle.h \
|
||||||
HandleRegistry.h FeatureConfig.cc FeatureConfig.h \
|
HandleRegistry.h FeatureConfig.cc FeatureConfig.h \
|
||||||
DownloadEngineFactory.cc DownloadEngineFactory.h RequestInfo.h \
|
DownloadEngineFactory.cc DownloadEngineFactory.h SpeedCalc.cc \
|
||||||
SpeedCalc.cc SpeedCalc.h PeerStat.h BitfieldMan.cc \
|
SpeedCalc.h PeerStat.h BitfieldMan.cc BitfieldMan.h \
|
||||||
BitfieldMan.h BitfieldManFactory.cc BitfieldManFactory.h \
|
BitfieldManFactory.cc BitfieldManFactory.h Randomizer.h \
|
||||||
Randomizer.h SimpleRandomizer.cc SimpleRandomizer.h \
|
SimpleRandomizer.cc SimpleRandomizer.h HttpResponse.cc \
|
||||||
FileAllocator.h HttpResponse.cc HttpResponse.h HttpRequest.cc \
|
HttpResponse.h HttpRequest.cc HttpRequest.h Range.h \
|
||||||
HttpRequest.h Range.h AbstractProxyRequestCommand.cc \
|
AbstractProxyRequestCommand.cc AbstractProxyRequestCommand.h \
|
||||||
AbstractProxyRequestCommand.h AbstractProxyResponseCommand.cc \
|
AbstractProxyResponseCommand.cc AbstractProxyResponseCommand.h \
|
||||||
AbstractProxyResponseCommand.h Netrc.cc Netrc.h AuthConfig.cc \
|
Netrc.cc Netrc.h AuthConfig.cc AuthConfig.h AuthResolver.h \
|
||||||
AuthConfig.h AuthResolver.h AbstractAuthResolver.cc \
|
AbstractAuthResolver.cc DefaultAuthResolver.cc \
|
||||||
DefaultAuthResolver.cc DefaultAuthResolver.h \
|
DefaultAuthResolver.h NetrcAuthResolver.cc NetrcAuthResolver.h \
|
||||||
NetrcAuthResolver.cc NetrcAuthResolver.h AuthConfigFactory.cc \
|
AuthConfigFactory.cc AuthConfigFactory.h OptionParser.cc \
|
||||||
AuthConfigFactory.h OptionParser.cc OptionParser.h \
|
OptionParser.h OptionHandlerFactory.cc OptionHandlerFactory.h \
|
||||||
OptionHandlerFactory.cc OptionHandlerFactory.h NameResolver.cc \
|
NameResolver.cc NameResolver.h RequestGroup.cc RequestGroup.h \
|
||||||
NameResolver.h RequestGroup.cc RequestGroup.h \
|
|
||||||
RequestGroupAware.cc RequestGroupAware.h RequestGroupMan.cc \
|
RequestGroupAware.cc RequestGroupAware.h RequestGroupMan.cc \
|
||||||
RequestGroupMan.h FileAllocationMan.cc FileAllocationMan.h \
|
RequestGroupMan.h FileAllocationMan.cc FileAllocationMan.h \
|
||||||
FileAllocationCommand.cc FileAllocationCommand.h \
|
FileAllocationCommand.cc FileAllocationCommand.h \
|
||||||
|
|
Loading…
Reference in New Issue