]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2016-11-11  Daniel StenbergURL-parser: for file://[host]/ URLs, the [host] must...
2016-11-11  Daniel Stenbergtest558: adapt to 0649433da
2016-11-11  Daniel Stenbergopenssl: make sure to fail in the unlikely event that...
2016-11-11  Daniel Stenbergopenssl: avoid unnecessary seeding if already done
2016-11-11  Daniel Stenbergopenssl: RAND_status always exists in OpenSSL >= 0.9.7
2016-11-11  Daniel StenbergCurl_pgrsUpdate: use dedicated function for time passed
2016-11-11  Daniel Stenbergrealloc: use Curl_saferealloc to avoid common mistakes
2016-11-11  Daniel Hwangcurl: Add --retry-connrefused
2016-11-10  Daniel Stenbergopenssl: raise the max_version to 1.3 if asked for
2016-11-10  Jay Satirovtls: Fail on unrecognized param for CURLOPT_SSLVERSION
2016-11-09  Isaac BoukrisSPNEGO: Fix memory leak when authentication fails
2016-11-09  Daniel StenbergCODE_STYLE.md: link to INTERNALS.md correctly
2016-11-09  Daniel Stenbergbump: next version will be 7.52.0
2016-11-09  Daniel StenbergRELEASE-NOTES: synced with dfcdaaba371e9a3
2016-11-08  Daniel Stenbergexamples/fileupload.c: fclose the file as well
2016-11-08  Daniel Stenbergprintf: fix ".*f" handling
2016-11-08  Daniel Stenbergcurl_formadd.3: *_FILECONTENT and *_FILE need the file...
2016-11-07  Kamil Dudkanss: silence warning 'SSL_NEXT_PROTO_EARLY_VALUE not...
2016-11-07  Daniel Stenbergopenssl: initial TLS 1.3 adaptions
2016-11-07  Daniel Stenbergssh: check md5 fingerprints case insensitively (regression)
2016-11-07  Kamil Dudkacurl: introduce the --tlsv1.3 option to force TLS 1.3
2016-11-07  Kamil Dudkavtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3
2016-11-07  Kamil Dudkanss: map CURL_SSLVERSION_DEFAULT to NSS default
2016-11-07  Daniel Stenbergs/cURL/curl
2016-11-07  Tatsuhiro Tsujikawahttp2: Don't send header fields prohibited by HTTP...
2016-11-07  Daniel Stenbergcurl.1: explain the SMTP data expected for -T
2016-11-06  Peter Wucmake: disable poll for macOS
2016-11-06  Jay Satiroeasy: Initialize info variables on easy init and duphandle
2016-11-05  Mauro Rappacurl -w: added more decimal digits to timing counters
2016-11-04  Jakub Zakrzewskidist: add CMakeLists.txt to the tarball
2016-11-04  Daniel Stenbergmbedtls: fix build with mbedtls versions < 2.4.0
2016-11-03  Daniel Stenbergconfigure: verify that compiler groks -Werror=partial...
2016-11-03  Daniel Stenbergdocs: shorten and simplify the top comment in multi...
2016-11-03  Andrei Sedoidocs: handle CURL_POLL_INOUT in multi-uv example
2016-11-03  Andrei Sedoidocs: multi-uv: don't use CURLMsg after cleanup
2016-11-03  Andrei Sedoidocs: remove unused variables in multi-uv example
2016-11-03  Daniel Stenbergbump: start working on 7.51.1
2016-11-02  Daniel Stenbergwinbuild: remove strcase.obj from curl build
2016-11-02  Dan Fandrichmsvc: removed a straggling reference to strequal.c
2016-11-02  Daniel StenbergTHANKS: synced with 7.51.0 curl-7_51_0
2016-11-02  Daniel StenbergRELEASE-NOTES: 7.51.0
2016-11-02  Daniel Stenbergftp_done: don't clobber the passed in error code
2016-11-02  Daniel Stenbergftp: remove dead code in ftp_done
2016-11-02  Jay Satirogenerate.bat: Include include/curl in libcurl VS projects
2016-11-02  Jay Satirogenerate.bat: Remove strcase.[ch] from curl tool VS...
2016-11-01  Daniel Stenbergmetalink: simplify the hex parsing function
2016-11-01  Michael Kaufmannfile: fix compiler warning
2016-11-01  Dan Fandrichstrcase: fixed Metalink builds by redefining checkprefix()
2016-11-01  Daniel Stenbergcurl.1: typo
2016-11-01  Daniel Stenbergcurl.1: expand on how multiple uses of -o looks
2016-10-31  Daniel Stenbergtests/util: get a private strncasecompare clone
2016-10-31  Daniel Stenbergstrcase: make the tool use curl_str[n]equal instead
2016-10-31  Kamil Dudkagskit, nss: do not include strequal.h
2016-10-31  Dan Fandrichstrcasecompare: include curl.h in strcase.c
2016-10-31  Daniel Stenbergstrcase: fix the remaining rawstr users
2016-10-31  Daniel Stenbergmsvc builds: s/rawstr/strcase
2016-10-31  Dan Fandrichstrcasecompare: replaced remaining rawstr.h with strcase.h
2016-10-31  Marcel Raaddigest_sspi: fix include
2016-10-31  Dan Fandrichlibauthretry: use the external function curl_strequal
2016-10-31  Daniel StenbergRELEASE-NOTES: synced with d14538d2501ef0da
2016-10-31  Daniel Stenbergconfigure: raise the default minimum version for macos...
2016-10-31  Daniel Stenbergunit1301: keep testing curl_strequal
2016-10-31  Daniel Stenbergldap: fix include
2016-10-31  Daniel Stenbergurl: remove unconditional idn2.h include
2016-10-31  Daniel Stenbergcurl_strequal: part of public API/ABI, needs to be...
2016-10-31  Daniel Stenbergstrcase: s/strequal/strcasecompare
2016-10-31  Daniel Stenbergldap: fix strcase use
2016-10-31  Daniel Stenbergtest165: adapted to the libidn2 use and IDNA2008 fix
2016-10-31  Daniel Stenbergcookie: replace use of fgets() with custom version
2016-10-31  Daniel Stenbergstrcasecompare: all case insensitive string compares...
2016-10-31  Daniel Stenbergstrcasecompare: is the new name for strequal()
2016-10-31  Daniel Stenbergftp: check for previous patch must be case sensitive!
2016-10-31  Daniel StenbergSSH: check md5 fingerprint case sensitively
2016-10-31  Daniel Stenbergconnectionexists: use case sensitive user/password...
2016-10-31  Daniel Stenbergbase64: check for integer overflow on large input
2016-10-31  Daniel Stenbergkrb5: avoid realloc(0)
2016-10-31  Daniel Stenbergaprintf: detect wrap-around when growing allocation
2016-10-31  Daniel Stenbergrange: reject char globs with missing end like '[L-]'
2016-10-31  Daniel Stenbergglob_next_url: make sure to stay within the given outpu...
2016-10-31  Daniel Stenbergrange: prevent negative end number in a glob range
2016-10-31  Daniel Stenbergparsedate: handle cut off numbers better
2016-10-31  Daniel Stenbergescape: avoid using curl_easy_unescape() internally
2016-10-31  Daniel Stenbergunescape: avoid integer overflow
2016-10-31  Daniel Stenbergcookies: getlist() now holds deep copies of all cookies
2016-10-31  Daniel StenbergTODO: remove IDNA2008
2016-10-31  Daniel Stenbergidn: switch to libidn2 use and IDNA2008 support
2016-10-31  Daniel Stenbergtest1246: verify URL parsing with host name ending...
2016-10-31  Daniel Stenbergurlparse: accept '#' as end of host name
2016-10-31  Jay SatiroINTERNALS: better markdown (follow-up)
2016-10-30  Daniel StenbergINTERNALS: better markdown
2016-10-30  Jay Satiromk-ca-bundle.vbs: Fix UTF-8 output
2016-10-28  Daniel StenbergBINDINGS: converted to markdown 1090/head
2016-10-28  Jay SatiroCURLMOPT_MAX_PIPELINE_LENGTH.3: Clarify it's not for...
2016-10-27  Daniel StenbergKNOWN_BUGS: HTTP/2 server push enabled when no pushes...
2016-10-27  Daniel StenbergKNOWN_BUGS: c-ares deviates from stock resolver on...
2016-10-27  Michael Osipovconfigure.in: Fix test syntax
2016-10-27  Daniel StenbergSECURITY: minor updates
2016-10-27  Andrei Sedoidocs: fix req->data in multi-uv example
2016-10-26  Daniel Stenbergmbedtls: stop using deprecated include file
2016-10-25  Martin Frodlnss: fix tight loop in non-blocking TLS handhsake over...
next