aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-22curl: shorten and clean up CA cert verification error messageDaniel Stenberg
2017-08-22request-target.d: mention added in 7.55.0Daniel Stenberg
2017-08-22tool_main: turn off MinGW CRT's globbingMarcel Raad
2017-08-22makefile.m32: add support for libidn2Viktor Szakats
2017-08-22config-win32: define SIZEOF_LONGViktor Szakats
2017-08-20cmake: enable picky compiler options with clang and gccDaniel Stenberg
2017-08-20curl/system.h: fix build for hppaDaniel Stenberg
2017-08-19tftp: fix memory leak on too long filenameEven Rouault
2017-08-19runtests: fixed case insensitive matching of keywordsDan Fandrich
2017-08-19tests: Make sure libtests call curl_global_cleanup()Dan Fandrich
2017-08-18RELEASE-NOTES: synced with 8baead425Daniel Stenberg
2017-08-18scripts/contri*sh: use "git log --use-mailmap"Daniel Stenberg
2017-08-18mailmap: de-duplify some git authorsDaniel Stenberg
2017-08-18http2_recv: return error better on fatal h2 errorsDaniel Stenberg
2017-08-18KNOWN_BUGS: HTTP test server 'connection-monitor' problemsDaniel Stenberg
2017-08-18curl/system.h: check for __ppc__ as wellDaniel Stenberg
2017-08-18http: Don't wait on CONNECT when there is no proxyJan Alexander Steffens (heftig)
2017-08-18metalink: adjust source code styleJohannes Schindelin
2017-08-17CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGDaniel Stenberg
2017-08-17lib557: no longer use CURL_SIZEOF_* definesDaniel Stenberg
2017-08-17config-win32: define SIZEOF_CURL_OFF_TDaniel Stenberg
2017-08-17cmake: sizeof curl_off_t, remove unused detectionsDaniel Stenberg
2017-08-17system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg
2017-08-17ftp: fix CWD when doing multicwd then nocwd on same connectionDaniel Stenberg
2017-08-17CURLOPT_SSH_COMPRESSION.3: enable with 1LDaniel Stenberg
2017-08-17compressed-ssh.d: "Added: 7.56.0"Daniel Stenberg
2017-08-17curl/system.h: checksrc complianceDaniel Stenberg
2017-08-17ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats
2017-08-16examples/ftpuploadresume: checksrc complianceJay Satiro
2017-08-16http_proxy: fix build error for CURL_DOES_CONVERSIONSMaksim Stsepanenka
2017-08-16configure: check for __builtin_available() availability (#1788)Nick Zitzmann
2017-08-16travis: add metalink to some osx buildsDaniel Stenberg
2017-08-16coverage: Use two coveralls commands to get lib/vtls resultsMax Dymond
2017-08-16darwinssi: fix error: variable length array usedDaniel Stenberg
2017-08-16m4/curl-compilers.m4: use proper quotes around string, not backticksDaniel Stenberg
2017-08-15cmake: remove dead code for DISABLED_THREADSAFEBenbuck Nason
2017-08-15curl-confopts.m4: fix --disable-threaded-resolverJakub Zakrzewski
2017-08-15progress: Track total times following redirectsRyan Winograd
2017-08-15cmake: remove dead code for CURL_DISABLE_RTMPBenbuck Nason
2017-08-15zsh.pl: produce a working completion script againKamil Dudka
2017-08-15curlver: toward 7.56.0?Daniel Stenberg
2017-08-15RELEASE-NOTES: synced with 91c46dc44Daniel Stenberg
2017-08-14test1449: FTP download range with an too large sizeDaniel Stenberg
2017-08-14strtoofft: reduce integer overflow risks globallyDaniel Stenberg
2017-08-14travis: build the examples tooDaniel Stenberg
2017-08-14runtests: match keywords case insensitivelyDaniel Stenberg
2017-08-14examples/ftpuploadresume.c: use portable codeDaniel Stenberg
2017-08-13RELEASE-NOTES/THANKS: curl 7.55.1 release timeDaniel Stenberg
2017-08-13gitignore: ignore .xz now instead of .lzmaDaniel Stenberg
2017-08-13cmake: Threads detection update. ref: #1702Sergei Nikulov