- Feb 18, 2002
-
-
Daniel Stenberg authored
-
- Feb 17, 2002
-
-
Daniel Stenberg authored
Reminder for the future: when we're using malloc() we MUST include <stdlib.h> as otherwise 64bit archs go bananas. Bug report #517687
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 07, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
was an extra CRLF added to the post data
-
- Feb 06, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
content-type header, it was used for each part and thus without this it failed MISERABLY. *smacks forhead*
-
Daniel Stenberg authored
accordingly
-
Daniel Stenberg authored
-
- Feb 05, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 04, 2002
-
-
Daniel Stenberg authored
-
- Feb 03, 2002
-
-
Daniel Stenberg authored
-
- Feb 01, 2002
-
-
Daniel Stenberg authored
-
- Jan 31, 2002
-
-
Daniel Stenberg authored
Added most of the Customizing Operations chapter
-
Daniel Stenberg authored
-
Daniel Stenberg authored
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.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 30, 2002
-
-
Daniel Stenberg authored
on my test machine! :-)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
This was a real bummer!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-