Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-26 | metalink: parse downloaded Metalink file | Tatsuhiro Tsujikawa | |
Parse downloaded Metalink file and add downloads described there. Fixed compile error without metalink support. | |||
2012-05-26 | metalink: show help message even if disabled | Tatsuhiro Tsujikawa | |
Print message if --metalink is used while metalink support is not enabled. Migrated Metalink support in tool_operate.c and removed operatemetalink(). | |||
2012-05-26 | Support Metalink. | Tatsuhiro Tsujikawa | |
This change adds experimental Metalink support to curl. To enable Metalink support, run configure with --with-libmetalink. To feed Metalink file to curl, use --metalink option like this: $ curl -O --metalink foo.metalink We use libmetalink to parse Metalink files. |