]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2019-09-16  Daniel Stenbergdoh: clean up dangling DOH handles and memory on easy... 4366/head
2019-09-16  Daniel Stenbergunit1655: make it C90 compliant
2019-09-16  Daniel Stenbergsmb: check for full size message before reading message...
2019-09-16  Daniel Stenbergquiche: persist connection details
2019-09-16  Daniel Stenbergopenssl: fix warning with boringssl and SSL_CTX_set_min...
2019-09-15  Paul Dreikdoh: fix undefined behaviour and open up for gcc and...
2019-09-15  Paul Dreikdoh: fix (harmless) buffer overrun
2019-09-15  Alessandro... docs: remove trailing ':' from section names in CURLOPT...
2019-09-15  Alessandro... docs: fix typo in CURLOPT_HTTP_VERSION man
2019-09-14  Daniel StenbergCI: inintial github action job
2019-09-13  Daniel Stenbergappveyor: add a winbuild
2019-09-13  Daniel StenbergFTP: allow "rubbish" prepended to the SIZE response
2019-09-13  ZenjuFTP: skip CWD to entry dir when target is absolute
2019-09-13  Kamil Dudkacurl: fix memory leaked by parse_metalink()
2019-09-13  Daniel Stenbergparsedate: still provide the name arrays when disabled
2019-09-13  Gilles Vollantcurl:file2string: load large files much faster
2019-09-12  Daniel Stenbergopenssl: close_notify on the FTP data connection doesn...
2019-09-12  Jimmy Gaussendocs/HTTP3: fix `--with-ssl` ngtcp2 configure flag
2019-09-12  Daniel StenbergRELEASE-NOTES: synced
2019-09-12  Daniel Stenbergcurlver: bump to 7.66.1
2019-09-12  Zenjusetopt: make it easier to add new enum values
2019-09-12  Daniel Stenbergasyn-thread: s/AF_LOCAL/AF_UNIX for Solaris
2019-09-11  Bernhard Wallewinbuild/MakefileBuild.vc: Add vssh
2019-09-11  Bernhard Wallewinbuild/MakefileBuild.vc: Fix line endings
2019-09-11  Jay Satiroldap: Stop using wide char version of ldapp_err2string
2019-09-10  Daniel StenbergRELEASE-NOTES: curl 7.66.0 curl-7_66_0
2019-09-10  Daniel StenbergTHANKS: from the 7.66.0 release
2019-09-10  Daniel Stenbergcurl: make sure the parallel transfers do them all
2019-09-10  Daniel Stenbergurlapi: one colon is enough for the strspn() input...
2019-09-10  Daniel Stenbergurlapi: verify the IPv6 numerical address
2019-09-10  Clément Notinopenssl: use SSL_CTX_set_<min|max>_proto_version()...
2019-09-10  Clément Notinopenssl: indent, re-organize and add comments
2019-09-10  migueljcrumsspi: fix memory leaks
2019-09-10  Daniel Stenbergtravis: disable ngtcp2 builds (again)
2019-09-09  Daniel StenbergCurl_fillreadbuffer: avoid double-free trailer buf... 4307/head
2019-09-09  Daniel Stenbergtool_setopt: handle a libcurl build without netrc support
2019-09-09  Daniel Stenbergsecurity:read_data fix bad realloc()
2019-09-09  Thomas Vegastftp: Alloc maximum blksize, and use default unless...
2019-09-09  Thomas Vegastftp: return error when packet is too small for options
2019-09-05  Daniel StenbergKNOWN_BUGS/TODO: cleanup and remove outdated issues
2019-09-04  Daniel StenbergRELEASE-NOTES: synced
2019-09-03  Daniel Stenbergnetrc: free 'home' on error
2019-09-03  Daniel Stenbergurldata: avoid 'generic', use dedicated pointers
2019-09-03  Daniel Stenbergcleanup: move functions out of url.c and make them...
2019-09-03  Daniel Stenbergsmtp: check for and bail out on too short EHLO response
2019-09-02  Daniel Stenbergsmb: init *msg to NULL in smb_send_and_recv()
2019-09-02  Daniel StenbergROADMAP: updated after recent user poll
2019-08-31  Daniel StenbergTHANKS: remove duplicate
2019-08-31  Daniel StenbergCurl_addr2string: take an addrlen argument too
2019-08-31  Rolf Eike BeerCMake: remove needless newlines at end of gss variables
2019-08-31  Rolf Eike BeerCI: remove duplicate configure flag for LGTM.com
2019-08-31  Rolf Eike BeerCMake: use platform dependent name for dlopen() library
2019-08-30  Daniel Stenbergquiche: expire when poll returned data
2019-08-30  Daniel Stenbergquiche: decrease available buffer size, don't assign it!
2019-08-29  Daniel StenbergRELEASE-NOTES: synced
2019-08-29  lufiacurl: fix include conditions
2019-08-29  lufiaplan9: fix installation instructions
2019-08-29  Daniel Stenbergngtcp2: on h3 stream close, call expire
2019-08-29  Tatsuhiro Tsujikawangtcp2: build latest ngtcp2 and ngtcp2_crypto_openssl
2019-08-28  Daniel Stenbergngtcp2: set flow control window to stream buffer size
2019-08-28  Christopher... CURLOPT_HEADERFUNCTION.3: clarify
2019-08-27  Daniel StenbergCURLINFO docs: mention that in redirects times are...
2019-08-27  Daniel Stenbergtravis: enable ngtcp2 builds again
2019-08-27  Daniel StenbergHTTP3: switched openssl branch to use
2019-08-27  Tatsuhiro Tsujikawangtcp2: Build with latest ngtcp2 and ngtcp2_crypto_openssl
2019-08-26  Daniel Stenberghttp2: when marked for closure and wanted to close...
2019-08-26  Daniel StenbergRELEASE-NOTES: synced
2019-08-26  Daniel Stenbergbuild-openssl: fix build with Visual Studio 2019
2019-08-26  Kamil Dudkavauth: return CURLE_AUTH_ERROR on gss_init_sec_context...
2019-08-26  Daniel StenbergKNOWN_BUGS: USE_UNIX_SOCKETS on Windows
2019-08-26  Daniel Stenbergquiche: send the HTTP body correctly on callback uploads
2019-08-26  Daniel Stenbergtravis: disable ngtcp2 builds (temporarily)
2019-08-25  Daniel Stenbergngtcp2: add support for SSLKEYLOGFILE
2019-08-25  Daniel Stenbergngtcp2: improve h3 response receiving
2019-08-25  Daniel Stenbergngtcp2: use nghttp3_version()
2019-08-25  Daniel Stenbergngtcp2: sync with upstream API changes
2019-08-24  Kyle Abramowitzscp: fix directory name length used in memcpy
2019-08-24  Daniel Stenberghttp: the 'closed' struct field is used by both ngh2...
2019-08-23  Daniel Stenbergngtcp2: accept upload via callback
2019-08-23  Daniel Stenbergdefines: avoid underscore-prefixed defines
2019-08-22  Daniel Stenbergtravis: add a build using ngtcp2 + nghttp3 (and a patch...
2019-08-21  Daniel Stenbergtravis: bump to using nghttp2 version 1.39.2
2019-08-21  Gisle Vanemdocs/examples/curlx: fix errors
2019-08-20  Daniel Stenbergcleanup: remove DOT_CHAR completely
2019-08-20  Daniel Stenbergspnego_sspi: add typecast to fix build warning
2019-08-20  Daniel Stenbergopenssl: build warning free with boringssl
2019-08-20  Daniel Stenbergcurl: make --libcurl use CURL_HTTP_VERSION_3
2019-08-20  Daniel Stenbergngtcp2: make postfields-set posts work
2019-08-20  Daniel Stenberghttp: remove chunked-encoding and expect header use...
2019-08-20  Alessandro... configure: use pkg-config to detect quiche
2019-08-20  Daniel StenbergCURLOPT_SSL_VERIFYHOST: treat the value 1 as 2
2019-08-20  Daniel Stenbergcurl: use .curlrc (with a dot) on Windows as well
2019-08-20  Daniel Stenbergnetrc: make the code try ".netrc" on Windows as well
2019-08-20  Daniel Stenbergngtcp2: use ngtcp2_version() to get the run-time version
2019-08-20  Daniel Stenbergngtcp2: move the h3 initing to immediately after the...
2019-08-17  Alessandro... quiche: register debug callback once and earlier
2019-08-17  Daniel Stenbergssh: add a generic Curl_ssh_version function for SSH...
2019-08-17  Daniel Stenbergbase64: check for SSH, not specific SSH backends
2019-08-17  Daniel Stenbergvssh: move ssh init/cleanup functions into backend...
2019-08-17  Daniel Stenbergvssh: create directory for SSH backend code
next