2025-02-06 |
Daniel Stenberg | configure/cmake: set asyn-rr a feature only if httpsrr... |
commit | commitdiff | tree |
2025-02-06 |
Daniel Stenberg | header.md: mention `Authorization:` and `Cookie:` speci... |
commit | commitdiff | tree |
2025-02-06 |
Daniel Stenberg | tool_getparam: add "TLS required" flag for each such... |
commit | commitdiff | tree |
2025-02-06 |
Daniel Stenberg | netrc: return code cleanup, fix missing file error |
commit | commitdiff | tree |
2025-02-06 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree |
2025-02-06 |
Daniel Stenberg | content_encoding: #error on too old zlib |
commit | commitdiff | tree |
2025-02-06 |
Daniel Stenberg | libssh2: raise lowest supported version to 1.2.8 |
commit | commitdiff | tree |
2025-02-06 |
Jay Satiro | docs: better explain multi-part byte range behavior |
commit | commitdiff | tree |
2025-02-05 |
Daniel Stenberg | SPONSORS.md: clarify that we don't promise goods or... |
commit | commitdiff | tree |
2025-02-05 |
Viktor Szakats | GHA/non-native: skip examples in non-unity job |
commit | commitdiff | tree |
2025-02-05 |
Viktor Szakats | libssh: silence `-Wconversion` with a cast (Windows... |
commit | commitdiff | tree |
2025-02-05 |
Viktor Szakats | lib: include necessary headers for `inet_ntop`/`inet_pton` |
commit | commitdiff | tree |
2025-02-05 |
Viktor Szakats | smb: silence `-Warray-bounds` with gcc 13+ |
commit | commitdiff | tree |
2025-02-05 |
Daniel Stenberg | asyn-thread: fix HTTPS RR crash |
commit | commitdiff | tree |
2025-02-05 |
Daniel Stenberg | RELEASE-NOTES: synced curl-8_12_0 |
commit | commitdiff | tree |
2025-02-05 |
Viktor Szakats | transfer: replace `false` with `FALSE` |
commit | commitdiff | tree |
2025-02-05 |
Viktor Szakats | cfilters: silence compiler warning |
commit | commitdiff | tree |
2025-02-05 |
Viktor Szakats | transfer: fix returning init failures from `xfer_recv_s... |
commit | commitdiff | tree |
2025-02-04 |
MacKenzie | docs/HTTPSRR.md: Typo fix AAA -> AAAA |
commit | commitdiff | tree |
2025-02-04 |
Stefan Eissing | pop3: revert connection ssl check |
commit | commitdiff | tree |
2025-02-04 |
Daniel Stenberg | HTTPSRR.md: implement what seems to be deployed |
commit | commitdiff | tree |
2025-02-03 |
Viktor Szakats | build: drop macro used to enable `-Wsign-conversion... |
commit | commitdiff | tree |
2025-02-03 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree |
2025-02-03 |
Edoardo Lolletti | symbols-in-versions: update version for LIBCURL_VERSION... |
commit | commitdiff | tree |
2025-02-03 |
Stefan Eissing | x509asn1: add parse recursion limit |
commit | commitdiff | tree |
2025-02-03 |
Calvin Ruocco | ws-docs: extend WebSocket documentation |
commit | commitdiff | tree |
2025-02-03 |
mauke | runtests.pl: fix precedence issue |
commit | commitdiff | tree |
2025-02-03 |
Dan Fandrich | tests: stop promoting perl warnings to fatal errors |
commit | commitdiff | tree |
2025-02-03 |
Viktor Szakats | c-ares: fix/tidy-up macro initializations, avoid a... |
commit | commitdiff | tree |
2025-01-30 |
Viktor Szakats | INSTALL-CMAKE.md: fix punctuation |
commit | commitdiff | tree |
2025-01-30 |
Viktor Szakats | GHA: tidy up `apt` commands |
commit | commitdiff | tree |
2025-01-29 |
Michael Schuster | mbedtls: PSA can be used independently of TLS 1.3 ... |
commit | commitdiff | tree |
2025-01-28 |
Dan Fandrich | test1960: don't close the socket too early 16123/head |
commit | commitdiff | tree |
2025-01-28 |
Viktor Szakats | cmake: warn for OpenSSL versions missing TLS 1.3 support |
commit | commitdiff | tree |
2025-01-28 |
Daniel Stenberg | cd2nroff: do not insist on quoted <> within backticks |
commit | commitdiff | tree |
2025-01-28 |
Viktor Szakats | gitignore: add `lib/Makefile.soname.cmake` |
commit | commitdiff | tree |
2025-01-28 |
Stefan Eissing | https-connect: start next immediately on failure |
commit | commitdiff | tree |
2025-01-28 |
Viktor Szakats | gitignore: restore explicit lists and fix them |
commit | commitdiff | tree |
2025-01-28 |
Stefan Eissing | ngtcp2: fix memory leak on connect failure |
commit | commitdiff | tree |
2025-01-28 |
Martin Harrigan | docs/cmdline-opts/location.md: fix typos for location... |
commit | commitdiff | tree |
2025-01-28 |
Viktor Szakats | INTERNALS.md: sync wolfSSL version requirement with... |
commit | commitdiff | tree |
2025-01-28 |
Viktor Szakats | openssl: define `HAVE_KEYLOG_CALLBACK` before use |
commit | commitdiff | tree |
2025-01-28 |
Viktor Szakats | openssl: drop unused `HAVE_SSL_GET_SHUTDOWN` macro |
commit | commitdiff | tree |
2025-01-28 |
Daniel Stenberg | tool_getparam: fail --hostpubsha256 if libssh2 is not... |
commit | commitdiff | tree |
2025-01-28 |
Andrew Kaster | ws: Reject frames with unknown reserved bits set |
commit | commitdiff | tree |
2025-01-28 |
Jay Satiro | vtls: fix default SSL backend as a fallback |
commit | commitdiff | tree |
2025-01-28 |
Jay Satiro | easy: allow connect-only handle reuse with easy_perform |
commit | commitdiff | tree |
2025-01-28 |
Dexter Gerig | asyn-ares: fix memory leak |
commit | commitdiff | tree |
2025-01-28 |
Dexter Gerig | asyn-thread: fix HTTPS RR resolution |
commit | commitdiff | tree |
2025-01-27 |
Viktor Szakats | gitignore: add generated unity sources for lib and src |
commit | commitdiff | tree |
2025-01-27 |
Viktor Szakats | checksrc: exclude generated bundle files to avoid race... |
commit | commitdiff | tree |
2025-01-27 |
Viktor Szakats | msvc: add missing push/pop for warning pragmas |
commit | commitdiff | tree |
2025-01-27 |
Viktor Szakats | Makefile.dist: delete |
commit | commitdiff | tree |
2025-01-27 |
Viktor Szakats | tidy-up: `.gitignore` lines mostly |
commit | commitdiff | tree |
2025-01-27 |
Daniel Stenberg | VULN-DISCLOSURE-POLICY: on legacy dependencies |
commit | commitdiff | tree |
2025-01-27 |
Daniel Stenberg | urldata: tweak the UserDefined struct |
commit | commitdiff | tree |
2025-01-27 |
Stefan Eissing | http2: fix data_pending check |
commit | commitdiff | tree |
2025-01-27 |
Viktor Szakats | INSTALL.md: add CMake examples for macOS and iOS |
commit | commitdiff | tree |
2025-01-27 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree |
2025-01-27 |
Daniel Stenberg | version: fix the IDN feature for winidn and appleidn |
commit | commitdiff | tree |
2025-01-27 |
Daniel Stenberg | version: rename c-ares-rr to asyn-rr |
commit | commitdiff | tree |
2025-01-26 |
Viktor Szakats | GHA: fixup CM/AM order within Apple steps, move `name... |
commit | commitdiff | tree |
2025-01-26 |
Viktor Szakats | projects: fix `INSTALL-CMAKE.md` references |
commit | commitdiff | tree |
2025-01-26 |
Viktor Szakats | windows: drop two missed `buildconf.bat` references |
commit | commitdiff | tree |
2025-01-26 |
Viktor Szakats | build: drop `tool_hugehelp.c.cvs`, tidy up macros,... |
commit | commitdiff | tree |
2025-01-26 |
Jay Satiro | tests: change the behavior of swsbounce |
commit | commitdiff | tree |
2025-01-26 |
Viktor Szakats | docs/HTTPSRR.md: fix typo in option name |
commit | commitdiff | tree |
2025-01-26 |
Viktor Szakats | cmake/Find: add `iphlpapi` for c-ares, omit syslibs... |
commit | commitdiff | tree |
2025-01-25 |
Daniel Stenberg | docs/HTTPSRR.md: initial HTTPS RR documentation 16052/head |
commit | commitdiff | tree |
2025-01-25 |
Daniel Stenberg | asyn-thread: use c-ares to resolve HTTPS RR |
commit | commitdiff | tree |
2025-01-25 |
Viktor Szakats | GHA/non-native: bump to NetBSD 10.1 |
commit | commitdiff | tree |
2025-01-25 |
renovate[bot] | GHA/non-native: update cross-platform-actions/action... |
commit | commitdiff | tree |
2025-01-25 |
Viktor Szakats | cmake: drop `CURL_USE_PKGCONFIG` from `curl-config... |
commit | commitdiff | tree |
2025-01-25 |
renovate[bot] | ci: update dependency cloudflare/quiche to v0.23.2 |
commit | commitdiff | tree |
2025-01-24 |
Viktor Szakats | GHA/curl-for-win: fix `DOCKER_CONTENT_TRUST` for a... |
commit | commitdiff | tree |
2025-01-24 |
Daniel Stenberg | content_encoding: put the decomp buffers into the write... 16079/head |
commit | commitdiff | tree |
2025-01-24 |
Daniel Stenberg | content_encoding: drop support for zlib before 1.2.0.4 |
commit | commitdiff | tree |
2025-01-24 |
Stefan Eissing | lib: redirect handling by protocol handler |
commit | commitdiff | tree |
2025-01-24 |
Stefan Eissing | lib: clarify 'conn->httpversion' |
commit | commitdiff | tree |
2025-01-22 |
Viktor Szakats | build: fix compiling with GCC 4.x versions |
commit | commitdiff | tree |
2025-01-22 |
Viktor Szakats | src: omit hugehelp and ca-embed from libcurltool |
commit | commitdiff | tree |
2025-01-22 |
Viktor Szakats | cmake: prefer dash-style MSVC options |
commit | commitdiff | tree |
2025-01-22 |
Stefan Eissing | cfilters: kill connection filter events attach+detach |
commit | commitdiff | tree |
2025-01-22 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree |
2025-01-22 |
Daniel Stenberg | curl_multi_fdset: include the shutdown connections... |
commit | commitdiff | tree |
2025-01-21 |
Neil Johari | content_encoding: support use of custom libzstd memory... |
commit | commitdiff | tree |
2025-01-21 |
Viktor Szakats | appveyor: bump to OpenSSL 3.4 |
commit | commitdiff | tree |
2025-01-21 |
Yedaya Katsman | docs/TLS-SESSIONS: fix typo, the->they |
commit | commitdiff | tree |
2025-01-21 |
Jay Satiro | easy_lock: use Sleep(1) for thread yield on old Windows |
commit | commitdiff | tree |
2025-01-21 |
Viktor Szakats | GHA/non-native: fix TLS backend in Android job names |
commit | commitdiff | tree |
2025-01-20 |
Viktor Szakats | GHA: add iOS jobs with LibreSSL, enable dependencies... |
commit | commitdiff | tree |
2025-01-20 |
Viktor Szakats | windows: merge `config-win32ce.h` into `config-win32.h` |
commit | commitdiff | tree |
2025-01-20 |
Viktor Szakats | GHA: replace hard-coded home dir in cache `path:` with `~` |
commit | commitdiff | tree |
2025-01-20 |
9cel | docs: document the behavior of -- in the curl command... |
commit | commitdiff | tree |
2025-01-20 |
Daniel Stenberg | libcurl/opts: do not save files in dirs where attackers... |
commit | commitdiff | tree |
2025-01-19 |
Viktor Szakats | GHA: tidy up quotes, checkout order, silence Android... |
commit | commitdiff | tree |
2025-01-19 |
Viktor Szakats | cmake: drop `fseeko()` pre-fill and check for Windows |
commit | commitdiff | tree |
2025-01-19 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree |
2025-01-19 |
Daniel Stenberg | curl_multi_waitfds.md: tidy up the example |
commit | commitdiff | tree |
2025-01-19 |
Daniel Stenberg | asyn-ares: initial HTTPS resolve support |
commit | commitdiff | tree |
next |