- Apr 16, 2013
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Wouter Van Rooy authored
Curl-config outputs static libraries even when they are disabled in configure. This causes problems with the build of pycurl.
-
Dave Reisner authored
Commit c3ea3eb6 introduced some minor cosmetic errors in curl_mutli_socket_action(3).
-
- Apr 15, 2013
-
-
Paul Howarth authored
These are needed in cases where clock_gettime is used, from librt.
-
Dan Fandrich authored
Also note the prohibition on sharing handles across threads.
-
Steve Holme authored
-
Steve Holme authored
Updated the coding style, in this function, to be consistant with other response functions rather then performing a hard return on failure.
-
Steve Holme authored
Updated the coding style, in this function, to be consistent with other response functions rather then performing a hard return on failure.
-
- Apr 14, 2013
-
-
Steve Holme authored
Standardised the naming of all perform based functions to be in the form pop3_perform_something() following the changes made to IMAP.
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Started to apply the same tidy up to the POP3 code as applied to the IMAP code in the 7.30.0 release.
-
- Apr 13, 2013
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Added support for specifying the preferred authentication mechanism in the URL as per Internet-Draft 'draft-earhart-url-smtp-00'.
-
Steve Holme authored
... to use left-shifted values, like those defined in curl.h, rather than 16-bit hexadecimal values.
-
Steve Holme authored
-
Steve Holme authored
Added support for specifying the preferred authentication type and SASL mechanism in the URL as per RFC-2384.
-
Steve Holme authored
Added support for specifying the preferred authentication mechanism in the URL as per RFC-5092.
-
Steve Holme authored
... to use left-shifted values, like those defined in curl.h, rather than 16-bit hexadecimal values.
-
Steve Holme authored
In preparation for the upcoming changes to IMAP, POP3 and SMTP added preferred mechanism values.
-
Steve Holme authored
As well as parsing the username and password from the URL, added support for parsing the optional options part from the login details, to allow the following supported URL format: schema://username:password;options@example.com/path?q=foobar This will only be used by IMAP, POP3 and SMTP at present but any protocol that may be given login options in the URL will be able to add support for them.
-
- Apr 12, 2013
-
-
Steve Holme authored
warning: unused variable 'smtp' introduced in commit 73cbd21b.
-
Steve Holme authored
-
Daniel Stenberg authored
...instead of the 220 we otherwise expect. Made the ftpserver.pl support sending a custom "welcome" and then created test 1219 to verify this fix with such a 230 welcome. Bug: http://curl.haxx.se/mail/lib-2013-02/0102.html Reported by: Anders Havn
-
Daniel Stenberg authored
For libc variants without a spearate pthread lib (like bionic), try using pthreads without the pthreads lib first and only if that fails try the -lpthread linker flag. Bug: http://curl.haxx.se/bug/view.cgi?id=1216 Reported by: Duncan
-
Daniel Stenberg authored
Accessing a file with an absolute path in the root dir but with no directory specified was not handled correctly. This fix comes with four new test cases that verify it. Bug: http://curl.haxx.se/mail/lib-2013-04/0142.html Reported by: Sam Deane
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Nick Zitzmann authored
This ought to speed up additional TLS handshakes, at least in theory.
-
Steve Holme authored
-
Steve Holme authored
Moved imap_is_bchar() be with the other utility based functions.
-
Steve Holme authored
Moved imap_parse_url_path() and imap_parse_custom_request() to the end of the file allowing all utility functions to be grouped together.
-
Steve Holme authored
Moved imap_atom() and imap_sendf() to the end of the file allowing all utility functions to be grouped together.
-
Steve Holme authored
-
Kamil Dudka authored
... in case runtests.pl is invoked with non-default -b option Fixes a regression caused by 1e29d275.
-
David Strauss authored
Update sharing interface documentation to provide exhaustive list of what it does and does not share.
-