summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-0644-86/+85
* writeout: -w now supports remote_ip/port and local_ip/portDaniel Stenberg2013-01-031-0/+32
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-035-29/+30
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-2841-56/+56
* curl tool: rename hugehelp files to tool_hugehelpYang Tse2012-12-262-0/+0
* curl tool: renaming hugehelp files to tool_hugehelpYang Tse2012-12-2617-66/+69
* configure: LIBMETALINK_CFLAGS actually is LIBMETALINK_CPPFLAGSYang Tse2012-12-211-1/+3
* VC6 IDE: link with advapi32.lib when using WIN32 crypto API (md5.c)Yang Tse2012-12-181-8/+8
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-149-35/+0
* build: explain current role of LIBS in our Makefile.am filesYang Tse2012-12-041-1/+1
* build: prevent global LIBS from influencing src and lib build targetsYang Tse2012-12-031-1/+9
* avoid mixing of enumerated type with another typeYang Tse2012-11-264-49/+49
* tool_metalink: fix error detection of hash alg initializationKamil Dudka2012-11-132-13/+15
* tool_metalink: allow to use hash algorithms provided by NSSKamil Dudka2012-11-091-0/+104
* tool_metalink: allow to handle failure of hash alg initializationKamil Dudka2012-11-092-13/+35
* tool_metalink: introduce metalink_cleanup() in the internal APIKamil Dudka2012-11-093-0/+17
* Added deps for static metalink-aware MinGW builds.Guenter Knauf2012-11-081-0/+16
* curl: set CURLOPT_SSL_VERIFYHOST to 0 to disableDaniel Stenberg2012-11-061-1/+1
* uniformly use AM_CPPFLAGS, avoid deprecated INCLUDESDave Reisner2012-11-061-8/+8
* metalink/md5: Use CommonCrypto on Apple operating systemsNick Zitzmann2012-10-221-4/+4
* Fix now broken libmetalink-aware OpenSSL build.Guenter Knauf2012-10-131-1/+1
* Revert c44e674; add OpenSSL includes/defines.Guenter Knauf2012-10-131-3/+15
* tool_metalink.c: Filtered resource URLs by typeTatsuhiro Tsujikawa2012-10-011-3/+18
* Makefile.vc6: Follow up on 0c8ccf7Marc Hoersken2012-09-241-3/+3
* tool_metalink.c: Added name of validation hash to messagesMarc Hoersken2012-09-121-7/+8
* wincrypt: Fixed cross-compilation issues caused by include nameMarc Hoersken2012-09-111-1/+1
* Makefile.m32: Updated to build against libmetalink 0.1.2Marc Hoersken2012-09-111-3/+3
* tool_metalink.c: Added support for Microsoft Windows CryptoAPIMarc Hoersken2012-09-111-0/+95
* tool_metalink.c: Fixed error: 'O_BINARY' undeclaredMarc Hoersken2012-09-111-3/+8
* tool_metalink.c: Fixed validation of binary files containing EOFMarc Hoersken2012-09-111-1/+2
* tool_easysrc.c: Test pointers against NULLDavid Blaikie2012-09-061-3/+3
* metalink: Un-broke the build when building --with-darwinsslNick Zitzmann2012-08-081-0/+9
* globbing: fix segfault when >9 globs were usedDaniel Stenberg2012-08-072-3/+12
* operate: fix clang-analyzer warnings for never read variablesDaniel Stenberg2012-08-061-4/+1
* operate: fix clang-analyzer warningDaniel Stenberg2012-08-061-1/+0
* metalink: change code order to build with gnutls-nettleDaniel Stenberg2012-08-061-58/+58
* tool_operate: fix misplaced initialization of orig_noprogressKamil Dudka2012-07-221-2/+6
* getparam: fix the GetStr() macroDaniel Stenberg2012-07-151-3/+4
* Minor fixes to MinGW makefiles.Guenter Knauf2012-07-121-3/+3
* Removed libcurl.imp from Makefile.am.Guenter Knauf2012-07-111-0/+1
* Changed MinGW makefiles to use WINSSL now.Guenter Knauf2012-07-111-2/+2
* cmdline: parse numerical options stricterDaniel Stenberg2012-07-105-34/+78
* Removed obsolete include path to project root.Guenter Knauf2012-07-081-1/+1
* Renamed vars to avoid shadow global declaration.Guenter Knauf2012-07-041-4/+4
* Moved some patterns to subfolder's .gitignore.Guenter Knauf2012-07-031-0/+2
* MinGW makefile tweaks for running from sh.Guenter Knauf2012-07-031-19/+44
* curl: Added runtime version check for libmetalinkTatsuhiro Tsujikawa2012-07-022-1/+26
* Include metalink/metalink.h for libmetalink functionsTatsuhiro Tsujikawa2012-07-022-2/+2
* Metalink: message updatesTatsuhiro Tsujikawa2012-06-283-10/+29
* Metalink: updated message formatTatsuhiro Tsujikawa2012-06-273-21/+41