Home | History | Annotate | Download | only in docs

Lines Matching full:libcurl

19  1. libcurl
44 2. libcurl - multi interface
178 22.7 remove progress meter from libcurl
183 1. libcurl
199 libcurl built without an asynchronous resolver library uses alarm() to time
200 out DNS lookups. When a timeout occurs, this causes libcurl to jump from the
202 causes libcurl to continue running within the signal handler. This is
220 Current libcurl allocates a fixed 16K size buffer for download and an
231 transfer speeds. A current libcurl build with a 16K buffer makes that
242 subsequently can add code within libcurl that returns error if called within
260 libcurl could be made to detect the system proxy setup automatically and use
280 If /etc/resolv.conf gets updated while a program using libcurl is running, it
299 One of the most common problems in libcurl using applications is the lack of
316 libcurl's connection cache or pool holds a number of open connections for the
318 significant amount of connections. Currently, libcurl leaves all connections
324 monitoring of the connections while in the pool, libcurl can detect dead
330 Given a URL that for example contains spaces, libcurl could have an option
340 support this, curl/libcurl would need to translate/encode the given input
357 libcurl currently keeps connections in its connection pool for an indefinite
367 Offer support for resolving SRV and URI DNS records for libcurl to know which
372 libcurl has always parsed URLs internally and never exposed any API or
374 using libcurl need that ability. In polls to users, we've learned that many
375 libcurl users would like to see and use such an API.
385 libcurl supports the CURLOPT_TCP_FASTOPEN option since 7.49.0 for Linux and
391 When libcurl fails to connect to a host, it should be able to offer the
396 2. libcurl - multi interface
444 to write cmake scripts to find and use libcurl easier. See
459 connections, libcurl returns CURLE_FTP_WEIRD_PASV_REPLY and closes the
497 To consider for libcurl as well. See https://github.com/curl/curl/issues/1455
516 control in libcurl's HTTP requests, which also can be exploited to detect
517 that libcurl is in fact used even when it tries to impersonate a browser, is
597 Add the ability, for an application that uses libcurl, to obtain the list of
603 HELO and EHLO commands, libcurl should support a new CURLOPT specifically for
619 Add the ability, for an application that uses libcurl, to obtain the list of
626 Add the ability, for an application that uses libcurl, to obtain the list of
675 Provide a libcurl API for setting mutex callbacks in the underlying SSL
692 it will libcurl do less creations and deletions of SSL contexts.
702 Add an interface to libcurl that enables "session IDs" to get
711 certificate, but this doesn't seem to be exposed in the libcurl APIs. Could
738 Wireshark to capture and decipher TLS traffic to/from those clients. libcurl
797 or the user to supply a custom client certificate using curl or libcurl.
808 customize the server certificate validation process using curl or libcurl.
819 the user to customize the configured cipher suites using curl or libcurl.
849 SSH is a perfectly fine multiplexed protocols which would allow libcurl to do
851 much in the same spirit as HTTP/2 does. libcurl however does not take
855 To fix this, libcurl would have to detect an existing connection and "attach"
860 libcurl's SFTP transfer performance is sub par and can be improved, mostly by
865 libcurl offers the CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 option for verifying the
913 Display a warning when libcurl returns an error when setting an option.
1171 22.7 remove progress meter from libcurl