- Mar 10, 2013
-
-
Daniel Stenberg authored
Patch by: Myk Taylor
-
- Mar 09, 2013
-
-
Cédric Deltheil authored
No more use exit(3) but instead tell libcurl that no byte has been written to let it return a `CURLE_WRITE_ERROR`. In addition, check curl easy handle return code.
-
- Mar 07, 2013
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Added examples of the list command and clarified existing example URLs following recent changes.
-
Steve Holme authored
Updated the imap features list, corrected a typo in the smtp features and clarified a pop3 feature.
-
- Feb 26, 2013
-
-
Steve Holme authored
-
- Feb 25, 2013
-
-
Steve Holme authored
URL examples that included the UID weren't technically correct although would pass the curl parser.
-
- Feb 24, 2013
-
-
Steve Holme authored
Corrected layout issues with the POP3 and IMAP URL examples introduced in commit cb3ae689.
-
- Feb 23, 2013
-
-
Steve Holme authored
Updated the POP3 sub-section to refer to message ID rather than mailbox. Added an IMAP sub-section with example URLs depicting the specification of mailbox, uid and section.
-
Steve Holme authored
-
- Feb 22, 2013
-
-
Alexander Klauer authored
Fixes a typo get → git in docs/CONTRIBUTE.
-
Alexander Klauer authored
* Elaborates on default values of some curl_easy_setopt() options. * Reminds the user to cast variadic arguments to curl_easy_setopt() to 'void *' where curl internally interprets them as such. * Clarifies the working of the CURLOPT_SEEKFUNCTION option for curl_easy_setopt(). * Fixes typo 'forth' → 'fourth'. * Elaborates on CURL_SOCKET_TIMEOUT. * Adds some missing periods. * Notes that the return value of curl_version() must not be passed to free().
-
Alexander Klauer authored
* Adds several links to documentation of library functions which were missing. * Marks documentation of deprecated library functions "(deprecated)". * Removes spurious .html suffixes.
-
- Feb 20, 2013
-
-
Nick Zitzmann authored
I just noticed Metalink support wasn't listed as a feature of the tool.
-
- Feb 18, 2013
-
-
Nick Zitzmann authored
Schannel and darwinssl use the certificates built into the OS to do vert verification instead of bundles. darwinssl is thread-safe. Corrected typos in the NSS docs.
-
- Feb 17, 2013
-
-
Daniel Stenberg authored
-
- Feb 16, 2013
-
-
Daniel Stenberg authored
-
- Feb 13, 2013
-
-
Yang Tse authored
Use 'vs' directory tree given that 'vc' intended one clashes with an already existing build target in file Makefile.dist.
-
- Feb 10, 2013
-
-
Alessandro Ghedini authored
-
- Feb 09, 2013
-
-
Guenter Knauf authored
-
- Feb 08, 2013
-
-
Daniel Stenberg authored
-
- Feb 07, 2013
-
-
Daniel Stenberg authored
This reverts commit 0e66d587.
-
- Feb 06, 2013
-
-
Daniel Stenberg authored
VC6 is _very_ old and we provide working makefiles even for that compiler. Users who build with the IDE never use that method and project file anyway and it was just lingering in the root dir.
-
Daniel Stenberg authored
-
Nick Zitzmann authored
Added IDN and HTTP data compression as they were left out of the document until now. Added notes for qssl, schannel and Secure Transport supporting SSLv2, Secure Transport supports NTLM, and axTLS does not support SSLv3. There was also a typo; "AUTH TSL" should be "AUTH TLS".
-
Daniel Stenberg authored
-
Steve Holme authored
Removed whitespace introduced in commit 5f8f20f5 that caused formatting issues when generating the website docs.
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Added SMTP, SMTPS, POP3, POP3S, IMAP and IMAPS features.
-
- Feb 04, 2013
-
-
Daniel Stenberg authored
Rich Gray provided good feedback and we now clarify that you can in fact stop a multi transfer at any point you like by removing the easy handle.
-
- Jan 30, 2013
-
-
Guenter Knauf authored
-
- Jan 29, 2013
-
-
Guenter Knauf authored
Added CURLOPT_FOLLOWLOCATION since example.com is now redirected.
-
- Jan 28, 2013
-
-
Nick Zitzmann authored
-
Kamil Dudka authored
Reported by: Jiri Jaburek Bug: https://bugzilla.redhat.com/896544
-
Kamil Dudka authored
Bug: https://bugzilla.redhat.com/696783
-
Guenter Knauf authored
-
- Jan 27, 2013
-
-
Guenter Knauf authored
Added CURLOPT_FOLLOWLOCATION since example.com is now redirected.
-
- Jan 23, 2013
-
-
Daniel Stenberg authored
-