Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-13 | http2: removed unused function | Daniel Stenberg | |
2015-09-12 | CURLINFO_ACTIVESOCKET.3: mention it replaces *LASTSOCKET | Daniel Stenberg | |
2015-09-12 | opts: add CURLINFO_* man pages to dist | Daniel Stenberg | |
2015-09-12 | opts: 19 more CURLINFO_* options made into stand-alone man pages | Daniel Stenberg | |
2015-09-12 | RELEASE-NOTES: synced with fad9604613 | Daniel Stenberg | |
2015-09-11 | curl: customrequest_helper: deal with NULL custom method | Daniel Stenberg | |
2015-09-11 | CURLOPT_FNMATCH_FUNCTION.3: fix typo | Svyatoslav Mishyn | |
s => is Closes #428 | |||
2015-09-11 | curl: point out unnecessary uses of -X in verbose mode | Daniel Stenberg | |
It uses 'Note:' as a prefix as opposed to the common 'Warning:' to take down the tone a bit. It adds a warning for using -XHEAD on other methods becasue that may lead to a hanging connection. | |||
2015-09-10 | curl_sspi: fix possibly undefined CRYPT_E_REVOKED | Jay Satiro | |
Bug: https://github.com/bagder/curl/pull/411 Reported-by: Viktor Szakats | |||
2015-09-09 | buildconf.bat: fix syntax error | Jay Satiro | |
2015-09-09 | winbuild: run buildconf.bat if necessary | Benjamin Kircher | |
2015-09-08 | docs: fix argument type for CURLINFO_SPEED_*, CURLINFO_SIZE_* | Svyatoslav Mishyn | |
long => double | |||
2015-09-08 | cmake: IPv6 : disable Unix header check on Windows platform | Sergei Nikulov | |
Closes #409 | |||
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-08 | FTP: do_more: add check for wait_data_conn in upload case | Daniel Stenberg | |
In some timing-dependnt cases when a 4xx response immediately followed after a 150 when a STOR was issued, this function would wrongly return 'complete == true' while 'wait_data_conn' was still set. Closes #405 Reported-by: Patricia Muscalu | |||
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 | nss: do not directly access SSL_ImplementedCiphers[] | Kamil Dudka | |
It causes dynamic linking issues at run-time after an update of NSS. Bug: https://lists.fedoraproject.org/pipermail/devel/2015-September/214117.html | |||
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 | gitignore: ignore more generated VC Makefiles | Daniel Stenberg | |
2015-09-03 | projects/Windows/.gitignore: ignore generated files for release | Daniel Stenberg | |
2015-09-03 | http2: don't pass on Connection: headers | Daniel Stenberg | |
RFC 7540 section 8.1.2.2 states: "An endpoint MUST NOT generate an HTTP/2 message containing connection-specific header fields; any message containing connection-specific header fields MUST be treated as malformed" Closes #401 | |||
2015-09-03 | curl.1: update RFC references | Daniel Stenberg | |
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 | inet_pton.c: Fix MSVC run-time check failure (2) | Marcel Raad | |
This fixes another run-time check failure because of a narrowing cast on Visual C++. Closes #408 | |||
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 | tool_sdecls.h: Fixed compilation warning from commit 4a889441d3 | Steve Holme | |
tool_sdecls.h:139 warning: comma at end of enumerator list | |||
2015-09-02 | opts: 8 more CURLINFO* options as stand-alone man pages | Daniel Stenberg | |
2015-08-31 | RELEASE-NOTES: synced with c764cb4add1a8 | 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-31 | sasl: Only define Curl_sasl_digest_get_pair() when CRYPTO_AUTH enabled | Steve Holme | |
Introduced in commit 59f3f92ba6 this function is only implemented when CURL_DISABLE_CRYPTO_AUTH is not defined. As such we shouldn't define the function in the header file either. | |||
2015-08-31 | sasl: Updated SPN variables and comments for consistency | Steve Holme | |
In places the "host name" and "realm" variable was referred to as "instance" whilst in others it was referred to as "host". | |||
2015-08-30 | configure: check for HMAC_Update in openssl | Daniel Stenberg | |
Turns out HMAC_Init is now deprecated in openssl master (and I spelled HMAC_Init_ex wrong in previous commit) | |||
2015-08-30 | win32: Use DES_set_odd_parity() from OpenSSL/BoringSSL by default | Steve Holme | |
Set HAVE_DES_SET_ODD_PARITY when using OpenSSL/BoringSSL as native Windows builds don't use the autoconf tools. | |||
2015-08-30 | des: Fixed compilation warning from commit 613e5022fe | Steve Holme | |
curl_ntlm_core.c:150: warning 'Curl_des_set_odd_parity' undefined; assuming extern returning int | |||
2015-08-30 | buildconf.bat: Fixed double blank line in 'curl manual' warning output | Steve Holme | |
2015-08-30 | makefiles: Added our standard copyright header | Steve Holme | |
But kept the original author, when they were specified in a comment, as the initial copyright holder. | |||
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 '}' |