summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SSL: Pinned public key hash supportmoparisthebest2015-07-011-2/+1
* tool_header_cb: fflush the header streamDaniel Stenberg2015-06-251-0/+2
* tool_help: fix --tlsv1 help text to use >= for TLSv1Lior Kaplan2015-06-211-1/+1
* tool: always provide negotiate/kerberos optionsDaniel Stenberg2015-06-183-33/+19
* help: Add --proxy-service-name and --service-name to the --help outputLinus Nielsen2015-06-081-0/+4
* checksrc: detect fopen() for text without the FOPEN_* macrosDaniel Stenberg2015-06-022-2/+2
* curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro2015-06-014-6/+6
* curl: fix potential NULL dereferenceDaniel Stenberg2015-05-221-1/+1
* build: bump version in default nghttp2 pathsViktor Szakats2015-05-191-1/+1
* 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