93943ef9 | 09-Aug-2006 |
Gunter Knauf |
added build info output. |
b184b877 | 09-Aug-2006 |
Gunter Knauf |
fixed some web links. |
a11473f8 | 08-Aug-2006 |
Gunter Knauf |
fixed some web links. |
1eedad27 | 08-Aug-2006 |
Daniel Stenberg |
Armel Asselin made the CURLOPT_PREQUOTE option work fine even when CURLOPT_NOBODY is set true. PREQUOTE is then run roughly at the same place in the command sequence as it would have run if t
Armel Asselin made the CURLOPT_PREQUOTE option work fine even when CURLOPT_NOBODY is set true. PREQUOTE is then run roughly at the same place in the command sequence as it would have run if there would've been a transfer.
show more ...
|
ac02d379 | 08-Aug-2006 |
Gunter Knauf |
moved ugly NetWare hack to hostip.h so that hostip.c uses it too. |
a4ebf5b5 | 08-Aug-2006 |
Daniel Stenberg |
Fixed a flaw in the "Expect: 100-continue" treatment. If you did two POSTs on a persistent connection and allowed the first to use that header, you could not disable it for the second request. |
c4107695 | 08-Aug-2006 |
Daniel Stenberg |
make REALLY sure src/config.h.in is a copy of lib/config.h.in |
997a9879 | 08-Aug-2006 |
Dan Fandrich |
Minix 3 doesn't have MSG_PEEK |
6201dc08 | 08-Aug-2006 |
Daniel Stenberg |
better updating of the single timeout |
b33f4780 | 07-Aug-2006 |
Yang Tse |
Allow again proper compilation outside of the source tree |
7ba5e098 | 07-Aug-2006 |
Daniel Stenberg |
Jeff Pohlmeyer pointed out this stupid variable type error |
824b7802 | 07-Aug-2006 |
Daniel Stenberg |
start working towards 7.15.6 |
31657c85 | 07-Aug-2006 |
Daniel Stenberg |
added contributors to 7.15.5 |
7010e5ea | 07-Aug-2006 |
Daniel Stenberg |
release time for 7.15.5 |
2cba6b24 | 06-Aug-2006 |
Yang Tse |
Check for network libraries the _same_ way it is done in cURL. |
52cc2a7a | 05-Aug-2006 |
Yang Tse |
Check for network libraries the same way it is done in cURL. |
c012e2b4 | 04-Aug-2006 |
Dan Fandrich |
Initial stab at making libcurl compile under Minix 3. |
646a6b60 | 04-Aug-2006 |
Yang Tse |
Minor compatibility fix |
cca00a63 | 04-Aug-2006 |
Gisle Vanem |
Added version info for iconv. |
10b7fc7e | 04-Aug-2006 |
Gisle Vanem |
Added 'curl_version_info_data::iconv_ver_num' for iconv version. |
43e4544d | 04-Aug-2006 |
Gisle Vanem |
Fixed typo. |
21aa8f0b | 04-Aug-2006 |
Gisle Vanem |
Added dependency for splay.obj. |
b708fa51 | 04-Aug-2006 |
Gisle Vanem |
Fixed comment. |
8709f6c4 | 04-Aug-2006 |
Daniel Stenberg |
oops, the previous commit was incomplete as we made an unconditional call to multi_runsingle() without it being really necessary or good |
2ac560e5 | 04-Aug-2006 |
Daniel Stenberg |
even when we get a single connection to deal with, we must still check for timeout'ed connections and possibly deal with them too |