c9c00d2a | 22-Jan-2002 |
Daniel Stenberg |
verify big files |
1afe4986 | 22-Jan-2002 |
Daniel Stenberg |
minor edit |
6924bee3 | 21-Jan-2002 |
Daniel Stenberg |
added --cc description and an example |
39d4552d | 21-Jan-2002 |
Daniel Stenberg |
pre4 |
a23c6373 | 21-Jan-2002 |
Daniel Stenberg |
HTTP POST explained |
e911945c | 19-Jan-2002 |
Daniel Stenberg |
#505514, as correctly pointed out by Antonio (anton@concord.ru), trying to post a non-existing file should include nothing, not an error text! |
6d58d137 | 18-Jan-2002 |
Daniel Stenberg |
mingw fix, mac os x fix, long long check removed from configure, --enable-debug uses even stricter options now |
0b177cb1 | 18-Jan-2002 |
Daniel Stenberg |
newly generated |
3e31b619 | 18-Jan-2002 |
Daniel Stenberg |
added more text in the 'passwords' section |
f925979b | 18-Jan-2002 |
Daniel Stenberg |
satisfy gcc -Wundef |
49f7fa82 | 18-Jan-2002 |
Daniel Stenberg |
#if [undefined] => #ifdef [undefined] |
e4cd4cf3 | 18-Jan-2002 |
Daniel Stenberg |
playing with more strict gcc warnings with --enable-debug |
e74b2092 | 18-Jan-2002 |
Daniel Stenberg |
prevents gcc -Wcast-align from complaining |
a312127c | 18-Jan-2002 |
Daniel Stenberg |
made gcc -Wcast-align happy |
1dc5bf4f | 18-Jan-2002 |
Daniel Stenberg |
#ifndef and #define magic to prevent compiler warnings when doing #if BLA where BLA is undefined |
01cfe670 | 18-Jan-2002 |
Daniel Stenberg |
updated to 2002 status ;-) |
fd307bfe | 18-Jan-2002 |
Daniel Stenberg |
cut off a big piece of comment and added a pointer to the Trio web page should anyone ever want a good printf() clone |
a00de093 | 18-Jan-2002 |
Daniel Stenberg |
commented out the 'long long' and 'long double' checks, as we don't really use them anyway and they cause warnings in lib/mprint.c |
7bfe853a | 18-Jan-2002 |
Daniel Stenberg |
I wish I could type. Anyway, this proved it is a good habit to put the NULL on the left side of comparisons... |
cbaecca8 | 18-Jan-2002 |
Daniel Stenberg |
added typecast for a malloc() return, and added check for NULL |
8edfb370 | 18-Jan-2002 |
Daniel Stenberg |
Added #include <errno.h> |
4c08c8f7 | 18-Jan-2002 |
Daniel Stenberg |
Andr�s Garc�a patched. It now checks for EWOULDBLOCK properly on windows boxes. |
c174680a | 18-Jan-2002 |
Daniel Stenberg |
patched by Andr�s Garc�a |
cb5f6e18 | 17-Jan-2002 |
Daniel Stenberg |
7.9.3-pre3 |
b798e7a5 | 17-Jan-2002 |
Daniel Stenberg |
correct ssl version, fixed ssl writes, solved time-out disconnect without text, fixed dns cache problem, made it compile with openssl before 0.9.5 again and extended libcurl-the-guide a bit m
correct ssl version, fixed ssl writes, solved time-out disconnect without text, fixed dns cache problem, made it compile with openssl before 0.9.5 again and extended libcurl-the-guide a bit more
show more ...
|