aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-07get_url_file_name: Fixed crash on OOM on debug buildDan Fandrich
2014-12-05build: updated dependencies in makefiles.Guenter Knauf
2014-12-04tool: fix CURLOPT_UNIX_SOCKET_PATH in --libcurl outputPeter Wu
2014-12-04tool: add --unix-socket optionPeter Wu
2014-12-04libcurl: add UNIX domain sockets supportPeter Wu
2014-12-01build: in Makefile.m32 simplified autodetection.Guenter Knauf
2014-11-30curl tool: Exclude SMB from the protocol redirectSteve Holme
2014-11-30curl tool: Enable support for the SMB protocolBill Nagel
2014-11-24SSL: Add PEM format support for public key pinningmoparisthebest
2014-11-19build: in Makefile.m32 moved target autodetection.Guenter Knauf
2014-11-19build: in Makefile.m32 simplify platform flags.Guenter Knauf
2014-11-19build: in Makefile.m32 try to detect 64bit target.Guenter Knauf
2014-11-18build: in Makefile.m32 add -m32 flag for 32bit.Guenter Knauf
2014-11-18build: in Makefile.m32 pass -F flag to windres.Guenter Knauf
2014-11-15tool: Removed krb4 from the supported featuresSteve Holme
2014-11-15tool: Use Kerberos for supported featuresMichael Osipov
2014-11-08Makefile.vc6: Added support for WinIDNSteve Holme
2014-11-07curl_tool: Added krb5 to the supported featuresSteve Holme
2014-11-05tool_strdup.c: include the tool strdup.hDaniel Stenberg
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