| 2023-11-21 |
Stefan Eissing | transfer: readwrite improvements |
commit | commitdiff | tree | snapshot |
| 2023-11-21 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree | snapshot |
| 2023-11-21 |
Jiří Hruška | transfer: avoid calling the read callback again after EOF |
commit | commitdiff | tree | snapshot |
| 2023-11-21 |
Daniel Stenberg | doh: provide better return code for responses w/o addresses |
commit | commitdiff | tree | snapshot |
| 2023-11-21 |
Stefan Eissing | HTTP/2, HTTP/3: handle detach of onoing transfers |
commit | commitdiff | tree | snapshot |
| 2023-11-20 |
Viktor Szakats | autotools: stop setting `-std=gnu89` with `--enable... |
commit | commitdiff | tree | snapshot |
| 2023-11-20 |
Viktor Szakats | autotools: fix/improve gcc and Apple clang version... |
commit | commitdiff | tree | snapshot |
| 2023-11-20 |
Viktor Szakats | autotools: delete LCC compiler support bits |
commit | commitdiff | tree | snapshot |
| 2023-11-20 |
Viktor Szakats | cmake: add test for `DISABLE` options, add `CURL_DISABL... |
commit | commitdiff | tree | snapshot |
| 2023-11-20 |
Jacob Hoffman... | hyper: temporarily remove HTTP/2 support |
commit | commitdiff | tree | snapshot |
| 2023-11-20 |
Jay Satiro | schannel: fix unused variable warning |
commit | commitdiff | tree | snapshot |
| 2023-11-19 |
Daniel Stenberg | url: find scheme with a "perfect hash" |
commit | commitdiff | tree | snapshot |
| 2023-11-19 |
Daniel Stenberg | scripts: add schemetable.c |
commit | commitdiff | tree | snapshot |
| 2023-11-19 |
Stefan Eissing | vtls/vquic, keep peer name information together |
commit | commitdiff | tree | snapshot |
| 2023-11-18 |
Viktor Szakats | build: always revert `#pragma GCC diagnostic` after use |
commit | commitdiff | tree | snapshot |
| 2023-11-18 |
Viktor Szakats | tidy-up: casing typos, delete unused Windows version... |
commit | commitdiff | tree | snapshot |
| 2023-11-18 |
Viktor Szakats | keylog: disable if unused |
commit | commitdiff | tree | snapshot |
| 2023-11-17 |
Viktor Szakats | cmake: add `CURL_DISABLE_BINDLOCAL` option |
commit | commitdiff | tree | snapshot |
| 2023-11-17 |
Viktor Szakats | url: fix `-Wzero-length-array` with no protocols |
commit | commitdiff | tree | snapshot |
| 2023-11-17 |
Viktor Szakats | url: fix builds with `CURL_DISABLE_HTTP` |
commit | commitdiff | tree | snapshot |
| 2023-11-17 |
Viktor Szakats | http: fix `-Wunused-parameter` with no auth and no... |
commit | commitdiff | tree | snapshot |
| 2023-11-16 |
Daniel Stenberg | TODO: Some TLS options are not offered for HTTPS proxies |
commit | commitdiff | tree | snapshot |
| 2023-11-16 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree | snapshot |
| 2023-11-16 |
Daniel Stenberg | duphandle: make dupset() not return with pointers to... |
commit | commitdiff | tree | snapshot |
| 2023-11-16 |
Viktor Szakats | http: fix `-Wunused-variable` compiler warning |
commit | commitdiff | tree | snapshot |
| 2023-11-16 |
Jay Satiro | tool: support bold headers in Windows |
commit | commitdiff | tree | snapshot |
| 2023-11-15 |
Viktor Szakats | build: fix libssh2 + `CURL_DISABLE_DIGEST_AUTH` + ... |
commit | commitdiff | tree | snapshot |
| 2023-11-15 |
Daniel Stenberg | duphandle: also free 'outcurl->cookies' in error path |
commit | commitdiff | tree | snapshot |
| 2023-11-15 |
Viktor Szakats | config-win32: set `HAVE_SNPRINTF` for mingw-w64 |
commit | commitdiff | tree | snapshot |
| 2023-11-15 |
Viktor Szakats | sasl: fix `-Wunused-function` compiler warning |
commit | commitdiff | tree | snapshot |
| 2023-11-15 |
Viktor Szakats | build: picky warning updates |
commit | commitdiff | tree | snapshot |
| 2023-11-15 |
Daniel Stenberg | urldata: move cookielist from UserDefined to UrlState |
commit | commitdiff | tree | snapshot |
| 2023-11-14 |
Viktor Szakats | autotools: avoid passing `LDFLAGS` twice to libcurl |
commit | commitdiff | tree | snapshot |
| 2023-11-14 |
Viktor Szakats | autotools: accept linker flags via `CURL_LDFLAGS_{LIB... |
commit | commitdiff | tree | snapshot |
| 2023-11-14 |
Jay Satiro | tool_cb_hdr: add an additional parsing check |
commit | commitdiff | tree | snapshot |
| 2023-11-14 |
Philip H | .cirrus.yml: freebsd 14 |
commit | commitdiff | tree | snapshot |
| 2023-11-13 |
Daniel Stenberg | easy: in duphandle, init the cookies for the new handle |
commit | commitdiff | tree | snapshot |
| 2023-11-13 |
Daniel Stenberg | duphandle: use strdup to clone *COPYPOSTFIELDS if size... |
commit | commitdiff | tree | snapshot |
| 2023-11-13 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree | snapshot |
| 2023-11-13 |
Daniel Stenberg | curl_easy_duphandle.3: clarify how HSTS and alt-svc... |
commit | commitdiff | tree | snapshot |
| 2023-11-13 |
Daniel Stenberg | urldata: move hstslist from 'set' to 'state' |
commit | commitdiff | tree | snapshot |
| 2023-11-13 |
Daniel Stenberg | test1900: verify duphandle with HSTS using multiple... |
commit | commitdiff | tree | snapshot |
| 2023-11-13 |
Goro FUJI | http: allow longer HTTP/2 request method names |
commit | commitdiff | tree | snapshot |
| 2023-11-12 |
Jay Satiro | CURLOPT_CAINFO_BLOB.3: explain what CURL_BLOB_COPY... |
commit | commitdiff | tree | snapshot |
| 2023-11-11 |
Viktor Szakats | tidy-up: dedupe Windows system libs in cmake |
commit | commitdiff | tree | snapshot |
| 2023-11-11 |
Junho Choi | ci: test with latest quiche release (0.19.0) |
commit | commitdiff | tree | snapshot |
| 2023-11-11 |
Junho Choi | quiche: use quiche_conn_peer_transport_params() |
commit | commitdiff | tree | snapshot |
| 2023-11-11 |
Daniel Stenberg | Makefile: generate the VC 14.20 project files at dist... |
commit | commitdiff | tree | snapshot |
| 2023-11-11 |
Sam James | misc: fix -Walloc-size warnings |
commit | commitdiff | tree | snapshot |
| 2023-11-11 |
Mark Gaiser | IPFS: bugfixes |
commit | commitdiff | tree | snapshot |
| 2023-11-11 |
Daniel Stenberg | VULN-DISCLOSURE-POLIC: remove broken link to hackerone |
commit | commitdiff | tree | snapshot |
| 2023-11-11 |
Andrew Kurushin | schannel: add CA cache support for files and memory... |
commit | commitdiff | tree | snapshot |
| 2023-11-10 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree | snapshot |
| 2023-11-10 |
Charlie C | cmake: option to disable install & drop `curlu` target... |
commit | commitdiff | tree | snapshot |
| 2023-11-10 |
Kai Pastor | cmake: fix multiple include of CURL package |
commit | commitdiff | tree | snapshot |
| 2023-11-08 |
Viktor Szakats | tidy-up: use `OPENSSL_VERSION_NUMBER` |
commit | commitdiff | tree | snapshot |
| 2023-11-08 |
Daniel Stenberg | resolve.d: drop a multi use-sentence |
commit | commitdiff | tree | snapshot |
| 2023-11-07 |
Daniel Stenberg | content_encoding: make Curl_all_content_encodings allocless |
commit | commitdiff | tree | snapshot |
| 2023-11-07 |
Michael Kaufmann | vtls: use ALPN "http/1.1" for HTTP/1.x, including HTTP/1.0 |
commit | commitdiff | tree | snapshot |
| 2023-11-07 |
Daniel Stenberg | Makefile.am: drop vc10, vc11 and vc12 projects from... |
commit | commitdiff | tree | snapshot |
| 2023-11-07 |
David Suter | projects: add VC14.20 project files |
commit | commitdiff | tree | snapshot |
| 2023-11-07 |
Daniel Stenberg | curl: move IPFS code into src/tool_ipfs.[ch] |
commit | commitdiff | tree | snapshot |
| 2023-11-06 |
Viktor Szakats | build: delete support bits for obsolete Windows compilers |
commit | commitdiff | tree | snapshot |
| 2023-11-06 |
Viktor Szakats | build: delete `HAVE_STDINT_H` and `HAVE_INTTYPES_H` |
commit | commitdiff | tree | snapshot |
| 2023-11-06 |
Daniel Stenberg | tool_operate: do not mix memory models |
commit | commitdiff | tree | snapshot |
| 2023-11-06 |
Stefan Eissing | lib: client writer, part 2, accounting + logging |
commit | commitdiff | tree | snapshot |
| 2023-11-06 |
Daniel Stenberg | VULN-DISCLOSURE-POLICY: escape sequences are not a... |
commit | commitdiff | tree | snapshot |
| 2023-11-06 |
Viktor Szakats | rand: fix build error with autotools + LibreSSL |
commit | commitdiff | tree | snapshot |
| 2023-11-05 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree | snapshot |
| 2023-11-05 |
Daniel Stenberg | strdup: do Curl_strndup without strncpy |
commit | commitdiff | tree | snapshot |
| 2023-11-05 |
Enno Boland | HTTP: fix empty-body warning |
commit | commitdiff | tree | snapshot |
| 2023-11-05 |
Daniel Stenberg | openssl: identify the "quictls" backend correctly |
commit | commitdiff | tree | snapshot |
| 2023-11-05 |
Mark Gaiser | curl: improved IPFS and IPNS URL support |
commit | commitdiff | tree | snapshot |
| 2023-11-05 |
Harry Mallon | docs: KNOWN_BUGS cleanup |
commit | commitdiff | tree | snapshot |
| 2023-11-05 |
Harry Mallon | http_aws_sigv4: canonicalise valueless query params |
commit | commitdiff | tree | snapshot |
| 2023-11-04 |
Michael Kaufmann | docs: preserve the modification date when copying the... |
commit | commitdiff | tree | snapshot |
| 2023-11-04 |
Daniel Stenberg | docs: remove bold from some man page SYNOPSIS sections |
commit | commitdiff | tree | snapshot |
| 2023-11-04 |
Daniel Stenberg | openssl: two multi pointer checks should probably rathe... |
commit | commitdiff | tree | snapshot |
| 2023-11-04 |
boilingoden | docs: add supported version for the json write-out |
commit | commitdiff | tree | snapshot |
| 2023-11-03 |
Viktor Szakats | appveyor: make VS2008-built curl tool runnable |
commit | commitdiff | tree | snapshot |
| 2023-11-03 |
Stefan Eissing | url: proxy ssl connection reuse fix |
commit | commitdiff | tree | snapshot |
| 2023-11-03 |
Jay Satiro | curl_sspi: support more revocation error names in error... |
commit | commitdiff | tree | snapshot |
| 2023-11-03 |
Jay Satiro | strdup: don't allow Curl_strndup to read past a null... |
commit | commitdiff | tree | snapshot |
| 2023-11-02 |
Daniel Stenberg | lib: add and use Curl_strndup() |
commit | commitdiff | tree | snapshot |
| 2023-11-02 |
Daniel Stenberg | CURPOST_POSTFIELDS.3: add CURLOPT_COPYPOSTFIELDS in... |
commit | commitdiff | tree | snapshot |
| 2023-11-02 |
Stefan Eissing | pytest: use lower count in repeat tests |
commit | commitdiff | tree | snapshot |
| 2023-11-02 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree | snapshot |
| 2023-11-02 |
Daniel Stenberg | docs: clarify that curl passes on input unfiltered |
commit | commitdiff | tree | snapshot |
| 2023-11-02 |
Daniel Stenberg | urlapi: when URL encoding the fragment, pass in the... |
commit | commitdiff | tree | snapshot |
| 2023-11-02 |
Stefan Eissing | vtls: late clone of connection ssl config |
commit | commitdiff | tree | snapshot |
| 2023-11-02 |
Stefan Eissing | msh3: error when built with CURL_DISABLE_SOCKETPAIR set |
commit | commitdiff | tree | snapshot |
| 2023-11-02 |
Daniel Stenberg | hsts: skip single-dot hostname |
commit | commitdiff | tree | snapshot |
| 2023-11-01 |
Daniel Stenberg | vtls: fix build without proxy |
commit | commitdiff | tree | snapshot |
| 2023-11-01 |
Daniel Stenberg | docs/example/keepalive.c: show TCP keep-alive options |
commit | commitdiff | tree | snapshot |
| 2023-11-01 |
Daniel Stenberg | lib1560: verify appending blank URL encoded query string |
commit | commitdiff | tree | snapshot |
| 2023-11-01 |
Daniel Stenberg | urlapi: skip appending NULL pointer query |
commit | commitdiff | tree | snapshot |
| 2023-11-01 |
Daniel Stenberg | lib1560: verify setting host to "" with and without... |
commit | commitdiff | tree | snapshot |
| 2023-11-01 |
Daniel Stenberg | urlapi: avoid null deref if setting blank host to url... |
commit | commitdiff | tree | snapshot |
| 2023-11-01 |
Daniel Stenberg | dynbuf: assert for NULL pointer inputs |
commit | commitdiff | tree | snapshot |
| 2023-10-31 |
Daniel Stenberg | HTTP3: ngtcp2 builds are no longer experimental |
commit | commitdiff | tree | snapshot |
| next |