2b7bcf25 | 25-Jan-2007 |
Gunter Knauf |
fixed copyright for new year. |
5aefdd93 | 25-Jan-2007 |
Gunter Knauf |
added targets for libssh2 builds. |
4b27fae0 | 25-Jan-2007 |
Gunter Knauf |
enabled build with libssh2. |
10a13eba | 25-Jan-2007 |
Daniel Stenberg |
fix non-SSL builds again |
44ac2776 | 25-Jan-2007 |
Dan Fandrich |
Fixed a dangling pointer problem that prevented the http_proxy environment variable from being properly used in many cases (and caused test case 63 to fail). |
36e3e6ed | 25-Jan-2007 |
Gunter Knauf |
removed not used define. |
5f9cbc42 | 24-Jan-2007 |
Dan Fandrich |
Only shut down SSL if the CCC command succeeded. |
3239f059 | 24-Jan-2007 |
Daniel Stenberg |
moved the SSL pending function to the proper place and name |
45bac25d | 24-Jan-2007 |
Daniel Stenberg |
bail out on strdup() errors |
354c8dcd | 23-Jan-2007 |
Daniel Stenberg |
- David McCreedy did NTLM changes mainly for non-ASCII platforms: #1 There's a compilation error in http_ntlm.c if USE_NTLM2SESSION is NOT defined. I noticed this while testin
- David McCreedy did NTLM changes mainly for non-ASCII platforms: #1 There's a compilation error in http_ntlm.c if USE_NTLM2SESSION is NOT defined. I noticed this while testing various configurations. Line 867 of the current http_ntlm.c is a closing bracket for an if/else pair that only gets compiled in if USE_NTLM2SESSION is defined. But this closing bracket wasn't in an #ifdef so the code fails to compile unless USE_NTLM2SESSION was defined. Lines 198 and 140 of my patch wraps that closing bracket in an #ifdef USE_NTLM2SESSION. #2 I noticed several picky compiler warnings when DEBUG_ME is defined. I've fixed them with casting. By the way, DEBUG_ME was a huge help in understanding this code. #3 Hopefully the last non-ASCII conversion patch for libcurl in a while. I changed the "NTLMSSP" literal to hex since this signature must always be in ASCII. Conversion code was strategically added where necessary. And the Curl_base64_encode calls were changed so the binary "blobs" http_ntlm.c creates are NOT translated on non-ASCII platforms.
show more ...
|
b1e4cc37 | 23-Jan-2007 |
Daniel Stenberg |
recount |
2293474b | 23-Jan-2007 |
Daniel Stenberg |
#79 is no problem to me (and no response on my mail) |
9e1aef71 | 23-Jan-2007 |
Daniel Stenberg |
very minor indent change |
f68323da | 23-Jan-2007 |
Dan Fandrich |
Ignore XML DOCTYPEs and declarations. |
a61aafa3 | 23-Jan-2007 |
Gisle Vanem |
Speed-up djgpp's stat() by avoid checking for uneeded stuff. |
33bea767 | 23-Jan-2007 |
Dan Fandrich |
Convert (most of) the test data files into genuine XML. A handful still are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to
Convert (most of) the test data files into genuine XML. A handful still are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools.
show more ...
|
9ab7cda0 | 23-Jan-2007 |
Gunter Knauf |
enabled build with libssh2; fixed copyright for new year.. |
6da70628 | 18-Jan-2007 |
Dan Fandrich |
Make the test script tag parser a bit more robust. Check for the .exe extension on mingw32 builds. |
3bae7482 | 18-Jan-2007 |
Dan Fandrich |
Added precheck that curl supports the 'openssl' engine in test 307. |
521c4b30 | 17-Jan-2007 |
Dan Fandrich |
Fixed some tag typos in the test data files. |
a2effd12 | 17-Jan-2007 |
Dan Fandrich |
Disabled test 307 for now. |
7b704e17 | 17-Jan-2007 |
Gisle Vanem |
Supress "comparison between signed and unsigned" warning. |
6045d051 | 17-Jan-2007 |
Daniel Stenberg |
two other still outstanding issues |
cfe00ed4 | 17-Jan-2007 |
Daniel Stenberg |
more reported bugs we need to address at some point, possibly before a release |
0b4bdcf1 | 17-Jan-2007 |
Daniel Stenberg |
clarify the INFILESIZE option(s) |