summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3
Commit message (Collapse)AuthorAgeFilesLines
* man pages: simplify the .TH sectionsDaniel Stenberg2023-04-261-1/+1
| | | | | | | | | | - remove the version numbers - simplify the texts The date and version number will be put there for releases when maketgz runs the updatemanpages.pl script. Closes #11029
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
| | | | | | | | | | | | - they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - saves us from pointless churn - git keeps history for us - the year range is kept in COPYING checksrc is updated to allow non-year using copyright statements Closes #10205
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
| | | | | | | | | | | 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
* docs: consistent manpage SYNOPSISDaniel Stenberg2021-11-261-0/+2
| | | | | | | | | | Make all libcurl related options use .nf (no fill) for the SYNOPSIS section - for consistent look. roffit then renders that section using <pre> (monospace font) in html for the website. Extended manpage-syntax (test 1173) with a basic check for it. Closes #8062
* docs: NAME fixes in easy option man pagesDaniel Stenberg2021-11-081-2/+2
| | | | Closes #7975
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* docs: clarify the CURLOPT_INTERLEAVE* options behaviorDaniel Stenberg2017-09-151-3/+4
|
* opts: more than 100 more examples for man pages...Daniel Stenberg2017-05-311-2/+14
|
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* opts: the final bunch of options as man pagesDaniel Stenberg2014-06-201-0/+45
Now all current options have their own man pages.