summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* VMS: Updates for 0740-0D1220John E. Malmberg2014-12-211-1/+1
* glob_next_url: make the loop count upwardsDaniel Stenberg2014-12-161-2/+2
* tool_operate: we prefer 'CURLcode result'Daniel Stenberg2014-12-162-86/+86
* tool_urlglob: unify return codes to use CURLcodeDaniel Stenberg2014-12-163-41/+38
* tool_urlglob.c: partly reverse dc19789444Daniel Stenberg2014-12-161-3/+3
* copyright: Updated the copyright year following recent updatesSteve Holme2014-12-142-2/+2
* tool_urlglob.c: reverse two loopsDaniel Stenberg2014-12-141-10/+8
* tool_urlglob.c: Added braces to clarify the conditionsMarc Hoersken2014-12-141-2/+2
* tool_urlglob.c: Silence warning C6293: Ill-defined for-loopMarc Hoersken2014-12-141-2/+2
* tool_binmode.c: Explicitly ignore the return code of setmodeMarc Hoersken2014-12-141-1/+1
* tool_util.c: Use GetTickCount64 if it is availableMarc Hoersken2014-12-141-1/+10
* get_url_file_name: Fixed crash on OOM on debug buildDan Fandrich2014-12-071-0/+2
* build: updated dependencies in makefiles.Guenter Knauf2014-12-055-7/+7
* tool: fix CURLOPT_UNIX_SOCKET_PATH in --libcurl outputPeter Wu2014-12-041-1/+2
* tool: add --unix-socket optionPeter Wu2014-12-045-0/+11
* libcurl: add UNIX domain sockets supportPeter Wu2014-12-041-1/+2
* 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