c2212c05 | 04-Aug-2023 |
Alexander Kanavin |
tests: update cookie expiry dates to far in the future This allows testing Y2038 with system time set to after that, so that actual Y2038 issues can be exposed, and not masked by expiry
tests: update cookie expiry dates to far in the future This allows testing Y2038 with system time set to after that, so that actual Y2038 issues can be exposed, and not masked by expiry errors. Fixes #11576 Closes #11610
show more ...
|
bc7c4996 | 25-Aug-2023 |
John Bampton |
misc: fix spelling Closes #11733 |
a722ce71 | 25-Aug-2023 |
Daniel Stenberg |
cmdline-opts/page-header: clarify stronger that !opt == URL Everything provided on the command line that is not an option (or an argument to an option) is treated as a URL. Clos
cmdline-opts/page-header: clarify stronger that !opt == URL Everything provided on the command line that is not an option (or an argument to an option) is treated as a URL. Closes #11734
show more ...
|
1d2f41a8 | 25-Aug-2023 |
Daniel Stenberg |
tests/runner: fix %else handling Getting the show state proper for %else and %endif did not properly work in nested cases. Follow-up to 3d089c41ea9 Closes #11731 |
629723ec | 25-Aug-2023 |
Nicholas Nethercote |
docs: Remove mention of #10803 from `KNOWN_BUGS`. Because the leaks have been fixed. |
e8541664 | 25-Aug-2023 |
Nicholas Nethercote |
c-hyper: fix another memory leak in `Curl_http`. There is a `hyper_clientconn_free` call on the happy path, but not one on the error path. This commit adds one. Fixes the second
c-hyper: fix another memory leak in `Curl_http`. There is a `hyper_clientconn_free` call on the happy path, but not one on the error path. This commit adds one. Fixes the second memory leak reported by Valgrind in #10803. Fixes #10803 Closes #11729
show more ...
|
c61dd5fe | 25-Aug-2023 |
Nicholas Nethercote |
c-hyper: fix a memory leak in `Curl_http`. A request created with `hyper_request_new` must be consumed by either `hyper_clientconn_send` or `hyper_request_free`. This is not ter
c-hyper: fix a memory leak in `Curl_http`. A request created with `hyper_request_new` must be consumed by either `hyper_clientconn_send` or `hyper_request_free`. This is not terrifically clear from the hyper docs -- `hyper_request_free` is documented only with "Free an HTTP request if not going to send it on a client" -- but a perusal of the hyper code confirms it. This commit adds a `hyper_request_free` to the `error:` path in `Curl_http` so that the request is consumed when an error occurs after the request is created but before it is sent. Fixes the first memory leak reported by Valgrind in #10803. Closes #11729
show more ...
|
7e371dc9 | 25-Aug-2023 |
Daniel Stenberg |
RELEASE-NOTES: synced |
fb3180a0 | 25-Aug-2023 |
John Bampton |
misc: spellfixes Closes #11730 |
3d089c41 | 24-Aug-2023 |
Daniel Stenberg |
tests: add support for nested %if conditions Provides more flexiblity to test cases. Also warn and bail out if there is an '%else' or %endif' without a preceeding '%if'.
tests: add support for nested %if conditions Provides more flexiblity to test cases. Also warn and bail out if there is an '%else' or %endif' without a preceeding '%if'. Ref: #11610 Closes #11728
show more ...
|
bb65f73b | 24-Aug-2023 |
Daniel Stenberg |
time-cond.d: mention what happens on a missing file Closes #11727 |
b02b9070 | 24-Aug-2023 |
Christian Hesse |
docs/cmdline-opts: match the current output The release date has been added in output, reflect that in documentation. Closes #11723 |
2ff7cd75 | 24-Aug-2023 |
Daniel Stenberg |
lib: minor comment corrections |
5b060a41 | 22-Aug-2023 |
Daniel Stenberg |
docs: rewrite to present tense ... instead of using future tense. + numerous cleanups and improvements + stick to "reuse" not "re-use" + fewer contractions Closes #
docs: rewrite to present tense ... instead of using future tense. + numerous cleanups and improvements + stick to "reuse" not "re-use" + fewer contractions Closes #11713
show more ...
|
887b998e | 23-Aug-2023 |
Daniel Stenberg |
urlapi: setting a blank URL ("") is not an ok URL Test it in 1560 Fixes #11714 Reported-by: ad0p on github Closes #11715 |
5e2beb33 | 23-Aug-2023 |
Daniel Stenberg |
spelling: use 'reuse' not 're-use' in code and elsewhere Unify the spelling as both versions were previously used intermittently Closes #11717 |
1a14f217 | 23-Aug-2023 |
Michael Osipov |
system.h: add CURL_OFF_T definitions on HP-UX with HP aCC HP-UX on IA64 provides two modes: 32 and 64 bit while 32 bit being the default one. Use "long long" in 32 bit mode and just "lon
system.h: add CURL_OFF_T definitions on HP-UX with HP aCC HP-UX on IA64 provides two modes: 32 and 64 bit while 32 bit being the default one. Use "long long" in 32 bit mode and just "long" in 64 bit mode. Closes #11718
show more ...
|
814dc4b2 | 16-Aug-2023 |
Dan Fandrich |
tests: don't call HTTP errors OK in test cases Some HTTP errors codes were accompanied by the text OK, which causes some cognitive dissonance when reading them. |
86179afc | 15-Aug-2023 |
Dan Fandrich |
http: close the connection after a late 417 is received In this situation, only part of the data has been sent before aborting so the connection is no longer usable. Assisted-by
http: close the connection after a late 417 is received In this situation, only part of the data has been sent before aborting so the connection is no longer usable. Assisted-by: Jay Satiro Fixes #11678 Closes #11679
show more ...
|
0d89c909 | 17-Aug-2023 |
Dan Fandrich |
runtests: slightly increase the longest log file displayed The new limit provides enough space for a 64 KiB data block to be logged in a trace file, plus a few lines at the start and end
runtests: slightly increase the longest log file displayed The new limit provides enough space for a 64 KiB data block to be logged in a trace file, plus a few lines at the start and end for context. This happens to be the amount of data sent at a time in a PUT request.
show more ...
|
66883a89 | 21-Aug-2023 |
Dan Fandrich |
tests: add delay command to the HTTP server This adds a delay after client connect. |
a2caea87 | 22-Aug-2023 |
Daniel Stenberg |
cirrus: install everthing with pkg, avoid pip Assisted-by: Sevan Janiyan Closes #11711 |
8ef2992e | 22-Aug-2023 |
Daniel Stenberg |
curl_url*.3: update function descriptions - expand and clarify several descriptions - avoid using future tense all over Closes #11708 |
c996e02a | 22-Aug-2023 |
Daniel Stenberg |
RELEASE-NOTES: synced |
527a17dc | 21-Aug-2023 |
Stefan Eissing |
CI/cirrus: disable python install on FreeBSD - python cryptography package does not build build FreeBSD - install just mentions "error" - this gets the build and the main test suite
CI/cirrus: disable python install on FreeBSD - python cryptography package does not build build FreeBSD - install just mentions "error" - this gets the build and the main test suite going again Closes #11705
show more ...
|