]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
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
2019-08-16  Daniel StenbergTODO/ROADMAP: remove "refuse downgrade redirects" and...
2019-08-16  Daniel StenbergRELEASE-NOTES: synced
2019-08-16  Daniel Stenbergtravis: add a quiche build
2019-08-16  Daniel Stenberghttp: fix use of credentials from URL when using HTTP...
2019-08-15  Mike Crowetests: Replace outdated test case numbering documentation
2019-08-15  Daniel Stenbergtravis: reduce number of torture tests in 'coverage'
2019-08-15  Igor Makarovconfigure: use -lquiche to link to quiche
2019-08-15  Daniel Stenbergngtcp2: provide the callbacks as a static struct
2019-08-15  Tatsuhiro Tsujikawangtcp2: add missing nghttp3_conn_add_write_offset call
2019-08-15  Tatsuhiro Tsujikawangtcp2: deal with stream close
2019-08-15  Tatsuhiro Tsujikawangtcp2: Consume QUIC STREAM data properly
2019-08-15  Tatsuhiro Tsujikawangtcp2: don't reinitialize SSL on Retry
2019-08-14  Daniel Stenbergmulti: getsock improvements for QUIC connecting
2019-08-14  Daniel Stenbergconnect: connections are persistent by default for...
2019-08-14  Daniel Stenbergquiche: happy eyeballs
2019-08-14  Daniel Stenbergngtcp2: do QUIC connections happy-eyeballs friendly
2019-08-14  Daniel Stenbergcurl_version: bump string buffer size to 250
2019-08-14  Daniel StenbergCURLOPT_ALTSVC.3: use a "" file name to not load from...
2019-08-14  Jay Satirovauth: Use CURLE_AUTH_ERROR for auth function errors
2019-08-13  Daniel Stenbergcurl_version_info: make the quic_version a const
2019-08-13  Daniel Stenbergexamples: add http3.c, altsvc.c and http3-present.c
2019-08-13  Peter Wunss: use TLSv1.3 as default if supported
2019-08-13  Daniel Stenbergquic.h: remove unused proto
2019-08-13  Daniel Stenbergcurl_version_info.3: mentioned ALTSVC and HTTP3
2019-08-13  Daniel Stenberglib/quic.c: unused - removed
2019-08-13  Daniel StenbergCURLOPT_ALTSVC_CTRL.3: remove CURLALTSVC_ALTUSED
2019-08-12  Junho Choidocs/HTTP3: simplify quiche build instruction
2019-08-12  Daniel Stenbergaltsvc: make it use h3-22 with ngtcp2 as well
2019-08-12  Daniel Stenbergngtcp2: initial h3 request work
2019-08-12  Daniel Stenbergcurl_version_info: offer quic (and h3) library info
2019-08-12  Daniel StenbergHTTP3: use ngtcp2's draft-22 branch
2019-08-12  Daniel StenbergRELEASE-NOTES: synced
2019-08-12  Daniel StenbergCURLOPT_READFUNCTION.3: provide inline example
2019-08-12  Tatsuhiro Tsujikawangtcp2: send HTTP/3 request with nghttp3
next