a8ff0a21 | 24-Apr-2005 |
Daniel Stenberg |
Based on feedback from Cory Nelson, I added some preprocessor magic in */setup.h and */config-win32.h to build fine with VS2005 on x64. |
b8bc6bed | 23-Apr-2005 |
Daniel Stenberg |
2 days, 4 fixes |
1a440203 | 23-Apr-2005 |
Daniel Stenberg |
Alex Suykov's ftp upload show progress meter patch, slightly adjusted. |
5ac51cc9 | 23-Apr-2005 |
Gunter Knauf |
fix for recent changes. |
c12159ce | 22-Apr-2005 |
Daniel Stenberg |
show up to 5 (random) test cases using the keyword |
4485503e | 22-Apr-2005 |
Daniel Stenberg |
keywords added |
200ac588 | 22-Apr-2005 |
Daniel Stenberg |
Dave Dribin: set CURL_STATICLIB when it builds static library variants. |
0bb04082 | 22-Apr-2005 |
Daniel Stenberg |
Andres Garcia's fix for building static curl on windows. |
543fbe14 | 22-Apr-2005 |
Daniel Stenberg |
Fixed the CN extraction |
e02ab661 | 22-Apr-2005 |
Daniel Stenberg |
update the copyright year |
76c7c694 | 22-Apr-2005 |
Daniel Stenberg |
modified this year |
f0057977 | 22-Apr-2005 |
Daniel Stenberg |
ignore the memdump file when showing files after a failure |
e8e43f06 | 22-Apr-2005 |
Daniel Stenberg |
copyright this year |
04b35e86 | 22-Apr-2005 |
Daniel Stenberg |
Fixed for Mac OS X builds based on excellent feedback from Heinz Stockinger. |
64ab85da | 22-Apr-2005 |
Gunter Knauf |
changes for building with IPV6. |
b8d7a13e | 22-Apr-2005 |
Daniel Stenberg |
modified the test case success reporting, added "test N out of Y" and "remaining: [time]" outputs to hint users about what to expect |
78a76dc9 | 22-Apr-2005 |
Daniel Stenberg |
test 256 is like test 38 but with proxy + proxy auth |
5fa5fff0 | 22-Apr-2005 |
Daniel Stenberg |
keywords |
d323b3d8 | 22-Apr-2005 |
Daniel Stenberg |
Set the retry delay variables after the option parsing, as bug report #1187787 points out. |
b685b567 | 21-Apr-2005 |
Daniel Stenberg |
added missing headers |
8f6c2f87 | 20-Apr-2005 |
Gunter Knauf |
changes for building with IPV6 and LDAP. |
f30e8b11 | 19-Apr-2005 |
Daniel Stenberg |
prevent compiler warning |
8bd6d6a4 | 19-Apr-2005 |
Daniel Stenberg |
added typecast when converting from long to unsigned short, to prevent compiler warning |
b3a8f438 | 19-Apr-2005 |
Daniel Stenberg |
indented source to look more like other ares code, added (somewhat ugly) typecasts to build warning-free on 64bit platforms (the result of a (char *) - (char *) cannot be stored in an int uni
indented source to look more like other ares code, added (somewhat ugly) typecasts to build warning-free on 64bit platforms (the result of a (char *) - (char *) cannot be stored in an int universally)
show more ...
|
e78ddf0a | 19-Apr-2005 |
Daniel Stenberg |
sortlist_alloc() is never used on win32, so ifdef out it to prevent warning |