52560142 | 05-Sep-2006 |
Daniel Stenberg |
added some fresh new blurb |
874a4ef8 | 04-Sep-2006 |
Daniel Stenberg |
spell fix and added Jari |
0bb3ac7c | 04-Sep-2006 |
Daniel Stenberg |
Jari Sundell's minor cleanup, added comments and some extra error-checkings for easier future error-tracking. |
1e9f5845 | 04-Sep-2006 |
Daniel Stenberg |
I fell over a new libtool that starts with a newline so we need to fetch the two first lines to get the version string. The good news is that older libtools have an empty line after the first
I fell over a new libtool that starts with a newline so we need to fetch the two first lines to get the version string. The good news is that older libtools have an empty line after the first so I think this works fine all over...
show more ...
|
c41dfc25 | 04-Sep-2006 |
Daniel Stenberg |
oops, we're on the .6 track now |
30ac7ece | 04-Sep-2006 |
Daniel Stenberg |
proper credit |
466d093a | 03-Sep-2006 |
Daniel Stenberg |
- "Dortik" (http://curl.haxx.se/bug/view.cgi?id=1551412) provided a patch that while not fixing things very nicely, it does make the SOCKS5 proxy connection slightly better as it now ackn
- "Dortik" (http://curl.haxx.se/bug/view.cgi?id=1551412) provided a patch that while not fixing things very nicely, it does make the SOCKS5 proxy connection slightly better as it now acknowledges the timeout for connection and it no longer segfaults in the case when SOCKS requires authentication and you did not specify username:password.
show more ...
|
1e9be353 | 03-Sep-2006 |
Daniel Stenberg |
Mohun Biswas' improvements and clarifications about the options and how to use them. |
4f4277d9 | 03-Sep-2006 |
Gisle Vanem |
Simplified #ifdef on WIN32; the statement " !defined(__GNUC__) || defined(__MINGW32__)" implies CygWin. |
6728bda5 | 03-Sep-2006 |
Gisle Vanem |
Watcom lacks <sys/time.h>. |
dc9f1548 | 31-Aug-2006 |
Daniel Stenberg |
added missing test |
d7168a82 | 31-Aug-2006 |
Daniel Stenberg |
Dmitriy Sergeyev found and fixed a multi interface flaw when using asynch name resolves. It could get stuck in the wrong state. |
c9c8ee37 | 30-Aug-2006 |
Gisle Vanem |
Added HAVE_SYS_TIME_H for djgpp and HighC. |
c7aae103 | 30-Aug-2006 |
Gisle Vanem |
Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead. |
90994140 | 30-Aug-2006 |
Gisle Vanem |
Added support for more MS-DOS compilers. |
4031eb1d | 29-Aug-2006 |
Gisle Vanem |
Avoid Metaware's High-C warning "'=' encountered where '==' may have been intended." |
59cf6fd4 | 29-Aug-2006 |
Gisle Vanem |
Watcom lacks <sys/time.h>. |
6de9732a | 29-Aug-2006 |
Gisle Vanem |
Added support for Watcom/DOS. |
1f7f5009 | 29-Aug-2006 |
Gisle Vanem |
Updated dependency section. |
4b1462ec | 29-Aug-2006 |
Gisle Vanem |
Don't include zlib headers in dependency output. |
6ed47f0a | 29-Aug-2006 |
Gisle Vanem |
Renamed config.dj -> config.dos. |
2d8c7ba9 | 29-Aug-2006 |
Gisle Vanem |
Use config.dos instead. Updated generated dependencies. |
3b342d18 | 29-Aug-2006 |
Gisle Vanem |
Removed. New file is config.dos. |
f24ad380 | 29-Aug-2006 |
Gisle Vanem |
Renamed config.dj -> config.dos. Added #ifdef-section for djgpp. |
e2ff369e | 29-Aug-2006 |
Gisle Vanem |
BUFSIZE defined in Metaware's <stdio.h>. Undefine to avoid warning. |