Age | Commit message (Expand) | Author |
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 |
2012-03-18 | tool_easysrc.c: fix --libcurl option output file text translation mode | Yang Tse |
2012-03-18 | build: remove tool_cb_skt.[ch] references | Yang Tse |
2012-03-17 | tool_setopt.c: more OOM handling fixes | Yang Tse |
2012-03-16 | tool_setopt.c: fix OOM handling | Yang Tse |
2012-03-16 | fix several compiler warnings | Yang Tse |
2012-03-16 | fix some compiler warnings | Yang Tse |
2012-02-23 | Generate lists and use symbols in --libcurl code output. | Colin Hogben |
2012-02-16 | curl: Added support for --mail-auth | Steve Holme |