max.mehl
ad9bc5976d
copyright: make repository REUSE compliant
...
Add licensing and copyright information for all files in this repository. This
either happens in the file itself as a comment header or in the file
`.reuse/dep5`.
This commit also adds a Github workflow to check pull requests and adapts
copyright.pl to the changes.
Closes #8869
2022-06-13 09:13:00 +02:00
jonrumsey
20faeee6f3
OS400: update for CURLOPT_AWS_SIGV4
...
chkstrings fails because a new string option that could require codepage
conversion has been added.
Closes #6561
Fixes #6560
2021-02-04 08:39:15 +01:00
Daniel Stenberg
4d2f800677
curl.se: new home
...
Closes #6172
2020-11-04 23:59:47 +01:00
Daniel Stenberg
f3b7d72c57
packages/OS400: make the source code-style compliant
...
... and make sure 'make checksrc' in the root dir also verifies the
packages/OS400 sources.
Closes https://github.com/curl/curl/pull/6085
2020-10-17 23:33:50 -04:00
Jay Satiro
3bcd81df92
os400: Sync libcurl API options
...
This fixes the OS400 build and also an incorrect entry for
CURLINFO_APPCONNECT_TIME_T where it was treated as
CURLINFO_STARTTRANSFER_TIME_T.
Reported-by: Jon Rumsey
Fixes https://github.com/curl/curl/issues/6083
Closes https://github.com/curl/curl/pull/6084
2020-10-17 22:32:13 -04:00
Calvin Buckley
a08425444b
OS400: Update strings for ccsid-ifier
...
Fixes build.
Closes #5132
2020-03-23 10:37:59 +01:00
Jon Rumsey
4228700461
urldata: do string enums without #ifdefs for build scripts
...
... and check for inconsistencies for OS400 at build time with the new
chkstrings tool.
Closes #4822
2020-01-27 09:26:58 +01:00