monnerat

Results 12 issues of monnerat

This should be rather complete, as it introduces support in library, cli tool, tests and documentation. Currently marked as experimental.

cmdline tool
tests
libcurl API
CI
needs-votes

These options disable clear text password authentication mechanisms over a non-encrypted connection. In particular: - HTTP Basic authentication is disabled - PLAIN and LOGIN mechanisms are disabled for all SASL...

cmdline tool
authentication
tests
libcurl API
CI
needs-votes

Replace bit mask protocol sets by null-terminated arrays of protocol tokens. These are the addresses of the protocol names returned by curl_version_info(). Protocol names are sorted case-insensitively before output to...

cmdline tool

The example program chkspeed uses `strncasecmp`() which is not portable across systems. Replace calls to this function by tests on characters. The initial motivation for this change is the use...

In the library, complete support for more than 32 protocols: - Describe a conditional sequence to define a new protocol bit mask. - Introduce a conditional curl_prot_t definition based on...

New field `feature_names` contains a pointer to a null-terminated sorted array of feature names. Bitmask field `features` is deprecated. This will allow us to support more than 32 features. Whether...

next-feature-window
libcurl API

Add a deprecated attribute to functions and enum values that should not be used anymore. This uses a gcc 4.3 dialect, thus is only available for this version of gcc...

Introduce a `--enable-form-api `configure option to control its inclusion in builds. The condition name defined for it is `CURL_DISABLE_FORM_API`. Form api code is dependent of MIME: configure and CMake handle...

build
libcurl API
MIME

And as bonus, use a hash table in runtests.pl for server ports and introduce 3 new tests for cases exposed in https://github.com/curl/curl/issues/10053.

TLS
tests

### Add-on details: - Add-on name: six - Add-on ID: script.module.six - Version number: 1.15.0 - Kodi/repository version: Nexus ### Ownership - I am NOT the owner of this add-on...

Broken-Addon