summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_PATH_AS_IS: addedDaniel Stenberg2015-03-244-3/+9
* curl: add --false-start optionAlessandro Ghedini2015-03-204-0/+11
* metalink: fix resource leak in OOMDaniel Stenberg2015-03-191-1/+3
* mkhelp: Remove trailing carriage return from every line of inputJay Satiro2015-03-181-1/+9
* checksrc: detect and remove space before trailing semicolonsDaniel Stenberg2015-03-171-2/+2
* checksrc: introduce a whitelisting conceptDaniel Stenberg2015-03-171-0/+3
* checksrc: use space after commaDaniel Stenberg2015-03-175-9/+9
* metalink: add some error checksDaniel Stenberg2015-03-061-6/+28
* openssl: remove all uses of USE_SSLEAYDaniel Stenberg2015-03-055-15/+10
* tool: use ENABLE_CURLX_PRINTF instead of _MPRINTF_REPLACEDaniel Stenberg2015-03-032-9/+8
* tool_writeenv: remove _MPRINTF_REPLACE define, it wasn't usedDaniel Stenberg2015-03-031-4/+1
* tool_getpass: remove unused curl/mprintf.h includeDaniel Stenberg2015-03-031-3/+0
* tool: wrap lines longer than 79 columnsKamil Dudka2015-02-282-3/+4
* tool: Updated the warnf() function to use the GlobalConfig structureSteve Holme2015-02-2712-77/+86
* CMake: Fix generation of tool_hugehelp.c on windowsSergei Nikulov2015-02-191-7/+8
* getpass: protect include with proper #ifdefDaniel Stenberg2015-02-031-0/+2
* getpass_r: read from stdin, not stdout!Daniel Stenberg2015-02-031-3/+4
* help: add --cert-status to --help outputDaniel Stenberg2015-01-161-1/+2
* copyright years: after OCSP stapling changesDaniel Stenberg2015-01-163-3/+3
* curl: add --cert-status optionAlessandro Ghedini2015-01-163-0/+9
* add -m64 clags when targeting mingw64, add -m32/-m64 to LDFLAGSViktor Szakats2015-01-081-2/+3
* code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme2014-12-263-8/+8
* tool_help: Use camel case for UNIX sockets feature outputSteve Holme2014-12-251-1/+1
* tool_xattr: Use 'CURLcode result' for curl result codesSteve Holme2014-12-251-3/+6
* curl: show size of inhibited data when using -vDaniel Stenberg2014-12-221-1/+1
* VMS: Updates for 0740-0D1220John E. Malmberg2014-12-211-1/+1
* glob_next_url: make the loop count upwardsDaniel Stenberg2014-12-161-2/+2
* tool_operate: we prefer 'CURLcode result'Daniel Stenberg2014-12-162-86/+86
* tool_urlglob: unify return codes to use CURLcodeDaniel Stenberg2014-12-163-41/+38
* tool_urlglob.c: partly reverse dc19789444Daniel Stenberg2014-12-161-3/+3
* copyright: Updated the copyright year following recent updatesSteve Holme2014-12-142-2/+2
* tool_urlglob.c: reverse two loopsDaniel Stenberg2014-12-141-10/+8
* tool_urlglob.c: Added braces to clarify the conditionsMarc Hoersken2014-12-141-2/+2
* tool_urlglob.c: Silence warning C6293: Ill-defined for-loopMarc Hoersken2014-12-141-2/+2
* tool_binmode.c: Explicitly ignore the return code of setmodeMarc Hoersken2014-12-141-1/+1
* tool_util.c: Use GetTickCount64 if it is availableMarc Hoersken2014-12-141-1/+10
* get_url_file_name: Fixed crash on OOM on debug buildDan Fandrich2014-12-071-0/+2
* build: updated dependencies in makefiles.Guenter Knauf2014-12-055-7/+7
* tool: fix CURLOPT_UNIX_SOCKET_PATH in --libcurl outputPeter Wu2014-12-041-1/+2
* tool: add --unix-socket optionPeter Wu2014-12-045-0/+11
* libcurl: add UNIX domain sockets supportPeter Wu2014-12-041-1/+2
* build: in Makefile.m32 simplified autodetection.Guenter Knauf2014-12-011-2/+1
* curl tool: Exclude SMB from the protocol redirectSteve Holme2014-11-301-2/+3
* curl tool: Enable support for the SMB protocolBill Nagel2014-11-303-1/+7
* SSL: Add PEM format support for public key pinningmoparisthebest2014-11-241-1/+2
* build: in Makefile.m32 moved target autodetection.Guenter Knauf2014-11-191-10/+10
* build: in Makefile.m32 simplify platform flags.Guenter Knauf2014-11-191-10/+8
* build: in Makefile.m32 try to detect 64bit target.Guenter Knauf2014-11-191-2/+7
* build: in Makefile.m32 add -m32 flag for 32bit.Guenter Knauf2014-11-181-0/+2
* build: in Makefile.m32 pass -F flag to windres.Guenter Knauf2014-11-181-2/+8