finally I saw the light, MediaAria2 now inherits MediaCurl, therefore
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Sat, 21 Feb 2009 17:28:12 +0000 (18:28 +0100)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Sat, 21 Feb 2009 17:28:12 +0000 (18:28 +0100)
commit21b807b024cbe0d1bcc41a9ceb5c27c1eadf7eaf
tree68e1d7b7fe0ffd4347e87fc2068a08170824e2b6
parent45e04016d4f622104a37831c3d69c18d95905d2f
finally I saw the light, MediaAria2 now inherits MediaCurl, therefore
has access to curl methods, or any functionality which aria does not provides.

Implemented the following options with aria:

download.max_concurrent_connections (default 2)
download.min_download_speed (default no limit)
download.max_download_speed (default no limit)
download.max_silent_tries (default 5)

Lot of duplicated code removed, and no longer require command line curl.

Now lets see if we can remove duplicated code in curl iteself and also
implement range support.
zypp.conf
zypp/ZConfig.cc
zypp/ZConfig.h
zypp/media/MediaAccess.cc
zypp/media/MediaAccess.h
zypp/media/MediaAria2c.cc
zypp/media/MediaAria2c.h
zypp/media/TransferSettings.cc
zypp/media/TransferSettings.h