4748b40a | 07-Feb-2002 |
Daniel Stenberg |
changes since 7.9.4 |
c40b4f6c | 07-Feb-2002 |
Daniel Stenberg |
don't add 2 to the post size, that was a previous mistake because there was an extra CRLF added to the post data |
d3b96dd3 | 06-Feb-2002 |
Daniel Stenberg |
Miklos Nemeth windows update |
f946df64 | 06-Feb-2002 |
Daniel Stenberg |
Miklos Nemeth added comments |
fef78bd6 | 06-Feb-2002 |
Daniel Stenberg |
Miklos Nemeth improved the windows section |
9e6cc86b | 06-Feb-2002 |
Daniel Stenberg |
Miklos Nemeth improved |
b544c5fa | 06-Feb-2002 |
Daniel Stenberg |
ARGH the CRLF I removed recently was not only done after the initial content-type header, it was used for each part and thus without this it failed MISERABLY. *smacks forhead* |
afa64ee3 | 06-Feb-2002 |
Daniel Stenberg |
a few of the SSL options were added in 7.9.3 and it should be noted accordingly |
e9bfef0e | 06-Feb-2002 |
Daniel Stenberg |
Brent Beardsley found the content-type bug! |
ddbcccd4 | 05-Feb-2002 |
Daniel Stenberg |
Kevin Roth's discovered SSL download problem |
5370d7a6 | 05-Feb-2002 |
Daniel Stenberg |
7.9.4 |
685b180a | 04-Feb-2002 |
Daniel Stenberg |
7.9.4-pre2 |
9dab8508 | 03-Feb-2002 |
Daniel Stenberg |
Eric Melville fixed spell mistakes on a few places |
0d5bfe88 | 01-Feb-2002 |
Daniel Stenberg |
Andreas Damm made getdate use gmtime_r if available |
cc2f1d48 | 31-Jan-2002 |
Daniel Stenberg |
Added the recycle handles chapter Added most of the Customizing Operations chapter |
a8dd13db | 31-Jan-2002 |
Daniel Stenberg |
struct HttpHeader died ages ago, corrected comments |
325391ae | 31-Jan-2002 |
Daniel Stenberg |
Albert Chin: Forgot one case. On HP-UX 11.00, gethostbyname_r() is properly defined if -D_REENTRANT is used. Without it, the compiler still accepts the function prototype but gives a warn
Albert Chin: Forgot one case. On HP-UX 11.00, gethostbyname_r() is properly defined if -D_REENTRANT is used. Without it, the compiler still accepts the function prototype but gives a warning about hostent_data going out of scope. This is because struct hostent_data is not declared. So, we force an error by trying to set a variable to the struct.
show more ...
|
3474ec4e | 31-Jan-2002 |
Daniel Stenberg |
_num_chars did wrong when called with a number that starts with 1! |
ec1736d4 | 31-Jan-2002 |
Daniel Stenberg |
corrected the docs for CURLINFO_FILETIME |
45225796 | 31-Jan-2002 |
Daniel Stenberg |
Giaslas Georgios provided docs for CURLINFO_CONTENT_TYPE |
907a6e0e | 30-Jan-2002 |
Daniel Stenberg |
Georg Horn the previous SSL_read() fix, this was actually the fix I did on my test machine! :-) |
d20186a7 | 30-Jan-2002 |
Daniel Stenberg |
I have too many ideas of what to mention in this docs |
b2805188 | 30-Jan-2002 |
Daniel Stenberg |
Georg Horn found yet another SSL reading problem caused by the non-blocks. This was a real bummer! |
bdea56cd | 30-Jan-2002 |
Daniel Stenberg |
big-time alert that this doesn't work |
8a3ec2c6 | 30-Jan-2002 |
Daniel Stenberg |
the interface is simply called the "C" one these days |