Searched refs:users (Results 1 – 20 of 20) sorted by relevance
/curl/ |
H A D | .mailmap | 9 Viktor Szakats <commit@vsz.me> <vszakats@users.noreply.github.com> 28 Marcel Raad <Marcel.Raad@teamviewer.com> <marcelraad@users.sf.net> 62 Nicolas Guillier <59726521+nicoguillier@users.noreply.github.com> 63 Julian Z <julianz@example.com> <jzinn@users.noreply.github.com> 80 Michał Antoniak <47522782+MAntoniak@users.noreply.github.com> 88 Philip H <47042125+pheiduck@users.noreply.github.com> 89 neutric on github <5984479+neutric@users.noreply.github.com> 94 rzrymiak on github <106121613+rzrymiak@users.noreply.github.com> 98 a1346054 on github <36859588+a1346054@users.noreply.github.com> 105 Thomas1664 on github <46387399+Thomas1664@users.noreply.github.com> [all …]
|
/curl/tests/data/ |
H A D | test519 | 55 GET same URL twice with different users
|
/curl/docs/cmdline-opts/ |
H A D | proxy-user.md | 27 by other users on the same system as they still are visible for a moment
|
H A D | user.md | 31 by other users on the same system as they still are visible for a moment
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_PROGRESSFUNCTION.md | 40 This option is deprecated and we encourage users to use the 80 NULL. libcurl has an internal progress meter. That is rarely wanted by users.
|
H A D | CURLOPT_FTP_ALTERNATIVE_TO_USER.md | 56 curl_easy_setopt(curl, CURLOPT_FTP_ALTERNATIVE_TO_USER, "two users");
|
H A D | CURLOPT_URL.md | 99 Applications may at times find it convenient to allow users to specify URLs 112 custom port number can allow external users to play tricks with your local
|
H A D | CURLOPT_DNS_CACHE_TIMEOUT.md | 37 We recommend users not to tamper with this option unless strictly necessary.
|
H A D | CURLOPT_FOLLOWLOCATION.md | 52 For users who think the existing location following is too naive, too simple
|
H A D | CURLOPT_XFERINFOFUNCTION.md | 76 NULL - use the internal progress meter. That is rarely wanted by users.
|
/curl/docs/libcurl/ |
H A D | libcurl-security.md | 27 Many applications are used in closed networks where users and servers can 29 fed input from potentially untrusted users. Following is a discussion about 41 users of your system when they use *ps* or other tools to list currently 177 users. An application that expects https://example.com/file_to_read that and 188 Some users might be tempted to filter access to local resources or similar 279 protect users against. It would just be a whack-a-mole race we do not want to 290 Applications may find it tempting to let users set the URL that it can work 299 other protocols that you did not intend for users to use and perhaps did not 331 assumptions about a link. This can mislead users into getting the wrong thing,
|
H A D | curl_url_get.md | 171 schemes: pop3, smtp and imap. The URL API still allows users to set and get
|
H A D | curl_url_set.md | 115 schemes: pop3, smtp and imap. This function however allows users to
|
H A D | curl_mprintf.md | 47 We discourage users from using any of these functions in new applications.
|
H A D | libcurl-tutorial.md | 379 users who need to authenticate themselves to a proxy they use. libcurl offers 1165 update them. Server use cookies to "track" users and to keep "sessions".
|
/curl/docs/ |
H A D | TODO | 254 Using the share interface users can share some data between easy handles but 257 users to share data in more powerful ways. 354 To make that work smoothly for curl users even on Windows, curl would 444 our users. 537 For users who do not use curl_multi_wait() or do not care for 595 always just reads and ignores it. It would make some users happy if curl 727 would be good to offer a way for users to select for uploads to remain 913 Consider adding an option or a way for users to select TLS signature 1144 to users which filename that might get overwritten, but maybe a new option
|
H A D | FAQ | 291 users thanks to the web based archives of the mailing lists), thus saving us 299 the problem risks having on existing users. 316 We do not know how many users that knowingly have installed and use curl. 318 We do not know how many users that use curl without knowing that they are in 321 We do not know how many users that downloaded or installed curl and then 1375 Sometimes users realize that CURLOPT_TIMEOUT and CURLOPT_CONNECTIMEOUT are 1504 confusion to users which in turn gives us a higher question load. 1536 platforms such as Windows. Today, we do not really know how many users that 1542 enough of a benefit to warrant the risk of cutting off a share of users.
|
H A D | KNOWN_BUGS | 394 more bugs compared to other TLS backends such as OpenSSL. In the past users
|
/curl/lib/ |
H A D | multi.c | 226 unsigned int users; /* number of transfers using this */ member 3266 DEBUGASSERT(entry->users < 100000); /* detect weird values */ 3268 entry->users++; 3328 DEBUGASSERT(entry->users); 3329 entry->users--; 3334 if(!entry->users) {
|
/curl/packages/vms/ |
H A D | curl_gnv_build_steps.txt | 67 users of the system and require elevated privilege, this can be handled by
|
Completed in 54 milliseconds