summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tool_help: fix formatting for --next optionAlessandro Ghedini2015-05-081-1/+1
* build: update depedency versions, urls, example makefilesViktor Szakats2015-04-305-16/+16
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-284-0/+25
* tool: New option --data-raw to HTTP POST data, '@' allowed.Anthony Avina2015-04-252-2/+4
* curl -z: do not write empty file on unmet conditionKamil Dudka2015-04-231-6/+11
* tool: fixed a comment typoDan Fandrich2015-04-231-1/+1
* cyassl: Implement public key pinningJay Satiro2015-04-221-1/+1
* nss: implement public key pinning for NSS backendKamil Dudka2015-04-221-1/+1
* dist: include {src,lib}/checksrc.whitelistDaniel Stenberg2015-04-221-6/+6
* parsecfg: do not continue past a zero terminationDaniel Stenberg2015-04-171-16/+19
* src/tool_operate: create output file on successful downloadKamil Dudka2015-04-082-0/+10
* src/tool_cb_wrt: separate fnc for output file creationKamil Dudka2015-04-081-32/+39
* tool_operate: only set SSL options if SSL is enabledDan Fandrich2015-03-281-5/+7
* build: link curl to openssl libraries when openssl support is enabledPaul Howarth2015-03-261-1/+1
* globbing: fix url number calculation when using range with stepEmil Lerner2015-03-251-5/+7
* globbing: fix step parsing for character globbing rangesEmil Lerner2015-03-251-1/+1
* 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