Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-24 | curl: expanded the -XHEAD warning text | Daniel Stenberg | |
... to also mention the specific options used. | |||
2015-11-24 | Revert "cleanup: general removal of TODO (and similar) comments" | Daniel Stenberg | |
This reverts commit 64e959ffe37c436503f9fed1ce2d6ee6ae50bd9a. Feedback-by: Dan Fandrich URL: http://curl.haxx.se/mail/lib-2015-11/0062.html | |||
2015-11-23 | CURLOPT_HEADERFUNCTION.3: fix typo | Daniel Stenberg | |
Refer to _HEADERDATA not _WRITEDATA. Reported-by: MichaĆ Piechowski | |||
2015-11-23 | TODO: TCP Fast Open | Daniel Stenberg | |
2015-11-22 | examples: Added website parse-able descriptions to the e-mail examples | Steve Holme | |
2015-11-21 | TODO: Added another 'multi-interface' idea | Steve Holme | |
2015-11-21 | smb.c: Fixed compilation warnings | Steve Holme | |
smb.c:134:3: warning: conversion to 'short unsigned int' from 'int' may alter its value smb.c:146:42: warning: conversion to 'unsigned int' from 'long long unsigned int' may alter its value smb.c:146:65: warning: conversion to 'unsigned int' from 'long long unsigned int' may alter its value | |||
2015-11-21 | schannel: Corrected copy/paste error in commit 8d17117683 | Steve Holme | |
2015-11-21 | schannel: Use GetVersionEx() when VerifyVersionInfo() isn't available | Steve Holme | |
Regression from commit 7a8e861a5 as highlighted in the msys autobuilds. | |||
2015-11-21 | examples: Fixed compilation warnings | Steve Holme | |
pop3-multi.c:96:5: warning: implicit declaration of function 'memset' imap-multi.c:96:5: warning: implicit declaration of function 'memset' http2-download.c:226:5: warning: implicit declaration of function 'memset' http2-upload.c:290:5: warning: implicit declaration of function 'memset' http2-upload.c:290:5: warning: implicit declaration of function 'memset' | |||
2015-11-21 | Makefile.inc: Fixed test run error | Steve Holme | |
test845 not present in tests/data/Makefile.inc | |||
2015-11-20 | TODO: remove duplicated title | Daniel Stenberg | |
2015-11-20 | TODO: added two more libcurl ideas | Daniel Stenberg | |
Moved some ideas from "next major" to just ordinary ideas since we can always add new things while keeping the old without doing a "next major". | |||
2015-11-20 | tests: Re-enabled tests 889 and 890 following POP3 fix | Steve Holme | |
2015-11-20 | pop3: Differentiate between success and continuation responses | Steve Holme | |
2015-11-20 | pop3: Added clarity on some server response codes | Steve Holme | |
2015-11-20 | build: Fix theoretical infinite loops | Daniel Shahaf | |
Add error-checking to 'cd' in a few cases where omitting the checks might result in an infinite loop. Closes #535 | |||
2015-11-19 | curl.h: s/#defien/#define/ | Patrick Monnerat | |
2015-11-19 | os400: synchronize ILE/RPG header file | Patrick Monnerat | |
2015-11-19 | os400: Provide options for libssh2 use in compile scripts. Adjust README. | Patrick Monnerat | |
2015-11-19 | zsh completion: Preserve single quotes in output | danielsh@apache.org | |
When an option's help string contains literal single quotes, those single quotes would be stripped from the option's description in the completion output (unless the zsh RC_QUOTES option were set while the completion function was being sourced, which is not the default). This patch makes the completion output contain single quotes where the --help output does. Closes #532 | |||
2015-11-18 | FAQ: Grammar changes | MaxGiting | |
Closes https://github.com/bagder/curl/pull/533 | |||
2015-11-17 | http2: http_done: don't free already-freed push headers | Daniel Stenberg | |
The push headers are freed after the push callback has been invoked, meaning this code should only free the headers if the callback was never invoked and thus the headers weren't freed at that time. Reported-by: Davey Shafik | |||
2015-11-16 | getconnectinfo: Don't call recv(2) if socket == -1 | Anders Bakken | |
Closes #528 | |||
2015-11-16 | CURLMOPT_PUSHFUNCTION.3: *_byname() returns only the first header | Daniel Stenberg | |
... if there are more than one using the same name | |||
2015-11-16 | http2: minor comment typo | Daniel Stenberg | |
2015-11-15 | sasl; fix checksrc warnings | Daniel Stenberg | |
2015-11-15 | RELEASE-NOTES: Adjusted for the recent OAuth 2.0 activity | Steve Holme | |
2015-11-15 | tests: Disabled 889 and 890 until we support POP3 continuation responses | Steve Holme | |
As POP3 final and continuation responses both begin with a + character, and both the finalcode and contcode variables in SASLprotoc are set as such, we cannot tell the difference between them when we are expecting an optional continuation from the server such as the following: + something else from the server +OK final response Disabled these tests until such a time we can tell the responses apart. | |||
2015-11-15 | tests: Corrected typos from commit ba4d8f7eba | Steve Holme | |
2015-11-15 | tests: Added OAUTHBEARER failure response tests | Steve Holme | |
2015-11-15 | oauth2: Support OAUTHBEARER failures sent as continuation responses | Steve Holme | |
According to RFC7628 a failure message may be sent by the server in a base64 encoded JSON string as a continuation response. Currently only implemented for OAUTHBEARER and not XAUTH2. | |||
2015-11-15 | RELEASE-NOTES: synced with 808a17ee675 | Daniel Stenberg | |
2015-11-14 | tests: Renamed existing OAuth 2.0 (XOAUTH) tests | Steve Holme | |
2015-11-14 | tests: Added OAuth 2.0 (OAUTHBEARER) tests | Steve Holme | |
2015-11-14 | oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP, POP3 and SNMP | Steve Holme | |
OAUTHBEARER is now the official "registered" SASL mechanism name for OAuth 2.0. However, we don't want to drop support for XOAUTH2 as some servers won't support the new mechanism yet. | |||
2015-11-13 | RELEASE-NOTES: recounted curl_easy_setopt() options | Daniel Stenberg | |
2015-11-13 | typecheck-gcc.h: add missing slist-using options | Daniel Stenberg | |
CURLOPT_RESOLVE and CURLOPT_PROXYHEADER were missing Also sorted the list. | |||
2015-11-13 | typecheck-gcc.h: added CURLOPT_CLOSESOCKETDATA | Daniel Stenberg | |
... and sorted curl_is_cb_data_option alphabetically | |||
2015-11-13 | openssl: Free modules on cleanup | Sebastian Pohlschmidt | |
Curl_ossl_init calls OPENSSL_load_builtin_modules() but Curl_ossl_cleanup doesn't make a call to free these modules. Bug: https://github.com/bagder/curl/issues/526 | |||
2015-11-13 | symbols-in-versions: Added new CURLOPTTYPE_STRINGPOINT alias | Steve Holme | |
...following commit aba281e762 to fix test 1119. | |||
2015-11-13 | curl: mark two more options strings for --libcurl output | Daniel Stenberg | |
2015-11-13 | typecheck-gcc.h: add some missing string types | Daniel Stenberg | |
Also sorted that list alphabetically | |||
2015-11-13 | curl.h: introducing the STRINGPOINT alias | Daniel Stenberg | |
As an alias for OBJECTPOINT. Provided to allow us to grep for all string options easier. | |||
2015-11-13 | cleanup: general removal of TODO (and similar) comments | Daniel Stenberg | |
They tend to never get updated anyway so they're frequently inaccurate and we never go back to revisit them anyway. We document issues to work on properly in KNOWN_BUGS and TODO instead. | |||
2015-11-13 | ftplistparser: remove empty function | Daniel Stenberg | |
2015-11-13 | openssl: remove #if check for 0.9.7 for ENGINE_load_private_key | Daniel Stenberg | |
2015-11-13 | openssl: all supported versions have X509_STORE_set_flags | Daniel Stenberg | |
Simplify by removing #ifdefs and macros | |||
2015-11-13 | openssl: remove 0.9.3 check | Daniel Stenberg | |
2015-11-13 | openssl: remove #ifdefs for < 0.9.5 support | Daniel Stenberg | |
We only support >= 0.9.7 |