15bc7e19 | 03-Jun-2002 |
Daniel Stenberg |
updated header |
0be3f1a0 | 03-Jun-2002 |
Daniel Stenberg |
T. Bharath's updates since curl now uses the winmm lib for higher resolution timer |
c0257c67 | 03-Jun-2002 |
Daniel Stenberg |
T. Bharath made the request size add up as it is documented to do. |
9aec0fc7 | 03-Jun-2002 |
Daniel Stenberg |
T. Bharath fixed higher resolution time for windows builds |
bce5e0d8 | 03-Jun-2002 |
Daniel Stenberg |
T. Bharath fixed the TIMER_REDIRECT. |
62032ee2 | 28-May-2002 |
Daniel Stenberg |
Getting an empty FTP file no longer makes us return error 19. An empty file is fine to get. |
775645f2 | 28-May-2002 |
Daniel Stenberg |
Gustaf Hui provided new code that changes how curl_multi_info_read() messages are stored, so that they don't have to be kept around for the multi handle's entire life time. He also made it
Gustaf Hui provided new code that changes how curl_multi_info_read() messages are stored, so that they don't have to be kept around for the multi handle's entire life time. He also made it return failure codes properly which it didn't do before. I made the messages only get stored per easy-handle so that they can be independently killed easier without ruining the "master list". It makes the info_read() function slightly less beautiful as it has to scan for messages to return, but it makes removing individual handles a lot easier and less error prone.
show more ...
|
99c04568 | 28-May-2002 |
Daniel Stenberg |
Adjusted to make curl_multi_perform() work properly even when curl_multi_fdset() is not used. |
0236bee5 | 28-May-2002 |
Daniel Stenberg |
I trimmed the --help output slightly to better fit within 80 cols |
59c11b82 | 28-May-2002 |
Daniel Stenberg |
Cris Bailiff's CAPATH support added |
98871d1e | 22-May-2002 |
Daniel Stenberg |
new url, spell checked |
b40dc5d7 | 22-May-2002 |
Daniel Stenberg |
since 7.9.7 |
17b07237 | 21-May-2002 |
Daniel Stenberg |
James Cone's little work-around for the strict error |
ec585e89 | 21-May-2002 |
Daniel Stenberg |
When re-using a connection, make sure that we use the current host name as we might actually re-use a connection to a different host, when using proxies! This was what bug report #558888
When re-using a connection, make sure that we use the current host name as we might actually re-use a connection to a different host, when using proxies! This was what bug report #558888 was all about.
show more ...
|
0aeb25ff | 21-May-2002 |
Daniel Stenberg |
James Cone added the new CURL_NETRC_OPTION enum |
a928f2c4 | 21-May-2002 |
Daniel Stenberg |
test suite mods for the netrc testing stuff |
51fcee6f | 21-May-2002 |
Daniel Stenberg |
James Cone added CURLOPT_NETRC / --netrc / --netrc-optional descriptions |
654be655 | 21-May-2002 |
Daniel Stenberg |
Use the new CURLOPT_NETRC option and adds --netrc-optional, by James Cone |
105ec79b | 21-May-2002 |
Daniel Stenberg |
James Cone's efforts to add another netrc parsing "mode" |
c759d842 | 21-May-2002 |
Daniel Stenberg |
five new test cases for the netrc parsing |
c7b03d64 | 21-May-2002 |
Daniel Stenberg |
maprintf() and vmaprintf() now work better when printfing "%s" with an empty string |
20807388 | 21-May-2002 |
Daniel Stenberg |
corrected see also |
48bc73c2 | 21-May-2002 |
Daniel Stenberg |
3.14 added, javascript support |
3d0969d1 | 21-May-2002 |
Daniel Stenberg |
Added source header and made it clear that this code was originally donated to us by Juergen Wilke. |
323f1950 | 21-May-2002 |
Daniel Stenberg |
ASN1 files don't work for the *chain_file(), make them use the previous version |