bba3bb75 | 13-Apr-2004 |
Daniel Stenberg |
eh, these can't be used for poll()! ;-) |
c1422864 | 13-Apr-2004 |
Daniel Stenberg |
additional info |
31a693b9 | 13-Apr-2004 |
Daniel Stenberg |
Gisle Vanem's fix that makes the multi interface work on Windows again even when not using ares. |
804534fb | 13-Apr-2004 |
Daniel Stenberg |
spell fixes |
1bc6532c | 13-Apr-2004 |
Daniel Stenberg |
more news |
b48bf747 | 13-Apr-2004 |
Daniel Stenberg |
proper typecast to prevent compiler warning |
1ca9ce5e | 13-Apr-2004 |
Daniel Stenberg |
removed the BUGS section since it offers nothing good |
789f2ecb | 13-Apr-2004 |
Daniel Stenberg |
1.2.0 |
ee7d1d07 | 13-Apr-2004 |
Daniel Stenberg |
remove an long time #defined struct member and use the actual "real" name instead to make it easier to find/read |
4e3aa250 | 13-Apr-2004 |
Daniel Stenberg |
Moved the 'tcp_nodelay' member to the proper 'UserDefined' struct within the sessionhandle to make the duphandle() function work as supposed. Also tried to start document functions the doxyge
Moved the 'tcp_nodelay' member to the proper 'UserDefined' struct within the sessionhandle to make the duphandle() function work as supposed. Also tried to start document functions the doxygen way (in the headers of the functions). Can't make it work though...
show more ...
|
3647a6dd | 13-Apr-2004 |
Daniel Stenberg |
move issue 35 (hostip.c cleanup) forward, I don't feel like doing that now |
79aaa85a | 13-Apr-2004 |
Daniel Stenberg |
full-test passes -p to runtests as well to get more details in case of failure |
392a543e | 13-Apr-2004 |
Daniel Stenberg |
Initial support for dumping the contents of the files in log/ when failing when -p is used. For easier bug-hunting of autobuild failures. This still only shows what files that are present in
Initial support for dumping the contents of the files in log/ when failing when -p is used. For easier bug-hunting of autobuild failures. This still only shows what files that are present in log/, as I believe we need to filter which files we show on a failure.
show more ...
|
eb6345de | 12-Apr-2004 |
Daniel Stenberg |
somewhat safer typecasting in case sizeof(long) != sizeof(void *) (is there even such platforms?) |
0fd3b7a0 | 11-Apr-2004 |
Daniel Stenberg |
David Byron's patch for MSVC builds with zlib |
bd51b80f | 11-Apr-2004 |
Daniel Stenberg |
updated to not include the msvc-generated files |
15c90083 | 11-Apr-2004 |
Daniel Stenberg |
when checked out from CVS, run this to generate the proper scripts |
2fd463e9 | 09-Apr-2004 |
Daniel Stenberg |
Dirk Manske increased the resolution for what the CURLINFO_*_TIME return. |
de8660a9 | 08-Apr-2004 |
Daniel Stenberg |
we're working on 1.2.0 now |
1e9cb272 | 07-Apr-2004 |
Daniel Stenberg |
added test 159, use --ntlm together with -0 |
72b1144b | 07-Apr-2004 |
Daniel Stenberg |
getting only a 100 Continue response and nothing else, when talking HTTP, is now treated as an error by libcurl |
348fe0e2 | 07-Apr-2004 |
Daniel Stenberg |
--limit-rate using -d or -F does not work |
cf1f46e1 | 07-Apr-2004 |
Daniel Stenberg |
renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_* concept, and added lib/README.curlx to explain details about it |
f052cbee | 07-Apr-2004 |
Daniel Stenberg |
Use curl_off_t for the limit rate values to support REALLY huge values on such platforms that support large files. |
1f5e8670 | 06-Apr-2004 |
Daniel Stenberg |
mention getting windows builds to work after rearrangements |