aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-03-07checksrc: ban unsafe functionsDaniel Stenberg
2013-02-19metalink: fix improbable crash parsing metalink filenameNick Zitzmann
2013-02-15metalink_cleanup: yet another follow-up fixDaniel Stenberg
2013-02-15metalink_cleanup: define it without argumentDaniel Stenberg
2013-02-14remove ifdefsDaniel Stenberg
2013-02-13move msvc IDE related files to 'vc' directory treeYang Tse
2013-02-09Updated dependency libs.Guenter Knauf
2013-02-06msvc: move Makefile.msvc.names into winbuild/Daniel Stenberg
2013-02-06vms_show: post VMS patch cleanup - IIYang Tse
2013-02-06tool_main.c: post VMS patch cleanup - IYang Tse
2013-02-05VMS: fix and generate the VMS build configJohn E. Malmberg
2013-01-28Updated dependency libs.Guenter Knauf
2013-01-22formpost: support quotes, commas and semicolon in file namesUlion
2013-01-20Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variablesYang Tse
2013-01-16--libcurl: fix for non-zero default optionsYves Arrouye
2013-01-09curl: ignore SIGPIPE - compilation fix - follow-upYang Tse
2013-01-09curl: ignore SIGPIPE - compilation fixYang Tse
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-08curl: ignore SIGPIPEDaniel Stenberg
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03writeout: -w now supports remote_ip/port and local_ip/portDaniel Stenberg
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-26curl tool: rename hugehelp files to tool_hugehelpYang Tse
2012-12-26curl tool: renaming hugehelp files to tool_hugehelpYang Tse
2012-12-21configure: LIBMETALINK_CFLAGS actually is LIBMETALINK_CPPFLAGSYang Tse
2012-12-18VC6 IDE: link with advapi32.lib when using WIN32 crypto API (md5.c)Yang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-12-04build: explain current role of LIBS in our Makefile.am filesYang Tse
2012-12-03build: prevent global LIBS from influencing src and lib build targetsYang Tse
2012-11-26avoid mixing of enumerated type with another typeYang Tse
2012-11-13tool_metalink: fix error detection of hash alg initializationKamil Dudka
2012-11-09tool_metalink: allow to use hash algorithms provided by NSSKamil Dudka
2012-11-09tool_metalink: allow to handle failure of hash alg initializationKamil Dudka
2012-11-09tool_metalink: introduce metalink_cleanup() in the internal APIKamil Dudka
2012-11-08Added deps for static metalink-aware MinGW builds.Guenter Knauf
2012-11-06curl: set CURLOPT_SSL_VERIFYHOST to 0 to disableDaniel Stenberg
2012-11-06uniformly use AM_CPPFLAGS, avoid deprecated INCLUDESDave Reisner
2012-10-22metalink/md5: Use CommonCrypto on Apple operating systemsNick Zitzmann
2012-10-13Fix now broken libmetalink-aware OpenSSL build.Guenter Knauf
2012-10-13Revert c44e674; add OpenSSL includes/defines.Guenter Knauf
2012-10-01tool_metalink.c: Filtered resource URLs by typeTatsuhiro Tsujikawa
2012-09-24Makefile.vc6: Follow up on 0c8ccf7Marc Hoersken
2012-09-12tool_metalink.c: Added name of validation hash to messagesMarc Hoersken
2012-09-11wincrypt: Fixed cross-compilation issues caused by include nameMarc Hoersken
2012-09-11Makefile.m32: Updated to build against libmetalink 0.1.2Marc Hoersken
2012-09-11tool_metalink.c: Added support for Microsoft Windows CryptoAPIMarc Hoersken
2012-09-11tool_metalink.c: Fixed error: 'O_BINARY' undeclaredMarc Hoersken
2012-09-11tool_metalink.c: Fixed validation of binary files containing EOFMarc Hoersken
2012-09-06tool_easysrc.c: Test pointers against NULLDavid Blaikie