- Jan 16, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
- made a separate buffer for uploads (due to the non-blocking stuff) - added two connectdata struct fields for non-blocking uploads
-
Daniel Stenberg authored
Curl_write().
-
Daniel Stenberg authored
-
Daniel Stenberg authored
cases where EWOULDBLOCK or equivalent is returned. We must not block.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
again. THIS IS NOT A NICE FIX.
-
Daniel Stenberg authored
again. THIS IS NOT A NICE FIX. We should/must make a select() then and only retry when we can write to the socket again.
-
Daniel Stenberg authored
to compile libcurl stuff without any prior knowledge: cc=`curl-config --cc` cflags=`curl-config --cflags` libs=`curl-config --libs` $cc $flags $libs -o example example.c Or if you prefer, the oh-so-cool single-line version: `curl-config --cc --cflags --libs` -o example example.c
-
Daniel Stenberg authored
on unix-like systems
-
- Jan 15, 2002
-
-
Daniel Stenberg authored
-
- Jan 14, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Sterling Hughes authored
-
- Jan 13, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 10, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
reporting bugs
-
- Jan 09, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
would crash. This corrects the problem.
-
- Jan 08, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
over to non-blocking sockets, but this loops very nastily. We should return back to the select() and wait there until more data arrives, not just blindly attempt again and again...
-
Daniel Stenberg authored
that it won't create an empty file if the remote file doesn't exist
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
ranges
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
unsigned everywhere
-
Daniel Stenberg authored
-
Sterling Hughes authored
2) in the curl_dns_cache_entry structure, timestamp should be a time_t instead of an integer (although I doubt it matters).
-
Sterling Hughes authored
The default cache timeout for this is 60 seconds, which is arbitrary and completely subject to change :)
-
- Jan 07, 2002
-
-
Daniel Stenberg authored
Set-Cookie: line was ignored if they didn't end with a trailing semicolon. This is indeed wrong syntax, but there are high-profile web sites out there sending cookies like that so we must make a best-effort to parse them.
-
Daniel Stenberg authored
platforms, unrelated to what they might prefer by default
-