summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* curl: second follow-up for commit 5af2bfb9Yang Tse2013-08-011-1/+2
* curl: follow-up for commit 5af2bfb9Yang Tse2013-07-312-4/+4
* curl: --progress-bar max update frequency now at 5HzDaniel Stenberg2013-07-313-4/+5
* curl: make --progress-bar update the line less frequentlyDaniel Stenberg2013-07-312-11/+14
* md5 & metalink: use better build macros on Apple operating systemsNick Zitzmann2013-07-301-2/+5
* tool_operhlp.c: fix add_file_name_to_url() OOM handlingYang Tse2013-07-291-0/+2
* tool_operate.c: fix brace placement for vi/emacs delimiter matchingYang Tse2013-07-291-14/+13
* tool_operate.c: move <fabdef.h> header inclusion locationYang Tse2013-07-291-1/+4
* curl: fix upload of a zip file in OpenVMSJohn E. Malmberg2013-07-221-0/+84
* curl: fix symbolic names for CURL_NETRC_* enum in --libcurl outputYang Tse2013-07-223-3/+12
* curl: fix symbolic names for CURLUSESSL_* enum in --libcurl outputYang Tse2013-07-223-4/+14
* tool_operate.c: fix passing curl_easy_setopt long arg on some x64 ABIsYang Tse2013-07-221-51/+55
* Makefile.b32: Borland makefile adjustments. Tested with BCC 5.5.1Yang Tse2013-07-191-5/+22
* cmake: Fix for MSVC2010 project generationSergei Nikulov2013-07-171-7/+0
* src/tool: allow timeouts to accept decimal valuesDave Reisner2013-07-145-6/+51
* src/tool_paramhlp: try harder to catch negativesDave Reisner2013-07-141-3/+7
* Added winssl-zlib target to VC builds.Guenter Knauf2013-07-081-0/+13
* 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