- Sep 05, 2013
-
-
Daniel Stenberg authored
I broke it in 2eabb7d5
-
- Sep 04, 2013
-
-
Daniel Stenberg authored
comparison between signed and unsigned integer expressions suggest parentheses around '&&' within '||' (twice)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
It isn't added as a separate protocol as HTTP2 will be done over HTTP:// URLs that can be upgraded to HTTP2 if the server supports it as well.
-
Steve Holme authored
XOAUTH2 would be selected in preference to LOGIN and PLAIN if the IMAP or SMTP server advertised support for it even though a user's password was supplied but bearer token wasn't. Modified the selection logic so that XOAUTH2 will only be selected if the server supports it and A) The curl user/libcurl programmer has specifically asked for XOAUTH via the ;AUTH=XOAUTH login option or 2) The bearer token is specified. Obviously if XOAUTH is asked for via the login option but no token is specified the user will receive a authentication failure which makes more sense than no known authentication mechanisms supported!
-
Daniel Stenberg authored
Initial library considerations documented in lib/README.http2
-
Daniel Stenberg authored
-
- Sep 03, 2013
-
-
Daniel Stenberg authored
The commit 7b074a46 to CURL_CHECK_CA_BUNDLE in 7.31 (don't check for paths when cross-compiling) causes --without-ca-path to no longer works when cross-compiling, since ca and capath only ever get set to "no" when not cross-compiling, I attach a patch that works for me. Also in the cross-compilation case, no ca-path seems to be a better default (IMVHO) than empty ca-path. Bug: http://curl.haxx.se/bug/view.cgi?id=1273 Patch-by: Stefan Neis
-
- Sep 02, 2013
-
-
Steve Holme authored
An enumerated type is mixed with another type. ...as well as a small coding style error.
-
- Sep 01, 2013
-
-
Guenter Knauf authored
-
Steve Holme authored
An enumerated type is mixed with another type
-
Steve Holme authored
warning: `code' might be used uninitialized in this function
-
- Aug 31, 2013
-
-
Daniel Stenberg authored
-
Steve Holme authored
-
Steve Holme authored
-
Guenter Knauf authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Added BAD argument check to the following IMAP command handlers: APPEND, STORE, LIST, EXAMINE, STATUS and SEARCH
-
Steve Holme authored
LIST_imap() had a second level of indentation at 9 characters and not 8.
-
- Aug 30, 2013
-
-
Steve Holme authored
Corrected some IMAP variable names and whitespace issues.
-
Kyle L. Huff authored
-
Kyle L. Huff authored
-
Steve Holme authored
-
Daniel Stenberg authored
Added missing $
-
Steve Holme authored
-
- Aug 29, 2013
-
-
Daniel Stenberg authored
... when doing upload it would return the wrong values at times. This commit attempts to cleanup the mess. Bug: http://curl.haxx.se/mail/lib-2013-08/0109.html Reported-by: Mike Mio
-
Daniel Stenberg authored
When removing an already removed handle, avoid that to ruin the internals and just return OK instead.
-
Steve Holme authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
'struct monitor', introduced in 6cf8413e, already exists in an IRIX header file (sys/mon.h) which gets included via various standard headers by lib/easy.c cc-1101 cc: ERROR File = ../../curl/lib/easy.c, Line = 458 "monitor" has already been declared in the current scope. Reported-by: Tor Arntsen
-
Steve Holme authored
-
- Aug 28, 2013
-
-
Steve Holme authored
Corrected the call to logmsg() in the IMAP SEARCH handler from commit 4ae7b7ea as it should have been outputting the what argument and not the test number.
-
Daniel Stenberg authored
-
Steve Holme authored
-
Steve Holme authored
-