Daniel Stenberg
a71288072b
docs/libcurl/libcurl.3: cleanups and improvements
...
Closes #11317
2023-06-15 08:31:51 +02:00
Daniel Stenberg
f98344c4ae
man pages: simplify the .TH sections
...
- 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
2023-04-26 10:17:13 +02:00
Daniel Stenberg
2bc1d775f5
copyright: update all copyright lines and remove year ranges
...
- 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
2023-01-03 09:19:21 +01:00
Daniel Stenberg
fd1ce3d4b0
docs: spellfixes
...
Pointed by the new CI job
2022-09-21 15:20:08 +02:00
Jay Satiro
a8a4abb2ae
vtls: make curl_global_sslset thread-safe
...
.. and update some docs to explain curl_global_* is now thread-safe.
Follow-up to 23af112
which made curl_global_init/cleanup thread-safe.
Closes https://github.com/curl/curl/pull/9016
2022-06-16 03:18:40 -04:00
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
Daniel Stenberg
a338d86885
docs: fix mandoc -T lint formatting complaints
...
Closes #8228
2022-01-05 22:45:02 +01:00
Daniel Stenberg
76d6e719d9
docs: address proselint nits
...
- avoid exclamation marks
- use consistent number of spaces after periods: one
- avoid clichés
- avoid using 'very'
Closes #8060
2021-11-26 14:27:07 +01:00
Daniel Stenberg
a28464ae77
docs: reduce/avoid English contractions
...
You're => You are
Hasn't => Has not
Doesn't => Does not
Don't => Do not
You'll => You will
etc
Closes #7930
2021-11-07 23:16:27 +01:00
Daniel Stenberg
a42b8f08d8
libcurl.3: mention the URL API
...
To make it easier to find. Also a minor polish of libcurl-url.3
Closes #7009
2021-05-06 16:54:05 +02:00
Daniel Stenberg
4d2f800677
curl.se: new home
...
Closes #6172
2020-11-04 23:59:47 +01:00
Daniel Stenberg
9a8b3b3e13
copyright: fix out-of-date copyright ranges and missing headers
...
Reported by the new script 'scripts/copyright.pl'. The script has a
regex whitelist for the files that don't need copyright headers.
Removed three (mostly usesless) README files from docs/
Closes #5141
2020-03-24 15:05:59 +01:00
Johannes Schindelin
0fb4125554
Add a man page for curl_global_sslset()
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-08-28 14:56:59 +02:00
Daniel Stenberg
4af40b3646
URLs: change all http:// URLs to https://
2016-02-03 00:19:02 +01:00
Jay Satiro
19ca40100b
curl_global_init.3: Add Windows-specific info for init via DLL
...
- Add to both curl_global_init.3 and libcurl.3 the caveat for Windows
that initializing libcurl via a DLL's DllMain or static initializer
could cause a deadlock.
Bug: https://github.com/bagder/curl/issues/586
Reported-by: marc-groundctl@users.noreply.github.com
2016-01-04 17:44:39 -05:00
Daniel Stenberg
4b96240d3f
libcurl.3: fix a single typo
...
Closes #361
2015-08-03 23:28:31 +02:00
Jay Satiro
279965c923
libcurl-thread.3: Consolidate thread safety info
...
This is a new document to consolidate our thread safety information from
several documents (curl-www:features, libcurl.3, libcurl-tutorial.3).
Each document's section on multi-threading will now point to this one.
2015-07-28 13:57:06 +02:00
Daniel Stenberg
7eb7f7c32d
libcurl.3: fix formatting
...
refer to functions with the man page section properly
2014-11-25 11:56:43 +01:00
Askar Safin
c9a981778d
libcurl.3: Typo fixed
2014-08-29 16:41:11 +02:00
Daniel Stenberg
b1096d2352
libcurl.3: edited slightly to improve readability
2014-02-18 08:46:46 +01:00
Daniel Stenberg
345955e87e
libcurl.3: for multi interface connections are held in the multi handle
...
... and a few more cleanups/clarifications
2013-09-12 13:59:05 +02:00
Daniel Stenberg
029136da60
source header: added to more files
2011-03-12 00:14:32 +01:00
Daniel Stenberg
2309b4e330
remove the CVSish $Id$ lines
2010-03-24 11:02:54 +01:00
Daniel Stenberg
d5bfec70af
- Anthony Bryan provided a set of patches that cleaned up manual language,
...
corrected spellings and more.
2008-12-22 13:07:13 +00:00
Daniel Stenberg
3e5dcc8bcd
minor language edits bug reports 1510080 1510098
2006-06-21 17:34:29 +00:00
Daniel Stenberg
4c35a40858
Bryan Henderson turned the 'initialized' variable for curl_global_init()
...
into a counter, and thus you can now do multiple curl_global_init() and you
are then supposed to do the same amount of calls to curl_global_cleanup().
Bryan also updated the docs accordingly.
2006-01-15 23:55:53 +00:00
Daniel Stenberg
c136b80af5
refer to the new tutorial man page
2004-06-21 08:28:10 +00:00
Daniel Stenberg
7332350e85
minor update edits
2004-05-05 06:11:57 +00:00
Daniel Stenberg
4b78b4124e
Tor Arntsen's major ispell patch
2004-03-24 21:40:45 +00:00
Daniel Stenberg
7de892eeb4
more formatting fixes
2004-03-15 12:41:24 +00:00
Daniel Stenberg
8c4e91a653
refer to function names better to enhance the HTML output
2004-03-15 11:56:07 +00:00
Daniel Stenberg
344c378996
use .BR to refer to other man pages to make it easier for parsers to know
2003-11-04 13:30:27 +00:00
Daniel Stenberg
a3e5d81765
separated the easy-specific stuff into a new libcurl-easy.3 man page and
...
made the libcurl.3 one a more generic overview
2003-08-12 08:46:02 +00:00
Daniel Stenberg
14d1da3ae0
spell checked and removed talk about very old version numbers
2002-04-09 06:20:06 +00:00
Daniel Stenberg
171c4fd49f
removed text that really belongs to very old libcurls that are no longer
...
being used widely
2002-03-19 09:41:06 +00:00
Daniel Stenberg
b8a0fb1dfe
point out that this describes the easy interface and also make a more
...
general statement about language bindings
2002-03-19 09:31:05 +00:00
Daniel Stenberg
01f04b9a41
ripped out from ../ and put in its own directory now
2002-03-04 10:09:48 +00:00