- Aug 11, 2011
-
-
Yang Tse authored
-
Steve Holme authored
Moved NTLMSSP_SIGNATURE, HOSTNAME_MAX, SHORTPAIR and LONGQUARTET definitions in ready for move to curl_ntlm.c. Used separate variables for Windows SSPI and native code to ease moving of code to curl_ntlm.c. Fixed typographical erros where SPPI should be SSPI. Fixed compilation warnings on 64-bit builds when calling Windows SSPI functions.
-
- Aug 10, 2011
-
-
Daniel Stenberg authored
Trimmed the newlines to be LF-only. Converted the source to plain C, to use curl style indents, to compile warning-free with picky options and fixed the minor fprintf() bug on line 245. Added to makefile.
-
Daniel Stenberg authored
15.8 remove 'curl_httppost' from public
-
- Aug 09, 2011
-
-
Yang Tse authored
-
Steve Holme authored
-
Daniel Stenberg authored
289 - bug 3349227 "secure attribute in cookie does not work with equals sign"
-
Daniel Stenberg authored
There are two keywords in cookie headers that don't follow the regular name=value style: secure and httponly. Still we must support that they are written like 'secure=' and then treat them as if they were written 'secure'. Test case 31 was much extended by Rob Ward to test this. Bug: http://curl.haxx.se/bug/view.cgi?id=3349227 Reported by: "gnombat"
-
Daniel Stenberg authored
This is to aid easier machine parsing and to make sure nobody who reads these header lines can miss the info.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Aug 08, 2011
-
-
Daniel Stenberg authored
Mention 5 bugixes and 1 change more
-
Daniel Stenberg authored
A regression where CURLFORM_BUFFER stopped to properly insert the file name part in the formpart. Bug introduced in commit f851f768. Added CURLFORM_BUFFER use to test 554 to verify this. Bug: http://curl.haxx.se/mail/lib-2011-07/0176.html Reported by: Henry Ludemann
-
Yang Tse authored
-
Yang Tse authored
Add CURL_CHECK_COMPILER as a requirement. Ensure macro does nothing unless GNU_C or CLANG compiler is used. This should allow usage of this macro in unforeseen placements.
-
Daniel Stenberg authored
The connect timeout logic when using SOCKS was done wrong Bug: http://curl.haxx.se/mail/lib-2011-07/0177.html Reported by: "Spoon Man"
-
Daniel Stenberg authored
When a failure has been detected we must abort immdiately. Bug: http://curl.haxx.se/mail/lib-2011-07/0177.html Reported by: "Spoon Man"
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Drop the pre-release part from this text as we don't use that in practise since many years. Update the phrasing to reflect our more strict interpretation: http://curl.haxx.se/mail/lib-2011-08/0064.html
-
- Aug 07, 2011
-
-
Daniel Stenberg authored
Fixed: 292 - bug 3385258 "Addendum to 3370895" Basically brushing up commit 27b88140
-
Daniel Stenberg authored
Bug: http://curl.haxx.se/bug/view.cgi?id=3385258 Reported by: Ben Winslow
-
Daniel Stenberg authored
-
Yang Tse authored
lwIP library initialization.
-
Yang Tse authored
Use swrite/sread instead of write/read to avoid SIGPIPE
- Aug 06, 2011
-
-
Yang Tse authored
-
Daniel Stenberg authored
304 - "Async-DNS-resolve-thread gets started even when a dotted IP is provided" by Christian H<E4>gele http://curl.haxx.se/mail/lib-2011-08/0009.html
-
Christian Hägele authored
-
Daniel Stenberg authored
-
- Aug 05, 2011
-
-
Yang Tse authored
-
Yang Tse authored
Allow configure builds to generate src/config-win32.h Skip checksrc on src/config-win32.h contents already checked at lib/config-win32.h Allow multiple -W in checksrc.pl
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
maketgz and buildconf.bat updated to reflect this.
-
- Aug 04, 2011
-
-
Daniel Stenberg authored
-
socks5://hostnameDaniel Stenberg authored
-
Daniel Stenberg authored
A proxy could be marked 'httpproxy' wrongly before if set with an environment variable or with the CURLOPT_PROXY option with a socks*:// prefix or similar. Added test 710 to verify Bug: http://curl.haxx.se/mail/lib-2011-07/0194.html
-