Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 '}' | |||
2015-08-25 | cmake: added Windows SSL support | Sergei Nikulov | |
Closes #399 | |||
2015-08-25 | curl: point out the conflicting HTTP methods if used | Daniel Stenberg | |
It isn't always clear to the user which options that cause the HTTP methods to conflict so by spelling them out it should hopefully be easier to understand why curl complains. | |||
2015-08-25 | curl: clarify that users can only specify one _METHOD_ | Daniel Stenberg | |
2015-08-24 | curl_easy_{escape,unescape}.3: "char *" vs. "const char *" | Svyatoslav Mishyn | |
Closes #395 | |||
2015-08-24 | os400: include new options in wrappers and update ILE/RPG binding. | Patrick Monnerat | |
2015-08-24 | KNOWN_BUGS: #2, not reading a HEAD response-body is not a bug | Daniel Stenberg | |
... since HTTP is forbidden to return any such. | |||
2015-08-24 | KNOWN_BUGS: #78 zero-length files is already fixed! | Daniel Stenberg | |
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-24 | http2: remove dead code | Daniel Stenberg | |
Leftovers from when we removed the private socket hash. Coverity CID 1317365, "Logically dead code" | |||
2015-08-24 | ntlm: mark deliberate switch case fall-through | Daniel Stenberg | |
Coverity CID 1317367, "Missing break in switch" | |||
2015-08-24 | http2: on_frame_recv: get a proper 'conn' for the debug logging | Daniel Stenberg | |
"Explicit null dereferenced (FORWARD_NULL)" Coverity CID 1317366 | |||
2015-08-24 | RELEASE-NOTES: synced with 2acaf3c804 | Daniel Stenberg | |
2015-08-23 | tool: fix memory leak with --proto-default option | Dan Fandrich | |
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-22 | runtests: Allow for spaces in server-verify curl custom path | Jay Satiro | |