]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2021-05-20  Lucas Clemente... CURLOPT_IPRESOLVE: preventing wrong IP version from...
2021-05-20  Oliver UrbannAmigaOS: add functions definitions for SHA256
2021-05-20  Daniel Stenbergtest2100: make it run with and require IPv6
2021-05-20  Daniel Stenbergtests/getpart: generate output URL encoded for better...
2021-05-19  Ryan Beck-Buyssedocs/TheArtOfHttpScripting: fix markdown links
2021-05-18  Daniel StenbergRELEASE-NOTES: synced
2021-05-18  Emil Englerdocs: replace dots with dashes in markdown enums
2021-05-18  Emil Englerdocs: improve INTERNALS.md regarding getsock cb
2021-05-18  Emil Englerdocs: document attach in INTERNALS.md
2021-05-18  Marc Aldorasiconfig: remove now-unused macros
2021-05-18  Marc Aldorasihostip.h: remove declaration of unimplemented function
2021-05-18  Daniel Stenbergh3: add 'attach' callback to protocol handlers
2021-05-18  Daniel Stenbergwolfssl: remove SSLv3 support leftovers
2021-05-18  Daniel Stenbergcurl-wolfssl.m4: without custom include path, assume...
2021-05-18  Joel Depooterdata_pending: check only SECONDARY socket for FTP(S...
2021-05-17  Daniel Stenberggithub: inhibit deprecated declarations for clang on...
2021-05-17  Daniel Stenbergconn: add 'attach' to protocol handler, make libssh2...
2021-05-17  Daniel Stenberghttp2: make sure pause is done on HTTP
2021-05-17  Daniel Stenbergdocs: cookies from HTTP headers need domain set
2021-05-16  Daniel StenbergRELEASE-NOTES: synced
2021-05-16  Daniel Stenberggithub: add a workflow with libssh2 on macOS using...
2021-05-16  Daniel Stenbergsws: allow HTTP requests up to 2MB in size
2021-05-16  Marc HoerskenCI/azure: increase verbosity and fix outdated task...
2021-05-16  Marc HoerskenCI/cirrus: add shared and static Windows release builds
2021-05-15  Daniel StenbergCURLOPT_CAPATH.3: defaults to a path, not NULL
2021-05-15  Jacob Hoffman... c-hyper: handle body on HYPER_TASK_EMPTY
2021-05-15  Ikko Ashiminetool_getparam: fix comment typo in tool_getparam.c
2021-05-15  Daniel Stenbergmem-include-scan.pl: require a non-word letter before...
2021-05-15  Daniel Stenbergversion: free the openldap info correctly
2021-05-15  Daniel Stenbergdupset: remove totally off comment
2021-05-13  Daniel Stenbergconfigure: if asked for, fail if ldap is not found
2021-05-13  Daniel Stenbergversion: add OpenLDAP version in the output
2021-05-13  Joel Depooterschannel: Ensure the security context request flags...
2021-05-12  Dan Fandrichtests: Fix some tag matching issues in a number of...
2021-05-11  Daniel Stenbergsasl: use 'unsigned short' to store mechanism
2021-05-11  Daniel Stenberghostip: remove the debug code for LocalHost
2021-05-11  Daniel Stenbergprogress: reset limit_size variables at transfer start
2021-05-11  Daniel StenbergRELEASE-NOTES: synced
2021-05-11  Daniel Gustafssoncookies: use CURLcode for cookie_output reporting
2021-05-11  Daniel Gustafssoncookies: make use of string duplication function
2021-05-11  Daniel Gustafssoncookies: refactor comments
2021-05-11  Peng-Yu Chenhttp2: skip immediate parsing of payload following...
2021-05-11  Peng-Yu Chenhttp2: use nghttp2_session_upgrade2 instead of nghttp2_...
2021-05-09  Daniel Stenbergprogress/trspeed: use a local convenient pointer to...
2021-05-09  Daniel Stenbergtrspeed: use long double for transfer speed calculation
2021-05-09  Daniel Stenbergprogress: move transfer speed calc into function
2021-05-08  Cameron Cawleyopenssl: remove unneeded cast for CertOpenSystemStore()
2021-05-08  Daniel Stenbergtravis: disable the libssh build
2021-05-08  Peng-Yu Chenhttp: use calculated offsets inst of integer literals...
2021-05-08  Peng-Yu ChenGIT-INFO: suggest using autoreconf instead of buildconf
2021-05-08  Daniel Stenberghttp: deal with partial CONNECT sends
2021-05-07  Daniel StenbergHTTP3: make the ngtcp2 build use the quictls fork
2021-05-07  Daniel Stenberghttp: limit the initial send amount to used upload...
2021-05-07  Daniel StenbergRELEASE-NOTES: synced
2021-05-07  Daniel Stenbergngtcp2: fix the cb_acked_stream_data_offset proto
2021-05-07  Daniel Stenbergprogress: when possible, calculate transfer speeds...
2021-05-06  Daniel Stenberghttp: reset the header buffer when sending the request
2021-05-06  Daniel Stenbergcurl_mprintf.3: add description
2021-05-06  Timothy GuURL-SYNTAX: update IDNA section for WHATWG spec changes
2021-05-06  Calvin BuckleyINSTALL: add IBM i specific quirks
2021-05-06  Daniel Stenberglibcurl.3: mention the URL API
2021-05-06  Daniel StenbergGnuTLS: don't allow TLS 1.3 for versions that don't...
2021-05-06  Kamil Dudkatool_getparam: handle failure of curlx_convert_tchar_to... 7023/head
2021-05-06  Daniel Stenbergscripts/delta: also show total number of days
2021-05-05  Marc Hoerskensockfilt: fix invalid increment of handles index variab...
2021-05-05  Marc Hoerskensockfilt: avoid getting stuck waiting for writable...
2021-05-05  Jay Satirotest678: Fix for Windows multibyte builds
2021-05-05  dmitrykosbuild: fix compilation for Windows UWP platform
2021-05-05  Daniel Stenberggnutls: make setting only the MAX TLS allowed version...
2021-05-05  Daniel Stenbergopenldap: replace ldap_ prefix on private functions
2021-05-05  Jay Satirohttp2: fix potentially uninitialized variable
2021-05-05  Gilles VollantSSL: support in-memory CA certs for some backends
2021-05-04  David Cooktests: ignore case of chunked hex numbers in tests
2021-05-04  Daniel Stenbergcmake: check for getppid and utimes
2021-05-04  Daniel Stenberglibtest: remove lib530.c
2021-05-04  Daniel StenbergFILEFORMAT: mention sectransp as a feature
2021-05-04  Daniel StenbergRELEASE-NOTES: synced
2021-05-04  Daniel Stenberglibssh2: ignore timeout during disconnect
2021-05-03  Daniel StenbergKNOWN_BUGS: add two HTTP/2 bugs
2021-05-03  Daniel StenbergKNOWN_BUGS: add three HTTP/3 issues
2021-05-03  ejanchivdorjCURLcode: add CURLE_SSL_CLIENTCERT
2021-05-03  Tobias Gabriel.github/FUNDING: add link to GitHub sponsors
2021-05-03  Harry Sintonenkrb5/name_to_level: replace checkprefix with curl_strequal
2021-05-03  Harry SintonenCurl_input_digest: require space after Digest
2021-05-03  Harry SintonenCurl_http_header: check for colon when matching Persist...
2021-05-03  Harry SintonenCurl_http_input_auth: require valid separator after...
2021-05-02  Daniel Stenberghttp: fix the check for 'Authorization' with Bearer
2021-05-01  Kamil Dudkahttp2: fix a resource leak in push_promise()
2021-05-01  Kamil Dudkahttp2: fix resource leaks in set_transfer_url()
2021-04-30  Jacob Hoffman... rustls: use ALPN
2021-04-29  MAntoniakgskit: fix CURL_DISABLE_PROXY build
2021-04-29  MAntoniakgskit: fix undefined reference to 'conn'
2021-04-29  Jacob Hoffman... tls: add USE_HTTP2 define
2021-04-29  Jacob Hoffman... lib: fix 0-length Curl_client_write calls
2021-04-29  Jacob Hoffman... lib: remove strlen call from Curl_client_write
2021-04-28  Ayushman Singh... docs: camelcase it like GitHub everywhere
2021-04-27  Lucas Servén... docs: fix typo in fail-with-body doc
2021-04-27  Jay Satirolib: fix some misuse of curlx_convert_UTF8_to_tchar
2021-04-27  Daniel Stenbergntlm: precaution against super huge type2 offsets
2021-04-27  Daniel Stenbergc-hyper: fix unused variable ‘wrote’
next