summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* operate_do: skip superfluous check for NULL pointerDaniel Stenberg2014-10-081-1/+1
* SSL: implement public key pinningmoparisthebest2014-10-075-0/+12
* parseconfig: skip a NULL checkDaniel Stenberg2014-10-071-1/+1
* tool_go_sleep: use (void) to spell out we ignore the return valueDaniel Stenberg2014-10-061-2/+2
* getparameter: remove dead codeDaniel Stenberg2014-10-041-6/+1
* getparameter: comment a switch FALLTHROUGHDaniel Stenberg2014-10-041-0/+1
* help output: minor whitespace editsDaniel Stenberg2014-08-191-4/+5
* help output: use ≥2 spaces between option and descriptionZearin2014-08-191-50/+48
* tool_hugehelp.c.cvs: Added copyrightSteve Holme2014-08-101-0/+23
* tool_getparam.c: Fixed compilation warningSteve Holme2014-08-081-2/+2
* docs: Improve inline GSS-API naming in code documentationMichael Osipov2014-07-231-1/+1
* curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov2014-07-232-9/+9
* configure/features: Add feature and version info for GSS-API and SPNEGOMichael Osipov2014-07-231-1/+3
* build: link curl to NSS libraries when NSS support is enabledAlessandro Ghedini2014-07-181-1/+1
* src/Makefile.am: add .DELETE_ON_ERRORDave Reisner2014-07-171-0/+3
* Remove all traces of FBOpenSSL SPNEGO supportDavid Woodhouse2014-07-163-15/+0
* Fixed some "statement not reached" warningsDan Fandrich2014-07-121-1/+1
* tool: oops, forgot to include <plarenas.h>Kamil Dudka2014-07-031-0/+1
* tool: call PL_ArenaFinish() on exit if NSPR is usedKamil Dudka2014-07-031-1/+4
* tool: call PR_Cleanup() on exit if NSPR is usedKamil Dudka2014-07-021-0/+9
* tool_metalink: Support polarssl as digest providerMichał Górny2014-06-171-0/+63
* tool_getparam.c: Fixed compilation warningsSteve Holme2014-05-221-2/+2
* build: Fixed incorrect reference to curl_setup.h in Visual Studio filesSteve Holme2014-05-221-1/+1
* Makefile.inc: Added curlx headers to assist Visual Studio project generationSteve Holme2014-05-211-0/+8
* build: Renamed CURLX_ONES file list definition to CURLX_CFILESSteve Holme2014-05-217-8/+8
* Makefile.inc: Added resource file to assist Visual Studio project generationSteve Holme2014-05-171-0/+2
* tool_operate.c: Fixed compilation warningSteve Holme2014-05-101-1/+1
* tool_operate.c: Fixed TAB is white space from commit 5b8ae0a985Steve Holme2014-05-091-1/+1
* tool_urlglob.c: Fixed compilation warningSteve Holme2014-05-091-1/+1
* tool_operate.c: Fixed compilation warningsSteve Holme2014-05-091-7/+7
* tool_help: Fixed missing --login-options optionSteve Holme2014-05-071-2/+2
* curl: bail on cookie use when built with disabled cookiesDaniel Stenberg2014-05-061-12/+14
* tool_writeout.c: initialize string pointer variableMarc Hoersken2014-04-191-1/+1
* tool_formparse.c: fix possible use of non-null-terminated stringsMarc Hoersken2014-04-191-2/+2
* tool_urlglob.c: added some comments to clarify for loop conditionsMarc Hoersken2014-04-181-0/+2
* Makefile.vc6: Follow up fix to commit 45d3f00803Steve Holme2014-04-061-1/+5
* Makefile.vc6: added warnless.c to fix buildMarc Hoersken2014-04-051-0/+2
* curl: add --proxy-headerMaciej Puzio2014-04-044-1/+13
* curl: stop interpreting IPv6 literals as glob patterns.Paul Marks2014-03-301-3/+45
* mkhelp: generate code for --disable-manual as wellDaniel Stenberg2014-03-261-1/+5
* tool_operate: Fixed uninitialised variable under some error situationsSteve Holme2014-03-231-6/+3
* tool_parsecfg: Reworked error handling from commit fc59a9e1Steve Holme2014-03-221-1/+2
* tool_getparam: Removed "dead assignment" code introduced in commit 1a9b58fcSteve Holme2014-03-221-3/+4
* Rework Open Watcom make files to use standard Wmake featuresJiri Malak2014-03-031-103/+103
* tool: Do not output libcurl source for the information only parametersSteve Holme2014-03-021-7/+3
* tool: Fixed libcurl source output for multiple operationsSteve Holme2014-03-022-35/+39
* tool_metalink.h: Fixed compilation warningSteve Holme2014-03-011-0/+3
* tool: Moved internal variable isatty to the global configSteve Holme2014-03-013-6/+9
* tool_operate.c: Fixed compilation errorSteve Holme2014-03-011-1/+1
* tool: Moved --libcurl to the global configSteve Holme2014-03-018-28/+29