2025-03-10 |
Daniel Stenberg | tool_operate: fix a stray Curl_ symbol use bagder/src-curlx 16664/head |
commit | commitdiff | tree |
2025-03-10 |
Daniel Stenberg | src: s/Curl_safefree/curlx_safefree |
commit | commitdiff | tree |
2025-03-10 |
Daniel Stenberg | src: use curlx_dyn_ prefix, not Curl_dyn_ |
commit | commitdiff | tree |
2025-03-10 |
Daniel Stenberg | src: remove Curl_ prefix from tool-specific function |
commit | commitdiff | tree |
2025-03-10 |
Stefan Eissing | libssh: fix freeing of resources in disconnect |
commit | commitdiff | tree |
2025-03-10 |
Stefan Eissing | libssh2: fix freeing of resources in disconnect |
commit | commitdiff | tree |
2025-03-10 |
Viktor Szakats | build: enable `-Wcast-qual`, fix or silence compiler... |
commit | commitdiff | tree |
2025-03-10 |
Viktor Szakats | DISABLED: add 313 for sectransp (move from GHA/macos) |
commit | commitdiff | tree |
2025-03-10 |
Viktor Szakats | tidy-up: replace `Curl_safefree` with `free` before... |
commit | commitdiff | tree |
2025-03-10 |
Jay Satiro | libssh: fix scp large file upload for 32-bit size_t... |
commit | commitdiff | tree |
2025-03-10 |
Daniel Stenberg | urlapi: treat 0 alone as decimal number in IPv4 address |
commit | commitdiff | tree |
2025-03-10 |
Viktor Szakats | tidy-up: whitespace, tests/server Makefile.inc, timeval... |
commit | commitdiff | tree |
2025-03-10 |
Daniel Stenberg | hostip: don't use alarm() for DoH resolves |
commit | commitdiff | tree |
2025-03-10 |
Daniel Stenberg | lib: clear up CURLRES_ASYNCH vs USE_CURL_ASYNC use |
commit | commitdiff | tree |
2025-03-10 |
Daniel Stenberg | socks: remove bad assert from do_SOCKS5() |
commit | commitdiff | tree |
2025-03-10 |
Daniel Stenberg | STRPARSE: amend with recently added functions |
commit | commitdiff | tree |
2025-03-10 |
Daniel Stenberg | lib: rename curlx_strtoofft to Curl_str_numblanks() |
commit | commitdiff | tree |
2025-03-10 |
Christian Schmitz | easy: fix warning about possible comma misuse |
commit | commitdiff | tree |
2025-03-10 |
Daniel Stenberg | configure: call the blocking resolver "blocking", not... |
commit | commitdiff | tree |
2025-03-10 |
Daniel Stenberg | mprintf: switch three number parsers to use strparse |
commit | commitdiff | tree |
2025-03-10 |
Daniel Stenberg | src: replace strto[u][ld] with curlx_str_ parsers |
commit | commitdiff | tree |
2025-03-10 |
Viktor Szakats | GHA/windows: enable H3 in GnuTLS MinGW job |
commit | commitdiff | tree |
2025-03-10 |
Viktor Szakats | libssh2: fix memory leak in `SSH_SFTP_REALPATH` state |
commit | commitdiff | tree |
2025-03-09 |
Viktor Szakats | runtests: fix SSH server not starting in cases, re... |
commit | commitdiff | tree |
2025-03-09 |
Viktor Szakats | tests/server: sync `wait_ms()` with the libcurl impleme... |
commit | commitdiff | tree |
2025-03-09 |
Samuel Henrique | tests/servers.pm: remove unused variable 'portrange' |
commit | commitdiff | tree |
2025-03-09 |
Viktor Szakats | lib2302: fix crash due to stack overflow on MSVC and... |
commit | commitdiff | tree |
2025-03-09 |
Viktor Szakats | GHA/windows: add GnuTLS job, drop default OpenSSL for... |
commit | commitdiff | tree |
2025-03-08 |
Viktor Szakats | GHA/windows: re-add GnuTLS for vcpkg, improve perf... |
commit | commitdiff | tree |
2025-03-08 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree |
2025-03-08 |
Samuel Henrique | test1022: add support for rc releases |
commit | commitdiff | tree |
2025-03-08 |
Viktor Szakats | gtls: fix uninitialized variable |
commit | commitdiff | tree |
2025-03-08 |
renovate[bot] | GHA: update dependency cloudflare/quiche to v0.23.4 |
commit | commitdiff | tree |
2025-03-08 |
Daniel Stenberg | RELEASE-PROCEDURE.md: explain release candidates |
commit | commitdiff | tree |
2025-03-08 |
Viktor Szakats | curl_setup_once: stop redefining `ENAMETOOLONG` to... |
commit | commitdiff | tree |
2025-03-08 |
Viktor Szakats | curl_setup_once: drop `E*` macro redefines unused ... |
commit | commitdiff | tree |
2025-03-08 |
Viktor Szakats | tests/server: fix to check against winsock2 error codes... |
commit | commitdiff | tree |
2025-03-07 |
Viktor Szakats | zlib: bump minimum to 1.2.5.2 (was: 1.2.0.4) |
commit | commitdiff | tree |
2025-03-07 |
Stefan Eissing | quiche: do not iterate over multi handles |
commit | commitdiff | tree |
2025-03-07 |
Daniel Stenberg | tool_parsecfg: make my_get_line() skip empty and blanks... |
commit | commitdiff | tree |
2025-03-07 |
Daniel Stenberg | setopt: illegal CURLOPT_SOCKS5_AUTH should return error |
commit | commitdiff | tree |
2025-03-07 |
Viktor Szakats | GHA/windows: msys/mingw improvements |
commit | commitdiff | tree |
2025-03-07 |
Viktor Szakats | vtls: fix compiler warnings seen with gcc 7.3.0 and... |
commit | commitdiff | tree |
2025-03-07 |
Stefan Eissing | openssl-quic: do not iterate over multi handles |
commit | commitdiff | tree |
2025-03-07 |
Viktor Szakats | GHA/windows: ignore flaky 2310 with MSVC again |
commit | commitdiff | tree |
2025-03-07 |
Viktor Szakats | tests/server: round of tidy-ups (part 2) |
commit | commitdiff | tree |
2025-03-07 |
Viktor Szakats | wolfssl: fix unused variable warning |
commit | commitdiff | tree |
2025-03-07 |
Viktor Szakats | cmake: `CURL_LIBDIRS` improvements (upstreamed from... |
commit | commitdiff | tree |
2025-03-07 |
Viktor Szakats | build: cmake multi-pkg-config detection improvements... |
commit | commitdiff | tree |
2025-03-07 |
Daniel Stenberg | url: call protocol handler's disconnect in Curl_conn_free |
commit | commitdiff | tree |
2025-03-07 |
Stefan Eissing | ngtcp2: do not iterate over multi handles |
commit | commitdiff | tree |
2025-03-07 |
Daniel Stenberg | src: cleanup ISBLANK vs ISSPACE |
commit | commitdiff | tree |
2025-03-07 |
Viktor Szakats | GHA/macos: add initial pytest support |
commit | commitdiff | tree |
2025-03-06 |
Daniel Stenberg | setopt: setting PROXYUSERPWD after PROXYUSERNAME/PASSWO... 16601/head |
commit | commitdiff | tree |
2025-03-06 |
Harry Sintonen | doh: improve HTTPS RR svcparams parsing |
commit | commitdiff | tree |
2025-03-06 |
Viktor Szakats | GHA/windows: drop `handle64.exe` |
commit | commitdiff | tree |
2025-03-06 |
Viktor Szakats | sectransp: add support for HTTP/2 in gcc builds |
commit | commitdiff | tree |
2025-03-06 |
Viktor Szakats | tests: reformat error messages to avoid tripping MSBuild |
commit | commitdiff | tree |
2025-03-06 |
Viktor Szakats | windows: do not use winsock2 `inet_ntop()`/`inet_pton()` |
commit | commitdiff | tree |
2025-03-06 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree |
2025-03-06 |
Ethan Wilkes | ws: corrected curlws_cont to reflect its documented... |
commit | commitdiff | tree |
2025-03-06 |
Daniel Stenberg | multi: start the loop over when handles are removed |
commit | commitdiff | tree |
2025-03-06 |
Daniel Stenberg | tool_parsecfg: make my_get_line skip comments and newlines |
commit | commitdiff | tree |
2025-03-06 |
Daniel Stenberg | docs/HISTORY: add some events from the last year |
commit | commitdiff | tree |
2025-03-06 |
Zhang Wen | tool_operate: change "1 retries" to "1 retry" |
commit | commitdiff | tree |
2025-03-06 |
Stefan Eissing | tests/certs: cleanup |
commit | commitdiff | tree |
2025-03-06 |
Martxel | openssl: fix pkcs11 URI checking for key files. |
commit | commitdiff | tree |
2025-03-06 |
Viktor Szakats | cmake: fix detection pre-fills for iOS |
commit | commitdiff | tree |
2025-03-06 |
Viktor Szakats | GHA/windows: drop test exclusions from MSYS jobs |
commit | commitdiff | tree |
2025-03-06 |
Viktor Szakats | build: set `HAVE_STDINT_H` if `stdint.h` is available |
commit | commitdiff | tree |
2025-03-06 |
Viktor Szakats | tests: mark tests 1631, 1632 flaky |
commit | commitdiff | tree |
2025-03-06 |
Viktor Szakats | GHA/macos: stop ignoring test 2100 with gcc |
commit | commitdiff | tree |
2025-03-06 |
Viktor Szakats | lib1156: pass longs to `curl_easy_setopt()` |
commit | commitdiff | tree |
2025-03-06 |
Viktor Szakats | curl.h: switch `CURL_HTTP_VERSION*` enums to long constants |
commit | commitdiff | tree |
2025-03-05 |
Daniel Stenberg | tests/certs: drop the empty .dhp files |
commit | commitdiff | tree |
2025-03-05 |
Viktor Szakats | GHA/macos: restore nghttp2 package for runtests HTTP... |
commit | commitdiff | tree |
2025-03-05 |
Viktor Szakats | runtests: check and report if `diff` tool is missing |
commit | commitdiff | tree |
2025-03-05 |
Viktor Szakats | GHA/windows: bump msys2 action, downgrade runtime for... |
commit | commitdiff | tree |
2025-03-05 |
Viktor Szakats | GHA/windows: stop ignoring most ignored test results |
commit | commitdiff | tree |
2025-03-05 |
Daniel Stenberg | tool_getparam: parse_header() without strtok |
commit | commitdiff | tree |
2025-03-05 |
Ondřej Hlavatý | request: clear sendbuf_hds_len when resetting request... |
commit | commitdiff | tree |
2025-03-05 |
Stefan Eissing | gnutls: set priority via --ciphers |
commit | commitdiff | tree |
2025-03-05 |
Viktor Szakats | GHA/windows: always install diffutils for MSYS/mingw... |
commit | commitdiff | tree |
2025-03-05 |
Daniel Stenberg | tool_dirhie: create dir hierarchy without strtok |
commit | commitdiff | tree |
2025-03-05 |
Daniel Stenberg | tool_paramhlp: do --proto parsing without strtok |
commit | commitdiff | tree |
2025-03-05 |
Daniel Stenberg | http_aws_sigv4: cannot be used for proxy |
commit | commitdiff | tree |
2025-03-05 |
Daniel Stenberg | tests: make sure 'commands.log' is generated in the... |
commit | commitdiff | tree |
2025-03-05 |
Stefan Eissing | http2: detect session being closed on ingress handling |
commit | commitdiff | tree |
2025-03-05 |
Stefan Eissing | http2: add on_invalid_frame callback for error detection |
commit | commitdiff | tree |
2025-03-05 |
Stefan Eissing | http2: reset stream on response header error |
commit | commitdiff | tree |
2025-03-05 |
Daniel Stenberg | src: avoid strdup on platforms not doing UTF8 conversions |
commit | commitdiff | tree |
2025-03-05 |
Orgad Shaneh | docs: adapt to removed --with-random |
commit | commitdiff | tree |
2025-03-05 |
Daniel Stenberg | tool_getparam: parse --trace-config without strdup... |
commit | commitdiff | tree |
2025-03-05 |
Viktor Szakats | GHA/windows: drop running tests with dl-mingw 7.3.0... |
commit | commitdiff | tree |
2025-03-05 |
Viktor Szakats | build: tidy-ups around `inet_pton` |
commit | commitdiff | tree |
2025-03-04 |
Daniel Stenberg | tool_getparam: do parse_upload_flags without the alloc... |
commit | commitdiff | tree |
2025-03-04 |
Viktor Szakats | GHA: brew `--no-lock` an invalid option now, drop |
commit | commitdiff | tree |
2025-03-04 |
Viktor Szakats | tests/server: replace `strerror` with `sstrerror` in... |
commit | commitdiff | tree |
2025-03-04 |
Viktor Szakats | tests/server: replace `errno` with `SOCKERRNO` in sockf... |
commit | commitdiff | tree |
2025-03-04 |
Daniel Stenberg | RELEASE-NOTES: synced |
commit | commitdiff | tree |
next |