summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tool_main.c: remove redundant vms_show storage-class specifierYang Tse2013-03-131-1/+1
* tool_main.c: fix VMS global variable storage-class specifierTom Grace2013-03-131-1/+1
* curl.h: stricter CURL_EXTERN linkage decorations logicYang Tse2013-03-121-1/+0
* checksrc: ban unsafe functionsDaniel Stenberg2013-03-075-34/+35
* metalink: fix improbable crash parsing metalink filenameNick Zitzmann2013-02-191-1/+1
* metalink_cleanup: yet another follow-up fixDaniel Stenberg2013-02-151-1/+1
* metalink_cleanup: define it without argumentDaniel Stenberg2013-02-151-1/+3
* remove ifdefsDaniel Stenberg2013-02-142-9/+4
* move msvc IDE related files to 'vc' directory treeYang Tse2013-02-133-530/+2
* Updated dependency libs.Guenter Knauf2013-02-095-5/+5
* msvc: move Makefile.msvc.names into winbuild/Daniel Stenberg2013-02-061-3/+2
* vms_show: post VMS patch cleanup - IIYang Tse2013-02-064-6/+17
* tool_main.c: post VMS patch cleanup - IYang Tse2013-02-061-4/+0
* VMS: fix and generate the VMS build configJohn E. Malmberg2013-02-055-21/+14
* Updated dependency libs.Guenter Knauf2013-01-283-4/+4
* formpost: support quotes, commas and semicolon in file namesUlion2013-01-221-90/+144
* Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variablesYang Tse2013-01-205-11/+8
* --libcurl: fix for non-zero default optionsYves Arrouye2013-01-161-1/+18
* curl: ignore SIGPIPE - compilation fix - follow-upYang Tse2013-01-091-1/+1
* curl: ignore SIGPIPE - compilation fixYang Tse2013-01-091-2/+2
* build: fix circular header inclusion with other packagesYang Tse2013-01-093-5/+5
* curl: ignore SIGPIPEDaniel Stenberg2013-01-081-1/+9
* 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