Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-13 | transfer: make Expect: 100-continue timeout configurable. | Tiit Pikma | |
Replaced the #define CURL_TIMEOUT_EXPECT_100 in transfer.c with the CURLOPT_EXPECT_100_TIMEOUT_MS option to make the timeout configurable. | |||
2014-02-11 | curl_easy_setopt.3: add CURL_HTTP_VERSION_2_0 | Fabian Frank | |
2014-02-11 | curl_easy_setopt.3: add CURLOPT_SSL_ENABLE_ALPN/NPN | Daniel Stenberg | |
2014-02-10 | NPN/ALPN: allow disabling via command line | Fabian Frank | |
when using --http2 one can now selectively disable NPN or ALPN with --no-alpn and --no-npn. for now honored with NSS only. TODO: honor this option with GnuTLS and OpenSSL | |||
2014-02-09 | TODO: Removed url-specific options | Steve Holme | |
2014-01-31 | INSTALL: Corrected mentioned version number as release 7.34.1 became 7.35.0 | Steve Holme | |
2014-01-30 | http2: call it "HTTP 2" and not 2.0 | Daniel Stenberg | |
The minor version will be dropped for HTTP 2 so it will make sense to avoid using it in option names etc. | |||
2014-01-29 | examples: gitignore more binaries | Daniel Stenberg | |
2014-01-29 | THANKS: 19 new contributors from the 7.35.0 release notes | Daniel Stenberg | |
2014-01-26 | docs/INSTALL: Updated example minimal binary sizes | Dan Fandrich | |
2014-01-23 | curl_easy_setopt.3: remove what auth types that work for CURLOPT_PROXYAUTH | Daniel Stenberg | |
The list was out of date and the paragraph already refers to the CURLOPT_HTTPAUTH explanation. All the auth bits are explained properly there. It also removes the ambiguity for what the "added" phrase refers to. This change based on pull request #85 on github URL: https://github.com/bagder/curl/pull/85 Reported-by: gnawhleinad | |||
2014-01-20 | curl_getdate.3: edited, removed references to pre 7.12.2 functionality | Daniel Stenberg | |
2014-01-15 | pop3-dele.c: Added missing CURLOPT_NOBODY following feedback | Steve Holme | |
2014-01-14 | curl_easy_setopt.3: mention how to unset CURLOPT_INFILESIZE* | Daniel Stenberg | |
2014-01-14 | TODO: Allow SSL (HTTPS) to proxy | Daniel Stenberg | |
2014-01-14 | TODO: remove FTP proxy and more SSL libraries | Daniel Stenberg | |
2014-01-14 | TODO: Detect when called from witin callbacks | Daniel Stenberg | |
2014-01-12 | examples: Fixed compilation errors | Steve Holme | |
error: 'MULTI_PERFORM_HANG_TIMEOUT' undeclared | |||
2014-01-12 | imap-multi.c: Corrected typo | Steve Holme | |
2014-01-12 | smtp-multi.c: Minor coding style tidyup following POP3 and IMAP additions | Steve Holme | |
2014-01-12 | examples: Added IMAP multi example | Steve Holme | |
2014-01-12 | pop3-multi.c: Corrected copy/paste typo | Steve Holme | |
2014-01-12 | examples: Added POP3 multi example | Steve Holme | |
2014-01-12 | examples: Added comments to SMTP multi example based on other MAIL examples | Steve Holme | |
2014-01-12 | examples: Removed user information and TLS setup from SMTP multi example | Steve Holme | |
Simplified the SMTP multi example as this example should demonstrate the differences the easy and multi interfaces rather than introduce new concepts such as user authentication and TLS which are shown in the TLS and SSL examples. | |||
2014-01-12 | examples: Updated SMTP MAIL example to return libcurl result code | Steve Holme | |
2014-01-12 | examples: Synchronised comments between SMTP MAIL examples | Steve Holme | |
2014-01-12 | examples: Updated SMTP MAIL example to use a read function for data | Steve Holme | |
Updated to read data from a callback rather than from stdio as this is more realistic to most use cases. | |||
2014-01-07 | mk-ca-bundle.1: document -d | Daniel Stenberg | |
2014-01-05 | examples: Added required libcurl version information to SMTP examples | Steve Holme | |
2014-01-05 | docs/INTERNALS: follow up fix for 11e8066 and 92b9ae5 | Marc Hoersken | |
2014-01-05 | Examples: Renamed SMTP MAIL example to match other email examples | Steve Holme | |
2014-01-05 | examples: Added POP3 TLS example | Steve Holme | |
2014-01-05 | examples: Added IMAP NOOP example | Steve Holme | |
2014-01-05 | examples: Added POP3 NOOP example | Steve Holme | |
2014-01-05 | pop3-stat.c: Corrected small typo from commit 91d62e9abd761c | Steve Holme | |
2014-01-05 | examples: Added POP3 STAT example | Steve Holme | |
2014-01-05 | examples: Added POP3 TOP example | Steve Holme | |
2014-01-05 | examples: Added POP3 DELE example | Steve Holme | |
2014-01-05 | examples: Added POP3 UIDL example | Steve Holme | |
2014-01-05 | examples: Added POP3 RETR example | Steve Holme | |
2014-01-05 | examples: Added return of error code in POP3 examples | Steve Holme | |
2014-01-05 | examples: Reworked POP3 examples for additional upcoming POP3 examples | Steve Holme | |
2014-01-05 | examples: Added SMTP SSL example | Steve Holme | |
2014-01-05 | examples: Added IMAP SSL and TLS examples | Steve Holme | |
2014-01-04 | examples: Standardised username and password settings for all email examples | Steve Holme | |
Replaced the use of CURLOPT_USERPWD for the preferred CURLOPT_USERNAME and CURLOPT_PASSWORD options and used the same username and password for all email examples which is the same as that used in the test suite. | |||
2014-01-04 | docs: primarily refer to schannel as WinSSL | Marc Hoersken | |
2014-01-04 | examples: Added IMAP COPY example | Steve Holme | |
2014-01-04 | examples: Added IMAP DELETE example | Steve Holme | |
2014-01-04 | examples: Added IMAP CREATE example | Steve Holme | |