aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-15valgrind.supp: added another test 165 suppressionDan Fandrich
2014-03-15ssh: prevent a logic error that could result in an infinite loopDan Fandrich
2014-03-14docs: fixed a bunch of typosDan Fandrich
2014-03-14test640/1: add tests for --head with sftp and scpDan Fandrich
2014-03-14ssh: removed a redundant close state transitionDan Fandrich
2014-03-14ssh: abort immediately on a header callback errorDan Fandrich
2014-03-14chunked-encoding: provide a readable error string for chunked errorsDaniel Stenberg
2014-03-11TODO: remove http2, we now have itDaniel Stenberg
2014-03-10http2: free resources on disconnectTatsuhiro Tsujikawa
2014-03-10openssl: info massage with SSL version usedDaniel Stenberg
2014-03-09RELEASE-NOTES: Synced with 8ddda0e999Steve Holme
2014-03-09README.http2: clarify the build prerequisitesDaniel Stenberg
2014-03-09SSL-PROBLEMS: add "missing intermediate certificates" pieceDaniel Stenberg
2014-03-08SSL-PROBLEMS: describes common curl+SSL problemsDaniel Stenberg
2014-03-08docs: remove documentation on setting up krb4 supportNick Zitzmann
2014-03-06ssh: fix compiler warning converting ssize_t to intDaniel Stenberg
2014-03-06ssh: Fixed a style warningDan Fandrich
2014-03-06ssh: Pass errors from libssh2_sftp_read up the stackDan Fandrich
2014-03-06parse_remote_port: error out on illegal port numbers betterDaniel Stenberg
2014-03-05remote_port: allow connect to port 0Daniel Stenberg
2014-03-03multi_runsingle: move timestamp into INITDaniel Stenberg
2014-03-03hostcheck: update comment after previous changeDaniel Stenberg
2014-03-03hostcheck: Curl_cert_hostcheck is not used by NSS buildsDaniel Stenberg
2014-03-03configure: call it GSS-APIMichael Osipov
2014-03-03x509asn: moved out Curl_verifyhost from NSS buildsDaniel Stenberg
2014-03-03NSS: avoid compiler warnings when built without http2 supportDaniel Stenberg
2014-03-03Rework Open Watcom make files to use standard Wmake featuresJiri Malak
2014-03-02parsedate: Fixed compilation warningJiri Malak
2014-03-02RELEASE-NOTES: Synced with 7fef4016deSteve Holme
2014-03-02tool: Do not output libcurl source for the information only parametersSteve Holme
2014-03-02tool: Fixed libcurl source output for multiple operationsSteve Holme
2014-03-01tool_metalink.h: Fixed compilation warningSteve Holme
2014-03-01tool: Moved internal variable isatty to the global configSteve Holme
2014-03-01tool_operate.c: Fixed compilation errorSteve Holme
2014-03-01tool: Moved --libcurl to the global configSteve Holme
2014-03-01tool: Moved --progress-bar to the global configSteve Holme
2014-03-01tool: Moved --stderr to the global configSteve Holme
2014-02-28transfer.c: Fixed non-HTTP2 builds from commit cde0cf7c5eSteve Holme
2014-02-28Fix bug that HTTP/2 hangs if whole response body is read with headersTatsuhiro Tsujikawa
2014-02-28http2: build with current nghttp2 versionDaniel Stenberg
2014-02-28tool_main: Fixed a memory leak on main_init errorDan Fandrich
2014-02-28test96: Updated accordly for recent changesSteve Holme
2014-02-27tool_cfgable: Code policing of structure pointersSteve Holme
2014-02-27tool: Moved --trace and --verbose to the global configSteve Holme
2014-02-27tool_main: Forgot to initialise the first operation's global pointerSteve Holme
2014-02-27tool: Moved --silient to the global configSteve Holme
2014-02-27tool_cfgable: Added GlobalConfig pointer to OperationConfigSteve Holme
2014-02-26tool: Added support to .curlrc for URL specific optionsSteve Holme
2014-02-26tool: Reworked argument parsing to use --next/-:Steve Holme
2014-02-26tool_getparam: Added initial support for --next/-:Steve Holme