Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-08 | parse_proxy: reject illegal port numbers | Daniel Stenberg | |
If the port number in the proxy string ended weirdly or the number is too large, skip it. Mostly as a means to bail out early if a "bare" IPv6 numerical address is used without enclosing brackets. Also mention the bracket requirement for IPv6 numerical addresses to the man page for CURLOPT_PROXY. Closes #415 Reported-by: Marcel Raad | |||
2015-09-06 | CURLOPT_TLSAUTH_TYPE.3: update description | Svyatoslav Mishyn | |
Closes #414 Closes #413 | |||
2015-09-05 | CURLOPT_PATH_AS_IS.3: fix typo | Svyatoslav Mishyn | |
leavit => leaveit closes #412 | |||
2015-09-05 | CURLINFO_SSL_VERIFYRESULT.3: add short description | Svyatoslav Mishyn | |
2015-09-05 | CURLINFO_SSL_ENGINES.3: add short description | Svyatoslav Mishyn | |
2015-09-05 | CURLINFO_CONTENT_LENGTH_UPLOAD.3: replace "receive" with "get" for consistency | Svyatoslav Mishyn | |
2015-09-05 | CURLINFO_REDIRECT_TIME.3: remove redundant '!' | Svyatoslav Mishyn | |
2015-09-04 | Revert "has: generate the curl/has.h header" | Kamil Dudka | |
This reverts commit a60bde79f9adeb135d5c642a07f0d783fbfbbc25 I have pushed by mistake. Apologies for my incompetent use of the git repo! | |||
2015-09-04 | has: generate the curl/has.h header | Daniel Stenberg | |
changed macro name, moved and renamed script to become docs/libcurl/has.pl, generate code that is checksrc compliant | |||
2015-09-03 | CURLOPT_POSTREDIR.3: update RFC number and section | Daniel Stenberg | |
2015-09-03 | CURLOPT_FOLLOWLOCATION.3: mention methods for redirects | Daniel Stenberg | |
and some general cleaning up | |||
2015-09-03 | docs: Warn about any-domain cookies and multiple transfers | Jay Satiro | |
- Warn that cookies without a domain are sent to any domain: CURLOPT_COOKIELIST, CURLOPT_COOKIEFILE, --cookie - Note that imported Set-Cookie cookies without a domain are no longer exported: CURLINFO_COOKIELIST, CURLOPT_COOKIEJAR, --cookie-jar | |||
2015-09-02 | opts: 8 more CURLINFO* options as stand-alone man pages | Daniel Stenberg | |
2015-08-31 | man-pages: more SEE ALSO links | Daniel Stenberg | |
2015-08-31 | opts: more CURLINFO_* options as stand-alone man pages | Daniel Stenberg | |
2015-08-29 | CURLOPT_FILETIME.3: CURLINFO_FILETIME has its own manpage now | Jay Satiro | |
2015-08-29 | CURLINFO_RESPONSE_CODE.3: added short description | Daniel Stenberg | |
2015-08-28 | opts: 7 initial CURLINFO_* options as stand-alone man pages | Daniel Stenberg | |
2015-08-28 | libcurl.m4: Put braces around empty if body | Nikolai Kondrashov | |
Put braces around empty "if" body in libcurl.m4 check to avoid warning: suggest braces around empty body in an 'if' statement and make it work with -Werror builds. Closes #402 | |||
2015-08-25 | curl_easy_escape.3: escape '\n' | Svyatoslav Mishyn | |
Closes #398 | |||
2015-08-25 | curl_easy_{escape,setopt}.3: fix example | Svyatoslav Mishyn | |
remove redundant '}' | |||
2015-08-24 | curl_easy_{escape,unescape}.3: "char *" vs. "const char *" | Svyatoslav Mishyn | |
Closes #395 | |||
2015-08-24 | getinfo: added CURLINFO_ACTIVESOCKET | Razvan Cojocaru | |
This patch addresses known bug #76, where on 64-bit Windows SOCKET is 64 bits wide, but long is only 32, making CURLINFO_LASTSOCKET unreliable. Signed-off-by: Razvan Cojocaru <rcojocaru@bitdefender.com> | |||
2015-08-22 | CURLOPT_DEFAULT_PROTOCOL: added | Nathaniel Waisbrot | |
- Add new option CURLOPT_DEFAULT_PROTOCOL to allow specifying a default protocol for schemeless URLs. - Add new tool option --proto-default to expose CURLOPT_DEFAULT_PROTOCOL. In the case of schemeless URLs libcurl will behave in this way: When the option is used libcurl will use the supplied default. When the option is not used, libcurl will follow its usual plan of guessing from the hostname and falling back to 'http'. | |||
2015-08-19 | CURLMOPT_PUSHFUNCTION.3: fix argument types | Sam Roth | |
Closes #389 Closes #386 | |||
2015-08-18 | docs: Update the redirect protocols disabled by default | Jay Satiro | |
- Clarify that FILE and SCP are disabled by default since 7.19.4 - Add that SMB and SMBS are disabled by default since 7.40.0 - Add CURLPROTO_SMBS to the list of protocols | |||
2015-08-15 | curl_easy_getinfo.3: fix superfluous space | Daniel Stenberg | |
... and changed "oriented" to "related" Closes #378 | |||
2015-08-15 | CURLOPT_HTTP_VERSION.3: connection re-use goes before version | Daniel Stenberg | |
2015-08-13 | curl_global_init_mem.3: Stronger thread safety warning | Jay Satiro | |
Bug: http://curl.haxx.se/mail/lib-2015-08/0016.html Reported-by: Eric Ridge | |||
2015-08-12 | curl_multi_add_handle.3: fix a typo | Svyatoslav Mishyn | |
"can not" => "cannot" closes #377 | |||
2015-08-12 | docs: fix typos | Alessandro Ghedini | |
closes #376 | |||
2015-08-11 | curl_formget.3: correct return code | Svyatoslav Mishyn | |
Closes #375 | |||
2015-08-11 | libcurl-tutorial.3: fix formatting | Svyatoslav Mishyn | |
Closes #374 | |||
2015-08-11 | curl_easy_recv.3: fix formatting | Svyatoslav Mishyn | |
2015-08-09 | CURLOPT_RESOLVE.3: Note removal support was added in 7.42 | Jay Satiro | |
Bug: http://curl.haxx.se/mail/lib-2015-08/0019.html Reported-by: Inca R | |||
2015-08-06 | curl_multi_remove_handle.3: fix formatting | juef | |
closes #366 | |||
2015-08-05 | curl_slist_append.3: add error checking to the example | Daniel Stenberg | |
2015-08-03 | libcurl.3: fix a single typo | Daniel Stenberg | |
Closes #361 | |||
2015-08-02 | docs: formpost needs the full size at start of upload | Daniel Stenberg | |
Closes #360 | |||
2015-07-31 | libcurl-thread.3: minor reformatting | Daniel Stenberg | |
2015-07-31 | curl_global_init_mem.3: Warn threaded resolver needs thread safe funcs | Jay Satiro | |
Bug: http://curl.haxx.se/mail/lib-2015-07/0149.html Reported-by: Eric Ridge | |||
2015-07-31 | libcurl-thread.3: Warn memory functions must be thread safe | Jay Satiro | |
Bug: http://curl.haxx.se/mail/lib-2015-07/0149.html Reported-by: Eric Ridge | |||
2015-07-30 | ABI doc: use secure URL | Viktor Szakats | |
2015-07-30 | ABI: remove the ascii logo | Daniel Stenberg | |
and made the indent level to 1 | |||
2015-07-30 | libcurl-multi.3: mention curl_multi_wait | Daniel Stenberg | |
... and some general rewordings to improve this docs. Reported-by: Tim Stack Closes #356 | |||
2015-07-29 | libcurl-thread.3: Clarify CURLOPT_NOSIGNAL takes long value 1L | Jay Satiro | |
2015-07-28 | libcurl-thread.3: Revert to stricter handle wording | Jay Satiro | |
.. also update formatting and add WinSSL and wolfSSL to the SSL/TLS handlers list. | |||
2015-07-28 | libcurl-thread.3: Consolidate thread safety info | Jay Satiro | |
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-18 | symbols-in-versions: Add new CURLSSLOPT_NO_REVOKE symbol | Jay Satiro | |
2015-07-17 | SSL: Add an option to disable certificate revocation checks | Jay Satiro | |
New tool option --ssl-no-revoke. New value CURLSSLOPT_NO_REVOKE for CURLOPT_SSL_OPTIONS. Currently this option applies only to WinSSL where we have automatic certificate revocation checking by default. According to the ssl-compared chart there are other backends that have automatic checking (NSS, wolfSSL and DarwinSSL) so we could possibly accommodate them at some later point. Bug: https://github.com/bagder/curl/issues/264 Reported-by: zenden2k <zenden2k@gmail.com> |