]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2023-03-03  Daniel Stenbergtest1960: verify CURL_SOCKOPT_ALREADY_CONNECTED
2023-03-02  Stefan Eissingtests: rename tests/tests-httpd to tests/http
2023-03-02  Stefan Eissingsocket: detect "dead" connections better, e.g. not...
2023-03-02  Stefan Eissinglib: give source files cf-http.* better fitting names
2023-03-02  Stefan Eissinghttp2: fix code indent
2023-03-01  Shankar Jadhavarcf-socket: if socket is already connected, return CURLE_OK
2023-03-01  Jay SatiroDYNBUF.md: note Curl_dyn_add* calls Curl_dyn_free on...
2023-03-01  Stefan Eissinghttp2: fix upload busy loop
2023-03-01  Daniel Stenbergsectransp: make read_cert() use a dynbuf when loading
2023-03-01  Jay Satirotransfer: limit Windows SO_SNDBUF updates to once a...
2023-02-28  Daniel StenbergRELEASE-NOTES: synced
2023-02-28  Stefan Eissinghttp2: fix for http2-prior-knowledge when reusing conne...
2023-02-28  Stefan Eissingcf-socket: fix handling of remote addr for accepted...
2023-02-28  Stefan Eissinghttp: fix unix domain socket use in https connects
2023-02-28  Daniel Stenbergsetopt: move the CURLOPT_CHUNK_DATA pointer to the...
2023-02-28  Viktor Szakatsquic/schannel: fix compiler warnings
2023-02-28  Daniel Stenbergpage-footer: add explanation for three missing exit...
2023-02-28  積丹尼 Dan Jacobsonrate.c: single URLs make no sense in --rate example
2023-02-28  Daniel Stenberglibcurl-errors.3: add the CURLHcode errors from curl_ea...
2023-02-28  Daniel Stenbergmqtt: on send error, return error
2023-02-27  Daniel Stenbergws: keep the socket non-blocking
2023-02-27  Daniel Stenberghostip: avoid sscanf and extra buffer copies
2023-02-27  Daniel StenbergPARALLEL-TRANSFERS.md: not "early days" for this anymore
2023-02-27  Daniel Stenbergeasy: remove infof() debug leftover from curl_easy_recv
2023-02-27  Daniel Stenbergidn: return error if the conversion ends up with a...
2023-02-27  Daniel Stenbergexamples/http3.c: use CURL_HTTP_VERSION_3
2023-02-27  Daniel Stenbergx509asn1.c: use correct format specifier for infof...
2023-02-26  Daniel StenbergRevert "GHA: add Microsoft C++ Code Analysis"
2023-02-25  Patrick Monnerattests: test secure mail protocols with explicit SSL...
2023-02-25  Patrick Monnerattests: support for imaps/pop3s/smtps protocols
2023-02-25  Patrick Monneratruntests: use a hash table for server port numbers
2023-02-25  andy5995INTERNALS.md: grammar
2023-02-24  Daniel StenbergRELEASE-NOTES: synced
2023-02-24  Philip H.cirrus.yml: Bump to FreeBSD 13.2
2023-02-24  Philip Hngtcp2-gnutls.yml: bump to gnutls 3.8.0
2023-02-24  Philip HCI: update ngtcp2 and nghttp2 for pytest
2023-02-24  andy5995GHA: use same flags for Slackbuild as Slack package
2023-02-24  Daniel Stenbergrtsp: avoid sscanf for parsing
2023-02-24  Daniel Stenberghttp_proxy: parse the status line without sscanf
2023-02-24  Daniel Stenbergtelnet: error correctly for WS set to "x[num]"
2023-02-24  Daniel Stenbergkrb5: avoid sscanf for parsing
2023-02-24  Daniel Stenbergmisc: remove support for curl_off_t < 8 bytes
2023-02-24  Daniel Stenbergtelnet: parse NEW_ENVIRON without sscanf
2023-02-24  Daniel Stenbergtelnet: parse the WS= argument without sscanf
2023-02-24  Daniel Stenbergtelnet: parse telnet options without sscanf
2023-02-24  Daniel Stenbergftp: replace sscanf for MDTM 213 response parsing
2023-02-24  Daniel Stenbergftp: replace sscanf for PASV parsing
2023-02-24  Daniel Stenbergftp: make the EPSV response parser not use sscanf
2023-02-24  Stefan Eissingngtcp2: fix unwanted close of file descriptor 0
2023-02-23  Daniel Stenbergselect: stop treating POLLRDBAND as an error
2023-02-23  Daniel Stenbergtest978: mark file as text mode
2023-02-23  Daniel Stenberghttp: rewrite the status line parser without sscanf
2023-02-23  Daniel Stenbergtest978: verify that --stderr works for -w's stderr...
2023-02-23  Jay Satirocurl: make -w's %{stderr} use the file set with --stderr
2023-02-23  Jay Satirowinbuild: fix makefile clean
2023-02-23  Jay Satirosectransp: fix compiler warning c89 mixed code/declaration
2023-02-22  Philipp EngelBINDINGS: add Fortran binding
2023-02-22  Stefan Eissingtest2600: detect when ALARM_TIMEOUT is in use and adjust
2023-02-22  Daniel StenbergRELEASE-NOTES: synced
2023-02-22  Daniel Stenbergtest686: verify return code for no URL after --next
2023-02-22  Daniel Stenbergtool_operate: propagate error codes for missing URL...
2023-02-22  Daniel Stenbergtest1278: verify that an extra --no-remote-name cause...
2023-02-22  Daniel Stenbergtool_getparam: don't add a new node for just --no-remot...
2023-02-22  Daniel Stenberggen.pl: add '%GLOBALS' as a variable for mainpage
2023-02-22  Daniel Stenbergdocs/cmdline-opts: mark all global options
2023-02-21  Daniel StenbergGHA: add Microsoft C++ Code Analysis
2023-02-21  Daniel Stenbergtool_progress: shut off progress meter for --silent...
2023-02-21  Daniel Stenberglib1560: add a test using %25 in the userinfo in a URL
2023-02-21  Stefan EissingCURLOPT_PIPEWAIT: allow waited reuse also for subsequen...
2023-02-21  Daniel Stenbergtest419: verify --dump-header to file that cannot be...
2023-02-21  Daniel Stenbergtool_operate: avoid fclose(NULL) on bad header dump...
2023-02-20  Daniel StenbergRELEASE-NOTES: synced
2023-02-20  Daniel Stenbergcookie: parse without sscanf()
2023-02-20  Daniel Stenberglib517: verify time stamps without leading zeroes plus...
2023-02-20  Daniel Stenbergparsedate: replace sscanf( for time stamp parsing
2023-02-20  Daniel Stenbergparsedate: parse strings without using sscanf()
2023-02-20  Matt Jollytests: HTTP server fixups
2023-02-20  Daniel StenbergRELEASE-NOTES: synced curl-7_88_1
2023-02-20  Daniel StenbergTHANKS: add contributors from 7.88.1
2023-02-20  Daniel Stenbergsocketpair: allow EWOULDBLOCK when reading the pair...
2023-02-19  Jay Satirotool_operate: fix scanbuild compiler warning
2023-02-19  Jay Satirocurl_setup: Suppress OpenSSL 3 deprecation warnings
2023-02-19  Jay Satirobuild-openssl.bat: keep OpenSSL 3 engine binaries
2023-02-19  ALittleDruidcmake: fix Windows check for CryptAcquireContext
2023-02-18  Daniel Stenbergremote-header-name.d: mention that filename* is not...
2023-02-18  Pierrick CharronCURLOPT_WS_OPTIONS.3: fix the availability version
2023-02-18  Jacob Hoffman... GHA: update rustls dependency to 0.9.2
2023-02-18  Philip HHTTP3.md: update git branches
2023-02-17  Stefan Eissingurldata: remove `now` from struct SingleRequest - not...
2023-02-17  Daniel Stenberglib1560: add IPv6 canonicalization tests
2023-02-17  Daniel StenbergRELEASE-NOTES: synced
2023-02-17  Daniel Stenbergurlapi: do the port number extraction without using...
2023-02-17  Stefan Eissingsetopt: allow HTTP3 when HTTP2 is not defined
2023-02-17  jonrumseyos400: correct Curl_os400_sendto()
2023-02-17  Stefan Eissingtests-httpd: add proxy tests
2023-02-17  Daniel Stenbergcurl: make --silent work stand-alone
2023-02-17  Daniel Stenbergsocks: allow using DoH to resolve host names
2023-02-17  Stefan Eissingtest: add test for HTTP/2 corruption as reported in...
2023-02-16  Daniel Stenbergtool_operate: allow debug builds to set buffersize
2023-02-16  Stefan Eissingconnnect: fix timeout handling to use full duration
next