| 2024-10-12 |
Dan Fandrich | tests: allow pytests to run in out-of-tree builds |
commit | commitdiff | tree | snapshot |
| 2024-10-12 |
Viktor Szakats | GHA/linux: mbedTLS 3.6.1 |
commit | commitdiff | tree | snapshot |
| 2024-10-11 |
renovate[bot] | CI: update rojopolis/spellcheck, actions/checkout,... |
commit | commitdiff | tree | snapshot |
| 2024-10-11 |
dependabot... | CI: bump github/codeql-action, vmactions/omnios-vm... |
commit | commitdiff | tree | snapshot |
| 2024-10-11 |
Stefan Eissing | gnutls: use session cache for QUIC |
commit | commitdiff | tree | snapshot |
| 2024-10-11 |
Dan Fandrich | tool_xattr: create the user.creator xattr attribute |
commit | commitdiff | tree | snapshot |
| 2024-10-11 |
Viktor Szakats | cmake: apply `WIN32_LEAN_AND_MEAN` to all feature checks |
commit | commitdiff | tree | snapshot |
| 2024-10-11 |
Viktor Szakats | cmake: untangle feature detection interdependencies |
commit | commitdiff | tree | snapshot |
| 2024-10-11 |
Viktor Szakats | ci: dump `curl_config.h` to log in all jobs |
commit | commitdiff | tree | snapshot |
| 2024-10-11 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree | snapshot |
| 2024-10-11 |
Daniel Stenberg | libssh2: split the statemachine function into smaller... |
commit | commitdiff | tree | snapshot |
| 2024-10-11 |
Daniel Stenberg | netrc: cache the netrc file in memory |
commit | commitdiff | tree | snapshot |
| 2024-10-11 |
Stefan Eissing | TLS: TLSv1.3 earlydata support for curl |
commit | commitdiff | tree | snapshot |
| 2024-10-11 |
Daniel Stenberg | multi: convert Curl_follow to static multi_follow |
commit | commitdiff | tree | snapshot |
| 2024-10-11 |
Daniel Stenberg | cookie: overhaul and cleanup |
commit | commitdiff | tree | snapshot |
| 2024-10-10 |
Viktor Szakats | cmake: replace `check_include_file_concat()` for LDAP... |
commit | commitdiff | tree | snapshot |
| 2024-10-10 |
Viktor Szakats | cmake: allow manual configuration for LDAP |
commit | commitdiff | tree | snapshot |
| 2024-10-10 |
Viktor Szakats | cmake: add comments to feature check options applied... |
commit | commitdiff | tree | snapshot |
| 2024-10-10 |
Viktor Szakats | cmake: stop adding dependency headers to global `CMAKE_... |
commit | commitdiff | tree | snapshot |
| 2024-10-10 |
Viktor Szakats | cmake: use `cmake_push_check_state()` around feature... |
commit | commitdiff | tree | snapshot |
| 2024-10-10 |
Viktor Szakats | GHA: drop `--parallel` option for CMake + Ninja jobs |
commit | commitdiff | tree | snapshot |
| 2024-10-10 |
Viktor Szakats | cmake: add native `pkg-config` detection for mbedTLS... |
commit | commitdiff | tree | snapshot |
| 2024-10-10 |
Viktor Szakats | cmake: tidy up detection C code |
commit | commitdiff | tree | snapshot |
| 2024-10-10 |
Viktor Szakats | GHA/linux: skip installing rust if rustls is in cache |
commit | commitdiff | tree | snapshot |
| 2024-10-10 |
Viktor Szakats | GHA/linux, http3-linux: add CMake support, sync steps... |
commit | commitdiff | tree | snapshot |
| 2024-10-10 |
Viktor Szakats | GHA/mac: simplify detecting SDK version bound to GCC |
commit | commitdiff | tree | snapshot |
| 2024-10-10 |
Viktor Szakats | GHA/linux: fix mbedTLS cmake build |
commit | commitdiff | tree | snapshot |
| 2024-10-10 |
Daniel Stenberg | packages/OS400/curlmain: remove the strncpy calls |
commit | commitdiff | tree | snapshot |
| 2024-10-10 |
Daniel Stenberg | tests/server/util.c: remove use of strncpy |
commit | commitdiff | tree | snapshot |
| 2024-10-09 |
Daniel Stenberg | tool_getparam: replace two uses of strncpy(), ban strncpy |
commit | commitdiff | tree | snapshot |
| 2024-10-09 |
Daniel Stenberg | tests: 780 - 783, new HSTS tests |
commit | commitdiff | tree | snapshot |
| 2024-10-09 |
Daniel Stenberg | hsts: improve subdomain handling |
commit | commitdiff | tree | snapshot |
| 2024-10-09 |
Emanuel Komínek | multi: make curl_multi_cleanup invalidate magic latter |
commit | commitdiff | tree | snapshot |
| 2024-10-09 |
Colton Willey | wolfssl: use old version API without openssl extra |
commit | commitdiff | tree | snapshot |
| 2024-10-09 |
Viktor Szakats | GHA: add Linux and macOS mbedTLS jobs, fix issue |
commit | commitdiff | tree | snapshot |
| 2024-10-08 |
Viktor Szakats | GHA/windows: drop vcpkg shiftmedia-gnutls, replace... |
commit | commitdiff | tree | snapshot |
| 2024-10-08 |
Dan Fandrich | INSTALL.md: fix a typo that slipped in to RISC OS |
commit | commitdiff | tree | snapshot |
| 2024-10-08 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree | snapshot |
| 2024-10-08 |
Sebastian Walz | json.md: cli-option `--json` is an alias of `--data... |
commit | commitdiff | tree | snapshot |
| 2024-10-08 |
Daniel Stenberg | http_aws_sigv4: avoid local buffer and strcpy |
commit | commitdiff | tree | snapshot |
| 2024-10-08 |
Daniel Stenberg | tftp: avoid two memcpy/strcpy |
commit | commitdiff | tree | snapshot |
| 2024-10-08 |
Daniel Stenberg | telnet: avoid two strcpy() by pointing to the strings... |
commit | commitdiff | tree | snapshot |
| 2024-10-08 |
Daniel Stenberg | setopt: avoid superfluous length checks before strcmp() |
commit | commitdiff | tree | snapshot |
| 2024-10-08 |
Daniel Stenberg | bearssl: avoid strpcy() when generating TLS version... |
commit | commitdiff | tree | snapshot |
| 2024-10-08 |
Daniel Stenberg | smb: replace use of strcpy() with snprintf() |
commit | commitdiff | tree | snapshot |
| 2024-10-08 |
Daniel Stenberg | altsvc: avoid using local buffer and memcpy |
commit | commitdiff | tree | snapshot |
| 2024-10-08 |
Daniel Stenberg | hsts: avoid the local buffer and memcpy on lookup |
commit | commitdiff | tree | snapshot |
| 2024-10-08 |
Viktor Szakats | configure: add GSS to `libcurl.pc` `Depends:` |
commit | commitdiff | tree | snapshot |
| 2024-10-08 |
Viktor Szakats | cmake: detect GNU GSS |
commit | commitdiff | tree | snapshot |
| 2024-10-08 |
Daniel Stenberg | CURLOPT_APPEND.md: goes for SFTP as well |
commit | commitdiff | tree | snapshot |
| 2024-10-08 |
Daniel Stenberg | conncache: find bundle again in case it is removed |
commit | commitdiff | tree | snapshot |
| 2024-10-08 |
Daniel Stenberg | test1915: remove wrong comment |
commit | commitdiff | tree | snapshot |
| 2024-10-08 |
Daniel Stenberg | setopt: use a single function for HTTPAUTH and PROXYAUTH |
commit | commitdiff | tree | snapshot |
| 2024-10-07 |
Viktor Szakats | cmake: do not propagate unused `HAVE_GSSAPI_GSSAPI_KRB5... |
commit | commitdiff | tree | snapshot |
| 2024-10-07 |
Viktor Szakats | cmake: detect `HAVE_NETINET_IN6_H`, `HAVE_CLOSESOCKET_C... |
commit | commitdiff | tree | snapshot |
| 2024-10-07 |
Viktor Szakats | configure: drop unused bare `socket.h` detection |
commit | commitdiff | tree | snapshot |
| 2024-10-07 |
Viktor Szakats | sws: fix unused static function with `TCP_NODELAY`... |
commit | commitdiff | tree | snapshot |
| 2024-10-07 |
Viktor Szakats | configure: drop duplicate feature checks for `poll... |
commit | commitdiff | tree | snapshot |
| 2024-10-07 |
Viktor Szakats | build: detect and use `_setmode()` with Cygwin/MSYS... |
commit | commitdiff | tree | snapshot |
| 2024-10-07 |
Viktor Szakats | ech: spelling, whitespace, say `--ech` default config |
commit | commitdiff | tree | snapshot |
| 2024-10-07 |
Viktor Szakats | GHA/macos: comment spelling and clarity |
commit | commitdiff | tree | snapshot |
| 2024-10-07 |
Viktor Szakats | build: add `ldap` to `libcurl.pc` `Requires:` |
commit | commitdiff | tree | snapshot |
| 2024-10-07 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree | snapshot |
| 2024-10-07 |
Daniel Stenberg | INSTALL-CMAKE.md: mention focus on shared libraries |
commit | commitdiff | tree | snapshot |
| 2024-10-06 |
renovate[bot] | ci: update dependency ngtcp2/nghttp3 to v1.6.0 |
commit | commitdiff | tree | snapshot |
| 2024-10-06 |
renovate[bot] | ci: update dependency ngtcp2/ngtcp2 to v1.8.0 |
commit | commitdiff | tree | snapshot |
| 2024-10-05 |
Viktor Szakats | GHA/non-native: fix OmniOS job to fail on tests |
commit | commitdiff | tree | snapshot |
| 2024-10-04 |
Viktor Szakats | cmake: use OpenSSL for LDAP detection only if available |
commit | commitdiff | tree | snapshot |
| 2024-10-04 |
Daniel Stenberg | warnless: remove curlx_sktosi and curlx_sitosk |
commit | commitdiff | tree | snapshot |
| 2024-10-04 |
Dan Fandrich | tests: enable additional ruff Python lint options |
commit | commitdiff | tree | snapshot |
| 2024-10-04 |
Dan Fandrich | CI: run pytype and ruff on Python code |
commit | commitdiff | tree | snapshot |
| 2024-10-04 |
Dan Fandrich | tests: change Python code style to pass ruff checks |
commit | commitdiff | tree | snapshot |
| 2024-10-04 |
Dan Fandrich | tests: fix some Python typing issues |
commit | commitdiff | tree | snapshot |
| 2024-10-04 |
Daniel Stenberg | CURLOPT_HEADERFUNCTION.md: do not modify the passed... |
commit | commitdiff | tree | snapshot |
| 2024-10-04 |
Daniel Stenberg | asyn-ares: remove typecast, fix expire |
commit | commitdiff | tree | snapshot |
| 2024-10-04 |
Viktor Szakats | cmake: add missed variable to comment [ci skip] |
commit | commitdiff | tree | snapshot |
| 2024-10-03 |
Stefan Eissing | test1915: add tracing and connect timeout |
commit | commitdiff | tree | snapshot |
| 2024-10-03 |
Daniel Stenberg | urlapi: normalize the IPv6 address |
commit | commitdiff | tree | snapshot |
| 2024-10-03 |
Daniel Stenberg | tests/valgrind.supp: remove a travis suppression, add... |
commit | commitdiff | tree | snapshot |
| 2024-10-03 |
Stefan Eissing | openssl quic: populate x509 store before handshake |
commit | commitdiff | tree | snapshot |
| 2024-10-03 |
Stefan Eissing | pytest: improve pytest_07_42a reliability |
commit | commitdiff | tree | snapshot |
| 2024-10-03 |
Stefan Eissing | test1515: add tracing and more debug info |
commit | commitdiff | tree | snapshot |
| 2024-10-03 |
Viktor Szakats | GHA/curl-for-win: tidy up `DOCKER_CONTENT_TRUST` |
commit | commitdiff | tree | snapshot |
| 2024-10-03 |
Stefan Eissing | bufq: unwrite fix |
commit | commitdiff | tree | snapshot |
| 2024-10-03 |
Viktor Szakats | GHA/curl-for-win: re-enable image verification for... |
commit | commitdiff | tree | snapshot |
| 2024-10-03 |
Tal Regev | GHA/windows: add workaround for upstream vcpkg issue |
commit | commitdiff | tree | snapshot |
| 2024-10-03 |
Viktor Szakats | GHA/curl-for-win: disable `DOCKER_CONTENT_TRUST` |
commit | commitdiff | tree | snapshot |
| 2024-10-03 |
Daniel Stenberg | DEPRECATE: remove hyper in January 2025 |
commit | commitdiff | tree | snapshot |
| 2024-10-03 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree | snapshot |
| 2024-10-03 |
Daniel Stenberg | lib: use bool/TRUE/FALSE properly |
commit | commitdiff | tree | snapshot |
| 2024-10-03 |
Daniel Stenberg | wolfssl: add proper colon separator |
commit | commitdiff | tree | snapshot |
| 2024-10-03 |
Daniel Stenberg | vtls: convert Curl_pin_peer_pubkey to use dynbuf |
commit | commitdiff | tree | snapshot |
| 2024-10-03 |
Daniel Stenberg | vtls: convert pubkey_pem_to_der to use dynbuf |
commit | commitdiff | tree | snapshot |
| 2024-10-02 |
Viktor Szakats | tests: let openssl generate random cert serials |
commit | commitdiff | tree | snapshot |
| 2024-10-02 |
Viktor Szakats | GHA/linux: fix wolfSSL version in cache key |
commit | commitdiff | tree | snapshot |
| 2024-10-02 |
Viktor Szakats | GHA/linux: drop duplicate names from cache keys |
commit | commitdiff | tree | snapshot |
| 2024-10-02 |
Viktor Szakats | tests: simplify `pathhelp.pm`, avoid using external... |
commit | commitdiff | tree | snapshot |
| 2024-10-02 |
Daniel Stenberg | wolfssl: convert malloc + memcpys to dynbuf for cipher... |
commit | commitdiff | tree | snapshot |
| 2024-10-02 |
Daniel Stenberg | lib: avoid assigning 'result' temporarily |
commit | commitdiff | tree | snapshot |
| 2024-10-02 |
Daniel Stenberg | multi: make multi_handle_timeout use the connect timeout |
commit | commitdiff | tree | snapshot |
| next |