summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: in Makefile.m32 simplified autodetection.Guenter Knauf2014-12-011-2/+1
* curl tool: Exclude SMB from the protocol redirectSteve Holme2014-11-301-2/+3
* curl tool: Enable support for the SMB protocolBill Nagel2014-11-303-1/+7
* SSL: Add PEM format support for public key pinningmoparisthebest2014-11-241-1/+2
* build: in Makefile.m32 moved target autodetection.Guenter Knauf2014-11-191-10/+10
* build: in Makefile.m32 simplify platform flags.Guenter Knauf2014-11-191-10/+8
* build: in Makefile.m32 try to detect 64bit target.Guenter Knauf2014-11-191-2/+7
* build: in Makefile.m32 add -m32 flag for 32bit.Guenter Knauf2014-11-181-0/+2
* build: in Makefile.m32 pass -F flag to windres.Guenter Knauf2014-11-181-2/+8
* tool: Removed krb4 from the supported featuresSteve Holme2014-11-151-1/+0
* tool: Use Kerberos for supported featuresMichael Osipov2014-11-151-1/+1
* Makefile.vc6: Added support for WinIDNSteve Holme2014-11-081-8/+12
* curl_tool: Added krb5 to the supported featuresSteve Holme2014-11-071-0/+1
* tool_strdup.c: include the tool strdup.hDaniel Stenberg2014-11-051-1/+1
* curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of boundsDaniel Stenberg2014-11-054-5/+81
* Added NetWare support to build with nghttp2.Guenter Knauf2014-10-291-0/+12
* src/: remove version.h.dist from gitignoreDaniel Stenberg2014-10-261-1/+0
* Added MinGW support to build with nghttp2.Guenter Knauf2014-10-241-0/+11
* cmake: build tool_hugehelp (ENABLE_MANUAL)Peter Wu2014-10-121-6/+35
* get_url_file_name: make no slash equal empty stringDaniel Stenberg2014-10-091-5/+8
* get_url_file_name: never return a NULL string *and* OKDaniel Stenberg2014-10-091-5/+3
* Cmake: Got rid of setup_curl_dependenciesJakub Zakrzewski2014-10-091-5/+2
* operate: avoid NULL dereferenceDaniel Stenberg2014-10-081-0/+3
* 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