- Jun 03, 2012
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Added new sections 11. IMAP and 12. LDAP to document adding SASL based authentication. Renumbered current sections 11 to 17 as 13 to 19. Additionally added 19.10 Add CURLOPT_MAIL_CLIENT option.
-
- May 27, 2012
-
-
Steve Holme authored
Additionally corrected another RFC link that I missed yesterday.
-
Guenter Knauf authored
-
- May 26, 2012
-
-
Tatsuhiro Tsujikawa authored
-
Anthony Bryan authored
-
Anthony Bryan authored
-
Anthony Bryan authored
-
Steve Holme authored
-
Steve Holme authored
Updated various references of real domain names to example.com as per RFC-2606.
-
Steve Holme authored
Setting bit 2 for this value was documented as having a constant value defined as CURL_REDIR_POST_303 yet referenced a 302 request. Additionally corrected the meaning of CURL_REDIR_POST_ALL for all three bits and fixed problems with the bolding of keywords in this section.
-
Steve Holme authored
Standardised how RFCs are referenced so that the website may autolink to the correct documentation on ietf.org. Additionally removed the one link to RFC3986 on curl.haxx.se.
-
- May 24, 2012
-
-
Steve Holme authored
-
Steve Holme authored
Removed DIGEST-MD5 from Section 9.1 Other authentication mechanisms as the feature was added to SMTP in 7.26.0. Also corrected small spelling mistake.
-
- May 22, 2012
-
-
Steve Holme authored
-
Guenter Knauf authored
-
- May 20, 2012
-
-
Daniel Stenberg authored
The curl-config command must be used twice in the single command line to work properly in some environments. Bug: http://curl.haxx.se/bug/view.cgi?id=3528241 Reported by: Julian Taylor
-
- May 16, 2012
-
-
Daniel Stenberg authored
Now linking to http://daniel.haxx.se/blog/2012/05/16/300m-users/
-
- May 12, 2012
-
-
Daniel Stenberg authored
1 - fix the syntax in the .IP line 2 - Provided user names and passwords are URL decoded by libcurl Bug: http://curl.haxx.se/bug/view.cgi?id=3525935
-
Daniel Stenberg authored
... since commit 9a4c887c introduced in libcurl 7.19.4
-
Daniel Stenberg authored
-
- May 06, 2012
-
-
Daniel Stenberg authored
-
- May 03, 2012
-
-
Claes Jakobsson authored
-
- Apr 27, 2012
-
-
Jan Schaumann authored
-
Jan Schaumann authored
-
- Apr 26, 2012
-
-
Guenter Knauf authored
-
- Apr 20, 2012
-
-
Guenter Knauf authored
-
- Apr 13, 2012
-
-
Yang Tse authored
-
Kamil Dudka authored
This bumps the minimal supported version of NSS to 3.12.x.
-
Guenter Knauf authored
-
- Apr 12, 2012
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Apr 09, 2012
-
-
Yang Tse authored
BUILDING_LIBCURL and CURL_STATICLIB are no longer defined in curl_config.h, configure will generate appropriate conditionals so that mentioned symbols get defined and used in Makefiles at compilation time
-
- Apr 06, 2012
-
-
Yang Tse authored
Configuration files such as curl_config.h and all config-*.h no longer exist nor are generated/copied into 'src' directory, now these only exist in 'lib' directory from where curl tool sources uses them. Additionally old src/setup.h has been refactored into src/tool_setup.h which now pulls lib/setup.h The possibility of a makefile needing an include path adjustment exists.
-
- Apr 05, 2012
-
-
Andrei Cipu authored
As it turns out, some people do want that after all.
-
- Apr 04, 2012
-
-
Daniel Stenberg authored
... as it seems to hard for some people
-
- Apr 01, 2012
-
-
Dave Reisner authored
By modifying the parameter list for ourWriteOut() and passing the OutStruct that collects data in tool_operate, we get access to the remote name that we're writing to. Shell scripters should find this useful when used in conjuntion with the --remote-header-name option.
-
Armel Asselin authored
If an empty string is passed to CURLOPT_SSH_PUBLIC_KEYFILE, libcurl will pass no public key to libssh2 which then tries to compute it from the private key. This is known to work when libssh2 1.4.0+ is linked against OpenSSL.
-
- Mar 31, 2012
-
-
Steve Holme authored
-