- Feb 05, 2002
-
-
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
-
Daniel Stenberg authored
-
Daniel Stenberg authored
is given
-
- Jan 29, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
removed the initial CRLF in the formpost, as they are part of the request and should be written by the code in http.c!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
this work-around is not needed anymore!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
consuming operation that should only be needed to do once. We patched libcurl to now only seed on the first connect when unseeded. The seeded status is global so it'll now only happen once during a program's life time.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 28, 2002
-
-
Daniel Stenberg authored
request of its own, it just changes the keyword of a request.
-
Daniel Stenberg authored
on IPv4-linux machines
-
Daniel Stenberg authored
a modifier of another type
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 27, 2002
-
-
Daniel Stenberg authored
pointed out this ugliness.
-
Daniel Stenberg authored
-
- Jan 25, 2002
-
-
Daniel Stenberg authored
encourage people to use bad functions
-
Daniel Stenberg authored
little fix seems to correct it. another case where we just returned and didn't shut off the reading. This bug is introduced in 7.9.3 due to the new internal "order".
-
- Jan 24, 2002
-
-
Daniel Stenberg authored
-
- Jan 23, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
after the headers on a HEAD request. This bug has been added in 7.9.3 and was mnot present earlier.
-
- Jan 22, 2002
-
-
Daniel Stenberg authored
-