summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updated zlib version in build files.Guenter Knauf2013-05-115-6/+6
* build: fixed unit1394 for debug and metlink buildsDaniel Stenberg2013-05-061-0/+1
* unit1394.c: plug the curl tool unit test inKamil Dudka2013-05-062-3/+12
* src/Makefile.am: build static lib for unit tests if enabledKamil Dudka2013-05-062-0/+12
* tool_getparam: ensure string termination in parse_cert_parameter()Kamil Dudka2013-05-061-8/+11
* tool_getparam: fix memleak in handling the -E optionKamil Dudka2013-05-061-4/+4
* tool_getparam: describe what parse_cert_parameter() doesKamil Dudka2013-05-061-6/+6
* curl -E: allow to escape ':' in cert nicknameJared Jennings2013-05-061-23/+100
* Corrected version numbers after bumpSteve Holme2013-04-271-1/+1
* sasl-ir: Added --sasl-ir option to curl command line toolSteve Holme2013-04-274-0/+10
* tool_paramhlp: Fixed options being included in usernameSteve Holme2013-04-201-4/+16
* Enabled MinGW sync resolver builds.Guenter Knauf2013-04-111-5/+12
* Fixed ares-enabled builds with static makefiles.Guenter Knauf2013-04-091-1/+1
* --engine: spellfix the help messageDaniel Stenberg2013-04-041-2/+2
* 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