2024-10-08 |
Dan Fandrich | INSTALL.md: fix a typo that slipped in to RISC OS dfandrich/ci |
commit | commitdiff | tree |
2024-10-08 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree |
2024-10-08 |
Sebastian Walz | json.md: cli-option `--json` is an alias of `--data... |
commit | commitdiff | tree |
2024-10-08 |
Daniel Stenberg | http_aws_sigv4: avoid local buffer and strcpy |
commit | commitdiff | tree |
2024-10-08 |
Daniel Stenberg | tftp: avoid two memcpy/strcpy |
commit | commitdiff | tree |
2024-10-08 |
Daniel Stenberg | telnet: avoid two strcpy() by pointing to the strings... |
commit | commitdiff | tree |
2024-10-08 |
Daniel Stenberg | setopt: avoid superfluous length checks before strcmp() |
commit | commitdiff | tree |
2024-10-08 |
Daniel Stenberg | bearssl: avoid strpcy() when generating TLS version... |
commit | commitdiff | tree |
2024-10-08 |
Daniel Stenberg | smb: replace use of strcpy() with snprintf() |
commit | commitdiff | tree |
2024-10-08 |
Daniel Stenberg | altsvc: avoid using local buffer and memcpy |
commit | commitdiff | tree |
2024-10-08 |
Daniel Stenberg | hsts: avoid the local buffer and memcpy on lookup |
commit | commitdiff | tree |
2024-10-08 |
Viktor Szakats | configure: add GSS to `libcurl.pc` `Depends:` |
commit | commitdiff | tree |
2024-10-08 |
Viktor Szakats | cmake: detect GNU GSS |
commit | commitdiff | tree |
2024-10-08 |
Daniel Stenberg | CURLOPT_APPEND.md: goes for SFTP as well |
commit | commitdiff | tree |
2024-10-08 |
Daniel Stenberg | conncache: find bundle again in case it is removed |
commit | commitdiff | tree |
2024-10-08 |
Daniel Stenberg | test1915: remove wrong comment |
commit | commitdiff | tree |
2024-10-08 |
Daniel Stenberg | setopt: use a single function for HTTPAUTH and PROXYAUTH |
commit | commitdiff | tree |
2024-10-07 |
Viktor Szakats | cmake: do not propagate unused `HAVE_GSSAPI_GSSAPI_KRB5... |
commit | commitdiff | tree |
2024-10-07 |
Viktor Szakats | cmake: detect `HAVE_NETINET_IN6_H`, `HAVE_CLOSESOCKET_C... |
commit | commitdiff | tree |
2024-10-07 |
Viktor Szakats | configure: drop unused bare `socket.h` detection |
commit | commitdiff | tree |
2024-10-07 |
Viktor Szakats | sws: fix unused static function with `TCP_NODELAY`... |
commit | commitdiff | tree |
2024-10-07 |
Viktor Szakats | configure: drop duplicate feature checks for `poll... |
commit | commitdiff | tree |
2024-10-07 |
Viktor Szakats | build: detect and use `_setmode()` with Cygwin/MSYS... |
commit | commitdiff | tree |
2024-10-07 |
Viktor Szakats | ech: spelling, whitespace, say `--ech` default config |
commit | commitdiff | tree |
2024-10-07 |
Viktor Szakats | GHA/macos: comment spelling and clarity |
commit | commitdiff | tree |
2024-10-07 |
Viktor Szakats | build: add `ldap` to `libcurl.pc` `Requires:` |
commit | commitdiff | tree |
2024-10-07 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree |
2024-10-07 |
Daniel Stenberg | INSTALL-CMAKE.md: mention focus on shared libraries |
commit | commitdiff | tree |
2024-10-06 |
renovate[bot] | ci: update dependency ngtcp2/nghttp3 to v1.6.0 |
commit | commitdiff | tree |
2024-10-06 |
renovate[bot] | ci: update dependency ngtcp2/ngtcp2 to v1.8.0 |
commit | commitdiff | tree |
2024-10-05 |
Viktor Szakats | GHA/non-native: fix OmniOS job to fail on tests |
commit | commitdiff | tree |
2024-10-04 |
Viktor Szakats | cmake: use OpenSSL for LDAP detection only if available |
commit | commitdiff | tree |
2024-10-04 |
Daniel Stenberg | warnless: remove curlx_sktosi and curlx_sitosk |
commit | commitdiff | tree |
2024-10-04 |
Dan Fandrich | tests: enable additional ruff Python lint options |
commit | commitdiff | tree |
2024-10-04 |
Dan Fandrich | CI: run pytype and ruff on Python code |
commit | commitdiff | tree |
2024-10-04 |
Dan Fandrich | tests: change Python code style to pass ruff checks |
commit | commitdiff | tree |
2024-10-04 |
Dan Fandrich | tests: fix some Python typing issues |
commit | commitdiff | tree |
2024-10-04 |
Daniel Stenberg | CURLOPT_HEADERFUNCTION.md: do not modify the passed... |
commit | commitdiff | tree |
2024-10-04 |
Daniel Stenberg | asyn-ares: remove typecast, fix expire |
commit | commitdiff | tree |
2024-10-04 |
Viktor Szakats | cmake: add missed variable to comment [ci skip] |
commit | commitdiff | tree |
2024-10-03 |
Stefan Eissing | test1915: add tracing and connect timeout |
commit | commitdiff | tree |
2024-10-03 |
Daniel Stenberg | urlapi: normalize the IPv6 address |
commit | commitdiff | tree |
2024-10-03 |
Daniel Stenberg | tests/valgrind.supp: remove a travis suppression, add... |
commit | commitdiff | tree |
2024-10-03 |
Stefan Eissing | openssl quic: populate x509 store before handshake |
commit | commitdiff | tree |
2024-10-03 |
Stefan Eissing | pytest: improve pytest_07_42a reliability |
commit | commitdiff | tree |
2024-10-03 |
Stefan Eissing | test1515: add tracing and more debug info |
commit | commitdiff | tree |
2024-10-03 |
Viktor Szakats | GHA/curl-for-win: tidy up `DOCKER_CONTENT_TRUST` |
commit | commitdiff | tree |
2024-10-03 |
Stefan Eissing | bufq: unwrite fix |
commit | commitdiff | tree |
2024-10-03 |
Viktor Szakats | GHA/curl-for-win: re-enable image verification for... |
commit | commitdiff | tree |
2024-10-03 |
Tal Regev | GHA/windows: add workaround for upstream vcpkg issue |
commit | commitdiff | tree |
2024-10-03 |
Viktor Szakats | GHA/curl-for-win: disable `DOCKER_CONTENT_TRUST` |
commit | commitdiff | tree |
2024-10-03 |
Daniel Stenberg | DEPRECATE: remove hyper in January 2025 |
commit | commitdiff | tree |
2024-10-03 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree |
2024-10-03 |
Daniel Stenberg | lib: use bool/TRUE/FALSE properly |
commit | commitdiff | tree |
2024-10-03 |
Daniel Stenberg | wolfssl: add proper colon separator |
commit | commitdiff | tree |
2024-10-03 |
Daniel Stenberg | vtls: convert Curl_pin_peer_pubkey to use dynbuf |
commit | commitdiff | tree |
2024-10-03 |
Daniel Stenberg | vtls: convert pubkey_pem_to_der to use dynbuf |
commit | commitdiff | tree |
2024-10-02 |
Viktor Szakats | tests: let openssl generate random cert serials |
commit | commitdiff | tree |
2024-10-02 |
Viktor Szakats | GHA/linux: fix wolfSSL version in cache key |
commit | commitdiff | tree |
2024-10-02 |
Viktor Szakats | GHA/linux: drop duplicate names from cache keys |
commit | commitdiff | tree |
2024-10-02 |
Viktor Szakats | tests: simplify `pathhelp.pm`, avoid using external... |
commit | commitdiff | tree |
2024-10-02 |
Daniel Stenberg | wolfssl: convert malloc + memcpys to dynbuf for cipher... |
commit | commitdiff | tree |
2024-10-02 |
Daniel Stenberg | lib: avoid assigning 'result' temporarily |
commit | commitdiff | tree |
2024-10-02 |
Daniel Stenberg | multi: make multi_handle_timeout use the connect timeout |
commit | commitdiff | tree |
2024-10-02 |
Daniel Stenberg | GHA/labeler: adjust some docs patterns |
commit | commitdiff | tree |
2024-10-02 |
Daniel Stenberg | tests: remove debug requirement on 38 tests |
commit | commitdiff | tree |
2024-10-02 |
Daniel Stenberg | vtls: skip a "useless assignment" |
commit | commitdiff | tree |
2024-10-02 |
Daniel Stenberg | tool: support --show-headers AND --remote-header-name |
commit | commitdiff | tree |
2024-10-02 |
Viktor Szakats | GHA/macos: update comment with new Xcode default for... |
commit | commitdiff | tree |
2024-10-01 |
Viktor Szakats | GHA/macos: drop unsupported Xcode version references |
commit | commitdiff | tree |
2024-10-01 |
Viktor Szakats | GHA/macos: delete `macos-12` jobs, update matrix for... |
commit | commitdiff | tree |
2024-10-01 |
Viktor Szakats | GHA/macos: Sequoia chores, fixes for llvm 18 |
commit | commitdiff | tree |
2024-10-01 |
Viktor Szakats | tests: fixup `checkcmd` `PATH` on non-unixy platforms |
commit | commitdiff | tree |
2024-10-01 |
Viktor Szakats | tests: fix shell quoting on native Windows Perl |
commit | commitdiff | tree |
2024-10-01 |
Viktor Szakats | tests: fix `%POSIX_PWD` on native Windows Perl |
commit | commitdiff | tree |
2024-10-01 |
Viktor Szakats | tests: replace `%PWD` with `%SSH_PWD` in SCP/SFTP tests |
commit | commitdiff | tree |
2024-10-01 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree |
2024-10-01 |
dependabot... | CI: bump actions/checkout from 4.1.7 to 4.2.0 |
commit | commitdiff | tree |
2024-10-01 |
dependabot... | CI: bump github/codeql-action from 3.26.8 to 3.26.10 |
commit | commitdiff | tree |
2024-10-01 |
Daniel Stenberg | docs/libcurl: expand multi documentation |
commit | commitdiff | tree |
2024-10-01 |
Daniel Stenberg | select: use poll() if existing, avoid poll() with no... |
commit | commitdiff | tree |
2024-10-01 |
Stefan Eissing | ftp: fix 0-length last write on upload from stdin |
commit | commitdiff | tree |
2024-10-01 |
Viktor Szakats | tests: replace hard-coded `/dev/null` with variable |
commit | commitdiff | tree |
2024-10-01 |
Viktor Szakats | tests: add and use `%PERL` variable to refer to the... |
commit | commitdiff | tree |
2024-09-30 |
Viktor Szakats | tests: replace `%PWD` with `%FILE_PWD` for `file://` |
commit | commitdiff | tree |
2024-09-30 |
Viktor Szakats | cmake: readd `generate-curl.1` dependency for `src... |
commit | commitdiff | tree |
2024-09-30 |
Viktor Szakats | runtests: drop unused code for old/classic-mingw support |
commit | commitdiff | tree |
2024-09-30 |
Viktor Szakats | GHA: move Cygwin jobs back into the Windows workflow |
commit | commitdiff | tree |
2024-09-30 |
Viktor Szakats | appveyor: bump to OpenSSL 3.3 |
commit | commitdiff | tree |
2024-09-30 |
Viktor Szakats | appveyor: delete unused WebSockets option remains ... |
commit | commitdiff | tree |
2024-09-30 |
dependabot... | CI: bump vmactions/omnios-vm from 1.0.6 to 1.0.7 |
commit | commitdiff | tree |
2024-09-30 |
Stefan Eissing | quic: use send/recvmmsg when available |
commit | commitdiff | tree |
2024-09-30 |
renovate[bot] | ci: update dependency awslabs/aws-lc to v1.36.0 |
commit | commitdiff | tree |
2024-09-30 |
dependabot... | CI: bump github/codeql-action from 3.26.6 to 3.26.8 |
commit | commitdiff | tree |
2024-09-30 |
Daniel Stenberg | CI/winbuild: remove enabling of websocket - done by... |
commit | commitdiff | tree |
2024-09-29 |
Viktor Szakats | runtests: fix indentation |
commit | commitdiff | tree |
2024-09-29 |
Viktor Szakats | GHA/cygwin, msys: move tests to cmake jobs, to finish... |
commit | commitdiff | tree |
2024-09-29 |
Viktor Szakats | GHA/windows: fix `find` in old-mingw-w64 `curl -V`... |
commit | commitdiff | tree |
2024-09-29 |
Viktor Szakats | ci: tidy-ups |
commit | commitdiff | tree |
2024-09-29 |
Viktor Szakats | cmake: websockets tidy-ups |
commit | commitdiff | tree |
next |