Curl » History » Version 1
Denis 'GNUtoo' Carikli, 04/07/2022 12:39 AM
Add infos
1 | 1 | Denis 'GNUtoo' Carikli | h1. Curl |
---|---|---|---|
2 | |||
3 | h1. Introduction |
||
4 | |||
5 | During work on libsamsung-ipc a very simple tool to send SMS through a mobile network operator API was written. |
||
6 | |||
7 | As it uses libcurl knowing where the tool can run (to do automatic tests) is relevant. |
||
8 | |||
9 | h2. curl versions |
||
10 | |||
11 | | Distribution | (lib)curl version | |
||
12 | | Replicant 4.2 | Doesn't have curl | |
||
13 | | Guix 6b9105e557 | 7.28.1 | |
||
14 | | Trisquel 7 x86_64 | 7.35.0-1ubuntu2.20 | |
||
15 | | Replicant 6 | 7.43.0 | |
||
16 | | Debian stretch x86_64 | 7.52.1-5+deb9u10 | |
||
17 | | Replicant 11 | 7.67.0 | |
||
18 | | Parabola i686 (07/04/2022) | 7.79.0-3.0 | |
||
19 | | Guix i686 (07/04/2022) | 7.79.1 | |
||
20 | |||
21 | h2. curl API |
||
22 | |||
23 | | curl symbols | minimum (lib)curl version | |
||
24 | | CURL_HTTP_VERSION_2TLS | 7.47.0 | |
||
25 | | CURLUPART_URL | 7.62.0 | |
||
26 | | CURLUPART_QUERY | 7.62.0 | |
||
27 | | CURLU_URLENCODE | 7.62.0 | |
||
28 | | CURLU_APPENDQUERY | 7.62.0 | |
||
29 | | CURLU | 7.62.0 | |
||
30 | | CURLU_ALLOW_SPACE | 7.78.0 | |
||
31 | | |