Age | Commit message (Expand) | Author |
2012-06-09 | Added metalink support to NetWare builds. | Guenter Knauf |
2012-06-09 | Fixes allowing 26 more test cases in 1334 to 1393 range to succeed | Yang Tse |
2012-06-08 | tool_getparam.h: fix compiler error | Daniel Stenberg |
2012-06-08 | metalink: restore some includes | Daniel Stenberg |
2012-06-08 | metalink: build fixes and adjustments II | Yang Tse |
2012-06-08 | Added metalink support to MinGW builds. | Guenter Knauf |
2012-06-07 | metalink: build fixes and adjustments I | Yang Tse |
2012-06-07 | Fixes allowing HTTP test cases 1338, 1339, 1368 and 1369 to succeed | Yang Tse |
2012-05-27 | Enabled OpenSSL static linkage. | Guenter Knauf |
2012-05-27 | Try to detect OpenSSL build type automatically. | Guenter Knauf |
2012-05-26 | metalink: fix build errors when disabled | Daniel Stenberg |
2012-05-26 | Reduced #ifdef HAVE_METALINK | Tatsuhiro Tsujikawa |
2012-05-26 | Disable hash check if neither OpenSSL nor GNUTLS is installed. | Tatsuhiro Tsujikawa |
2012-05-26 | Format GETOUT_METALINK nicely | Tatsuhiro Tsujikawa |
2012-05-26 | Minimize usage of structs from libmetalink | Tatsuhiro Tsujikawa |
2012-05-26 | Check checksum of downloaded file if checksum is available | Tatsuhiro Tsujikawa |
2012-05-26 | Always create directory hierarchy for Metalink. | Tatsuhiro Tsujikawa |
2012-05-26 | Fixed segmentation fault when Metalink has no valid file or no resource. | Tatsuhiro Tsujikawa |
2012-05-26 | Support media-type parameter in Content-Type | Tatsuhiro Tsujikawa |
2012-05-26 | Print "Metalink" in Features if Metalink support is enabled. | Tatsuhiro Tsujikawa |
2012-05-26 | Add --metalink to --help | ant |
2012-05-26 | --metalink option is available regardless of Metalink support. | Tatsuhiro Tsujikawa |
2012-05-26 | metalink: parse downloaded Metalink file | Tatsuhiro Tsujikawa |
2012-05-26 | metalink: minor metalinkfile fix | Tatsuhiro Tsujikawa |
2012-05-26 | metalink: show help message even if disabled | Tatsuhiro Tsujikawa |
2012-05-26 | Applied patches from Daniel | Tatsuhiro Tsujikawa |
2012-05-26 | Support Metalink. | Tatsuhiro Tsujikawa |
2012-05-25 | Made -D option work with -O and -J. | Tatsuhiro Tsujikawa |
2012-05-22 | Updated dependency libary versions. | Guenter Knauf |
2012-05-12 | my_useragent: shorten user-agent | Daniel Stenberg |
2012-04-26 | Updated dependency lib versions. | Guenter Knauf |
2012-04-23 | Revert "sspi: Added version information" | Yang Tse |
2012-04-22 | sspi: Added version information | Steve Holme |
2012-04-20 | Updated dependency lib versions. | Guenter Knauf |
2012-04-19 | Take in account that CURLAUTH_* bitmasks are now 'unsigned long' - follow-up | Yang Tse |
2012-04-18 | Take in account that CURLAUTH_* bitmasks are now 'unsigned long' | Yang Tse |
2012-04-18 | Some explicit conversion to 'long' of curl_easy_setopt() third argument | Yang Tse |
2012-04-17 | -# progress meter: avoid superfluous updates and duplicate lines | Daniel Stenberg |
2012-04-12 | tool_operate.c: fix compiler warning | Yang Tse |
2012-04-12 | Updated dependency lib versions (2nd try). | Guenter Knauf |
2012-04-12 | Updated dependency lib versions. | Guenter Knauf |
2012-04-12 | tool_formparse.c: rename a couple of vars to avoid declaration shadowing | Yang Tse |
2012-04-11 | build adjustments: functionally revert commits 4d3fb91f and bbfe1182 | Yang Tse |
2012-04-10 | curl tool: make setup.h first header included in tool_setup.h again | Yang Tse |
2012-04-09 | configure: Windows cross-compilation fixes | Yang Tse |
2012-04-08 | curl tool: make curl.h first header included in tool_setup.h | Yang Tse |
2012-04-06 | curl tool: use configuration files from lib directory | Yang Tse |
2012-04-05 | curl: add --post303 to set the CURL_REDIR_POST_303 option | Daniel Stenberg |
2012-04-01 | curl tool: add filename_effective token for --write-out | Dave Reisner |
2012-03-27 | tool_cb_dbg.c: fix tool_cb_dbg() to behave properly even for size 0 | Olaf Flebbe |