summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-11-05curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of boundsDaniel Stenberg
2014-10-29Added NetWare support to build with nghttp2.Guenter Knauf
2014-10-26src/: remove version.h.dist from gitignoreDaniel Stenberg
2014-10-24Added MinGW support to build with nghttp2.Guenter Knauf
2014-10-12cmake: build tool_hugehelp (ENABLE_MANUAL)Peter Wu
2014-10-09get_url_file_name: make no slash equal empty stringDaniel Stenberg
2014-10-09get_url_file_name: never return a NULL string *and* OKDaniel Stenberg
2014-10-09Cmake: Got rid of setup_curl_dependenciesJakub Zakrzewski
2014-10-08operate: avoid NULL dereferenceDaniel Stenberg
2014-10-08operate_do: skip superfluous check for NULL pointerDaniel Stenberg
2014-10-07SSL: implement public key pinningmoparisthebest
2014-10-07parseconfig: skip a NULL checkDaniel Stenberg
2014-10-06tool_go_sleep: use (void) to spell out we ignore the return valueDaniel Stenberg
2014-10-04getparameter: remove dead codeDaniel Stenberg
2014-10-04getparameter: comment a switch FALLTHROUGHDaniel Stenberg
2014-08-19help output: minor whitespace editsDaniel Stenberg
2014-08-19help output: use ≥2 spaces between option and descriptionZearin
2014-08-10tool_hugehelp.c.cvs: Added copyrightSteve Holme
2014-08-08tool_getparam.c: Fixed compilation warningSteve Holme
2014-07-23docs: Improve inline GSS-API naming in code documentationMichael Osipov
2014-07-23curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov
2014-07-23configure/features: Add feature and version info for GSS-API and SPNEGOMichael Osipov
2014-07-18build: link curl to NSS libraries when NSS support is enabledAlessandro Ghedini
2014-07-17src/Makefile.am: add .DELETE_ON_ERRORDave Reisner
2014-07-16Remove all traces of FBOpenSSL SPNEGO supportDavid Woodhouse
2014-07-12Fixed some "statement not reached" warningsDan Fandrich
2014-07-03tool: oops, forgot to include <plarenas.h>Kamil Dudka
2014-07-03tool: call PL_ArenaFinish() on exit if NSPR is usedKamil Dudka
2014-07-02tool: call PR_Cleanup() on exit if NSPR is usedKamil Dudka
2014-06-17tool_metalink: Support polarssl as digest providerMichał Górny
2014-05-22tool_getparam.c: Fixed compilation warningsSteve Holme
2014-05-22build: Fixed incorrect reference to curl_setup.h in Visual Studio filesSteve Holme
2014-05-21Makefile.inc: Added curlx headers to assist Visual Studio project generationSteve Holme
2014-05-21build: Renamed CURLX_ONES file list definition to CURLX_CFILESSteve Holme
2014-05-17Makefile.inc: Added resource file to assist Visual Studio project generationSteve Holme
2014-05-10tool_operate.c: Fixed compilation warningSteve Holme
2014-05-09tool_operate.c: Fixed TAB is white space from commit 5b8ae0a985Steve Holme
2014-05-09tool_urlglob.c: Fixed compilation warningSteve Holme
2014-05-09tool_operate.c: Fixed compilation warningsSteve Holme
2014-05-07tool_help: Fixed missing --login-options optionSteve Holme
2014-05-06curl: bail on cookie use when built with disabled cookiesDaniel Stenberg
2014-04-19tool_writeout.c: initialize string pointer variableMarc Hoersken
2014-04-19tool_formparse.c: fix possible use of non-null-terminated stringsMarc Hoersken
2014-04-18tool_urlglob.c: added some comments to clarify for loop conditionsMarc Hoersken
2014-04-06Makefile.vc6: Follow up fix to commit 45d3f00803Steve Holme
2014-04-05Makefile.vc6: added warnless.c to fix buildMarc Hoersken
2014-04-04curl: add --proxy-headerMaciej Puzio
2014-03-30curl: stop interpreting IPv6 literals as glob patterns.Paul Marks
2014-03-26mkhelp: generate code for --disable-manual as wellDaniel Stenberg
2014-03-23tool_operate: Fixed uninitialised variable under some error situationsSteve Holme