Age | Commit message (Expand) | Author |
2012-12-18 | VC6 IDE: link with advapi32.lib when using WIN32 crypto API (md5.c) | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-12-04 | build: explain current role of LIBS in our Makefile.am files | Yang Tse |
2012-12-03 | build: prevent global LIBS from influencing src and lib build targets | Yang Tse |
2012-11-26 | avoid mixing of enumerated type with another type | Yang Tse |
2012-11-13 | tool_metalink: fix error detection of hash alg initialization | Kamil Dudka |
2012-11-09 | tool_metalink: allow to use hash algorithms provided by NSS | Kamil Dudka |
2012-11-09 | tool_metalink: allow to handle failure of hash alg initialization | Kamil Dudka |
2012-11-09 | tool_metalink: introduce metalink_cleanup() in the internal API | Kamil Dudka |
2012-11-08 | Added deps for static metalink-aware MinGW builds. | Guenter Knauf |
2012-11-06 | curl: set CURLOPT_SSL_VERIFYHOST to 0 to disable | Daniel Stenberg |
2012-11-06 | uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES | Dave Reisner |
2012-10-22 | metalink/md5: Use CommonCrypto on Apple operating systems | Nick Zitzmann |
2012-10-13 | Fix now broken libmetalink-aware OpenSSL build. | Guenter Knauf |
2012-10-13 | Revert c44e674; add OpenSSL includes/defines. | Guenter Knauf |
2012-10-01 | tool_metalink.c: Filtered resource URLs by type | Tatsuhiro Tsujikawa |
2012-09-24 | Makefile.vc6: Follow up on 0c8ccf7 | Marc Hoersken |
2012-09-12 | tool_metalink.c: Added name of validation hash to messages | Marc Hoersken |
2012-09-11 | wincrypt: Fixed cross-compilation issues caused by include name | Marc Hoersken |
2012-09-11 | Makefile.m32: Updated to build against libmetalink 0.1.2 | Marc Hoersken |
2012-09-11 | tool_metalink.c: Added support for Microsoft Windows CryptoAPI | Marc Hoersken |
2012-09-11 | tool_metalink.c: Fixed error: 'O_BINARY' undeclared | Marc Hoersken |
2012-09-11 | tool_metalink.c: Fixed validation of binary files containing EOF | Marc Hoersken |
2012-09-06 | tool_easysrc.c: Test pointers against NULL | David Blaikie |
2012-08-08 | metalink: Un-broke the build when building --with-darwinssl | Nick Zitzmann |
2012-08-07 | globbing: fix segfault when >9 globs were used | Daniel Stenberg |
2012-08-06 | operate: fix clang-analyzer warnings for never read variables | Daniel Stenberg |
2012-08-06 | operate: fix clang-analyzer warning | Daniel Stenberg |
2012-08-06 | metalink: change code order to build with gnutls-nettle | Daniel Stenberg |
2012-07-22 | tool_operate: fix misplaced initialization of orig_noprogress | Kamil Dudka |
2012-07-15 | getparam: fix the GetStr() macro | Daniel Stenberg |
2012-07-12 | Minor fixes to MinGW makefiles. | Guenter Knauf |
2012-07-11 | Removed libcurl.imp from Makefile.am. | Guenter Knauf |
2012-07-11 | Changed MinGW makefiles to use WINSSL now. | Guenter Knauf |
2012-07-10 | cmdline: parse numerical options stricter | Daniel Stenberg |
2012-07-08 | Removed obsolete include path to project root. | Guenter Knauf |
2012-07-04 | Renamed vars to avoid shadow global declaration. | Guenter Knauf |
2012-07-03 | Moved some patterns to subfolder's .gitignore. | Guenter Knauf |
2012-07-03 | MinGW makefile tweaks for running from sh. | Guenter Knauf |
2012-07-02 | curl: Added runtime version check for libmetalink | Tatsuhiro Tsujikawa |
2012-07-02 | Include metalink/metalink.h for libmetalink functions | Tatsuhiro Tsujikawa |
2012-06-28 | Metalink: message updates | Tatsuhiro Tsujikawa |
2012-06-27 | Metalink: updated message format | Tatsuhiro Tsujikawa |
2012-06-22 | Metalink: ignore --include if --metalink is used. | Tatsuhiro Tsujikawa |
2012-06-21 | curl: Prefixed all Metalink related messages with "Metalink: " | Tatsuhiro Tsujikawa |
2012-06-21 | curl: Restore noprogress and isatty config values. | Tatsuhiro Tsujikawa |
2012-06-21 | curl: Made --metalink option toggle Metalink functionality | Tatsuhiro Tsujikawa |
2012-06-21 | curl: Refactored metalink_checksum | Tatsuhiro Tsujikawa |
2012-06-20 | tool_doswin.c: fix djgpp function _use_lfn() used without a prototype | Gisle Vanem |
2012-06-19 | Fixed NetWare makefile broken from last commit. | Guenter Knauf |